Hello everbody,
In my Tomcat 4.1 application who is client of a Weblogic 8.1 sp2,
I�m getting the following error:
java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is: java.io.StreamCorruptedException
This is because there are conflicts between the Tomcat core jars and the Weblogic client jars (weblogic.jar or wlclient.jar), so,
the Tomcat cannont correctly serialize to send requests to weblobic.
The question is the folowing:
What is the correct client library for weblogic that I must use
in the Tomcat, which does not cause conclicts?
Someone already gets this error?
Since now thanks for the attention.