This is just the org.jboss.ejb3.test.microbench.unit.BenchUnitTestCase requiring too much memory. Memory usage during this test goes from 40m to 130m even using the default config so the memory usage of this needs to be looked at.
> -----Original Message----- > From: Bill Burke > Sent: Sunday, January 15, 2006 7:46 PM > To: Bill Burke > Cc: Scott M Stark; QA; Adrian Brock; Bill Decoste; > [email protected]; Kabir Khan; QA; Ruel > Loehr; Thomas Diesler > Subject: Re: ejb3-4.0-testsuite Build Failed > > I should restate. The HA-JNDI multicast crap seems to leak > memory and I have problems with it with a low heap space. > The build-test.xml is looking for a node0.jndi.url and it is > not set by default in local.properties. This is QA's crap. > Ask them about it. > > Bill Burke wrote: > > Looks like the tests are using HA-JNDI's multicast crap. I > also have > > trouble running on 64MB. > > > > Scott M Stark wrote: > > > >> The tests are failing at the point of shutting down the server and > >> I'm seeing this > >> test-with-jvmargs: > >> [delete] Deleting: > >> > /services/cruisecontrol/work/checkout/ejb3-4.0-testsuite/ejb3/output/ > >> log/test.log > >> > >> [junit] Running > org.jboss.ejb3.test.microbench.unit.BenchUnitTestCase > >> [junit] Tests run: 2, Failures: 0, Errors: 3, Time elapsed: > >> 412.146 sec > >> [junit] Test > >> org.jboss.ejb3.test.microbench.unit.BenchUnitTestCase > >> FAILED > >> [echo] Will stop the jboss instance at url > jnp://127.0.0.1:1099 > >> [java] Exception in thread "main" > >> javax.naming.CommunicationException [Root exception is > >> java.rmi.UnmarshalException: Error unmarshaling return > header; nested > >> exception is: [java] java.io.EOFException] > >> [java] at > >> org.jnp.interfaces.NamingContext.lookup(NamingContext.java:722) > >> [java] at > >> org.jnp.interfaces.NamingContext.lookup(NamingContext.java:587) > >> [java] at > >> javax.naming.InitialContext.lookup(InitialContext.java:351) > >> [java] at org.jboss.Shutdown.main(Shutdown.java:214) > >> [java] Caused by: java.rmi.UnmarshalException: Error > unmarshaling > >> return header; nested exception is: [java] > java.io.EOFException > >> [java] at > >> > sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCal > l.java:203) > >> [java] at > sun.rmi.server.UnicastRef.invoke(UnicastRef.java:126) > >> [java] at org.jnp.server.NamingServer_Stub.lookup(Unknown > >> Source) > >> [java] at > >> org.jnp.interfaces.NamingContext.lookup(NamingContext.java:625) > >> [java] ... 3 more > >> [java] Caused by: java.io.EOFException > >> [java] at > >> > java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream > >> .java:2232) > >> > >> [java] at > >> > java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputS > >> tream.java:2698) > >> > >> [java] at > >> > java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:750) > >> [java] at > >> java.io.ObjectInputStream.<init>(ObjectInputStream.java:268) > >> [java] at > >> > sun.rmi.server.MarshalInputStream.<init>(MarshalInputStream.java:107) > >> [java] at > >> > sun.rmi.transport.ConnectionInputStream.<init>(ConnectionInputStream. > >> java:38) > >> > >> [java] at > >> > sun.rmi.transport.StreamRemoteCall.getInputStream(StreamRemoteCall.ja > >> va:111) > >> > >> [java] at > >> > sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCal > l.java:197) > >> [java] ... 6 more > >> [java] Java Result: 1 > >> [echo] Waiting for 'all' server to stop... > >> > >> BUILD FAILED > >> > /services/cruisecontrol/work/checkout/ejb3-4.0-testsuite/ejb3/ > build-test.xml:1987: > >> The following error occurred while executing this line: > >> > /services/cruisecontrol/work/checkout/ejb3-4.0-testsuite/ejb3/ > build-test.xml:2008: > >> The following error occurred while executing this line: > >> > /services/cruisecontrol/work/checkout/ejb3-4.0-testsuite/ejb3/ > build-test.xml:100: > >> Timeout waiting for 'all' server to shutdown. > >> > >> Total time: 16 minutes 18 seconds > >> > >> The problem is that the server is out of memory: > >> > >> 2006-01-14 09:36:52,881 WARN [org.jgroups.stack.DownHandler] > >> DownHandler (UDP) exception is java.lang.OutOfMemoryError: > Java heap > >> space > >> 2006-01-14 09:36:52,881 ERROR [STDERR] java.lang.OutOfMemoryError: > >> Java heap space > >> 2006-01-14 09:36:55,303 WARN [org.jgroups.stack.DownHandler] > >> DownHandler (UDP) exception is java.lang.OutOfMemoryError: > Java heap > >> space > >> 2006-01-14 09:36:55,303 ERROR [STDERR] java.lang.OutOfMemoryError: > >> Java heap space > >> 2006-01-14 09:36:59,084 WARN [org.jgroups.stack.DownHandler] > >> DownHandler (UDP) exception is java.lang.OutOfMemoryError: > Java heap > >> space > >> 2006-01-14 09:36:59,084 ERROR [STDERR] java.lang.OutOfMemoryError: > >> Java heap space > >> > >> Its being run with 64mb. > >> ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642 _______________________________________________ JBoss-Development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jboss-development
