On Thu, Jan 10, 2008 at 11:10:15AM -0800, Vic Cekvenich wrote:
> A tomcat 5.5 site is using hessian/flex, like it a lot. It gets "random"
> hessian errors, some ex:
> 
> java.net.SocketTimeoutException: Read timed out
>
> or sometimes
> 
> java.io.IOException: expected 'c' in hessian input at -1

Hi Vic,

Can you tell me about the setup?  Is this streaming hessian or
method calls (looks like methods to me)?  Are the clients that
cause this doing anything weird?

The second exception is a result of the socket getting closed.
The error message isn't very handy, but it's saying it got an EOF
instead of what it was looking for.

> Site gets thousand of hits per minute, exceptions are about once an hour. 
> Other
> resin sites seem fine, but this site is tc.
> Any suggestion on what to do?

Switch to Resin. ;-)

> .V
> ps: for fun: http://phonezoo.com/PhotosHome.do (the "recent" banner on top is
> flex rotating and calling hessian java and generating these exceptions.

Cool!

Thanks,
Emil

============================================================

Emil Ong
Chief Evangelist
Caucho Technology, Inc.
Tel. (858) 456-0300
mailto:[EMAIL PROTECTED]

Caucho: Reliable Open Source
--> Resin: application server
--> Quercus: PHP in Java
--> Hessian Web Services


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

Reply via email to