[jboss-jira] [JBoss JIRA] Updated: (JBBUILD-531) Build testsuite classpaths directly against jars in local maven repository
Shelly McGowan (JIRA)
jira-events at lists.jboss.org
Mon Jul 6 11:32:08 EDT 2009
[ https://jira.jboss.org/jira/browse/JBBUILD-531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Shelly McGowan updated JBBUILD-531:
-----------------------------------
The JBoss-AS-6.0.x-testSuite-sun16 job,
http://hudson.jboss.org/hudson/view/JBoss%20AS/job/JBoss-AS-6.0.x-testSuite-sun16/
is failing with:
BUILD FAILED
/qa/hudson_ws/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/build.xml:1029: The following error occurred while executing this line:
/qa/hudson_ws/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/imports/config/tests-clustering.xml:105: The following error occurred while executing this line:
/qa/hudson_ws/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/imports/config/tests-clustering.xml:240: The following error occurred while executing this line:
/qa/hudson_ws/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/build.xml:395: java.lang.OutOfMemoryError: PermGen space
This appears to be a OOM with maven. The build is run with:
MAVEN_OPTS="-Xmx1024m -Xms512m -XX:PermSize=256m -XX:MaxPermSize=768m"
I recently made a change to testsuite/imports/config/tests-clustering.xml to add init to the tests-clustering-unit target
http://fisheye.jboss.org/changelog/JBossAS/?cs=90757
to resolve this:
/qa/hudson_ws/workspace/JBoss-AS-6.0.x-testSuite-sun16/JBossAS/testsuite/imports/config/tests-clustering.xml:392: Reference apache-httpclient:commons-httpclient:jar not found.
> Build testsuite classpaths directly against jars in local maven repository
> --------------------------------------------------------------------------
>
> Key: JBBUILD-531
> URL: https://jira.jboss.org/jira/browse/JBBUILD-531
> Project: JBoss Build System
> Issue Type: Sub-task
> Components: Maven Builds
> Reporter: Paul Gier
> Assignee: Paul Gier
> Fix For: Maven Build - App Server (Phase 3)
>
>
> Currently the testsuite uses the jars in thirdparty. Instead the paths in the testsuite should directly reference jars in the local maven repository directory.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list