views:

26

answers:

1

Hi i have new problem, at first, i was did one stupid thing, remove and install new Internet Security . And i know firewall to not allow start Glassfish Server. But i dont know how to solved this problem, i was check hosts file it ok, and ping localhost and 127.0.0.1 it return well. But when i start GlassFish server 3 in Netbeans it occur StackTrace

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:104)
        at sun.nio.ch.WindowsSelectorProvider.openSelector(WindowsSelectorProvider.java:26)
        at java.nio.channels.Selector.open(Selector.java:209)
        at com.ejb.controller.Test.main(Test.java:23)
Caused by: java.net.ConnectException: Connection refused: connect
        at sun.nio.ch.Net.connect(Native Method)
        at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:507)
        at java.nio.channels.SocketChannel.open(SocketChannel.java:146)
        at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:78)
        ... 8 more

Now i am using windows 7 32bit - used wifi to connect to internet. i found many answer for this error in Google but not well. i need one suggest helpful!! please help me. Some answer in google said "you should certain localhost not set for stupid thing" i need help !!!