I am trying to set up 3 different environments, development, qa, and
production right now w/ clustering enabled and I decided to use different
PARTITIONs for each environment so that they interfere with each other.  For
example, development environment belongs to DevelopmentPartition instead of
DefaultPartition as defined in the cluster-service.xml.  Here comes my
question.  How do I do that?  Logically, (I may have misundertood everything
but...)  I thought that I can modify the cluster-service.xml file by
globally replacing "DefaultPartition" with "DevelopmentPartition" would make
the JBoss instance join the "DevelopmentPartition"...  but when I did that,
I got an error message below, 

2002-09-10 12:01:35,223 ERROR
[org.jboss.deployment.scanner.URLDeploymentScanner] MBeanException:
Exception in MBean operation 'checkIncompleteDeployments()'
Cause: Incomplete Deployment listing:
Packages waiting for a deployer:
  <none>
Incompletely deployed packages:
  <none>
MBeans waiting for classes:
  <none>
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/HTTPSession
 state: NOTYETINSTALLED
 I Depend On:   jboss:service=DefaultPartition
  jboss:service=invoker,type=jrmp

 Depends On Me:   jboss:service=ClusteredHttpSession
]

Can anyone tell me what's going on?

Thanks,
Mitchell


-------------------------------------------------------
This sf.net email is sponsored by: OSDN - Tired of that same old
cell phone?  Get a new here for FREE!
https://www.inphonic.com/r.asp?r=sourceforge1&refcode1=vs3390
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to