1 Reply Latest reply on Apr 26, 2002 8:54 AM by haslbeck

    Scheduler in JBoss 2.4.5rc1 with Tomcat

    olszowi

      Hello everybody,

      Does anybody know how to start the :service=Scheduler
      mbean? I uncommented the Scheduler Service part in
      the jboss.jcml conf file but it can't start the mbean.
      It was working fine in the JBoss 2.4.4. I'm running the
      jboss on Linux RH 7.2 (kernel 2.4.9-31), jdk sun 1.3.1_02
      and PostgreSQL DB.

      Thanks for any help
      olszowi

      here is the log
      ...
      [ERROR,ConfigurationService] Could not create MBean :service=Scheduler(org.jboss
      .util.Scheduler)
      java.lang.NoSuchMethodException: No such constructor
      at com.sun.management.jmx.MBeanServerImpl.internal_instantiate(MBeanServ
      erImpl.java:2207)
      at com.sun.management.jmx.MBeanServerImpl.createMBean(MBeanServerImpl.ja
      va:761)
      at org.jboss.configuration.ConfigurationService.create(ConfigurationServ
      ice.java:683)
      at org.jboss.configuration.ConfigurationService.loadConfiguration(Config
      urationService.java:461)
      at java.lang.reflect.Method.invoke(Native Method)
      at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:16
      28)
      at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:15
      23)
      at org.jboss.Main.(Main.java:200)
      at org.jboss.Main$1.run(Main.java:110)
      at java.security.AccessController.doPrivileged(Native Method)
      at org.jboss.Main.main(Main.java:106)

      ...