2 Replies Latest reply on Apr 21, 2003 10:42 AM by seemakc

    Cluster Naming

    manishgupta

      Hi all,


      I am trying to create a cluster.

      When I remove the default cluster name from cluster-service.xml and named it something else then on starting the JBOSS I got the following errors.

      20:13:46,953 INFO [MainDeployer] Deployed package: file:/C:/jboss-3.0.4/server/
      all/deploy/example2.ear
      20:13:47,015 ERROR [URLDeploymentScanner] MBeanException: Exception in MBean ope
      ration 'checkIncompleteDeployments()'
      Cause: Incomplete Deployment listing:
      Packages waiting for a deployer:

      Incompletely deployed packages:

      MBeans waiting for classes:

      MBeans waiting for other MBeans:
      [ObjectName: jboss:service=ClusteredHttpSession
      state: CONFIGURED
      I Depend On: jboss.j2ee:service=EJB,jndiName=clustering/HTTPSession

      Depends On Me: , ObjectName: jboss.j2ee:service=EJB,jndiName=clustering/HTTPSes
      sion
      state: NOTYETINSTALLED
      I Depend On: jboss:service=DefaultPartition
      jboss:service=invoker,type=jrmp

      Depends On Me: jboss:service=ClusteredHttpSession
      ]
      20:13:47,062 INFO [URLDeploymentScanner] Started
      20:13:47,062 INFO [MainDeployer] Deployed package: file:/C:/jboss-3.0.4/server/
      all/conf/jboss-service.xml
      20:13:47,093 INFO [Server] JBoss (MX MicroKernel) [3.0.4 Date:200211021607] Sta
      rted in 1m:34s:672ms


      When I keep the defaultcluster in cluster-service.xml and create one more tag set for my own cluster then it works fine. Like this





      MyPart
      true


      I am speculating that I have to change the cluster name(defaultpartition) in some other files.

      I serached for this problem in same forum. Some po\eople are talking about farm-service.xml bit i didn't find this file on my system.

      Please help me

      Thanks

      Manish Gupta

        • 1. Re: Cluster Naming
          slaboure

          Firstly, use 3.0.7. Then, you have either to remove (or update the content of) httpsession.jar (or something like that) in /deploy

          • 2. Re: Cluster Naming
            seemakc

            Hi Manish,

            Were you able to change the Partition Name in JBoss ? I am running into the same problem with JBoss 3.0.6.

            Could you list the changes you made to the configuration files ?

            Thanks,
            Seema