Java NPE "SingleUserRemoteCache.fillCacheRequest" in Proxy Server log Integrity
Applies To
- PTC RV&S (formerly Integrity Lifecycle Manager) 2009 9.6 to 10.9
Description
- Following NULL POINTER EXCEPTION (NPE) occurs in the server.log file of Proxy Server in Integrity:
DIAGNOSTIC(5): java.lang.NullPointerException -- java.lang.NullPointerException
at mks.frame.cache.SingleUserRemoteCache.fillCacheRequest (SingleUserRemoteCache.java:170)
at sun.reflect.GeneratedMethodAccessor107.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.sapia.ubik.rmi.server.invocation.InvokeCommand.execute(InvokeCommand.java:185)
at mks.ubik.transport.beep.BeepServer$2.call(BeepServer.java:359)
at mks.ubik.transport.beep.RmiInvocationAction.call(RmiInvocationAction.java:152)
at mks.ubik.transport.beep.BeepServer.executeCommand(BeepServer.java:375)
at mks.ubik.transport.beep.BeepServer$1.call(BeepServer.java:313)
at mks.ubik.transport.beep.BeepServer$1.call(BeepServer.java:310)
at mks.ubik.transport.beep.RmiInvocationAction.call(RmiInvocationAction.java:152)
at mks.rmi.RmiAuthenticationHandler$1.run(RmiAuthenticationHandler.java:90)
at java.security.AccessController.doPrivileged(Native Method)
at javax.security.auth.Subject.doAs(Subject.java:396)
at mks.rmi.RmiAuthenticationHandler.doAs(RmiAuthenticationHandler.java:95)
at mks.ubik.transport.beep.BeepTransportProvider.doAs(BeepTransportProvider.java:1130)
at mks.ubik.transport.beep.BeepTransportProvider.doAs(BeepTransportProvider.java:1106)
at mks.ubik.transport.beep.BeepServer.remoteExecuteCommand(BeepServer.java:328)
at mks.ubik.transport.beep.BeepServer.handleCommandMessage(BeepServer.java:280)
at mks.ubik.transport.beep.BeepServer.receiveMSG(BeepServer.java:171)
at org.beepcore.beep.core.ChannelImpl.run(ChannelImpl.java:385)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor