3 Replies Latest reply on Mar 18, 2004 6:26 AM by arranc

    problem while starting jboss server when a JMS application i

    chetana_vir

      Hi,

      Can any body solve the problem i couldn't get it. I have no problem when testing in my local system but when i placed the application in the remote server it is giving the error. I have used the MBeans to continoulsy monitor the queue. I am using jboss server and i am getting the error while starting the server itself.


      09:04:56,203 WARN [ServiceController] Problem starting service jboss.mq:service=PersistenceManager
      org.jboss.mq.SpyJMSException: Could not rebuild the queue from the queue's tranaction log.; - nested throwable: (java.io.EOFException)
      at org.jboss.mq.pm.file.MessageLog.throwJMSException(MessageLog.java:277)
      at org.jboss.mq.pm.file.MessageLog.restore(MessageLog.java:114)
      at org.jboss.mq.pm.file.PersistenceManager.restoreTransactions(PersistenceManager.java:264)
      at org.jboss.mq.pm.file.PersistenceManager.startService(PersistenceManager.java:187)
      at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:165)
      at java.lang.reflect.Method.invoke(Native Method)
      at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
      at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:1003)
      at $Proxy4.start(Unknown Source)
      at org.jboss.system.ServiceController.start(ServiceController.java:413)
      at org.jboss.system.ServiceController.start(ServiceController.java:433)
      at org.jboss.system.ServiceController.start(ServiceController.java:433)
      at java.lang.reflect.Method.invoke(Native Method)
      at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
      at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174)
      at $Proxy2.start(Unknown Source)


      could any body help me to resolve this issue

      chetana