After upgrading client software from Notes R5 to Notes R6.0.2, all Java agents in a Notes database towards CORBA interface do not work and following error message is founded in the Java consol:
Exception: org.omg.CORBA.INITIALIZE: Unable to load file “com/inprise/vbroker/orb/ORB.properties” minor code: 0 completed: No org.omg.CORBA.INITIALIZE:
Unable to load file “com/inprise/vbroker/orb/ORB.properties” minor code: 0 completed: No
at com.inprise.vbroker.properties.PropertyManager.addProperties(PropertyManager.java:218)
at com.inprise.vbroker.orb.ORB.initialize(ORB.java:744)
at com.inprise.vbroker.orb.ORB.set_parameters(ORB.java:944)
at org.omg.CORBA.ORB.init(ORB.java)
at CorbaConnectionManager.initializeBoa(CorbaConnectionManager.java:24)
at CorbaConnectionManager.getOrb(CorbaConnectionManager.java:37)
at CorbaConnectionManager.getSakbehandlingTjener(CorbaConnectionManager.java:49)
at JavaAgent.NotesMain(JavaAgent.java:41)
at lotus.domino.AgentBase.runNotes(Unknown Source)
at lotus.domino.NotesThread.run(NotesThread.java:208)
The same java agent code are working properly when using Notes Client R503.
Any suggestion why we are getting this error message?