-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What is happening #6
Comments
It would probably be caused by your network settings. Do you have a network installed? |
No Sir. Network Thomas W. Marino III, CIR On Sun, Jul 13, 2014 at 11:02 PM, Daisuke Morita notifications@github.com
|
WARN 2014/07/06 16:06:42 FAILED org.eclipse.jetty.server.nio.SelectChannelConnector$1@104e3f1: java.io.IOException: Unable to establish loopback connection
WARN 2014/07/06 16:06:42 FAILED SelectChannelConnector@0.0.0.0:8080: java.io.IOException: Unable to establish loopback connection
WARN 2014/07/06 16:06:42 FAILED org.eclipse.jetty.server.Server@217e66: java.io.IOException: Unable to establish loopback connection
ERROR 2014/07/06 16:06:46 java.io.IOException: Unable to establish loopback connection
java.io.IOException: Unable to establish loopback connection
at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source)
at sun.nio.ch.PipeImpl$Initializer.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at sun.nio.ch.PipeImpl.(Unknown Source)
at sun.nio.ch.SelectorProviderImpl.openPipe(Unknown Source)
at java.nio.channels.Pipe.open(Unknown Source)
at sun.nio.ch.WindowsSelectorImpl.(Unknown Source)
at sun.nio.ch.WindowsSelectorProvider.openSelector(Unknown Source)
at java.nio.channels.Selector.open(Unknown Source)
at org.eclipse.jetty.io.nio.SelectorManager$SelectSet.(SelectorManager.java:331)
at org.eclipse.jetty.io.nio.SelectorManager.doStart(SelectorManager.java:205)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:55)
at org.eclipse.jetty.server.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:288)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:55)
at org.eclipse.jetty.server.Server.doStart(Server.java:241)
at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLifeCycle.java:55)
at marubinotto.piggydb.standalone.PiggydbServer.launch(PiggydbServer.java:83)
at marubinotto.piggydb.standalone.PiggydbServer.main(PiggydbServer.java:48)
Caused by: java.net.SocketException: Invalid argument: connect
at sun.nio.ch.Net.connect0(Native Method)
at sun.nio.ch.Net.connect(Unknown Source)
at sun.nio.ch.Net.connect(Unknown Source)
at sun.nio.ch.SocketChannelImpl.connect(Unknown Source)
at java.nio.channels.SocketChannel.open(Unknown Source)
The text was updated successfully, but these errors were encountered: