Alexandra Niculai
2009-08-21 16:28:46 UTC
Hi
On the client side, not passing any properties to the ORB.init() method
gives this error:
"com.sun.corba.se.spi.orb.OperationFactory$ClassAction operate
WARNING: "IOP00110208: (BAD_PARAM) Could not load class standard_init"
org.omg.CORBA.BAD_PARAM: vmcid: SUN minor code: 208 completed: No
at
com.sun.corba.se.impl.logging.ORBUtilSystemException.couldNotLoadClass(Unknown
Source)".
Anyway, it doesn't stop the program from running, it just doesn't use
JacORB.
If I pass these Properties:
"System.setProperty("org.omg.CORBA.ORBClass", "org.jacorb.orb.ORB");
System.setProperty("org.omg.CORBA.ORBSingletonClass",
"org.jacorb.orb.ORBSingleton");
org.omg.CORBA.ORB orb = org.omg.CORBA.ORB.init(args,
System.getProperties());"
the program will try to load the jacorb.properties and the orb.properties.
This goes all well if you're on the server side. But what happens on the
client side? The client won't have these files.
Can anyone please help me understand this?Thank you.
Greetings
Alexandra.
On the client side, not passing any properties to the ORB.init() method
gives this error:
"com.sun.corba.se.spi.orb.OperationFactory$ClassAction operate
WARNING: "IOP00110208: (BAD_PARAM) Could not load class standard_init"
org.omg.CORBA.BAD_PARAM: vmcid: SUN minor code: 208 completed: No
at
com.sun.corba.se.impl.logging.ORBUtilSystemException.couldNotLoadClass(Unknown
Source)".
Anyway, it doesn't stop the program from running, it just doesn't use
JacORB.
If I pass these Properties:
"System.setProperty("org.omg.CORBA.ORBClass", "org.jacorb.orb.ORB");
System.setProperty("org.omg.CORBA.ORBSingletonClass",
"org.jacorb.orb.ORBSingleton");
org.omg.CORBA.ORB orb = org.omg.CORBA.ORB.init(args,
System.getProperties());"
the program will try to load the jacorb.properties and the orb.properties.
This goes all well if you're on the server side. But what happens on the
client side? The client won't have these files.
Can anyone please help me understand this?Thank you.
Greetings
Alexandra.