0 Replies Latest reply on Mar 4, 2004 7:12 AM by mbausche

    Scheduler instance stops even with InitialRepetitions -1

    mbausche

      Hello there
      i am having three JBoss MBeans running - all three are doing a kind of fileimport on different files. And all three are started with InitialRepetitions -1. Sometimes one of these three suddenly stops. The stop is not done by me.

      Does anyone know this behaviour?!

      Config of one these 3 schedulers (cutt off the trailing bracket for better reading:

      mbean code="org.jboss.varia.scheduler.Scheduler" name="lvs:service=ImportServiceStandard">
      attribute name="StartAtStartup">true
      attribute name="SchedulableClass">de.repower.lvs.server.service.dataimport.TransferSchedulerService
      attribute name="SchedulableArguments">dir1,dir2,dir3,dir4/attribute>
      attribute name="SchedulableArgumentTypes">java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String/attribute>
      attribute name="InitialStartDate">NOW/attribute>
      attribute name="SchedulePeriod">5000/attribute>
      attribute name="InitialRepetitions">-1/attribute>
      depends>jboss.j2ee:service=EJB,jndiName=BeanA
      /mbean>


      Regards
      M.Bauschert