----------------------------------------------------------------
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!!!
----------------------------------------------------------------

Greetings,

I am using some packaged software the constrains me to use the following 
configuration:

Apache 139 Jserv 1.0 jdk 118

I am testing the failover of jservs.  I kill one jserv and see the cookie on
the screen 
showing another cookie being sent.  I accept the cookie and when I select a
tab or a 
button I get screens full of this:

> SYSTEM-INVALID ARGS (ROUTINE=SessionManager.validateLogin) 
SYSTEM-INVALID
> ARGS (ROUTINE=SessionManager.validateLogin)
> SYSTEM-INVALID ARGS (ROUTINE=SessionManager.validateLogin) 
SYSTEM-INVALID
> ARGS (ROUTINE=SessionManager.validateLogin)

When I click on stop and look in the log file for the remaining jserv I see
this:

[13/11/2000 19:05:31:298 PST] Read: HReferer 
http://10.131.9.81:8100/oah/html/asfcstsa.jsp
[13/11/2000 19:05:31:298 PST] Header: 
Referer=http://10.131.9.81:8100/oah/html/asfcstsa.jsp
[13/11/2000 19:05:31:298 PST] Will read 40 bytes for this line
[13/11/2000 19:05:31:299 PST] Read: HUser-Agent Mozilla/4.73 [en] (WinNT; 
U)
[13/11/2000 19:05:31:299 PST] Header: User-Agent=Mozilla/4.73 [en] (WinNT; 
U)
[13/11/2000 19:05:31:299 PST] All data read.
[13/11/2000 19:05:31:299 PST] Parsing cookies
[13/11/2000 19:05:31:304 PST] Request is in session 
3fdb68f90781e9f8.1.974170807094.j4302
[13/11/2000 19:05:31:310 PST] Calling service()
[13/11/2000 19:05:31:822 PST] Created session: 
3fd7754fcd230468.1.974171131822.j4301
[13/11/2000 19:05:31:998 PST] Sending response headers.
[13/11/2000 19:05:31:998 PST] Status: 200 OK
[13/11/2000 19:05:31:998 PST] Content-Type: text/html;charset=ISO-8859-1
[13/11/2000 19:05:32:000 PST] Set-Cookie: 
JServSessionId=3fd7754fcd230468.1.974171131822.j4301; path=/
[13/11/2000 19:05:41:498 PST] Broken pipe
java.io.IOException: Broken pipe
 at java.net.SocketOutputStream.write(Compiled Code)
 at java.io.BufferedOutputStream.write(Compiled Code)
 at org.apache.jserv.JServConnection$JServOutputStream.write(Compiled Code)
 at java.io.OutputStreamWriter.write(Compiled Code)
 at oracle.jsp.runtime.OracleJspWriter.print(Compiled Code)
 at oracle.jsp.runtime.OracleJspWriter.println(Compiled Code)
 at oah.html.asffctsa._jspService(Compiled Code)
 at oracle.jsp.runtime.HttpJsp.service(Compiled Code)
 at oracle.jsp.app.JspApplication.dispatchRequest(Compiled Code)
 at oracle.jsp.JspServlet.doDispatch(Compiled Code)
 at oracle.jsp.JspServlet.service(Compiled Code)
 at javax.servlet.http.HttpServlet.service(Compiled Code)
 at org.apache.jserv.JServConnection.processRequest(Compiled Code)
 at org.apache.jserv.JServConnection.run(Compiled Code)
 at java.lang.Thread.run(Compiled Code)

[13/11/2000 19:05:41:508 PST] JspServlet: unable to dispatch to requested 
page:java.io.IOException: Broken pipe
 at java.net.SocketOutputStream.write(Compiled Code)
 at java.io.BufferedOutputStream.write(Compiled Code)
 at org.apache.jserv.JServConnection$JServOutputStream.write(Compiled Code)
 at java.io.OutputStreamWriter.write(Compiled Code)
 at oracle.jsp.runtime.OracleJspWriter.flush(Compiled Code)
 at oracle.jsp.runtime.OracleJspWriter.close(Compiled Code)
 at oah.html.asffctsa._jspService(Compiled Code)
 at oracle.jsp.runtime.HttpJsp.service(Compiled Code)
 at oracle.jsp.app.JspApplication.dispatchRequest(Compiled Code)
 at oracle.jsp.JspServlet.doDispatch(Compiled Code)
 at oracle.jsp.JspServlet.service(Compiled Code)
 at javax.servlet.http.HttpServlet.service(Compiled Code)
 at org.apache.jserv.JServConnection.processRequest(Compiled Code)
 at org.apache.jserv.JServConnection.run(Compiled Code)
 at java.lang.Thread.run(Compiled Code)

I have re-installed several times but I get the same result.  If you have
any ideas 
please let me know.  

Thanks,

Kent


--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to