Originally posted by virga:
hi everyone,
every time i deploy application (.war, .jar or .ear) i got this exception.
<Error> <HTTP> <Connection failure
java.net.SocketException: ReadFile failed: Le nom reseau specifie n'est plus disponible.
(error 64, fd 2784)
at weblogic.socket.NTSocketMuxer.initiateIO(Native Method)
at weblogic.socket.NTSocketMuxer.read(NTSocketMuxer.java:410)
at weblogic.servlet.internal.MuxableSocketHTTP.requeue(MuxableSocketHTTP
.java:222)
at weblogic.servlet.internal.ServletResponseImpl.send(ServletResponseImp
l.java:992)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestIm
pl.java:2209)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
>
but it deploys and there's no problem when accessing it. i'm using weblogic 6.1 sp2 jdk 1.3.1_01
win2k.
is it a bug ?
thanks in advance.
Ah .. I got this error message when I use Win98 as the server (not officially supported by BEA WL6.1)
Shutdown your server, open your config.xml, search for
word "nativeIO" (use in-case-sensitive search), then, replace value "true" with "false".. then .. restart again