---------------------------------------------------------------- BEFORE YOU POST, search the faq at <http://java.apache.org/faq/> WHEN YOU POST, include all relevant version numbers, log files, and configuration files. Don't make us guess your problem!!! ---------------------------------------------------------------- Hi, I'm trying to get JServ servlets running on a Compaq Alpha server and I'm getting a timeout error from httpd and an AJP Protocol error from JServ. I'm not sure which is first, but they happen only after about 5 minutes after I send the request. It seems the mod_jserv isn't forwarding the http request to JServ even though it has opened a Stream to it. The mod_jserv log doesn't show any activity on the servlet request. Should it? Anyone have ideas on the cause? Need more info? jserv.conf or jserv.properties? Let me know. Non-standard Details: Alpha Server running Tru64 UNIX version 4.0F I'm connecting JServ through port 10324 instead of 8007. httpd error_log: [Thu Oct 28 11:04:52 1999] [notice] Apache/1.3.9 (Unix) ApacheJServ/1.1b2 configured -- resuming normal operations [Thu Oct 28 11:04:52 1999] [info] Server built: Oct 26 1999 13:58:48 [Thu Oct 28 11:19:52 1999] [info] [client 130.252.193.232] read script header timed out mod_jserv.log: [28/10/1999 11:04:52:195] (INFO) jserv_watchdog:(24228) watchdog_cleanup() [28/10/1999 11:04:52:196] (INFO) Apache Module was cleaned-up [28/10/1999 11:04:55:224] (INFO) wrapper classpath: /usr/lib/classes.zip:/usr/share/jserv/libexec/ApacheJServ.jar:/jsdk2.0/JSDK2 .0/lib/jsdk.jar [28/10/1999 11:04:55:426] (INFO) wrapper: Java VM spawned (PID=24250, PPID=24232) [28/10/1999 11:05:05:224] (INFO) wrapper: watching processes (PID=24232,PPID=24228,JVM PID=24250) JServ log: [28/10/1999 11:04:56:090 PDT] <info> ApacheJServ/1.1b1 is starting... [28/10/1999 11:04:56:094 PDT] <info> Connection authentication is disabled [28/10/1999 11:04:56:144 PDT] <info> Connection allowed from localhost/127.0.0.1 [28/10/1999 11:04:56:146 PDT] <info> Connection allowed from clark-tom-isdn-2.mis.tandem.com/130.252.193.232 [28/10/1999 11:04:56:149 PDT] <info> Listening on port 10324 accepting 5 maximum connections [28/10/1999 11:04:56:162 PDT] <info> Creating Servlet Zones [28/10/1999 11:04:56:163 PDT] <info> Servlet Zone tclark initializing... [28/10/1999 11:04:56:164 PDT] <debug> - Using configuration file: /usr/people/tclark/apache/conf/zone.properties [28/10/1999 11:04:56:193 PDT] <info> Initialisation timeout: 10 seconds [28/10/1999 11:04:56:193 PDT] <info> Destroy timeout: 10 seconds [28/10/1999 11:04:56:194 PDT] <info> Session timeout: 1800 seconds [28/10/1999 11:04:56:194 PDT] <info> New session timeout: 1800 seconds [28/10/1999 11:04:56:194 PDT] <info> Session check frequency: 30 seconds [28/10/1999 11:04:56:194 PDT] <info> Autoreload on zone file changes: true [28/10/1999 11:04:56:194 PDT] <info> Autoreload on classfile changes: true [28/10/1999 11:04:56:198 PDT] <info> Default initArgs: {} [28/10/1999 11:04:56:206 PDT] <debug> Creating new sessions hashtable. [28/10/1999 11:04:56:209 PDT] <debug> Servlet Zone tclark initialization complete [28/10/1999 11:19:52:259 PDT] <jservException> AJP Protocol Error: java.io.IOException: Stream broken, couldn't demarshal string :30840:482 -- -------------------------------------------------------------- Please read the FAQ! <http://java.apache.org/faq/> To subscribe: [EMAIL PROTECTED] To unsubscribe: [EMAIL PROTECTED] Archives and Other: <http://java.apache.org/main/mail.html> Problems?: [EMAIL PROTECTED]