0 Replies Latest reply on Sep 18, 2006 6:18 AM by gigu

    Minimal server with JMS.

    gigu

      Hello.
      I would like for JBoss to host my JMS queues. I have configured it with default server from JBoss 4.0.4 distribution.
      I would like to have Minimal version of my server just with my queues.
      What files do I need to copy from deployment are apart from JMS folder?
      I have tried with just JMS folder and I got exception when I try to startup minimal server:

      10:56:49,121 ERROR [MainDeployer] Could not create deployment: file:/C:/dev/jboss/server/minimal/deploy/jms/jbossmq-httpil.sar/
      org.jboss.deployment.DeploymentException: No ClassLoaders found for: org.jboss.mq.il.http.HTTPServerILService; - nested throwable: (java.lang.ClassNot
      FoundException: No ClassLoaders found for: org.jboss.mq.il.http.HTTPServerILService)
      at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:196)
      at org.jboss.system.ServiceController.install(ServiceController.java:226)
      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.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
      at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
      .......


      And so on ...


      Regards, Greg