Hey Robert,

It looks like the deserializer is encountering an invalid byte somewhere while 
decoding the server's response, but it's tough to tell without being able to 
inspect the full HTTP request and response. Are you in a position to pull that 
off the wire? If so, be sure to grab a hex dump as a lot of the protocol is 
non-printable.

Regards,
Brandon Gilmore


On Jan 14, 2011, at 12:35 PM, Jenks, Robert wrote:

> We’re getting an exception that we haven’t been able to identify the cause 
> of.  Anyone ever seen this?
>  
> Thanks in advance,
> -Robert
>  
> 02:46:43.843 <E> <CommProxy> Exception while calling login 
> :com.caucho.hessian.io.HessianProtocolException: '?' is an unknown code
> com.caucho.hessian.client.HessianRuntimeException: 
> com.caucho.hessian.io.HessianProtocolException: '?' is an unknown code
>             at 
> com.caucho.hessian.client.HessianProxy.invoke(HessianProxy.java:221)
>             at $Proxy4.login(Unknown Source)
>             at com.ti.---.login(CommProxy.java:841)
>             at com.ti.---actionPerformed(LoginLogoutAction.java:550)
>             at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
>             at javax.swing.AbstractButton$Handler.actionPerformed(Unknown 
> Source)
>             at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown 
> Source)
>             at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
>             at javax.swing.AbstractButton.doClick(Unknown Source)
>             at javax.swing.AbstractButton.doClick(Unknown Source)
>             at com.ti.---.LoginLogoutAction$1.run(LoginLogoutAction.java:208)
>             at java.awt.event.InvocationEvent.dispatch(Unknown Source)
>             at java.awt.EventQueue.dispatchEvent(Unknown Source)
>             at com.ti.---.dispatchEvent(EventQueue.java:31)
>             at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown 
> Source)
>             at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown 
> Source)
>             at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown 
> Source)
>             at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
>             at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
>             at java.awt.EventDispatchThread.run(Unknown Source)
> Caused by: com.caucho.hessian.io.HessianProtocolException: '?' is an unknown 
> code
>             at 
> com.caucho.hessian.client.HessianProxy.invoke(HessianProxy.java:219)
>             ... 19 more
> _______________________________________________
> hessian-interest mailing list
> hessian-interest@caucho.com
> http://maillist.caucho.com/mailman/listinfo/hessian-interest

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

Reply via email to