something wrong with the servlet code, email the code.
Gaurav

Greg Tomalesky wrote:

> Hi Gang:
>
>     I find it hard to believe that no one has seen these messages after a
> servlet has failed to run. I am running Apache 1.3.3 with JServ 1.0b3 on a
> Linux box. The JServ log contains the following lines:
>
> [15/06/1999 11:55:33:996 EDT] JServ is starting...
> [15/06/1999 11:55:33:997 EDT] WARNING: connection authentication is disabled
> [15/06/1999 11:55:34:013 EDT] Connection allowed from localhost/127.0.0.1
> [15/06/1999 11:55:34:013 EDT] Listening on port 8007 accepting 50 maximum
> connections
> [15/06/1999 11:55:34:025 EDT] Creating Servlet Zones
> [15/06/1999 11:55:34:025 EDT] Servlet Zone servlets initializing...
> [15/06/1999 11:55:34:025 EDT]  - Configuration file:
> /usr/local/apache/etc/jserv.servlets.properties
> [15/06/1999 11:55:34:032 EDT] Initialisation timeout: 7 seconds
> [15/06/1999 11:55:34:032 EDT] Destroy timeout: 7 seconds
> [15/06/1999 11:55:34:032 EDT] Session timeout: 1800 seconds
> [15/06/1999 11:55:34:033 EDT] Session check frequency: 5 seconds
> [15/06/1999 11:55:34:033 EDT] Autoreload on zone file changes: true
> [15/06/1999 11:55:34:033 EDT] Autoreload on classfile changes: true
> [15/06/1999 11:55:34:034 EDT] Default initArgs: {}
> [15/06/1999 11:55:34:038 EDT] Servlet Zone servlets initialization complete
> [15/06/1999 13:30:13:673 EDT] Connection from localhost/127.0.0.1
> [15/06/1999 13:30:13:702 EDT] Initializing servlet request
> [15/06/1999 13:30:13:703 EDT] Reading request data
> [15/06/1999 13:30:21:892 EDT] Connection from localhost/127.0.0.1
> [15/06/1999 13:30:21:893 EDT] Initializing servlet request
> [15/06/1999 13:30:21:893 EDT] Reading request data
> [15/06/1999 13:35:15:593 EDT] Malformed request data: Malformed request:
> java.io.IOException: Malformed Request: reading line length
> [15/06/1999 13:35:15:593 EDT] Sending response headers.
> [15/06/1999 13:35:15:594 EDT] Status: 400 Bad Request
> [15/06/1999 13:35:15:594 EDT] Servlet-Error: Malformed data send to JServ
> [15/06/1999 13:35:23:671 EDT] Malformed request data: Malformed request:
> java.io.IOException: Malformed Request: reading line length
>
>     As you can see most of the startup goes OK until I try to activate a
> servlet. Then the last 4 or so lines indicate the error. Nothing proceeds
> any further.
>
> HELP!
>
> Greg Tomalesky
>
> --
> --------------------------------------------------------------
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> READ THE FAQ!!!!     <http://java.apache.org/faq/>
> Archives and Other:  <http://java.apache.org/main/mail.html/>
> Problems?:           [EMAIL PROTECTED]



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
READ THE FAQ!!!!     <http://java.apache.org/faq/>
Archives and Other:  <http://java.apache.org/main/mail.html/>
Problems?:           [EMAIL PROTECTED]

Reply via email to