3 Replies Latest reply on Oct 3, 2003 1:56 PM by juha

      Jboss jboss-4.0.0DR2 failed to  start, please help

    piloo

      I am using jdk 1.4
      When I am starting jboss even though it says
      "When I am starting jboss it says
      7:49:57,781 INFO [Server] JBoss started in 274s:814ms"

      I am getting following error
      7:49:57,781 INFO [Server] JBoss started in 274s:814ms

      I dno't want to use 8080. How can use other port ?

      thanks
      Asad

        • 1. Re:   Jboss jboss-4.0.0DR2 failed to  start, please help

          you copy pasted the wrong line I think?

          -- Juha

          • 2. Re:   Jboss jboss-4.0.0DR2 failed to  start, please help
            piloo

            Please see log message
            2003-10-02 10:24:16,066 INFO [STDOUT] Apache Tomcat/4.1.24-LE-jdk14
            2003-10-02 10:24:19,025 DEBUG [org.apache.coyote.http11.Http11Protocol] Attribute port: 8080
            2003-10-02 10:24:19,027 DEBUG [org.apache.coyote.http11.Http11Protocol] Attribute maxThreads: 10
            2003-10-02 10:24:19,029 DEBUG [org.apache.coyote.http11.Http11Protocol] Attribute backlog: 10
            2003-10-02 10:24:19,030 DEBUG [org.apache.coyote.http11.Http11Protocol] Attribute tcpNoDelay: true
            2003-10-02 10:24:19,036 DEBUG [org.apache.coyote.http11.Http11Protocol] Attribute soLinger: -1
            2003-10-02 10:24:19,041 DEBUG [org.apache.coyote.http11.Http11Protocol] Attribute soTimeout: 20000
            2003-10-02 10:24:19,046 DEBUG [org.apache.coyote.http11.Http11Protocol] Attribute timeout: 20000
            2003-10-02 10:24:19,048 DEBUG [org.apache.coyote.http11.Http11Protocol] Attribute maxKeepAliveRequests: 100
            2003-10-02 10:24:19,049 DEBUG [org.apache.coyote.http11.Http11Protocol] Attribute secure: false
            2003-10-02 10:24:19,293 ERROR [org.apache.coyote.http11.Http11Protocol] Error initializing endpoint
            java.net.BindException: Address already in use:8080
            at org.apache.tomcat.util.net.PoolTcpEndpoint.initEndpoint(PoolTcpEndpoint.java:280)
            at org.apache.coyote.http11.Http11Protocol.init(Http11Protocol.java:150)


            -- how to change port 8080 to other port

            • 3. Re:   Jboss jboss-4.0.0DR2 failed to  start, please help

              deploy/jbossweb-tomcat.sar/META-INF/jboss-service.xml

              -- Juha