Deployment problem in cluster environment
929971Jun 30 2012 — edited Aug 2 2013Hi all,
I have deployed my application in the clustered a environment which was working fine locally in jdev 11.1.1.5
But in the clustered environment page is loading but as soon as i login to page it is reloading many times and redirecting the login page in the server logs i am seeing following error
<Jun 30, 2012 4:44:39 PM EST> <Warning> <HTTP Session> <BEA-100094> <The session id: PvhRPngPjSyKGDf4m5FnDbGZVppHh0YjKQrHscZJCvM5BYDgvLpM has been accessed from 3369113166884198824S:vans079001-app:vff-soa-cluster-sit2:SIT-2-SOA-domain:SIT2-SOA01, a server that is not the primary (-837917043919703728S:vans079001-app:[8004,8004,-1,-1,-1,-1,-1]:vff-soa-cluster-sit2:SIT-2-SOA-domain:SIT2-SOA02). The request URL was: http://null:0/OperationalFrameworkUI-ViewController-context-root/faces/Home.jspx>
<Jun 30, 2012 4:44:39 PM EST> <Warning> <oracle.adfinternal.controller.state.ControllerState> <ADFC-50013> <ADFc: Deserialization of session state detected but ADF scope HA support is not enabled. Please enable ADF scope HA support in the adf-config.xml file to ensure correct functioning of your applicaiton.>
<Error> <Cluster> <BEA-000126> <All session objects should be serializable to replicate. Check the objects in your session. Failed to replicate non-serializable object.
java.rmi.MarshalException: failed to marshal update(Lweblogic.cluster.replication.ROID;ILjava.io.Serializable;Ljava.lang.Object;); nested exception is:
java.io.NotSerializableException: java.util.PropertyResourceBundle
at weblogic.rjvm.BasicOutboundRequest.marshalArgs(BasicOutboundRequest.java:92)
at weblogic.rmi.internal.BasicRemoteRef.invoke(BasicRemoteRef.java:221)
at weblogic.cluster.replication.ReplicationManager_1036_WLStub.update(Unknown Source)
at sun.reflect.GeneratedMethodAccessor2160.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
Truncated. see log file for complete stacktrace
Caused By: java.io.NotSerializableException: java.util.PropertyResourceBundle
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1164)
at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1518)
at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1483)
at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1400)
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1158)
Truncated. see log file for complete stacktrace
How to rectify this error
Thanks in advance