Howdy,
I recall having the charAt NPE -- it went away during an upgrade of the JDK (to 1.4.2) 
and tomcat (to 4.1.27).  At that time I also had them update all the Solaris OS 
patches required by the JDK.  So I don't know which was the deciding factor in the 
charAt NPE you're getting, but doing all the updates should work ;)

Yoav Shapira
Millennium ChemInformatics


>-----Original Message-----
>From: Remy Maucherat [mailto:[EMAIL PROTECTED]
>Sent: Thursday, October 09, 2003 10:24 AM
>To: Tomcat Users List
>Subject: Re: Strange tomcat behavior
>
>[EMAIL PROTECTED] wrote:
>> Hi everybody on the list!
>>
>> We observed a strange tomcat behavior (tomcat 4.1.24) while running a
>servlet: Everything works fine some days or even weeks. Suddenly (and at
>random time) tomcat throws the following exceptions:
>>
>> 2003-10-08 11:44:48 CoyoteAdapter An exception or error occurred in the
>container during the request processing
>> java.lang.NullPointerException
>>      at
>org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.jav
>a:164)
>>      at
>org.apache.catalina.core.StandardPipeline$StandardPipelineValveContext.invo
>keNext(StandardPipeline.java:643)
>>      at
>org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:480)
>>      at
>org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:995)
>>      at
>org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:223)
>>      at
>org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:594)
>>      at
>org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConn
>ection(Http11Protocol.java:392)
>>      at
>org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565)
>>      at
>org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.ja
>va:619)
>>      at java.lang.Thread.run(Thread.java:484)
>>
>> This exception occurs some times. Suddenly tomcat throws another
>exception:
>>
>> 2003-10-08 11:46:44 CoyoteAdapter An exception or error occurred in the
>container during the request processing
>> java.lang.NullPointerException
>>      at java.lang.String.charAt(String.java:509)
>>      at org.apache.tomcat.util.buf.ByteChunk.indexOf(ByteChunk.java:669)
>>      at
>org.apache.coyote.tomcat4.CoyoteAdapter.normalize(CoyoteAdapter.java:578)
>>      at
>org.apache.coyote.tomcat4.CoyoteAdapter.postParseRequest(CoyoteAdapter.java
>:280)
>>      at
>org.apache.coyote.tomcat4.CoyoteAdapter.service(CoyoteAdapter.java:221)
>>      at
>org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:594)
>>      at
>org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.processConn
>ection(Http11Protocol.java:392)
>>      at
>org.apache.tomcat.util.net.TcpWorkerThread.runIt(PoolTcpEndpoint.java:565)
>>      at
>org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.ja
>va:619)
>>      at java.lang.Thread.run(Thread.java:484)
>>
>> Note that there are no user defined classes in the stacktrace.  What's
>the reason of this behavior?
>
>The second one was weirder, so I looked into it:
>
>For the TC 4.1.24 source:
>
>CoyoteAdapter.java:578: index = uriBC.indexOf("/../", 0, 4, index);
>For reference: ByteChunk.java:668: public int indexOf( String src, int
>srcOff, int srcLen, int myOff ) {
>ByteChunk.java:669: char first=src.charAt( srcOff );
>
>If you get a NPE inside charAt on a constant String, I think it means
>your VM has issues.
>
>For the first one, the engine associated with the engine valve is null,
>which can't happen either, but I can't demonstrate as easily that it's
>not a Tomcat bug.
>
>--
>xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>Rémy Maucherat
>Senior Developer & Consultant
>JBoss Group (Europe) SàRL
>xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]




This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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

Reply via email to