[jboss-user] [Clustering/JBoss] - Re: change default partition name
angelee
do-not-reply at jboss.com
Tue Jun 12 17:12:35 EDT 2007
I can not find any documentation on JBoss AS 4.2. What am I doing wrong?
I changed all of the DefaultPartition to MYPartition in
deploy/cluster-service.xml.
e.g. FROM: {jboss.partition.name:DefaultPartition}
TO: {jboss.partition.name:MYPartition}
and in conf/standardjboss.xml
e.g. FROM: {jboss.partition.name:DefaultPartition}
TO: {jboss.partition.name:MYPartition}
I start the instance with this command:
# /opt/jboss-4.2.0.GA/bin/run.sh -c all -b10.40.0.35
and I get this error:
13:58:21,525 ERROR [URLDeploymentScanner] Incomplete Deployment listing:
--- MBeans waiting for other MBeans ---
ObjectName: jboss.ha:service=HASingletonDeployer
State: CONFIGURED
I Depend On:
jboss:service=DefaultPartition
jboss.system:service=MainDeployer
ObjectName: jboss:service=FarmMember,partition=DefaultPartition
State: CONFIGURED
I Depend On:
jboss:service=DefaultPartition
jboss.web:service=WebServer
jboss.system:service=MainDeployer
--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss:service=DefaultPartition
State: NOTYETINSTALLED
Depends On Me:
jboss.ha:service=HASingletonDeployer
jboss:service=FarmMember,partition=DefaultPartition
13:58:21,736 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-10.40.0.35-8080
13:58:21,797 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-10.40.0.35-8009
13:58:21,833 INFO [Server] JBoss (MX MicroKernel) [4.2.0.GA (build: SVNTag=JBoss_4_2_0_GA date=200705111440)] Started in 57s:637ms
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053736#4053736
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4053736
More information about the jboss-user
mailing list