hi,

can anybody tell me why the following error occurs. I installed JRun3.0
on my Windows 95 machine. When I try to connect to the server using
http://localhost:portno/ , the server exits abnormally throwing the
following exception. Is it some thing to do with network or any other
ideas please !!

thanks in advance
- Rao

JRun Aborting! [javax.servlet.ServletException: Descriptor not a socket:
listen failed]
javax.servlet.ServletException: Descriptor not a socket: listen failed
java.net.SocketException: Descriptor not a socket: listen failed
        at java.net.PlainSocketImpl.socketListen(Native Method)
        at java.net.PlainSocketImpl.listen(PlainSocketImpl.java:398)
        at java.net.ServerSocket.<init>(ServerSocket.java:174)
        at allaire.jrun.NetworkService.bind(NetworkService.java:268)
        at allaire.jrun.NetworkService.init(NetworkService.java:114)
        at allaire.jrun.ServletService.init(Compiled Code)
        at allaire.jrun.ServletService.init(ServletService.java:31)
        at
allaire.jrun.servlet.JRunServletLoader.loadServletInstance(JRunServletLo
ader.java:236)
        at allaire.jrun.servlet.JRunSE.initServices(Compiled Code)
        at
allaire.jrun.servlet.JvmContext.initServices(JvmContext.java:96)
        at allaire.jrun.servlet.JRunSE.init(Compiled Code)
        at allaire.jrun.servlet.JvmContext.init(JvmContext.java:35)
        at allaire.jrun.ServletService.init(Compiled Code)
        at allaire.jrun.ServletService.init(ServletService.java:31)
        at JRun.main(Compiled Code)

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to