On Wednesday August 23 2006 10:57 am, Daniel Kulp wrote:
> 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.
OK. On the third try, it got past that error, then hung at a new point:
[client:out] Testing constants... Done!
[client:out] Testing TypeCode type... Done!
[client:out] Testing any type... Done!
[client:err] org.omg.CORBA.MARSHAL: no valuetype factory:
IDL:test/types/DynAnyTypes/TestStructBox:1.0 minor code: 0x4f4d0001
completed: No
[client:err] at
org.apache.yoko.orb.OB.ValueReader$FactoryCreationStrategy.create(ValueReader.java:337)
[client:err] at
org.apache.yoko.orb.OB.ValueReader$FactoryCreationStrategy.create(ValueReader.java:285)
[client:err] at
org.apache.yoko.orb.OB.ValueReader.read(ValueReader.java:735)
[client:err] at
org.apache.yoko.orb.OB.ValueReader.readValue(ValueReader.java:925)
[client:err] at
org.apache.yoko.orb.CORBA.InputStream.read_value(InputStream.java:1770)
[client:err] at org.apache.yoko.orb.CORBA.Any.extract_Value(Any.java:968)
[client:err] at
test.types.DynAnyTypes.TestStructBoxHelper.extract(TestStructBoxHelper.java:37)
[client:err] at test.types.TestDynAny.testStructBox(TestDynAny.java:3577)
[client:err] at test.types.TestDynAny.<init>(TestDynAny.java:5009)
[client:err] at test.types.TestDynAny.main(TestDynAny.java:5038)
[client:err] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[client:err] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[client:err] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[client:err] at java.lang.reflect.Method.invoke(Method.java:585)
[client:err] at
org.apache.yoko.processmanager.internal.ProcessAgentImpl.invokeStatic(ProcessAgentImpl.java:151)
[client:err] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[client:err] at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
[client:err] at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
[client:err] at java.lang.reflect.Method.invoke(Method.java:585)
[client:err] at
sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
[client:err] at sun.rmi.transport.Transport$1.run(Transport.java:153)
[client:err] at java.security.AccessController.doPrivileged(Native Method)
[client:err] at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
[client:err] at
sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
[client:err] at
sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
[client:err] at java.lang.Thread.run(Thread.java:595)
[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.testPortableTypes(TypesTest.java:17)
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
On Wednesday August 23 2006 10:57 am, Daniel Kulp wrote:
> 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]