0 Replies Latest reply on Jun 28, 2005 4:39 PM by arthurj_liquent

    error installing version 3.2.7 no boss-service.xml

    arthurj_liquent

      Hello All,
      I was wondering if anyone knew how to solve this problem. I am trying to run run.sh on a SuSe linux 9 Server and everytime I run the program I get to this error.
      6:16:37,575 INFO [ServerInfo] OS-System: Linux 2.6.5-7.97-default,i386
      16:16:38,153 INFO [Server] Core system initialized
      Failed to boot JBoss:
      org.jboss.deployment.DeploymentException: url file:/home/slesuser/Documents/jboss-3.2.7/server/default/conf/jboss-service.xml could not be opened, does it exist?
      at org.jboss.deployment.DeploymentInfo.(DeploymentInfo.java:175)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:603)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:588)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:585)
      at org.jboss.mx.server.ReflectedDispatcher.dispatch(ReflectedDispatcher.java:60)
      at org.jboss.mx.server.Invocation.dispatch(Invocation.java:62)
      at org.jboss.mx.server.Invocation.dispatch(Invocation.java:54)
      at org.jboss.mx.server.Invocation.invoke(Invocation.java:82)
      at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:198)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:473)
      at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:176)
      at $Proxy5.deploy(Unknown Source)
      at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:407)
      at org.jboss.system.server.ServerImpl.start(ServerImpl.java:311)
      at org.jboss.Main.boot(Main.java:191)
      at org.jboss.Main$1.run(Main.java:480)
      at java.lang.Thread.run(Thread.java:595)
      16:16:38,268 INFO [Server] JBoss SHUTDOWN: Undeploying all packages
      Shutting down
      Shutdown complete
      Halting VM

      I looked in /jboss-3.2.7/server/default/conf but I could not find boss-service.xml. Both JAVA_HOME and PATH are set properly. Any Idea what is causing this. Thanks in advance for any help.