1 Reply Latest reply on Jan 27, 2013 10:25 AM by aviad

    Jboss 5.1 won't start on a mac (using eclipse or terminal)

    aviad

      Hi,

       

      I installed Jboss 5.1 on my mac with   java version "1.6.0_37"

      trying to startup the server I'm getting some weird errors .

      Although i'm seeing "Started in 24s:863ms" line  in the console the server status will not change to to "started" and after some time passes the server times out and stops.

      The same thing occurs when i tried to run jboss 4.2

       

       

      I also have Tomcat 7 installed and as far as I can tell there is some problem with tomcat that causes Jboss to malfunction.

       

       

      An  excerpt from the console :

       

      ERROR [AbstractKernelController] Error installing to Start: name=WebServer state=Create

      java.lang.NoSuchMethodError: org.apache.catalina.startup.Catalina.setCatalinaHome(Ljava/lang/String;)V

                at org.jboss.web.tomcat.service.deployers.TomcatService.startService(TomcatService.java:183)

       

       

       

      DEPLOYMENTS IN ERROR:

        Deployment "WebServer" is in error due to the following reason(s): java.lang.NoSuchMethodError: org.apache.catalina.startup.Catalina.setCatalinaHome(Ljava/lang/String;)V

        Deployment "jboss.web:service=WebServer" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.web:service=WebServer' **

       

      any help or insight will be appreciated