You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I deployed Domino JNA on a Verse enabled server and we're getting this error. I've not seen requirements for java.policy changes related to Domino-JNA.
Is this something known or possibly a real side-effect of deplyoing Domino-JNA on a Verse enabled servers.
Note: Current Domino-JNA version 0.35 -> Pending ugprade to 0.39
7/28/20 6:48 PM: Exception Thrown com.ibm.pim.sequoia.osgi.servlets.NoAccessSignalError at com.ibm.pim.sequoia.osgi.servlets.UserInfo.generateUserInfoCacheKey(UserInfo.java:406) at com.ibm.pim.sequoia.osgi.servlets.UserInfo.getUserInfo(UserInfo.java:446) at com.ibm.pim.sequoia.osgi.servlets.SequoiaResourceServlet.doGet(SequoiaResourceServlet.java:146) at javax.servlet.http.HttpServlet.service(HttpServlet.java:693) at javax.servlet.http.HttpServlet.service(HttpServlet.java:806) at org.eclipse.equinox.http.registry.internal.ServletManager$ServletWrapper.service(ServletManager.java:180) at org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90) at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111) at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:67) at javax.servlet.http.HttpServlet.service(HttpServlet.java:806) at com.ibm.domino.xsp.adapter.osgi.OSGIModule.invokeServlet(OSGIModule.java:167) at com.ibm.domino.xsp.adapter.osgi.OSGIModule.access$0(OSGIModule.java:153) at com.ibm.domino.xsp.adapter.osgi.OSGIModule$1.invokeServlet(OSGIModule.java:134) at com.ibm.domino.xsp.adapter.osgi.AbstractOSGIModule.invokeServletWithNotesContext(AbstractOSGIModule.java:181) at com.ibm.domino.xsp.adapter.osgi.OSGIModule.doService(OSGIModule.java:128) at com.ibm.domino.xsp.adapter.osgi.OSGIService.doService(OSGIService.java:418) at com.mindoo.domino.jna.xsp.http.DominoJNAHttpService$2.call(DominoJNAHttpService.java:76) at com.mindoo.domino.jna.xsp.http.DominoJNAHttpService$2.call(DominoJNAHttpService.java:1) at com.mindoo.domino.jna.gc.NotesGC$1.run(NotesGC.java:537) at java.security.AccessController.doPrivileged(AccessController.java:678) at com.mindoo.domino.jna.gc.NotesGC.runWithAutoGC(NotesGC.java:532) at com.mindoo.domino.jna.xsp.http.DominoJNAHttpService.doService(DominoJNAHttpService.java:68) at com.ibm.designer.runtime.domino.adapter.LCDEnvironment.doService(LCDEnvironment.java:357) at com.ibm.designer.runtime.domino.adapter.LCDEnvironment.service(LCDEnvironment.java:313) at com.ibm.domino.xsp.bridge.http.engine.XspCmdManager.service(XspCmdManager.java:272)
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Hi, I deployed Domino JNA on a Verse enabled server and we're getting this error. I've not seen requirements for java.policy changes related to Domino-JNA.
Is this something known or possibly a real side-effect of deplyoing Domino-JNA on a Verse enabled servers.
Note: Current Domino-JNA version 0.35 -> Pending ugprade to 0.39
7/28/20 6:48 PM: Exception Thrown com.ibm.pim.sequoia.osgi.servlets.NoAccessSignalError at com.ibm.pim.sequoia.osgi.servlets.UserInfo.generateUserInfoCacheKey(UserInfo.java:406) at com.ibm.pim.sequoia.osgi.servlets.UserInfo.getUserInfo(UserInfo.java:446) at com.ibm.pim.sequoia.osgi.servlets.SequoiaResourceServlet.doGet(SequoiaResourceServlet.java:146) at javax.servlet.http.HttpServlet.service(HttpServlet.java:693) at javax.servlet.http.HttpServlet.service(HttpServlet.java:806) at org.eclipse.equinox.http.registry.internal.ServletManager$ServletWrapper.service(ServletManager.java:180) at org.eclipse.equinox.http.servlet.internal.ServletRegistration.handleRequest(ServletRegistration.java:90) at org.eclipse.equinox.http.servlet.internal.ProxyServlet.processAlias(ProxyServlet.java:111) at org.eclipse.equinox.http.servlet.internal.ProxyServlet.service(ProxyServlet.java:67) at javax.servlet.http.HttpServlet.service(HttpServlet.java:806) at com.ibm.domino.xsp.adapter.osgi.OSGIModule.invokeServlet(OSGIModule.java:167) at com.ibm.domino.xsp.adapter.osgi.OSGIModule.access$0(OSGIModule.java:153) at com.ibm.domino.xsp.adapter.osgi.OSGIModule$1.invokeServlet(OSGIModule.java:134) at com.ibm.domino.xsp.adapter.osgi.AbstractOSGIModule.invokeServletWithNotesContext(AbstractOSGIModule.java:181) at com.ibm.domino.xsp.adapter.osgi.OSGIModule.doService(OSGIModule.java:128) at com.ibm.domino.xsp.adapter.osgi.OSGIService.doService(OSGIService.java:418) at com.mindoo.domino.jna.xsp.http.DominoJNAHttpService$2.call(DominoJNAHttpService.java:76) at com.mindoo.domino.jna.xsp.http.DominoJNAHttpService$2.call(DominoJNAHttpService.java:1) at com.mindoo.domino.jna.gc.NotesGC$1.run(NotesGC.java:537) at java.security.AccessController.doPrivileged(AccessController.java:678) at com.mindoo.domino.jna.gc.NotesGC.runWithAutoGC(NotesGC.java:532) at com.mindoo.domino.jna.xsp.http.DominoJNAHttpService.doService(DominoJNAHttpService.java:68) at com.ibm.designer.runtime.domino.adapter.LCDEnvironment.doService(LCDEnvironment.java:357) at com.ibm.designer.runtime.domino.adapter.LCDEnvironment.service(LCDEnvironment.java:313) at com.ibm.domino.xsp.bridge.http.engine.XspCmdManager.service(XspCmdManager.java:272)
Thanks in advance.
The text was updated successfully, but these errors were encountered: