1 Reply Latest reply on Oct 30, 2009 10:44 AM by h.wolffenbuttel

    Missing files in JBoss ESB server 4.6

    lekkie

      After downloading a jbossesb-server-4.6.zip file, i tried startin it up and I realize some files r missing which includes jboss-service.xml as evident from this log while trying to start from {JBoss-ESB-Server-Home}\bin\run.bat

      17:36:47,983 INFO [ServerInfo] OS-System: Windows XP 5.1,x86
      17:36:51,692 INFO [Server] Core system initialized
      Failed to boot JBoss:
      org.jboss.deployment.DeploymentException: url file:/C:/JBoss/jbossesb-server-4.6
      /server/default/conf/jboss-service.xml could not be opened, does it exist?
      at org.jboss.deployment.DeploymentInfo.(DeploymentInfo.java:214)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:781)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
      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:508)
      at java.lang.Thread.run(Thread.java:595)
      17:36:51,848 INFO [Server] Runtime shutdown hook called, forceHalt: true
      17:36:51,848 INFO [Server] JBoss SHUTDOWN: Undeploying all packages
      17:36:52,253 INFO [Server] Shutdown complete
      Shutdown complete
      Halting VM
      Press any key to continue . . .


      Note:
      My {JBoss-ESB-Server-Home}\server\default\conf only contains a props and xmdesc folder.

      Any ideas?

        • 1. Re: Missing files in JBoss ESB server 4.6
          h.wolffenbuttel

          Hi,

          Do not know what you did, but here is what you should have done (and I'm guessing you want to use JBoss Messaging here)

          - Download JBoss AS 4.2.3 GA
          - Download JBoss ESB 4.6
          - Download JBoss Messaging 1.4.4 GA
          - Download JBoss Remoting 2.2.3

          - Install JBoss AS 4.2.3 GA
          - Set JBOSS_HOME to install directory
          - Extract jboss-messaging-1.4.4.zip
          - execute ant from util directory: ../jboss-messaging-1.4.4/util/ant -f release-admin.xml
          - Extract jboss-remoting-2.2.3.zip to JBOSS-AS directory
          - Extract jbossesb-4.x
          - adjust deployment.properties-example (inside the install directory) and save as deployment.properties
          - execute ant from install directory: ../jbossesb-4.x/install/ant deploy
          - copy jboss-remoting.jar from JBOS-AS/lib directory to server/{config}

          If you do all this you should get a working enviroment, good luck!

          Regards,

          Hans