posted 17 years ago
Can you please help me out in fixing this issue. We have been seeing the following errors in the production environment. Cluster is setup with the 3 load balancing servers in round robin fashion. We are using Weblogic 8.1. Thanks in advance
<Nov 7, 2005 7:53:52 PM EST> <Error> <Kernel> <BEA-000802> <ExecuteRequest failed
weblogic.utils.NestedError: Could not find secondary on remote server - with nested exception:
[weblogic.cluster.replication.NotFoundException: Unable to find object 4708552410585420552].
weblogic.cluster.replication.NotFoundException: Unable to find object 4708552410585420552
at weblogic.cluster.replication.ReplicationManager.getPrimary(ReplicationManager.java:956)
at weblogic.cluster.replication.ReplicationManager.updateSecondary(ReplicationManager.java:797)
at weblogic.servlet.internal.session.ReplicatedSessionData.syncSession(ReplicatedSessionData.java:490)
at weblogic.servlet.internal.session.ReplicatedSessionContext.sync(ReplicatedSessionContext.java:184)
at weblogic.servlet.internal.ServletRequestImpl.syncSession(ServletRequestImpl.java:2471)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3679)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2630)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)
--------------- nested within: ------------------
weblogic.utils.NestedError: Could not find secondary on remote server - with nested exception:
[weblogic.cluster.replication.NotFoundException: Unable to find object 4708552410585420552]
at weblogic.servlet.internal.session.ReplicatedSessionData.syncSession(ReplicatedSessionData.java:499)
at weblogic.servlet.internal.session.ReplicatedSessionContext.sync(ReplicatedSessionContext.java:184)
at weblogic.servlet.internal.ServletRequestImpl.syncSession(ServletRequestImpl.java:2471)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:3679)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2630)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:219)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:178)