You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/05/15 20:22:47 UTC

DO NOT REPLY [Bug 19965] New: - mod_jk2 connection fails, "workerEnv.init() create slot epStat.0 failed"

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19965>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=19965

mod_jk2 connection fails, "workerEnv.init() create slot epStat.0 failed"

           Summary: mod_jk2 connection fails, "workerEnv.init() create slot
                    epStat.0 failed"
           Product: Tomcat 4
           Version: 4.1.24
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Connector:Coyote JK 2
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: rrussell@officemax.com


When trying to connect to tomcat's "/examples" with a minimalist configuration,
mod_jk2 on Apache2 fails. The following is the entire restart-to-error stack
from Apache's error_log:

[Thu May 15 14:02:51 2003] [error] shm.init(): No file
[Thu May 15 14:02:51 2003] [error] shm.init(): No file
[Thu May 15 14:02:51 2003] [error] mod_jk child init 1 0
[Thu May 15 14:02:51 2003] [error] shm.init(): No file
[Thu May 15 14:02:51 2003] [error] shm.init(): No file
[Thu May 15 14:02:51 2003] [notice] Apache/2.0.45 (Unix) DAV/2 mod_jk2/2.0.2
configured -- resuming normal operations
[Thu May 15 14:02:51 2003] [error] shm.init(): No file
[Thu May 15 14:02:51 2003] [error] shm.init(): No file
[Thu May 15 14:03:22 2003] [error] workerEnv.init() create slot epStat.0 failed
[Thu May 15 14:03:22 2003] [error] lb.service() worker failed 120000 for
ajp13:localhost:8009
[Thu May 15 14:03:22 2003] [error] lb.service() unrecoverable error...
[Thu May 15 14:03:22 2003] [error] mod_jk.handler() Error connecting to tomcat
120000

This generates a 500 server error:
10.0.103.20 - - [15/May/2003:14:03:22 -0400] "GET /examples HTTP/1.1" 500 628


Nothing is written to the logs on the Tomcat side.


workers2.properties: (standard issue)

> # Define the communication channel 
> [channel.socket:localhost:8009]
> info=Ajp13 forwarding over socket
> tomcatId=localhost:8009
> debug=10
> 
> # Map the Tomcat examples webapp to the Web server uri space
> [uri:/examples/*]
> info=Map the whole webapp


I suspect (but cannot confirm) that this may be a configuration or environment
issue. I can install and perform this test on other different but similar
machines running the same OS. But, even if I copy over the entire Apache /
Tomcat installation from a working machine, it still creates this error. Even if
this is technically not a bug, I would still greatly appreciate any help with this. 

using Apache 2.0.45 -> mod_jk2-2.0.43.so -> tomcat 4.1.24, on Solaris 8

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