Re: anyone seen this coyote Exception?

2004-08-19 Thread Mark Swanson

Solution: upgrade from 5.0.25 to 5.0.27. At least then coyote won't throw an 
exception.
The third party library I was using was returning a contentLength of -1 and 
null data. I believe that was the cause and 5.0.27 seems to handle this 
better.

Cheers.

-- 
Free SyncML-capable replacement for Exchange and Outlook
http://www.ScheduleWorld.com/
WAP: http://www.ScheduleWorld.com/sw/WAPToday?id=4000tz=EST
WebDAV: http://www.ScheduleWorld.com/sw/webDAVDir/4000.ics
VFREEBUSY: http://www.ScheduleWorld.com/sw/freebusy/4000.ifb

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



anyone seen this coyote Exception?

2004-08-17 Thread Mark Swanson
Tomcat 5.0.25:

Aug 17, 2004 11:24:44 PM org.apache.coyote.tomcat5.CoyoteAdapter service
SEVERE: An exception or error occurred in the container during the request 
processing
java.lang.ArrayIndexOutOfBoundsException: 0
at 
org.apache.coyote.tomcat5.CoyoteAdapter.normalize(CoyoteAdapter.java:483)
at 
org.apache.coyote.tomcat5.CoyoteAdapter.postParseRequest(CoyoteAdapter.java:239)
at 
org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:158)
at 
org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:793)
at 
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConnection(Http11Protocol.java:702)
at 
org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:571)
at 
org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:644)
at java.lang.Thread.run(Thread.java:595)

-- 
Free SyncML-capable replacement for Exchange and Outlook
http://www.ScheduleWorld.com/
WAP: http://www.ScheduleWorld.com/sw/WAPToday?id=4000
WebDAV: http://www.ScheduleWorld.com/sw/webDAVDir/4000.ics
VFREEBUSY: http://www.ScheduleWorld.com/sw/freebusy/4000.ifb

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]