After a switch to another machine for various reasons (to v old FC5
and SUN JDK1.6.0_16) I'm seeing a failure in host-corba-jse when it's
testing if the orb has shut down. I see...
<system-err>Exception in thread "Thread-7"
java.lang.NullPointerException
at
com.sun.corba.se.impl.orb.ORBImpl.checkShutdownState(ORBImpl.java:1300)
at com.sun.corba.se.impl.orb.ORBImpl.run(ORBImpl.java:1202)
at
org.apache.tuscany.sca.host.corba.naming.TransientNameServer$1.run(TransientNameServer.java:60)
</system-err>
Am wondering if I'm got some messed up config on this other machine.
Simon