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(StreamRemoteCall.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(ObjectInputStream.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.java:111) [java] at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.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.


------------------------------------------------------------------------
    *From:* [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
    *Sent:* Saturday, January 14, 2006 5:46 AM
    *To:* Adrian Brock; Bill Decoste; Bill Burke;
    jboss-development@lists.sourceforge.net; Kabir Khan; QA; Ruel Loehr;
    Scott M Stark; Thomas Diesler
    *Subject:* ejb3-4.0-testsuite Build Failed
    *Importance:* High

    View results here ->
http://cruisecontrol.jboss.com/cc/buildresults/ejb3-4.0-testsuite?log=log20060114082307


    BUILD FAILED
    Ant Error
Message: /services/cruisecontrol/work/scripts/build-ejb3-4.0-testsuite.xml:82:
    Exit code: 1 See tests.log in Build Artifacts for details.
    Date of build: 01/14/2006 08:23:07
    Time to build: 21 minutes 32 seconds
    Last changed: 12/31/2005 16:46:08
    Last log entry: call isOpen() when obtaining session so that HEM
    registers with EM with TXset cglib_use_reflection flag to false

     Unit Tests: (0)  Total Errors and Failures: (0)

Modifications since last builds: (first 50 of 2834)
    1.3     modified     bill
src/test/org/jboss/ejb3/test/strictpool/unit/StrictPoolUnitTestCase.java
        EJBs and Persistence can now be within a .jar file
    1.3     modified     bill
src/test/org/jboss/ejb3/test/tableperinheritance/unit/EntityUnitTestCase.java
        EJBs and Persistence can now be within a .jar file
    1.7     modified     bill
    src/test/org/jboss/ejb3/test/timer/unit/RemoteUnitTestCase.java
    EJBs and Persistence can now be within a .jar file
    1.6     modified     bill
src/test/org/jboss/ejb3/test/txexceptions/unit/TxExceptionsTestCase.java
        EJBs and Persistence can now be within a .jar file
    1.3     modified     bill
    src/test/org/jboss/ejb3/test/xmlcfg/unit/EntityUnitTestCase.java
    EJBs and Persistence can now be within a .jar file
    1.4     modified     bdecoste
    src/test/org/jboss/ejb3/test/txexceptions/Dao.java
    application-exception support
    1.7     modified     bdecoste
    src/test/org/jboss/ejb3/test/txexceptions/DaoBean.java
    application-exception support
    1.1     added     bdecoste
src/test/org/jboss/ejb3/test/txexceptions/DeploymentDescriptorAppException.java
        branches: 1.1.2;application-exception support
    1.1     added     bdecoste
src/test/org/jboss/ejb3/test/txexceptions/DeploymentDescriptorCheckedRollbackException.java
        branches: 1.1.2;application-exception support
    1.5     modified     bdecoste
src/test/org/jboss/ejb3/test/txexceptions/unit/TxExceptionsTestCase.java
        application-exception support
    1.8     modified     bdecoste
    src/test/org/jboss/ejb3/test/strictpool/StrictlyPooledMDB.java
    activateConfig to activationConfig
    1.3     modified     starksm
src/test/org/jboss/ejb3/test/xmlcfg/Customer.java Update the jboss
    LGPL headers
    1.3     modified     starksm
    src/test/org/jboss/ejb3/test/xmlcfg/EntityTest.java     Update the
    jboss LGPL headers
    1.6     modified     starksm
src/test/org/jboss/ejb3/test/xmlcfg/EntityTestBean.java Update the
    jboss LGPL headers
    1.5     modified     starksm
    src/test/org/jboss/ejb3/test/tableperinheritance/Customer.java
    Update the jboss LGPL headers
    1.5     modified     starksm
    src/test/org/jboss/ejb3/test/tableperinheritance/Employee.java
    Update the jboss LGPL headers
    1.3     modified     starksm
    src/test/org/jboss/ejb3/test/tableperinheritance/EntityTest.java
    Update the jboss LGPL headers
    1.9     modified     starksm
    src/test/org/jboss/ejb3/test/tableperinheritance/EntityTestBean.java
    Update the jboss LGPL headers
    1.5     modified     starksm
src/test/org/jboss/ejb3/test/tableperinheritance/Person.java Update
    the jboss LGPL headers
    1.4     modified     starksm
    src/test/org/jboss/ejb3/test/timer/TimerTester.java     Update the
    jboss LGPL headers
    1.9     modified     starksm
src/test/org/jboss/ejb3/test/timer/TimerTesterBean.java Update the
    jboss LGPL headers
    1.2     modified     starksm
    src/test/org/jboss/ejb3/test/timer/TimerTesterBean21.java     Update
    the jboss LGPL headers
    1.6     modified     starksm
    src/test/org/jboss/ejb3/test/timer/unit/RemoteUnitTestCase.java
    Update the jboss LGPL headers
    1.2     modified     starksm
    src/test/org/jboss/ejb3/test/txexceptions/AnnotatedAppException.java
    Update the jboss LGPL headers
    1.2     modified     starksm
src/test/org/jboss/ejb3/test/txexceptions/AppException.java Update
    the jboss LGPL headers
    1.2     modified     starksm
src/test/org/jboss/ejb3/test/txexceptions/CheckedRollbackException.java
        Update the jboss LGPL headers
    1.3     modified     starksm
src/test/org/jboss/ejb3/test/txexceptions/Dao.java Update the jboss
    LGPL headers
    1.6     modified     starksm
    src/test/org/jboss/ejb3/test/txexceptions/DaoBean.java     Update the
    jboss LGPL headers
    1.2     modified     starksm
src/test/org/jboss/ejb3/test/txexceptions/NoRollbackRemoteException.java
        Update the jboss LGPL headers
    1.2     modified     starksm
src/test/org/jboss/ejb3/test/txexceptions/NoRollbackRuntimeException.java
        Update the jboss LGPL headers
    1.2     modified     starksm
src/test/org/jboss/ejb3/test/txexceptions/RollbackRemoteException.java
        Update the jboss LGPL headers
    1.2     modified     starksm
src/test/org/jboss/ejb3/test/txexceptions/RollbackRuntimeException.java
        Update the jboss LGPL headers
    1.3     modified     starksm
src/test/org/jboss/ejb3/test/txexceptions/SimpleEntity.java Update
    the jboss LGPL headers
    1.4     modified     starksm
src/test/org/jboss/ejb3/test/txexceptions/unit/TxExceptionsTestCase.java
        Update the jboss LGPL headers
    1.2     modified     starksm
    src/test/org/jboss/ejb3/test/xmlcfg/unit/EntityUnitTestCase.java
    Update the jboss LGPL headers
    1.2     modified     starksm
src/test/org/jboss/ejb3/test/strictpool/MDBInvoker.java Update the
    jboss LGPL headers
    1.2     modified     starksm
src/test/org/jboss/ejb3/test/strictpool/SessionInvoker.java Update
    the jboss LGPL headers
    1.7     modified     starksm
    src/test/org/jboss/ejb3/test/strictpool/StrictlyPooledMDB.java
    Update the jboss LGPL headers
    1.3     modified     starksm
    src/test/org/jboss/ejb3/test/strictpool/StrictlyPooledSession.java
    Update the jboss LGPL headers
    1.7     modified     starksm
src/test/org/jboss/ejb3/test/strictpool/StrictlyPooledSessionBean.java
        Update the jboss LGPL headers
    1.2     modified     starksm
src/test/org/jboss/ejb3/test/strictpool/unit/StrictPoolUnitTestCase.java
        Update the jboss LGPL headers
    1.2     modified     starksm
src/test/org/jboss/ejb3/test/tableperinheritance/unit/EntityUnitTestCase.java
        Update the jboss LGPL headers
    1.5     modified     bill
src/test/org/jboss/ejb3/test/xmlcfg/Customer.java update to latest
    hibernates
    1.4     modified     bdecoste
src/test/org/jboss/ejb3/test/tableperinheritance/unit/EntityUnitTestCase.java
        updated default jndi binding
    1.4     modified     bdecoste
src/test/org/jboss/ejb3/test/strictpool/unit/StrictPoolUnitTestCase.java
        updated default jndi binding
    1.4     modified     bdecoste
    src/test/org/jboss/ejb3/test/xmlcfg/unit/EntityUnitTestCase.java
    updated default jndi binding
    1.8     modified     bdecoste
    src/test/org/jboss/ejb3/test/timer/unit/RemoteUnitTestCase.java
    updated default jndi binding
    1.7     modified     bdecoste
src/test/org/jboss/ejb3/test/txexceptions/unit/TxExceptionsTestCase.java
        updated default jndi binding
    1.4     modified     bill
src/test/org/jboss/ejb3/test/xmlcfg/Customer.java update to latest
    HEM that has GeneratedValue change
    1.6     modified     bill
src/test/org/jboss/ejb3/test/tableperinheritance/Person.java update
    to latest HEM that has GeneratedValue change



--
Bill Burke
Chief Architect
JBoss Inc.


-------------------------------------------------------
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://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-Development mailing list
JBoss-Development@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to