aravind326 0 Unverified User

Hi,

I am new to Lotus Domino.

I have Lotus Domino Server installed in a VM image. I am trying to create users in it through java code. But when i try to create user it gives an error like this.

NotesException: Notes error: Unable to find path to server. Check that your network connection is working. If you have a working connection, go to Preferences - Notes Ports and click Trace to discover where it breaks down. (IdmTest6)
at lotus.domino.NotesExceptionHelper.read(Unknown Source)
at lotus.domino.NotesExceptionHolder._read(Unknown Source)
at lotus.priv.CORBA.iiop.RepImpl.invoke(Unknown Source)
at lotus.priv.CORBA.portable.ObjectImpl._invoke(Unknown Source)
at lotus.domino.corba._IRegistrationStub.registerNewUser(Unknown Source)
at lotus.domino.cso.Registration.registerNewUser(Unknown Source)
at lotus.domino.cso.Registration.registerNewUser(Unknown Source)
at com.nic.oim.Provision.main(Provision.java:46)

In Domino server while starting, it gives a message like this.

LAN0: The network port driver is an incompatible version

Is this the problem of the error?

Please help.

Thanks in advance.