OptionalDataException in WLS 9.2
Hi Pal,
Getting the following Exception and this is intermittent on WLS 9.2:
[ERROR] APR-0030002 : Unable to Locate Remote Business Object
java.rmi.UnmarshalException: failed to unmarshal class java.lang.Object; nested exception is:
java.io.OptionalDataException
at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:229)
at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:338)
at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:252)
We found few bugs however they have mentioned that this will fix if and only if we use Synchronized HashMap instead of HashMap.
However in production we cannot go ahead make a changes in the HashMap.
Any pointers would be helpful.
Getting the following Exception and this is intermittent on WLS 9.2:
[ERROR] APR-0030002 : Unable to Locate Remote Business Object
java.rmi.UnmarshalException: failed to unmarshal class java.lang.Object; nested exception is:
java.io.OptionalDataException
at weblogic.rjvm.ResponseImpl.unmarshalReturn(ResponseImpl.java:229)
at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:338)
at weblogic.rmi.cluster.ClusterableRemoteRef.invoke(ClusterableRemoteRef.java:252)
We found few bugs however they have mentioned that this will fix if and only if we use Synchronized HashMap instead of HashMap.
However in production we cannot go ahead make a changes in the HashMap.
Any pointers would be helpful.
0