I'm having an odd problem.. I've installed tomcat/apache1.3/mod_jk under
solaris. I run tomcat on port 8090 and apache with mod_jk/tomcat under
port 8080. Servlets seem to work on 8090. They also execute on 8080,
however, when I try something like:
http://server:8080/examples/servlet/RequestParamExample?foo=bar
or ANY servlet on port 8080 with GET parameters, apache core dumps:
[Thu Jan 11 11:26:58 2001] [notice] child pid 16286 exit signal Bus
Error (10), possible coredump in /export/home/portal/apache
or sometimes a "Segmentation Fault (11)" instead of the bus error. POST
parameters work fine. Also, mod_jk.log doesn't show anything unusual (I
have the level at debug), it just stops short at:
[jk_worker.c (127)]: wc_get_worker_for_name, done found a worker
and never gets to
[jk_ajp13_worker.c (651)]: Into jk_worker_t::get_endpoint
which is the next step when I execute without GET parameters.
If anyone has any idea of what the problem is or what else I can try I
would greatly appreciate it.
Thanks,
Konrad
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]