You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2008/06/17 11:10:26 UTC

DO NOT REPLY [Bug 45220] New: mod_jk crashes apache

https://issues.apache.org/bugzilla/show_bug.cgi?id=45220

           Summary: mod_jk crashes apache
           Product: Apache httpd-1.3
           Version: 1.3.37
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: critical
          Priority: P1
         Component: Other mods
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: marcinm@uhc.com.pl


J use apache 1.3.37 and mod_jk 1.2.26 and JBoss 4.0.2(for 1.2.20 the same
problem occure).

generaly everything work, but sometimes i get in error_log:

[Mon Jan 14 06:58:02 2008] [error] EOF instead of response status line at
/usr/lib/perl5/vendor_perl/5.8.5/Net/HTTP/Methods.pm line 300.\n 
[Mon Jan 14 06:58:03 2008] [notice] child pid 4318 exit signal Bus error (7) 

and J have to restart apache to work properly then.

J use Net::HTTP in perl to request servlet on tomact(JBoss) by mod_jk.
J use also standard standart request to apache from client side to call servlet
by mod_jk.

J saw also something like this in error_log:
[crit] (98)Address already in use: make_sock: could not bind to port 94

J don't know if there is some problem with apache or mod_jk.


-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 45220] mod_jk crashes apache

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45220

Malte S. Stretz <ms...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #3 from Malte S. Stretz <ms...@apache.org> 2011-03-21 10:29:15 EDT ---
Apache HTTP Server 1.3.x is not supported anymore and no bugs will be fixed in
the old codebase (cf.
<http://mail-archives.apache.org/mod_mbox/httpd-announce/201002.mbox/%3C20100203000334.GA19021@infiltrator.stdlib.net%3E>).
Since this bug seems to affect only 1.3.x, I'm closing it as WONTFIX.

If this bug still affects you in a recent version (version 2.2.x or the
upcoming version 2.4), please open a new bug.

Thank you for reporting the bug.

-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 45220] mod_jk crashes apache

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45220


Rainer Jung <ra...@kippdata.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |rainer.jung@kippdata.de




--- Comment #1 from Rainer Jung <ra...@kippdata.de>  2008-06-17 02:18:39 PST ---
I assume you compiled mod_jk yourself?

Do you get a core file? If no, can you add a CoreDumpDirectory to your httpd
configuration and make sure, your OS configuration allows dumping cores.

Then use GDB like

gdb /path/to/my/bin/httpd /path/to/my/core

and then post the result of the gdb command "bt".


-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 45220] mod_jk crashes apache

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=45220





--- Comment #2 from marcinm <ma...@uhc.com.pl>  2008-06-17 06:39:52 PST ---
thanks for the answer.

I will try to replay at Thursday.
J have to ask for OS Administrator to do what you advise. 


-- 
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: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org