aspose file tools
The moose likes Tomcat and the fly likes Correct Weblogic client libraries for Tomcat 4.1? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Correct Weblogic client libraries for Tomcat 4.1?" Watch "Correct Weblogic client libraries for Tomcat 4.1?" New topic
Author

Correct Weblogic client libraries for Tomcat 4.1?

Marcelo Beckmann
Greenhorn

Joined: Mar 03, 2004
Posts: 19
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.


Marcelo Beckmann
William Crighton
Greenhorn

Joined: Mar 25, 2004
Posts: 1
I'm having the same problem, and from what I've found thus far is that if your tomcat server is on the same box as the weblogic server, you can use the wlclient.jar and the t3 protocol to communicate.
However, if (as in my case) the weblogic server is remote to the tomcat server it looks that you must use iiop and wlclient.jar to communicate. I've been unable to confirm this, and I haven't successfully communicated in this method either.
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Correct Weblogic client libraries for Tomcat 4.1?
 
Similar Threads
Calling a servlet on startup
StreamCorruptedException error
axis & weblogic6.1
Make Tomcat go
JSP and JavaBeans