I’m attempting to access Domino from a Tomcat server. I am able to access the Domino server successfully the first time I hit the page, however the second time I hit the jsp Page I get the following error:
org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 208 completed: Maybe at com.sun.corba.se.internal.iiop.IIOPConnection.purge_calls(IIOPConnection.java:438) at com.sun.corba.se.internal.iiop.ReaderThread.run(ReaderThread.java:70)
The JSP page is just connecting to the Domino Session and returning the Domino session.
Thanks in advance.