looks like a network your/nexus issue.
On Sat, Feb 9, 2013 at 5:13 PM, Sivajothy Vanjikumaran <[email protected]>wrote: > Hi, > I got above error while I am trying to build carbonKernel > (/patch-releases/4.0.6) > > any idea on this issue?? > > > [INFO] Apache Axis2 - JAXWS (mar) ........................ SUCCESS [0.579s] > [INFO] Apache Axis2 - Web Application module ............. SUCCESS [7.431s] > [INFO] Apache Axis2 - Root ............................... SUCCESS [1.906s] > [INFO] axis2.wso2 ........................................ SUCCESS [3.904s] > [INFO] axis2.json.wso2 ................................... SUCCESS [0.190s] > [INFO] axis2.client.wso2 ................................. SUCCESS [1.801s] > [INFO] axis2.jaxbri.wso2 ................................. SUCCESS [0.113s] > [INFO] axis2.jibx.wso2 ................................... SUCCESS [0.093s] > [INFO] WSO2 Carbon - Aggregate Pom ....................... SUCCESS [0.074s] > [INFO] WSO2 Carbon - Patch releases - dependencies - Aggregator Module > SUCCESS [0.003s] > [INFO] WSO2 Carbon - Server Administration Stub .......... SUCCESS [4.970s] > [INFO] WSO2 Carbon - User Management Stub ................ SUCCESS [7.657s] > [INFO] WSO2 Carbon - Patch releases - service-stubs - Aggregator Module > SUCCESS [0.007s] > [INFO] WSO2 Carbon - carbon tomcat bundle ................ FAILURE > [1:03.919s] > [INFO] WSO2 Carbon - Utilities ........................... SKIPPED > [INFO] WSO2 Carbon - Kernel .............................. SKIPPED > [INFO] WSO2 Carbon - User Manager API .................... SKIPPED > [INFO] WSO2 Carbon - Caching ............................. SKIPPED > [INFO] WSO2 Carbon - User Manager Kernel ................. SKIPPED > [INFO] WSO2 Carbon - Registry Kernel ..................... SKIPPED > [INFO] WSO2 Carbon - Server Administration Common ........ SKIPPED > [INFO] WSO2 Carbon - Server Administration ............... SKIPPED > [INFO] WSO2 Carbon - User Management Common .............. SKIPPED > [INFO] WSO2 Carbon - User Management ..................... SKIPPED > [INFO] WSO2 Carbon - User Management UI .................. SKIPPED > [INFO] WSO2 Carbon - UI .................................. SKIPPED > [INFO] WSO2 Carbon - Feature Manager UI .................. SKIPPED > [INFO] WSO2 Carbon - Patch releases - core - Aggregator Module SKIPPED > [INFO] WSO2 Carbon - Carbon Common Feature ............... SKIPPED > [INFO] WSO2 Carbon - Carbon UI Feature ................... SKIPPED > [INFO] WSO2 Carbon - Carbon Server Feature ............... SKIPPED > [INFO] WSO2 Carbon - Carbon Feature ...................... SKIPPED > [INFO] WSO2 Carbon - Patch releases - features - Aggregator Module SKIPPED > [INFO] WSO2 Carbon Core - Distribution ................... SKIPPED > [INFO] WSO2 Carbon - Patch releases - distribution - Aggregator Module > SKIPPED > [INFO] > ------------------------------------------------------------------------ > [INFO] BUILD FAILURE > [INFO] > ------------------------------------------------------------------------ > [INFO] Total time: 2:34.235s > [INFO] Finished at: Sat Feb 09 17:05:38 IST 2013 > [INFO] Final Memory: 212M/608M > [INFO] > ------------------------------------------------------------------------ > [ERROR] Failed to execute goal on project org.wso2.carbon.tomcat: Could > not resolve dependencies for project > org.wso2.carbon:org.wso2.carbon.tomcat:bundle:4.0.6: Failed to collect > dependencies for [org.eclipse.osgi:org.eclipse.osgi:jar:3.7.0.v20110613 > (compile), > org.eclipse.equinox:org.eclipse.equinox.http.servlet:jar:1.0.200.v20090520-1800 > (compile), > org.eclipse.equinox:org.eclipse.equinox.common:jar:3.6.0.v20110523 > (compile), org.wso2.carbon:javax.servlet:jar:3.0.0.wso2v1 (compile), > org.apache.tomcat.wso2:tomcat:jar:7.0.28.wso2v1 (compile), > org.wso2.carbon:org.wso2.carbon.logging:jar:4.0.0 (compile), > org.wso2.securevault:org.wso2.securevault:jar:1.0.0-wso2v2 (compile), > junit:junit:jar:3.8.2 (test)]: Failed to read artifact descriptor for > org.eclipse.equinox:org.eclipse.equinox.http.servlet:jar:1.0.200.v20090520-1800: > Could not transfer artifact > org.eclipse.equinox:org.eclipse.equinox.http.servlet:pom:1.0.200.v20090520-1800 > from/to wso2-nexus ( > http://maven.wso2.org/nexus/content/groups/wso2-public/): Connection to > http://maven.wso2.org refused: Connection timed out -> [Help 1] > [ERROR] > [ERROR] To see the full stack trace of the errors, re-run Maven with the > -e switch. > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please read the following articles: > [ERROR] [Help 1] > http://cwiki.apache.org/confluence/display/MAVEN/DependencyResolutionException > [ERROR] > [ERROR] After correcting the problems, you can resume the build with the > command > [ERROR] mvn <goals> -rf :org.wso2.carbon.tomcat > > > > On Sat, Feb 9, 2013 at 3:46 PM, Supun Malinga <[email protected]> wrote: > >> great! >> >> thanks, >> >> >> On Sat, Feb 9, 2013 at 3:45 PM, Pradeep Fernando <[email protected]>wrote: >> >>> fixed >>> >>> >>> On Sat, Feb 9, 2013 at 3:32 PM, Pradeep Fernando <[email protected]>wrote: >>> >>>> i ll hv a look >>>> >>>> >>>> On Fri, Feb 8, 2013 at 3:22 PM, Supun Malinga <[email protected]> wrote: >>>> >>>>> Please have a look, >>>>> Error, >>>>> >>>>> Test set: org.wso2.carbon.user.core.authman.AdvancedPermissionTreeTest >>>>> >>>>> ------------------------------------------------------------------------------- >>>>> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0 sec >>>>> <<< FAILURE! >>>>> testStuff(org.wso2.carbon.user.core.authman.AdvancedPermissionTreeTest) >>>>> Time elapsed: 0 sec <<< ERROR! >>>>> java.lang.NoClassDefFoundError: Could not initialize class >>>>> org.wso2.carbon.context.internal.CarbonContextDataHolder >>>>> at >>>>> org.wso2.carbon.context.CarbonContext.<init>(CarbonContext.java:67) >>>>> at >>>>> org.wso2.carbon.context.CarbonContext.getCurrentContext(CarbonContext.java:90) >>>>> at >>>>> org.wso2.carbon.user.core.BaseTestCase.setUp(BaseTestCase.java:37) >>>>> at >>>>> org.wso2.carbon.user.core.authman.AdvancedPermissionTreeTest.setUp(AdvancedPermissionTreeTest.java:45) >>>>> at junit.framework.TestCase.runBare(TestCase.java:128) >>>>> at junit.framework.TestResult$1.protect(TestResult.java:106) >>>>> at junit.framework.TestResult.runProtected(TestResult.java:124) >>>>> at junit.framework.TestResult.run(TestResult.java:109) >>>>> at junit.framework.TestCase.run(TestCase.java:120) >>>>> at junit.framework.TestSuite.runTest(TestSuite.java:230) >>>>> at junit.framework.TestSuite.run(TestSuite.java:225) >>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>>>> at >>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >>>>> at >>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >>>>> at java.lang.reflect.Method.invoke(Method.java:597) >>>>> at >>>>> org.apache.maven.surefire.junit.JUnitTestSet.execute(JUnitTestSet.java:95) >>>>> at >>>>> org.apache.maven.surefire.junit.JUnit3Provider.executeTestSet(JUnit3Provider.java:121) >>>>> at >>>>> org.apache.maven.surefire.junit.JUnit3Provider.invoke(JUnit3Provider.java:98) >>>>> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) >>>>> at >>>>> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) >>>>> at >>>>> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) >>>>> at java.lang.reflect.Method.invoke(Method.java:597) >>>>> at >>>>> org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189) >>>>> at >>>>> org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165) >>>>> at >>>>> org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85) >>>>> at >>>>> org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103) >>>>> at >>>>> org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74) >>>>> >>>>> thanks, >>>>> -- >>>>> Supun Malinga, >>>>> >>>>> Software Engineer, >>>>> WSO2 Inc. >>>>> http://wso2.com >>>>> http://wso2.org >>>>> email - [email protected] <[email protected]> >>>>> mobile - 071 56 91 321 >>>>> >>>>> _______________________________________________ >>>>> Dev mailing list >>>>> [email protected] >>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>>> >>>>> >>>> >>>> >>>> -- >>>> *Pradeep Fernando* >>>> Member, Management Committee - Platform & Cloud Technologies >>>> Senior Software Engineer;WSO2 Inc.; http://wso2.com >>>> >>>> blog: http://pradeepfernando.blogspot.com >>>> m: +94776603662 >>>> >>> >>> >>> >>> -- >>> *Pradeep Fernando* >>> Member, Management Committee - Platform & Cloud Technologies >>> Senior Software Engineer;WSO2 Inc.; http://wso2.com >>> >>> blog: http://pradeepfernando.blogspot.com >>> m: +94776603662 >>> >> >> >> >> -- >> Supun Malinga, >> >> Software Engineer, >> WSO2 Inc. >> http://wso2.com >> http://wso2.org >> email - [email protected] <[email protected]> >> mobile - 071 56 91 321 >> >> _______________________________________________ >> Dev mailing list >> [email protected] >> http://wso2.org/cgi-bin/mailman/listinfo/dev >> >> > > _______________________________________________ > Dev mailing list > [email protected] > http://wso2.org/cgi-bin/mailman/listinfo/dev > > -- *Pradeep Fernando* Member, Management Committee - Platform & Cloud Technologies Senior Software Engineer;WSO2 Inc.; http://wso2.com blog: http://pradeepfernando.blogspot.com m: +94776603662
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
