Hi, The error says,
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.18:test (default-test) on project org.wso2.carbon.ldap.server: Execution default-test of goal org.apache.maven.plugins:maven-surefire-plugin:2.18:test failed: The forked VM terminated without properly saying goodbye. VM crash or System.exit called? This has failed when running ApacheLDAPServerTest.testAddPartition(). In build #368 [1], this has failed at method testAddUser() of the same test class. Looks like some error in environment has made the forked test VM crash. Are there any debug logs available for these builds to see what has gone wrong? P.S : These test cases succeed when I ran them locally and had been succeeded in the pr-builder [2] at last build. [1] https://wso2.org/jenkins/job/carbon-identity/368/console [2] https://wso2.org/jenkins-pr-builder/job/carbon-identity/167/consoleFull On Sun, Nov 23, 2014 at 1:12 PM, Lasantha Fernando <[email protected]> wrote: > Hi Pulasthi, > > The carbon-identity build is failing continuously because of another error > [1,2]. Therefore I think the fixes are not getting deployed and because of > this security-mgt feature is still failing for other products. Can you guys > fix the error in [2] and trigger a build to push the changes to the nexus > snapshot repo, please? > > Thanks, > Lasantha > > [1] https://wso2.org/jenkins/job/carbon-identity/369/console > [2] > > [ERROR] Failed to execute goal > org.apache.maven.plugins:maven-surefire-plugin:2.18:test (default-test) on > project org.wso2.carbon.ldap.server: Execution default-test of goal > org.apache.maven.plugins:maven-surefire-plugin:2.18:test failed: The forked > VM terminated without properly saying goodbye. VM crash or System.exit > called?[ERROR] Command was /bin/sh -c cd > /build/jenkins-home/workspace/carbon-identity/components/ldap-server/org.wso2.carbon.ldap.server > && /build/software/java/jdk1.6.0_33/jre/bin/java -jar > /build/jenkins-home/workspace/carbon-identity/components/ldap-server/org.wso2.carbon.ldap.server/target/surefire/surefirebooter1559861244566148708.jar > > /build/jenkins-home/workspace/carbon-identity/components/ldap-server/org.wso2.carbon.ldap.server/target/surefire/surefire8640730960251467436tmp > > /build/jenkins-home/workspace/carbon-identity/components/ldap-server/org.wso2.carbon.ldap.server/target/surefire/surefire_25009773809575220542tmp[ERROR] > -> [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/PluginExecutionException[ERROR] > [ERROR] After correcting the problems, you can resume the build with the > command > > [ERROR] mvn <goals> -rf :org.wso2.carbon.ldap.server > > On 21 November 2014 at 11:21, Pulasthi Mahawithana <[email protected]> > wrote: > >> Hi >> >> This is due to the wss4j release. The carbon-identity repo was updated >> with the released wss4j version, but It's not yet deployed to nexus. >> Building those features from wso2-dev/carbon-identity should work until it >> gets deployed. >> >> @Akalanka, >> The correct snapshot repo is [3], >> >> [3] >> http://maven.wso2.org/nexus/content/repositories/snapshots/org/wso2/carbon/org.wso2.carbon.security.mgt.feature/4.3.0-SNAPSHOT/ >> >> On Fri, Nov 21, 2014 at 11:07 AM, Nuwan Wimalasekara <[email protected]> >> wrote: >> >>> Hi >>> I am also getting an error "Missing requirement: >>> org.wso2.carbon.security.mgt 4.3.0.SNAPSHOT" when building AS p2 profile >>> generation in clean repo. >>> >>> Installing org.wso2.carbon.user.mgt.feature.group 4.3.0.SNAPSHOT. >>> Installing org.wso2.carbon.as.runtimes.cxf.feature.group 4.3.0.SNAPSHOT. >>> Installation failed. >>> Cannot complete the install because one or more required items could not >>> be found. >>> Software being installed: Identity Core Feature 4.3.0.SNAPSHOT >>> (org.wso2.carbon.identity.core.feature.group 4.3.0.SNAPSHOT) >>> Missing requirement: org.wso2.carbon.security.mgt 4.3.0.SNAPSHOT >>> (org.wso2.carbon.security.mgt 4.3.0.SNAPSHOT) requires 'package >>> org.apache.ws.security [1.5.11.wso2v7-SNAPSHOT,2.0.0)' but it could not be >>> found >>> Cannot satisfy dependency: >>> From: Identity Core Feature 4.3.0.SNAPSHOT >>> (org.wso2.carbon.identity.core.feature.group 4.3.0.SNAPSHOT) >>> To: org.wso2.carbon.identity.core.server.feature.group [4.3.0.SNAPSHOT] >>> Cannot satisfy dependency: >>> From: Identity Core Server Feature 4.3.0.SNAPSHOT >>> (org.wso2.carbon.identity.core.server.feature.group 4.3.0.SNAPSHOT) >>> To: org.wso2.carbon.security.mgt.server.feature.group >>> [4.3.0.SNAPSHOT,4.4.0) >>> Cannot satisfy dependency: >>> From: WSO2 Carbon - Security Management Core Feature 4.3.0.SNAPSHOT >>> (org.wso2.carbon.security.mgt.server.feature.group 4.3.0.SNAPSHOT) >>> To: org.wso2.carbon.security.mgt [4.3.0.SNAPSHOT] >>> >>> Thanks, >>> Nuwanw >>> >>> On Fri, Nov 21, 2014 at 10:55 AM, Akalanka Pagoda Arachchi < >>> [email protected]> wrote: >>> >>>> Hi all, >>>> >>>> When building WSO2 MB Product I get the following Error. >>>> >>>> [DEBUG] Failure to find >>>> org.wso2.carbon:org.wso2.carbon.security.mgt.feature:4.3.0-SNAPSHOT/maven-metadata.xml >>>> in http://maven.wso2.org/nexus/content/groups/wso2-public/ was cached >>>> in the local repository, resolution will not be reattempted until the >>>> update interval of wso2-nexus has elapsed or updates are forced >>>> [DEBUG] Failure to find >>>> org.wso2.carbon:org.wso2.carbon.security.mgt.feature:4.3.0-SNAPSHOT/maven-metadata.xml >>>> in http://maven.wso2.org/nexus/content/repositories/releases/ was >>>> cached in the local repository, resolution will not be reattempted until >>>> the update interval of wso2.releases has elapsed or updates are forced >>>> >>>> >>>> When searching found out that 4.3.0 SNAPSHOT is not available in the >>>> snapshot repository. [1]. >>>> >>>> Also it is not available in the release repository as well. [2] >>>> >>>> This did not happen earlier. >>>> >>>> Any suggestions? >>>> >>>> [1] - >>>> http://dist.wso2.org/snapshots/maven2/org/wso2/carbon/security-mgt-feature/ >>>> [2] - http://dist.wso2.org/maven2/org/wso2/carbon/security-mgt-feature/ >>>> >>>> >>>> Thanks, >>>> Akalanka. >>>> >>>> -- >>>> *Darshana Akalanka Pagoda Arachchi,* >>>> *Software Engineer* >>>> *078-4721791* >>>> >>>> _______________________________________________ >>>> Dev mailing list >>>> [email protected] >>>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>>> >>>> >>> >>> >>> -- >>> Nuwan Wimalasekara >>> Senior Software Engineer - Test Automation >>> WSO2, Inc.: http://wso2.com >>> lean. enterprise. middleware >>> >>> phone: +94 71 668 4620 >>> >>> >>> >>> >>> _______________________________________________ >>> Dev mailing list >>> [email protected] >>> http://wso2.org/cgi-bin/mailman/listinfo/dev >>> >>> >> >> >> -- >> *Pulasthi Mahawithana* >> Software Engineer >> WSO2 Inc., http://wso2.com/ >> Mobile: +94-71-5179022 >> Blog: http://blog.pulasthi.org >> >> _______________________________________________ >> Dev mailing list >> [email protected] >> http://wso2.org/cgi-bin/mailman/listinfo/dev >> >> > > > -- > *Lasantha Fernando* > Software Engineer - Data Technologies Team > WSO2 Inc. http://wso2.com > > email: [email protected] > mobile: (+94) 71 5247551 > -- *Pulasthi Mahawithana* Software Engineer WSO2 Inc., http://wso2.com/ Mobile: +94-71-5179022 Blog: http://blog.pulasthi.org
_______________________________________________ Dev mailing list [email protected] http://wso2.org/cgi-bin/mailman/listinfo/dev
