Java Agent error

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?

Subject: Java Agent error

My experience…The Domino cobra it’s not work in JDK1.3,

because the IBM JVM runtime has duplicate jar

I use JDk 1.4 runtime ,it’s work fine,

just experience

gook luck

clj

Subject: RE: Java Agent error

Thanks for your response!

Do this mean that I have to install IBM JDk1.4 with Lotus Notes klient ?

Please give me more detail how you did it?

Farooq Baig