[Bug 53697] java.lang.NullPointerException at org.apache.coyote.http11.Http11AprProcessor.actionInternal(Http11AprProcessor.java:277)

2014-02-28 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53697

Konstantin Kolinko  changed:

   What|Removed |Added

 CC||bennett.schneider@tekcomms.
   ||com

--- Comment #9 from Konstantin Kolinko  ---
*** Bug 56201 has been marked as a duplicate of this bug. ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 53697] java.lang.NullPointerException at org.apache.coyote.http11.Http11AprProcessor.actionInternal(Http11AprProcessor.java:277)

2012-08-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53697

--- Comment #8 from lac...@gmail.com ---
Testing now, but wanted to give you a quick thanks.

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 53697] java.lang.NullPointerException at org.apache.coyote.http11.Http11AprProcessor.actionInternal(Http11AprProcessor.java:277)

2012-08-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53697

Mark Thomas  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 Resolution|--- |FIXED

--- Comment #7 from Mark Thomas  ---
Found it. It is a regression in the HTTP APR connector introduced by the fix
for bug 51881. The isComet flag for instances of Http11AprProcessor (which gets
re-used across connections) was not being reset in some circumstances so Tomcat
was attempting to handle a new HTTP request using the Comet processing chain.
Chaos ensued.

This has been fixed in trunk and 7.0.x and will be included in 7.0.30 onwards.

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 53697] java.lang.NullPointerException at org.apache.coyote.http11.Http11AprProcessor.actionInternal(Http11AprProcessor.java:277)

2012-08-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53697

--- Comment #6 from Mark Thomas  ---
OK. I can reproduce this now. I'm not sure how long it will take to track down
the root cause.

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 53697] java.lang.NullPointerException at org.apache.coyote.http11.Http11AprProcessor.actionInternal(Http11AprProcessor.java:277)

2012-08-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53697

--- Comment #5 from Mark Thomas  ---
I don't think a 43MB download could be classed as a minimal test case.

While it is true that having a complete copy of the entire Tomcat directory
means we have all the config info we might ever need, normally the WAR would
suffice.

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 53697] java.lang.NullPointerException at org.apache.coyote.http11.Http11AprProcessor.actionInternal(Http11AprProcessor.java:277)

2012-08-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53697

--- Comment #4 from lac...@gmail.com ---
Please try again.  Server overhaul yesterday evening took download down.

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 53697] java.lang.NullPointerException at org.apache.coyote.http11.Http11AprProcessor.actionInternal(Http11AprProcessor.java:277)

2012-08-15 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53697

--- Comment #3 from Mark Thomas  ---
https://chrislacy.net/downloads/tomcat-bug-53697.tar.gz returns a 404 reponse

Without a test case that demonstrates the issue, this is going to get closed as
wontfix.

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 53697] java.lang.NullPointerException at org.apache.coyote.http11.Http11AprProcessor.actionInternal(Http11AprProcessor.java:277)

2012-08-12 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53697

lac...@gmail.com changed:

   What|Removed |Added

 Status|RESOLVED|REOPENED
 Resolution|WONTFIX |---

--- Comment #2 from lac...@gmail.com ---
Please find the test case at:
https://chrislacy.net/downloads/tomcat-bug-53697.tar.gz

Steps:
- install apr and dependencies
- compile and install native
- startup tomcat (./startup.sh)
- hit https://localhost:8443/AtmosphereTest
- hit http://localhost:8080/AtmosphereTest
- repeat hits if necessary (usually first round does it, but sometimes
another hit to https is needed)

I used firefox and tested on both the server I mentioned and another
development box.  A second, related, error that happends ~1/2 of the time, is
currently in catalina.out
and has the pid error file in CATALINA_HOME - copied here:

#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x7fd3840a78d0, pid=28351, tid=140546779842304
#
# JRE version: 7.0_05
# Java VM: OpenJDK 64-Bit Server VM (23.0-b21 mixed mode linux-amd64 compressed
oops)
# Problematic frame:
# C  0x7fd3840a78d0
#
# Failed to write core dump. Core dumps have been disabled. To enable core
dumping, try "ulimit -c unlimited" before starting Java again
#
# An error report file with more information is saved as:
# /home/chris/Documents/apache-tomcat-7.0.29/bin/hs_err_pid28351.log
#
# If you would like to submit a bug report, please include
# instructions on how to reproduce the bug and visit:
#   http://icedtea.classpath.org/bugzilla
#

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org



[Bug 53697] java.lang.NullPointerException at org.apache.coyote.http11.Http11AprProcessor.actionInternal(Http11AprProcessor.java:277)

2012-08-11 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=53697

Mark Thomas  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

--- Comment #1 from Mark Thomas  ---
Without a test case to reproduce the problem there is little the Tomcat
developers can do. It looks like multiple threads are acting on the same socket
at the same time. What I can't tell is if that is intentional, the result of a
Tomcat bug or something the frameworks/app is doing.

The NPE is avoidable in one of the two stack traces provided but I am not yet
sure avoiding it is a good thing (depending on the root cause).

I would add that a test case isn't essential - the Tomcat developers have made
changes in the past for hard to reproduce bugs based purely on the bug
reporters analysis of their code, the Tomcat code and what is going wrong
where. That said, it is also the case that the Tomcat developers have refused
to apply speculative patches that the bug reporter claims fixes the issue that
did not come with an explanation of what the bug was and why the patch fixed
it.

-- 
You are receiving this mail because:
You are the assignee for the bug.

-
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org