2 Replies Latest reply on Apr 29, 2008 2:57 AM by it3ng1

    Jboss4.0.2 Startup Exceptions

    it3ng1

      HI

      I get the following start up exceptions in the JBOSS server.log when I start jboss on Linux. Unfortunetly I don't know how the server has been setup, but need to sort out these errors. The server is NOT part of a cluster.

      The Exceptions are:


      2008-04-25 13:16:47,336 ERROR [org.jboss.deployment.MainDeployer] could not create deployment: file:/jboss/server/default/deploy/cluster-service.xml
      org.jboss.deployment.DeploymentException: No ClassLoaders found for: org.jboss.ha.framework.server.ClusterPartition; - nested throwable: (java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.ha.framework.server.ClusterPartition)
      at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:143)
      at org.jboss.system.ServiceController.install(ServiceController.java:202)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      .
      .
      .
      2008-04-25 13:16:47,350 DEBUG [org.jboss.deployment.SARDeployer] create operation failed for package file:/jboss/server/default/deploy/deploy-hasingleton-service.xml
      org.jboss.deployment.DeploymentException: No ClassLoaders found for: org.jboss.ha.singleton.HASingletonController; - nested throwable: (java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.ha.singleton.HASingletonController)
      at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:143)
      at org.jboss.system.ServiceController.install(ServiceController.java:202)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      .
      .
      .
      2008-04-25 13:16:49,716 DEBUG [org.jboss.deployment.SARDeployer] create operation failed for package file:/jboss/server/default/deploy/tc5-cluster-service.xml
      org.jboss.deployment.DeploymentException: No ClassLoaders found for: org.jboss.cache.TreeCache; - nested throwable: (java.lang.ClassNotFoundException: No ClassLoaders found for: org.jboss.cache.TreeCache)
      at org.jboss.system.ServiceConfigurator.install(ServiceConfigurator.java:143)
      at org.jboss.system.ServiceController.install(ServiceController.java:202)


        • 1. Re: Jboss4.0.2 Startup Exceptions
          peterj

          According to this output, you are running a cluster. It looks like someone either renamed the "all" configuration to "default", or copied over the contents.

          If you really do not need clustering, revert back to the original "default" configuration.

          • 2. Re: Jboss4.0.2 Startup Exceptions
            it3ng1

            Thanks Peter, I've deleted the following xml files :

            cache-invalidation-service.xml
            cluster-service.xml

            But I'll rather try what you've suggested here. THanks
            Nina