[jboss-jira] [JBoss JIRA] (WFLY-873) Arquillian throws OutOfMemoryError: PermGen space after deploying several big wars on JBoss 7

Geoffrey De Smet (JIRA) jira-events at lists.jboss.org
Fri Jul 12 02:11:21 EDT 2013


    [ https://issues.jboss.org/browse/WFLY-873?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12789247#comment-12789247 ] 

Geoffrey De Smet commented on WFLY-873:
---------------------------------------

Guvnor has been renamed/rewritten as drools-wb. The arquillian tests did not made the transition (yet) I think, check with [~manstis]. (I am full-time on OptaPlanner now.)
The guvnor 5.5.x branch should build correctly: https://github.com/droolsjbpm/guvnor/tree/5.5.x
But I can't promise if it's not a dead end for reproducing this issue decently.

Feel free to close this issue as out-of-date.
                
> Arquillian throws OutOfMemoryError: PermGen space after deploying several big wars on JBoss 7
> ---------------------------------------------------------------------------------------------
>
>                 Key: WFLY-873
>                 URL: https://issues.jboss.org/browse/WFLY-873
>             Project: WildFly
>          Issue Type: Bug
>          Components: Test Suite
>            Reporter: Geoffrey De Smet
>            Assignee: Andrew Rubinger
>            Priority: Minor
>              Labels: rhq
>
> Here's the proof (that build is saved forever):
>   https://hudson.qa.jboss.com/hudson/view/Drools%20jBPM/job/guvnor/1161/console
> Our war is apparently so big, that the 3th deployment fails with PermGen.
> A few tests later it even hangs forever (until it times out)
> {code}
> 10:41:56,393 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/dc25ad71-9358-412e-8a90-c4471cb3422f].[ArquillianServletRunner]] (http--127.0.0.1-8080-2) Servlet.service() for servlet ArquillianServletRunner threw exception: java.lang.OutOfMemoryError: PermGen space
> {code}
> How to reproduce?
> =================
> git clone git at github.com:droolsjbpm/guvnor.git guvnor
> cd guvnor
> mvn clean install -DskipTests
> cd guvnor-webapp
> gedit src/test/resources/arquillian.xml
> // remove the maxTestClassesBeforeRestart property
> mvn test
> Using arquillian 1.0.0.CR5 and jboss 7.0.2.
> Workaround: use maxTestClassesBeforeRestart = 1.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jboss-jira mailing list