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 2002/08/31 02:34:07 UTC

DO NOT REPLY [Bug 12203] New: - Tomcat & Apache log errors when accessing Tomcat via Apache

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=12203>.
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=12203

Tomcat & Apache log errors when accessing Tomcat via Apache

           Summary: Tomcat & Apache log errors when accessing Tomcat via
                    Apache
           Product: Tomcat 4
           Version: 4.0.4 Final
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Connector:Webapp
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: guobenl@yahoo.com


1. Apache 1.3.26 & Tomcat 4.0.4 on same host. latest mod_webapp.so;

2. Installed/configured Apache, Tomcat & mod_webapp.so as instructed; 
   http://myserver.mycfo.com:8080/examples work well (jsp & servlet);

3. Created VirtualHost apache.mycfo.com and verified it works all right;
then added:
	WebAppConnection conn warp localhost:8008
	WebAppDeploy examples conn  /examples
   in <VirtualHost ...> block;

4. Changed Name= in <Engine ... > of server.xml to "apache.mycfo.com";

5. Access http://apache.mycfo.com/examples/jsp got "The page cannot be
displayed". 

6. Check logs:

  6.1 Apache logs/error_log:
[Fri Aug 30 14:33:11 2002] [notice] child pid 7839 exit signal Segmentation
Fault (11)

  6.2 Tomcat logs/apache_log.2002-08-30.txt:
2002-08-30 14:33:10 WarpEngine[apache.mycfo.com]: Mapping request
2002-08-30 14:33:10 WarpHost[apache.mycfo.com]: Mapping request for Host
2002-08-30 14:33:10 [org.apache.catalina.connector.warp.WarpConnector]
Connection from /127.0.0.1:44034 to /127.0.0.1:8008
2002-08-30 14:33:10 [org.apache.catalina.connector.warp.WarpConnection]
Exception on socket
java.io.IOException: Premature packet header end
        at
org.apache.catalina.connector.warp.WarpConnection.recv(WarpConnection.java:237)
        at
org.apache.catalina.connector.warp.WarpRequestHandler.handle(WarpRequestHandler.java:112)
        at
org.apache.catalina.connector.warp.WarpConnection.run(WarpConnection.java:194)
        at java.lang.Thread.run(Thread.java:536)

2002-08-30 14:33:11
[org.apache.catalina.connector.warp.WarpConfigurationHandler] Filter mappings
(2)

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>