Uploaded image for project: 'XWiki Platform'
  1. XWiki Platform
  2. XWIKI-7035

3.2 RC1 Standalone failed to run

    XMLWordPrintable

Details

    • Bug
    • Resolution: Cannot Reproduce
    • Major
    • None
    • 3.2 RC1
    • Jetty resources (Tool)
    • None
    • Win 7 64bit
    • failure, stand alone
    • Unknown

    Description

      On attemt to start Xwiki, error occures:

      xwiki-enterprise-jetty-hsqldb-3.2-rc-1>start_xwiki.bat
      java.net.SocketException: Permission denied: listen failed
      WARN: Not listening on monitor port: 8079
      2011-10-06 03:47:22.800:INFO::jetty-7.4.5.v20110725
      2011-10-06 03:47:22.846:INFO::Opened xwiki-enterprise-jetty-hsqldb-3.2-
      rc-1\jetty\logs\2011_10_06.request.log
      2011-10-06 03:47:22.855:INFO::Deployment monitor xwiki-enterprise-jetty
      -hsqldb-3.2-rc-1\jetty\contexts at interval 1
      2011-10-06 03:47:22.869:INFO::Deployable added: xwiki-enterprise-jetty-
      hsqldb-3.2-rc-1\jetty\contexts\root.xml
      2011-10-06 03:47:23.043:INFO::NO JSP Support for /, did not find org.apache.jasp
      er.servlet.JspServlet
      2011-10-06 03:47:23.092:INFO::started o.e.j.w.WebAppContext{/,file:xwi
      ki-enterprise-jetty-hsqldb-3.2-rc-1/webapps/root/},xwiki-enterprise-jet
      ty-hsqldb-3.2-rc-1\jetty/../webapps/root
      2011-10-06 03:47:23.115:INFO::Deployable added: xwiki-enterprise-jetty-
      hsqldb-3.2-rc-1\jetty\contexts\xwiki.xml
      2011-10-06 03:47:33.111:INFO::NO JSP Support for /xwiki, did not find org.apache
      .jasper.servlet.JspServlet
      2011-10-06 03:47:38.374:INFO::started o.e.j.w.WebAppContext{/xwiki,file:xwiki-enterprise-jetty-hsqldb-3.2-rc-1/webapps/xwiki/},xwiki-enterprise-jetty-hsqldb-3.2-rc-1\jetty/../webapps/xwiki
      2011-10-06 03:47:39.030:WARN::FAILED org.eclipse.jetty.server.nio.SelectChannelC
      onnector$ConnectorSelectorManager@1f2af49: java.io.IOException: Unable to establ
      ish loopback connection
      2011-10-06 03:47:39.032:WARN::FAILED SelectChannelConnector@0.0.0.0:8080 FAILED:
       java.io.IOException: Unable to establish loopback connection
      2011-10-06 03:47:39.035:WARN::FAILED org.eclipse.jetty.server.Server@1d1f722: ja
      va.io.IOException: Unable to establish loopback connection
      java.lang.reflect.InvocationTargetException
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
              at java.lang.reflect.Method.invoke(Unknown Source)
              at org.eclipse.jetty.start.Main.invokeMain(Main.java:469)
              at org.eclipse.jetty.start.Main.start(Main.java:612)
              at org.eclipse.jetty.start.Main.parseCommandLine(Main.java:265)
              at org.eclipse.jetty.start.Main.main(Main.java:79)
      Caused by: 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.<init>(Unknown Source)
              at sun.nio.ch.SelectorProviderImpl.openPipe(Unknown Source)
              at java.nio.channels.Pipe.open(Unknown Source)
              at sun.nio.ch.WindowsSelectorImpl.<init>(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.<init>(SelectorMan
      ager.java:354)
              at org.eclipse.jetty.io.nio.SelectorManager.doStart(SelectorManager.java
      :243)
              at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLife
      Cycle.java:58)
              at org.eclipse.jetty.server.nio.SelectChannelConnector.doStart(SelectCha
      nnelConnector.java:237)
              at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLife
      Cycle.java:58)
              at org.eclipse.jetty.server.Server.doStart(Server.java:269)
              at org.eclipse.jetty.util.component.AbstractLifeCycle.start(AbstractLife
      Cycle.java:58)
              at org.eclipse.jetty.xml.XmlConfiguration$1.run(XmlConfiguration.java:11
      97)
              at java.security.AccessController.doPrivileged(Native Method)
              at org.eclipse.jetty.xml.XmlConfiguration.main(XmlConfiguration.java:112
      0)
              ... 8 more
      Caused by: java.net.SocketException: Permission denied: listen
              at sun.nio.ch.Net.listen(Native Method)
              at sun.nio.ch.ServerSocketChannelImpl.bind(Unknown Source)
              at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
              at sun.nio.ch.ServerSocketAdaptor.bind(Unknown Source)
              ... 27 more
      
      Usage: java -jar start.jar [options] [properties] [configs]
             java -jar start.jar --help  # for more information
      2011-10-06 03:47:39.098:INFO::Graceful shutdown SelectChannelConnector@0.0.0.0:8
      080 FAILED
      2011-10-06 03:47:39.100:INFO::Graceful shutdown o.e.j.w.WebAppContext{/,file:/xwiki-enterprise-jetty-hsqldb-3.2-rc-1/webapps/root/},D:\E-Lib\xwiki-ente
      rprise-jetty-hsqldb-3.2-rc-1\jetty/../webapps/root
      2011-10-06 03:47:39.102:INFO::Graceful shutdown o.e.j.w.WebAppContext{/xwiki,fil
      e:/xwiki-enterprise-jetty-hsqldb-3.2-rc-1/webapps/xwiki/},xwik
      i-enterprise-jetty-hsqldb-3.2-rc-1\jetty/../webapps/xwiki
      2011-10-06 03:47:40.108:INFO::stopped o.e.j.w.WebAppContext{/xwiki,file:/xwiki-enterprise-jetty-hsqldb-3.2-rc-1/webapps/xwiki/},xwiki-enterprise-jetty-hsqldb-3.2-rc-1\jetty/../webapps/xwiki
      2011-10-06 03:47:40.111:INFO::stopped o.e.j.w.WebAppContext{/,file:/xwiki-enterprise-jetty-hsqldb-3.2-rc-1/webapps/root/},xwiki-enterprise-jetty-hsqldb-3.2-rc-1\jetty/../webapps/root
      xwiki-enterprise-jetty-hsqldb-3.2-rc-1>
      

      (All paths are changed to relative).

      3.1 on the same PC works fine.

      Attachments

        Activity

          People

            sdumitriu Sergiu Dumitriu
            haru Dmitry Bakbardin
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: