[jboss-jira] [JBoss JIRA] Created: (JBAS-5800) pooled-invoker-tests fail due to java.lang.OutOfMemoryError: PermGen Space
Shelly McGowan (JIRA)
jira-events at lists.jboss.org
Thu Jul 24 23:21:45 EDT 2008
pooled-invoker-tests fail due to java.lang.OutOfMemoryError: PermGen Space
---------------------------------------------------------------------------
Key: JBAS-5800
URL: https://jira.jboss.org/jira/browse/JBAS-5800
Project: JBoss Application Server
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: Test Suite
Reporter: Shelly McGowan
Assignee: Shelly McGowan
Fix For: JBossAS-5.0.0.CR2
the pooled-invoker server relies on default JVM heap and perm gen size. Recenly tests started failing with the following error and the server shutdown is not successful.
ERROR [org.jboss.kernel.plugins.dependency.AbstractKernelController] (RMI TCP Connection(22)-127.0.0.1) Error installing to Start: name=jboss.j2ee:jndiName=ejbcts/CalleeSessionHome,service=EJB state=Create mode=Manual requiredState=Installed
java.lang.OutOfMemoryError: PermGen space
at java.lang.Class.getDeclaredMethods0(Native Method)
at java.lang.Class.privateGetDeclaredMethods(Class.java:2427)
at java.lang.Class.getDeclaredMethod(Class.java:1935)
at java.io.ObjectStreamClass.getPrivateMethod(ObjectStreamClass.java:1382)
at java.io.ObjectStreamClass.access$1700(ObjectStreamClass.java:52)
at java.io.ObjectStreamClass$2.run(ObjectStreamClass.java:438)
at java.security.AccessController.doPrivileged(Native Method)
at java.io.ObjectStreamClass.<init>(ObjectStreamClass.java:413)
at java.io.ObjectStreamClass.lookup(ObjectStreamClass.java:310)
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1106)
at java.io.ObjectOutputStream.access$300(ObjectOutputStream.java:143)
at java.io.ObjectOutputStream$PutFieldImpl.writeFields(ObjectOutputStream.java:1668)
at java.io.ObjectOutputStream.writeFields(ObjectOutputStream.java:454)
at org.jboss.proxy.ejb.handle.HomeHandleImpl.writeObject(HomeHandleImpl.java:136)
Increasing PermGen size to 128m to allow test suite runs to proceed, but will follow up on the root cause of why the increase is needed.
--
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