Hi, Created Xpage with just text (not even a data source). Design-Preview in Notes gives Error 500 Unexpected Error Condition. Preview in web browser localhost works fine. Running 8.5.3 FP2 SHF22 on Win 7 64-bit.
Found a suggestion to try running Notes and domino as administrator no luck. Another suggestion said to look at logs in IBM_TECHNICAL_SUPPORT.
12/20/12 12:04 PM: Exception Thrown
javax.servlet.ServletException: java.lang.SecurityException: Unexpected Java Security Manager already installed.
at com.ibm.domino.xsp.module.nsf.NSFService.doService(Unknown Source)
at com.ibm.designer.runtime.domino.adapter.LCDEnvironment.doService(Unknown Source)
at com.ibm.designer.runtime.domino.adapter.LCDEnvironment.service(Unknown Source)
at com.ibm.domino.xsp.bridge.websrv.servlets.DispatcherServlet.service(Unknown Source)
at org.eclipse.equinox.http.registry.internal.ServletManager$ServletWrapper.service(Unknown Source)
at org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(Unknown Source)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(Unknown Source)
at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(Unknown Source)
at javax.servlet.http.HttpServlet.service(Unknown Source)
at com.ibm.pvc.webhttpservice.BridgeServlet.service(Unknown Source)
at com.ibm.pvc.internal.webcontainer.VirtualHost.handleRequest(Unknown Source)
at com.ibm.ws.webcontainer.WebContainer.handleRequest(Unknown Source)
at com.ibm.wsspi.webcontainer.WebContainer.handleRequest(Unknown Source)
at com.ibm.ws.webcontainer.http.HttpConnection.handleRequest(Unknown Source)
at com.ibm.ws.http.HttpConnection.readAndHandleRequest(Unknown Source)
at com.ibm.ws.http.HttpConnection.run(Unknown Source)
at com.ibm.ws.util.ThreadPool$Worker.run(Unknown Source)
Caused by: java.lang.SecurityException: Unexpected Java Security Manager already installed.
at com.ibm.domino.xsp.module.nsf.platform.NotesPlatform.addXPagesSecurityManager(Unknown Source)
at com.ibm.domino.xsp.module.nsf.platform.NotesPlatform.startingNFSService(Unknown Source)
at com.ibm.domino.xsp.module.nsf.NSFService.doServiceInternal(Unknown Source)
at com.ibm.domino.xsp.module.nsf.NSFService.access$0(Unknown Source)
at com.ibm.domino.xsp.module.nsf.NSFService$NsfServiceRequest.call(Unknown Source)
at com.ibm.domino.xsp.module.nsf.NSFService$NsfServiceRequest.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
at com.ibm.domino.xsp.module.nsf.NSFService$NsfServiceThread.run(Unknown Source)
Does not help me, may it helps someone else help me.
My Lotus Notes userid has manager access to the database. Anonymous has Author with create and replicate capabililities. This was an existing Lotus Notes db to which XPages are being added. Enable database web access properties:
Use Javascript when generating pages
Enable enhanced HTML generation
Any other suggestions welcomed. Thanks. Sue