| Author |
Error running a jsp page with weblogic?
|
Tom Barns
Ranch Hand
Joined: Oct 27, 2000
Posts: 138
|
|
i'm running a very simple jsp with weblogic and i'm getting the following error: java.net.SocketException: ReadFile on fd=700 failed with err=64 at weblogic.socket.NTSocketMuxer.initiateIO(Native Method) at weblogic.socket.NTSocketMuxer.read(NTSocketMuxer.java:254) at weblogic.socket.MuxableSocketHTTP.requeue(MuxableSocketHTTP.java:157) at weblogic.socket.MuxableSocketHTTP.execute(MuxableSocketHTTP.java:267) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java, Compiled Code) here is the jsp file: //======================= <%@ page language="java" %> <% String queryData = request.getQueryString(); out.println("Attached GET data: " + queryData); %> //======================== i'm putting that file in : weblogic/myserver/public_html tanks for your time.
|
Thanks for your help.
|
 |
adolfo cortes
Greenhorn
Joined: Jun 19, 2002
Posts: 2
|
|
|
It�s a weblogic bug... see description and patches at http://www.weblogic.com/docs51/classdocs/SERVICEPACK_README.html
|
 |
 |
|
|
subject: Error running a jsp page with weblogic?
|
|
|