• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Liutauras Vilda
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Devaka Cooray
  • Paul Clapham
Saloon Keepers:
  • Scott Selikoff
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
  • Frits Walraven
Bartenders:
  • Stephan van Hulst
  • Carey Brown

weblogic error when deploying apps

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Ranch Hand
Posts: 31
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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
 
Politics n. Poly "many" + ticks "blood sucking insects". Tiny ad:
Gift giving made easy with the permaculture playing cards
https://coderanch.com/t/777758/Gift-giving-easy-permaculture-playing
reply
    Bookmark Topic Watch Topic
  • New Topic