1 Reply Latest reply on May 7, 2008 7:27 AM by flaviafmachado

    Could not restore EJB timers error

    kmekme

      Hi everyone,

      I've installed JBoss AS and portal on two machines (2 nodes on a machine and the other one on the other) , it worked fine at first. But now, I've got this error on 2 of my nodes :

      08:10:41,777 INFO [ClusterFileTransfer] Finished cluster pull of file hgpp_patient_ejb_worklist_jdbc.jar to hgpp_patient_ejb_worklist_jdbc.jar
      08:10:41,777 INFO [ClusterFileTransfer] Start pull of file hgpp_patient_ejb_identite_xwayjdbc.jar from cluster.
      08:10:41,791 INFO [ClusterFileTransfer] Finished cluster pull of file hgpp_patient_ejb_identite_xwayjdbc.jar to hgpp_patient_ejb_identite_xwayjdbc.jar
      08:10:41,791 INFO [ClusterFileTransfer] Start pull of file hgpp_patient_ejb_cim_xwayjdbc.jar from cluster.
      08:10:41,800 INFO [ClusterFileTransfer] Finished cluster pull of file hgpp_patient_ejb_cim_xwayjdbc.jar to hgpp_patient_ejb_cim_xwayjdbc.jar
      08:10:42,292 INFO [EjbModule] Deploying fr_mckesson_common_ejb_auditreader
      08:10:42,484 INFO [ProxyFactory] Bound EJB Home 'fr_mckesson_common_ejb_auditreader' to jndi 'fr_mckesson_common_ejb_auditreader'
      08:10:42,486 WARN [StatelessSessionContainer] Could not restore ejb timers
      javax.management.RuntimeMBeanException
       at org.jboss.mx.interceptor.ReflectedDispatcher.handleInvocationExceptions(ReflectedDispatcher.java:176)
       at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:163)
       at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
       at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
       at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
       at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
       at org.jboss.ejb.Container.restoreTimers(Container.java:771)
       at org.jboss.ejb.SessionContainer.startService(SessionContainer.java:410)
       at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
       at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
       at sun.reflect.GeneratedMethodAccessor5.invoke(Unknown Source)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:585)
       at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
       at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
       at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
       at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
       at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
       at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
       at $Proxy0.start(Unknown Source)
       at org.jboss.system.ServiceController.start(ServiceController.java:417)
       at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
       at java.lang.reflect.Method.invoke(Method.java:585)
       at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
       at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
      


      I'm using JBoss 4.2.2 & Portal 2.6.4 and I've some EJB in the farm folder.

      Anybody?