Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-14700

Unable to Start jenkins in Windows: SEVERE: Container startup failed

    • Icon: Bug Bug
    • Resolution: Not A Defect
    • Icon: Major Major
    • None
    • Windows 7

      Running from: C:\Users\verakot\AppData\LocalLow\Sun\Java\Deployment\cache\6.0\24\5ef66b98-2d9c8352
      webroot: $user.home/.jenkins
      Aug 6, 2012 4:53:35 PM winstone.Logger logInternal
      INFO: Beginning extraction from war file
      Jenkins home directory: C:\Users\verakot\.jenkins found at: $user.home/.jenkins
      Aug 6, 2012 4:53:40 PM winstone.Logger logInternal
      INFO: Winstone shutdown successfully
      Aug 6, 2012 4:53:40 PM winstone.Logger logInternal
      SEVERE: Container startup failed
      java.io.IOException: Failed to start a listener: winstone.HttpListener
      at winstone.Launcher.spawnListener(Launcher.java:229)
      at winstone.Launcher.<init>(Launcher.java:181)
      at winstone.Launcher.main(Launcher.java:384)
      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 Main._main(Main.java:273)
      at Main.main(Main.java:98)
      at JNLPMain.main(JNLPMain.java:56)
      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 com.sun.javaws.Launcher.executeApplication(Unknown Source)
      at com.sun.javaws.Launcher.executeMainClass(Unknown Source)
      at com.sun.javaws.Launcher.doLaunchApp(Unknown Source)
      at com.sun.javaws.Launcher.run(Unknown Source)
      at java.lang.Thread.run(Unknown Source)
      Caused by: java.io.IOException: Failed to listen on port 8080
      at winstone.HttpListener.getServerSocket(HttpListener.java:119)
      at winstone.HttpListener.start(HttpListener.java:72)
      at winstone.Launcher.spawnListener(Launcher.java:220)
      ... 18 more
      Caused by: java.net.BindException: Address already in use: JVM_Bind
      at java.net.PlainSocketImpl.socketBind(Native Method)
      at java.net.PlainSocketImpl.bind(Unknown Source)
      at java.net.ServerSocket.bind(Unknown Source)
      at java.net.ServerSocket.<init>(Unknown Source)
      at java.net.ServerSocket.<init>(Unknown Source)
      at winstone.HttpListener.getServerSocket(HttpListener.java:114)
      ... 20 more

          [JENKINS-14700] Unable to Start jenkins in Windows: SEVERE: Container startup failed

          As the error message indicates, your server is already using port 8080 for something else. Please either specify a different port for Jenkins or get rid of the other thing that's using 8080.

          Kohsuke Kawaguchi added a comment - As the error message indicates, your server is already using port 8080 for something else. Please either specify a different port for Jenkins or get rid of the other thing that's using 8080.

            kohsuke Kohsuke Kawaguchi
            verakot Vera Kot
            Votes:
            2 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: