createSession problem

hi,

I build a plugin for eclipse and get the follow exception while tryng to create a Session with NotesFactory:

org.omg.CORBA.INITIALIZE: can’t instantiate default ORB implementation lotus.priv.CORBA.iiop.ORB vmcid: 0x0 minor code: 0 completed: No

at org.omg.CORBA.ORB.create_impl(ORB.java:308)

at org.omg.CORBA.ORB.init(ORB.java:345)

at lotus.domino.cso.Session.createORB(Unknown Source)

at lotus.domino.cso.Session.initSession(Unknown Source)

at lotus.domino.cso.Session.<init>(Unknown Source)

at lotus.domino.cso.Session.createSession(Unknown Source)

at lotus.domino.NotesFactory.createSession(Unknown Source)

at lotus.domino.NotesFactory.createSession(Unknown Source)

has someone any idea, what I’m doing wrong?

thanks in advance

Igor

Subject: createSession problem

I heard about this problem recently and unsuccessfully tried to reproduce it with Eclipse 2.0.2. If you’re able to provide steps on how to reproduce the problem I’d like to look into it.

Steve Nikopoulos