1 Reply Latest reply on Nov 26, 2007 1:40 PM by jpeddler

    Unexpected pageOrd:

    jpeddler

      I'm having an error at start up

      java.lang.IllegalStateException: Unexpected pageOrd: 524000 expected: 524001
      at org.jboss.messaging.core.plugin.JDBCPersistenceManager.getPagedReferenceInfos(JDBCPersistenceManager.java:1128)
      at org.jboss.messaging.core.PagingChannelSupport.loadPagedReferences(PagingChannelSupport.java:260)
      at org.jboss.messaging.core.PagingChannelSupport.checkLoad(PagingChannelSupport.java:363)
      at org.jboss.messaging.core.PagingChannelSupport.load(PagingChannelSupport.java:215)
      at org.jboss.jms.server.destination.QueueService.startService(QueueService.java:86)
      at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
      at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:196)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:597)
      at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
      at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)


      Any ideas?

        • 1. Re: Unexpected pageOrd:
          jpeddler

          I should add I know that removing the data in the jbm tables will fix this, but I'd love to know what causes this.

          In addition, I have set:
          setDeliveryMode( DeliveryMode.NON_PERSISTENT);

          What am I missing to make this queue truly no persistent, and trash message about the max message limit?