On my Linux box with JDK 1.5.0_08, if I run "mvn install" top level (fresh checkout of the code from SVN), the tests hang in the core module. Output is below.
Also, while building, I noticed the yoko-spec-corba stuff is being built with "source/target=1.5" instead of 1.4. I believe that should also be changed. -- J. Daniel Kulp Principal Engineer IONA P: 781-902-8727 C: 508-380-7194 F:781-902-8001 [EMAIL PROTECTED] ------------------------------------------------------- T E S T S ------------------------------------------------------- [client:out] Testing Codec... Done! [client:out] Testing simple RPC call... Done! [client:out] Testing passing non-local object... Done! [client:out] Testing passing local object... Done! [client:out] Testing passing non-local object in any... Done! [client:out] Testing insertion of local object in any... Done! [client:out] Testing passing local object in any... Done! [client:out] Testing returning local object... Done! [client:out] Testing returning local object in any... Done! [surefire] Running org.apache.yoko.LocalTest [surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.396 sec [surefire] [surefire] Running org.apache.yoko.CodeSetTest [surefire] Tests run: 6, Failures: 0, Errors: 0, Time elapsed: 25.699 sec [surefire] [server:out] Starting transient name service [server:out] Transient name service started [server:out] Attempting to resolve NameService reference [server:out] Resolved NameService reference=org.apache.yoko.orb.CORBA.StubForObject:[EMAIL PROTECTED] [server:out] Binding context level1 [client:out] List returned count = 10 [surefire] Running org.apache.yoko.CosNamingTest [surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 4.8 sec [surefire] [client:out] Testing forwarding loop detection... Done! [client:out] Testing retry for remote exceptions... Done! [client:out] Testing RETRY_STRICT... Done! [client:out] Testing RETRY_NEVER... Done! [client:out] Testing RETRY_ALWAYS... Done! [client:out] Testing multiple retries... Done! [client:out] Testing retry interval... Done! [surefire] Running org.apache.yoko.RetryTest [surefire] Tests run: 1, Failures: 0, Errors: 0, Time elapsed: 5.953 sec [surefire] [client:out] Testing constants... Done! [client:err] Exception in thread "main" java.lang.IllegalStateException: Shutdown in progress [client:err] at java.lang.Shutdown.add(Shutdown.java:81) [client:err] at java.lang.Runtime.addShutdownHook(Runtime.java:190) [client:err] at org.apache.yoko.processmanager.internal.ProcessAgentImpl.main(ProcessAgentImpl.java:79) java.rmi.UnmarshalException: Error unmarshaling return header; nested exception is: java.io.EOFException at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:203) at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:126) at org.apache.yoko.processmanager.internal.ProcessAgentImpl_Stub.invokeStatic(Unknown Source) at org.apache.yoko.processmanager.JavaProcess.invokeStatic(JavaProcess.java:143) at org.apache.yoko.processmanager.JavaProcess.invokeMain(JavaProcess.java:105) at org.apache.yoko.processmanager.JavaProcess.invokeMain(JavaProcess.java:101) at org.apache.yoko.TypesTest.testConst(TypesTest.java:5) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at junit.framework.TestCase.runTest(TestCase.java:164) at junit.framework.TestCase.runBare(TestCase.java:130) at junit.framework.TestResult$1.protect(TestResult.java:106) at junit.framework.TestResult.runProtected(TestResult.java:124) at junit.framework.TestResult.run(TestResult.java:109) at junit.framework.TestCase.run(TestCase.java:120) at junit.framework.TestSuite.runTest(TestSuite.java:230) at junit.framework.TestSuite.run(TestSuite.java:225) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.maven.surefire.battery.JUnitBattery.executeJUnit(JUnitBattery.java:242) at org.apache.maven.surefire.battery.JUnitBattery.execute(JUnitBattery.java:216) at org.apache.maven.surefire.Surefire.executeBattery(Surefire.java:215) at org.apache.maven.surefire.Surefire.run(Surefire.java:163) at org.apache.maven.surefire.Surefire.run(Surefire.java:87) at org.apache.maven.surefire.Surefire.run(Surefire.java:63) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585) at org.apache.maven.surefire.SurefireBooter.main(SurefireBooter.java:785) Caused by: java.io.EOFException at java.io.DataInputStream.readByte(DataInputStream.java:243) at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:189) ... 33 more