DO NOT REPLY [Bug 31204] - Tomcat exits on null pointer exception

2005-02-18 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31204





--- Additional Comments From [EMAIL PROTECTED]  2005-02-18 17:17 ---
Have recently seen this issue in a production environment under load.

Appears to occur randomly via Apache 2.0.50/jk2.0.4 to Tomcat 5.0.27.  Our
application servlet nevers sees the text/xml POST.

Tomcat does not crash however, just never sees or processes the message.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug, or are watching the assignee.

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



DO NOT REPLY [Bug 31204] - Tomcat exits on null pointer exception

2004-09-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31204

Tomcat exits on null pointer exception





--- Additional Comments From [EMAIL PROTECTED]  2004-09-23 21:13 ---
Created an attachment (id=12852)
Client to reproduce this

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



DO NOT REPLY [Bug 31204] - Tomcat exits on null pointer exception

2004-09-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31204

Tomcat exits on null pointer exception

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2004-09-23 19:49 ---
If you can't reproduce it, how would we?  Please don't waste our time and yours 
by reopening an issue unless you can provide details steps and/or a sample app 
that consistently reproduces the error.

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



DO NOT REPLY [Bug 31204] - Tomcat exits on null pointer exception

2004-09-23 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31204

Tomcat exits on null pointer exception

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|INVALID |



--- Additional Comments From [EMAIL PROTECTED]  2004-09-23 19:42 ---
I am running Tomcat in a high production environment ... it seems to crash 
randomly after a few days.  I can't replicate on my own -- it just happens. 

SEVERE: An exception or error occurred in the container during the request 
processing
java.lang.NullPointerException
at org.apache.tomcat.util.buf.MessageBytes.toChars
(MessageBytes.java:244)
at org.apache.tomcat.util.http.mapper.Mapper.map(Mapper.java:509)
at org.apache.coyote.tomcat5.CoyoteAdapter.postParseRequest
(CoyoteAdapter.java:279)
at org.apache.coyote.tomcat5.CoyoteAdapter.service
(CoyoteAdapter.java:158)
at org.apache.jk.server.JkCoyoteHandler.invoke
(JkCoyoteHandler.java:300)
at org.apache.jk.common.HandlerRequest.invoke(HandlerRequest.java:405)
at org.apache.jk.common.ChannelSocket.invoke(ChannelSocket.java:743)
at org.apache.jk.common.ChannelSocket.processConnection
(ChannelSocket.java:675)
at org.apache.jk.common.SocketConnection.runIt(ChannelSocket.java:866)
at org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run
(ThreadPool.java:683)
at java.lang.Thread.run(Thread.java:534)
Sep 23, 2004 12:36:26 PM org.apache.jk.common.HandlerRequest invoke
INFO: Exiting

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



DO NOT REPLY [Bug 31204] - Tomcat exits on null pointer exception

2004-09-13 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=31204

Tomcat exits on null pointer exception

[EMAIL PROTECTED] changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID



--- Additional Comments From [EMAIL PROTECTED]  2004-09-13 18:54 ---
I never ever heard about this issue, plus:
public void toChars() {
if( ! charC.isNull() ) {
return;
}
// inefficient
line 244toString();
char cc[]=strValue.toCharArray();
charC.setChars(cc, 0, cc.length);
type=T_CHARS;
}

There must be something that you're doing that is wrong. You should try to
explain how to reproduce the bug ("after a few days" isn't really helping).

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