I am getting a problem when running an application connecting to domino on portal server (I’m using the domino tag library). Basically the application works fine to start with, but at some indeterminate point in time, the diiop connection to the domino server stops working and from that point onwards, no domino data is displayed in any of the portlets. The stack trace below describes the problem
[13/04/04 14:16:18:590 BST] 4f0fe1c4 SystemErr R at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java(Compiled Code))
[13/04/04 14:16:20:918 BST] 4f0fe1c4 SystemErr R NOTES EXCEPTION in domino:view: (4457) Could not get IOR from Domino Server
[13/04/04 14:16:20:918 BST] 4f0fe1c4 SystemErr R NotesException: Could not get IOR from Domino Server: Invalid IOR null
[13/04/04 14:16:20:918 BST] 4f0fe1c4 SystemErr R at lotus.domino.NotesFactory.requestIOR(Unknown Source)
[13/04/04 14:16:20:918 BST] 4f0fe1c4 SystemErr R at lotus.domino.NotesFactory.getIOR(Unknown Source)
[13/04/04 14:16:20:918 BST] 4f0fe1c4 SystemErr R at lotus.domino.NotesFactory.createSessionUP(Unknown Source)
[13/04/04 14:16:20:918 BST] 4f0fe1c4 SystemErr R at lotus.domino.NotesFactory.createSession(Unknown Source)
[13/04/04 14:16:20:918 BST] 4f0fe1c4 SystemErr R at lotus.domino.taglib.ManagedSession.init(ManagedSession.java:77)
[13/04/04 14:16:20:918 BST] 4f0fe1c4 SystemErr R at lotus.domino.taglib.DominoSessionManager.getManagedSession(DominoSessionManager.java:136)
[13/04/04 14:16:20:918 BST] 4f0fe1c4 SystemErr R at lotus.domino.taglib.SessionData.init(SessionData.java:86)
[13/04/04 14:16:20:918 BST] 4f0fe1c4 SystemErr R at lotus.domino.taglib.DbData.attachSession(DbData.java:40)
[13/04/04 14:16:20:918 BST] 4f0fe1c4 SystemErr R at lotus.domino.taglib.DbData.init(DbData.java:64)
[13/04/04 14:16:20:918 BST] 4f0fe1c4 SystemErr R at lotus.domino.taglib.ViewData.init(ViewData.java:183)
[13/04/04 14:16:20:918 BST] 4f0fe1c4 SystemErr R at lotus.domino.taglib.ViewTag.dominoStartTag(ViewTag.java:162)
I have seen something similar when diiop was not started on the domino server, or when the connection was not specified correctly, but this happened as soon as you went to the home page and I’m fairly sure the trace was in fact slightly different. The only way to get things back up and running is to stop and restart the portal server (stopping and restarting the diiop process does not work).
Any help gratefully received