This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Distributed Java and the fly likes failed to unmarshal cookie Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Distributed Java
Reply Bookmark "failed to unmarshal cookie" Watch "failed to unmarshal cookie" New topic
Author

failed to unmarshal cookie

Sandeep Advani
Ranch Hand

Joined: Mar 11, 2004
Posts: 78
Hi

We have an application deployed on Weblogic 7. I get this error when try to hit a certain part of the application towards one of our clients database. Interestingly, we cannot replicate this error if try this on our existing test data. Looking at the error, I feel its an incompatibility issue with the code. Any insights on this?

Sandeep



[ Jess added some carriage returns in order to not stretch teh screen so much ]
[ October 12, 2004: Message edited by: Jessica Sant ]
Jessica Sant
Sheriff

Joined: Oct 17, 2001
Posts: 4313

My guess is that you are using two different versions of the Discount class file... So, I'm going to move this to the RMI forum where they are used to discussing serialVersionUID issues...

So, please post your replies there. Thanks!
Sandeep Advani
Ranch Hand

Joined: Mar 11, 2004
Posts: 78
You are right. The web tier and the app tier had 2 different versions. Possibly the patch we applied didnt synchronize the two.

Thanks
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: failed to unmarshal cookie
 
Similar Threads
java.rmi.RemoteException: EJB Exception: ; nested exception is:
.UnmarshalException
not able to consume any web service
EJB can't find class when called from servlet
local class incompatible error