[jboss-user] [Clustering/JBoss] - HASingletonDeployer

yruizw do-not-reply at jboss.com
Fri Mar 23 07:50:35 EDT 2007


Hello,
I'm trying to configurated a SingletonDeployer in jboss 3.2.7 , but when i set a  "depends" with the next value :

  | <depends>jboss.ha:service=HASingletonDeployer,type=Barrier</depends>
  | 
The jboss show me the next error:

12:47:52,203 ERROR [FarmMemberService] Incomplete Deployment listing:
MBeans waiting for other MBeans:
ObjectName: notificador:service=Scheduler
 state: CONFIGURED
 I Depend On:  jboss.ha:service=HASingletonDeployer,type=Barrier

 Depends On Me:

MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM:
ObjectName: jboss.ha:service=HASingletonDeployer,type=Barrier
 state: NOTYETINSTALLED
 I Depend On:
 Depends On Me:  notificador:service=Scheduler

do you have any idea about this problem?, the content of my jboss-service.xml is :

  | <?xml version="1.0" encoding="UTF-8"?>
  | <server>
  | <mbean code="org.jboss.varia.scheduler.Scheduler" name="notificador:service=Scheduler">
  | <depends>jboss.ha:service=HASingletonDeployer,type=Barrier</depends>
  | <attribute name="StartAtStartup">true</attribute>
  | <attribute name="SchedulableClass">com.ya.tutorial.jboss.scheduler.NotificadorCentral</attribute>
  | <attribute name="InitialStartDate">NOW</attribute>
  | <attribute name="SchedulePeriod">15000</attribute>
  | <attribute name="InitialRepetitions">-1</attribute>
  | </mbean>
  | </server>
  | 
Regards,
Yuri


View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4031023#4031023

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4031023



More information about the jboss-user mailing list