Issue Type: Bug Bug
Affects Versions: 0.4.0
Assignee: Unassigned
Components: Amdatu Web
Created: 27/Apr/12 4:31 PM
Description:

The error below always appears when running the kitchensink demo with multitenant web, but also in all subproject demo releases after upgrading to 0.4.0:

[WARNING] failed org.mortbay.jetty.nio.SelectChannelConnector$1@1909385: java.io.IOException: Unable to establish loopback connection
[WARNING] failed [email protected]:2204: java.io.IOException: Unable to establish loopback connection
[WARNING] failed Server@12ca580: java.io.IOException: Unable to establish loopback connection
[ERROR] Exception while initializing Jetty.
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 org.mortbay.io.nio.SelectorManager$SelectSet.<init>(SelectorManager.java:302)
at org.mortbay.io.nio.SelectorManager.doStart(SelectorManager.java:224)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at org.mortbay.jetty.nio.SelectChannelConnector.doStart(SelectChannelConnector.java:314)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at org.mortbay.jetty.Server.doStart(Server.java:235)
at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
at org.apache.felix.http.jetty.internal.JettyService.initializeJetty(JettyService.java:145)
at org.apache.felix.http.jetty.internal.JettyService.startJetty(JettyService.java:112)
at org.apache.felix.http.jetty.internal.JettyService.run(JettyService.java:203)
at java.lang.Thread.run(Thread.java:662)
Caused by: java.nio.channels.ClosedByInterruptException
at java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:184)
at sun.nio.ch.SocketChannelImpl.connect(SocketChannelImpl.java:511)
at java.nio.channels.SocketChannel.open(SocketChannel.java:146)
at sun.nio.ch.PipeImpl$Initializer.run(PipeImpl.java:78)
... 18 more

See also http://jira.amdatu.org/jira/browse/AMDATU-188

Project: Amdatu
Labels: pfu040
Priority: Major Major
Reporter: Ivo Ladage - van Doorn
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Amdatu-developers mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-developers

Reply via email to