I've spent ages searching on Google and several newsgroups for an
answer but sadly with no success.
I get an NPE when I try to create my ORB - I'm pretty sure its going
to be down to some config error but the exception isn't helpful at
all. Here is some logging from the app:
14:37:52,625 [MKVxjThread] ERROR MKVxj.AppTemplate - Application
initialise caused exception, error: null, application will now exit..
java.lang.NullPointerException
at
com.iona.corba.atli_protocol.ip.PerORBState.get_tcp_settings(Unknown
Source)
at
com.iona.corba.atli_protocol.ip.PerORBState.load_configuration(Unknown
Source)
at com.iona.corba.atli_protocol.ip.PerORBState.<init>(Unknown
Source)
at com.iona.corba.iiop.IIOPPerORBState.<init>(Unknown Source)
at com.iona.corba.iiop.IIOPPlugIn.ORB_init(Unknown Source)
at com.iona.corba.art.artimpl.ORBDelegate.init_plugin(Unknown
Source)
at
com.iona.corba.art.artimpl.ORBDelegate.set_parameters(Unknown Source)
at com.iona.corba.art.artimpl.ORBImpl.set_parameters(Unknown
Source)
at org.omg.CORBA.ORB.init(ORB.java:337)
I'm using Orbix 6.1 on Linux.
Has anyone seen this before? Or have any ideas of where/how I could
find out more about why the exception is occurring?
Thanks all,
Mark Wales