i am having a hell of a time getn resin 3.2.0 to properly serialize my  
session data correctly.  i constantly get a cluster hessian  
serialization error when it communicates.  i did some refactoring of  
the object when this started to happen.  i have removed all old  
session data and caches but still the problem persists.  if we remove  
one of the severs from the cluster the problem also disappears.  This  
is a very critical as we are trying to release our product in the next  
few days and this is a blocker.

here is the error:

com.caucho.hessian.io.HessianFieldException:  
com.iovation.adminconsole.objectmodel.security.Subscriber.anonymous:  
expected boolean at end of file
at  
com 
.caucho 
.hessian.io.JavaDeserializer.logDeserializeError(JavaDeserializer.java: 
671)
at com.caucho.hessian.io.JavaDeserializer 
$BooleanFieldDeserializer.deserialize(JavaDeserializer.java:423)
at  
com 
.caucho.hessian.io.JavaDeserializer.readObject(JavaDeserializer.java: 
233)
at  
com 
.caucho.hessian.io.JavaDeserializer.readObject(JavaDeserializer.java: 
157)
...
at java.lang.Thread.run(Thread.java:619)
Caused by: com.caucho.hessian.io.HessianProtocolException: expected  
boolean at end of file
at com.caucho.hessian.io.Hessian2Input.error(Hessian2Input.java:2705)
at com.caucho.hessian.io.Hessian2Input.expect(Hessian2Input.java:2668)
at com.caucho.hessian.io.Hessian2Input.readBoolean(Hessian2Input.java: 
713)
at com.caucho.hessian.io.JavaDeserializer 
$BooleanFieldDeserializer.deserialize(JavaDeserializer.java:419)

we also seen this exception as well:

com 
.caucho 
.hessian 
.io 
.HessianFieldException:com 
.iovation 
.adminconsole.objectmodel.security.Subscriber.sharedSubscriber:  
expected boolean at end of file
at  
com 
.caucho 
.hessian.io.JavaDeserializer.logDeserializeError(JavaDeserializer.java: 
671)
  at com.caucho.hessian.io.JavaDeserializer 
$BooleanFieldDeserializer.deserialize(JavaDeserializer.java:423)
at  
com 
.caucho.hessian.io.JavaDeserializer.readObject(JavaDeserializer.java: 
233)
....
Caused by: com.caucho.hessian.io.HessianProtocolException: expected  
boolean at end of file
at com.caucho.hessian.io.Hessian2Input.error(Hessian2Input.java:2705)
at com.caucho.hessian.io.Hessian2Input.expect(Hessian2Input.java:2668)
at com.caucho.hessian.io.Hessian2Input.readBoolean(Hessian2Input.java: 
713)
at com.caucho.hessian.io.JavaDeserializer 
$BooleanFieldDeserializer.deserialize(JavaDeserializer.java:419)
... 46 more

also is there anyway to not use hessian for cluster serialization.

 
iovation
111 SW Fifth Avenue
Suite 3200
Portland, OR 97204
http://www.iovation.com/
 
The information contained in this email message may be privileged, confidential 
and protected from disclosure. If you are not the intended recipient, any 
dissemination, distribution or copying is strictly prohibited. If you think 
that you have received this email message in error, please notify the sender by 
reply email and delete the message and any attachments.


_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to