Hi All,
I'm getting the following error while starting the glass fish server in net beans 6.8. Can anyone help to resolve this error?
Error:
INFO: Perform lazy SSL initialization for the listener 'http-listener-2'
INFO: Starting Grizzly Framework 1.9.18-k - Wed Mar 03 23:41:09 IST 2010
INFO: Starting Grizzly Framework 1.9.18-k - Wed Mar 03 23:41:09 IST 2010
SEVERE: doSelect IOException
java.io.IOException: Unable to establish loopback connection
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:106)
at java.security.AccessController.doPrivileged(Native Method)
at sun.nio.ch.PipeImpl.<init>(PipeImpl.java:122)
at sun.nio.ch.SelectorProviderImpl.openPipe(SelectorProviderImpl.java:27)
at java.nio.channels.Pipe.open(Pipe.java:133)
at sun.nio.ch.WindowsSelectorImpl.<init>(WindowsSelectorImpl.java:105)
at sun.nio.ch.WindowsSelectorProvider.openSelector(WindowsSelectorProvider.java:26)
at java.nio.channels.Selector.open(Selector.java:209)
at com.sun.grizzly.util.Utils.openSelector(Utils.java:78)
at com.sun.grizzly.TCPSelectorHandler.initSelector(TCPSelectorHandler.java:413)
at com.sun.grizzly.TCPSelectorHandler.preSelect(TCPSelectorHandler.java:393)
at com.sun.grizzly.SelectorHandlerRunner.doSelect(SelectorHandlerRunner.java:183)
at com.sun.grizzly.SelectorHandlerRunner.run(SelectorHandlerRunner.java:130)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
at java.lang.Thread.run(Thread.java:619)
Caused by: java.net.SocketException: Permission denied: connect
[Message sent by forum member 'kalyanasundaram' (kalyanasundaram.ks_at_gmail.com)]
http://forums.java.net/jive/thread.jspa?messageID=389883