https://issues.apache.org/bugzilla/show_bug.cgi?id=50125
Summary: apache failed with any exception
Product: Apache httpd-2
Version: 2.3-HEAD
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: worker
AssignedTo: [email protected]
ReportedBy: [email protected]
Hi
I DON'T know if it is a BUG or we did something wrong ...
I am using jk mod 1.2.26, Tomcat 5.5, Apache 2
JVM Sun 1.6.0_12-b04, OS Debian
workers.properties:
workers.tomcat_home=/usr/share/tomcat5.5
workers.java_home=/usr/lib/jvm/java-6-sun
ps=/
worker.list=worker1
worker.worker1.port=8009
worker.worker1.host=localhost
worker.worker1.type=ajp13
worker.worker1.lbfactor=1
It works ALMOST ok but when I hit ANY exception, for ex,
java.lang.NullPointerException, http doesn't reponse anymore. We have to
restart Tomcat+Apache
Sorry for log in french:
localhost log (tomcat)
14 oct. 2010 23:40:20 org.apache.catalina.core.StandardWrapperValve invoke
GRAVE: "Servlet.service()" pour la servlet jsp a généré une exception
java.lang.NullPointerException
acces.log (Apache)
xyz.com:80 ip - - [14/Oct/2010:23:40:20 +0200] "GET /xyz/jsp/test.jsp?p=test
HTTP/1.1" 500 3046 "-" ""
xyz.com:80 ip - - [14/Oct/2010:23:44:41 +0200] "GET /xyz/jsp/test.jsp?p=test
HTTP/1.1" 503 417 "-" ""
error.log (Apache)
[Thu Oct 14 23:40:33 2010] [notice] caught SIGTERM, shutting down
[Thu Oct 14 23:41:34 2010] [notice] Apache/2.2.9 (Debian) mod_jk/1.2.26
configured -- resuming normal operations
[Thu Oct 14 23:45:03 2010] [notice] caught SIGTERM, shutting down
[Thu Oct 14 23:45:04 2010] [notice] Apache/2.2.9 (Debian) mod_jk/1.2.26
configured -- resuming normal operations
[Thu Oct 14 23:45:33 2010] [notice] caught SIGTERM, shutting down
mod_jk.log (apache)
Thu Oct 14 23:37:03 2010]worker1 192.168.163.113 15.249507
[Thu Oct 14 23:40:20 2010]worker1 192.168.163.113 0.058192
[Thu Oct 14 23:41:34 2010][2281:2233493328] [info] init_jk::mod_jk.c (2830):
mod_jk/1.2.26 initialized
[Thu Oct 14 23:41:34 2010][2282:2233493328] [info] init_jk::mod_jk.c (2830):
mod_jk/1.2.26 initialized
[Thu Oct 14 23:44:41 2010][2286:1086212432] [info] jk_open_socket::jk_connect.c
(566): connect to 127.0.0.1:8009 failed (errno=111)
[Thu Oct 14 23:44:41 2010][2286:1086212432] [info]
ajp_connect_to_endpoint::jk_ajp_common.c (869): Failed opening socket to
(127.0.0.1:8009) (errno=111)
[Thu Oct 14 23:44:41 2010][2286:1086212432] [error]
catalina (tomcat)
14 oct. 2010 23:40:33 org.apache.coyote.http11.Http11BaseProtocol pause
INFO: Suspension de Coyote HTTP/1.1 sur http-8180
14 oct. 2010 23:43:42 org.apache.catalina.connector.Connector pause
GRAVE: La suspension du gestionnaire de protocole a échouée
java.net.ConnectException: Connection timed out
Others tests: divise by zero, or use an objet no declare => the same pb
Anyone has the same pb ?
thanks
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]