1 Reply Latest reply on Dec 9, 2010 10:02 AM by peterj

    Failed to boot JBoss

    dinsceg

      Hi ,

       

      I am using JBoss 4.5 version.

       

      If i start the server i am getting failed to boot error in my console..

       

      Plz anyone help me..

       

      Failed to boot JBoss:
      org.jboss.deployment.DeploymentException: url file:/C:/jboss/server/default/conf/jboss-service.xml could not be opened, does it exist?
              at org.jboss.deployment.DeploymentInfo.(DeploymentInfo.java:211)
              at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:770)
              at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:755)
              at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
              at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
      java:39)
              at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
      sorImpl.java:25)
              at java.lang.reflect.Method.invoke(Method.java:585)
              at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
      er.java:155)
              at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
              at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
              at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
      java:264)
              at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
              at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
              at $Proxy5.deploy(Unknown Source)
              at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
              at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
              at org.jboss.Main.boot(Main.java:200)
              at org.jboss.Main$1.run(Main.java:464)
              at java.lang.Thread.run(Thread.java:595)
      21:12:09,625 INFO  [Server] Runtime shutdown hook called, forceHalt: true
      21:12:09,625 INFO  [Server] JBoss SHUTDOWN: Undeploying all packages
      21:12:09,625 INFO  [Server] Shutdown complete
      Shutdown complete
      Halting VM


      Thanks in Advance
      Dinesh V.
        • 1. Re: Failed to boot JBoss
          peterj

          I usually see this error when I use the "-c xxx" option and the server/xxx directory does not exist. So does C:/jboss/server/default/conf/jboss-service.xml exist? Where did you install JBoss AS? Did you set JBOSS_HOME? If so, unset it (you don't need it). What directory are you in when you run run.bat? What is the full command line you used?