I have a Domino servlet running on several servers, and on one only I get the following messages when attempting to open a view:12/07/2005 05:27:58 PM HTTP JVM: NotesException: Notes error: Page is not currently buffered.
12/07/2005 05:27:58 PM HTTP JVM: at lotus.domino.local.Database.NgetView(Native Method)
12/07/2005 05:27:58 PM HTTP JVM: at lotus.domino.local.Database.getView(Unknown Source)
12/07/2005 05:27:58 PM HTTP JVM: at servlets.portal03.DirInfo.doGet(DirInfo.java:218)
12/07/2005 05:27:58 PM HTTP JVM: at javax.servlet.http.HttpServlet.service(HttpServlet.java:499)
12/07/2005 05:27:58 PM HTTP JVM: at javax.servlet.http.HttpServlet.service(HttpServlet.java:588)
12/07/2005 05:27:58 PM HTTP JVM: at lotus.domino.servlet.DominoServletInvoker.executeServlet(DominoServletInvoker.java:283)
12/07/2005 05:27:58 PM HTTP JVM: at lotus.domino.servlet.DominoServletInvoker.service(DominoServletInvoker.java:224)
12/07/2005 05:27:58 PM HTTP JVM: at lotus.domino.servlet.ServletManager.service(ServletManager.java:245)
12/07/2005 05:27:58 PM HTTP JVM: Notes code = 4000
12/07/2005 05:27:58 PM HTTP JVM: Notes error = Notes error: Page is not currently buffered.
Any ideas anyone? Thanks in advance!