|
From: SourceForge.net <no...@so...> - 2007-06-17 14:26:26
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=4366769 By: nobody Kind Attn Mr. Kurt Riede Dear Sir, We are an opensource software start-up based in Bangalore. We have enabled CORBA based DIIOP service on the domino server. We are unable to open remote session to the domino server. We are trying the following code; DNotesFactory factory = DNotesFactory.getInstance(); DSession session = factory.getSession("192.168.1.34","manoj","dreamfire");//line 10 DDatabase database = session.getDatabase("comp3/dreamfire", "names.nsf"); System.out.println(database.getTitle()); 192.168.1.34 is the server IP 'manoj' is the username 'comp3/dreamfire' is the server name 'names.nsf' is the database name. We get the following error code; Exception in thread "main" de.bea.domingo.service.NotesServiceRuntimeException: Cannot create session at de.bea.domingo.service.NotesServiceFactory.getSession(NotesServiceFac tory.java:169) at Test.main(Test.java:10) Caused by: de.bea.domingo.proxy.NotesProxyRuntimeException: Cannot create session at de.bea.domingo.proxy.NotesProxyFactory.getSession(NotesProxyFactory.j ava:417) at de.bea.domingo.service.NotesServiceFactory.getSession(NotesServiceFac tory.java:167) ... 1 more Caused by: de.bea.domingo.exception.DominoException: [4062] Could not open Notes session ... 3 more We would be grateful, if you could assist us with this challenge. Thanks & best regards, John jo...@dr... DreamFire Interactive Solutions http://dreamfireinteractive.com ______________________________________________________________________ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to SourceForge.net and visit: https://sourceforge.net/forum/unmonitor.php?forum_id=542947 |