2 Replies Latest reply on Nov 26, 2002 10:28 AM by michaels

    To Strange Errors on Startup ...

    michaels

      The first error I'm receiving is quite confusing

      2002-11-25 08:43:25,449 ERROR [org.jboss.web.WebService] Starting failed
      java.net.BindException: Address already in use
      at java.net.PlainSocketImpl.socketBind(Native Method) ...

      The second error I'm receiving has me at lost as well. Anyone seen this before while attempting to start jboss?

      java.lang.NoSuchMethodException: No such accessible method: addDefaultContext() on object: org.apache.catalina.core.StandardHost ...

        • 1. Re: To Strange Errors on Startup ...
          prabhakar

          the first error indicates that another application is bound to the web port(by default 8080). Do you have tomcat already running and binding to this port?

          -prabhakar

          • 2. Re: To Strange Errors on Startup ...
            michaels

            Thanks for the info. I actually solved the first problem which then fixed the second problem. It was caused by having the j2ee.jar (and related j2ee jars in my JAVA_HOME/jre/lib/ext directory). Apparently, I was using a newer version of j2ee which Jboss didn't like.