0 Replies Latest reply on Dec 1, 2015 12:52 PM by gritchie

    JBoss AS 5.1.0 JMS Queue

    gritchie

      Hi,

       

         I have a queue that is created on startup of the server. During startup however I get the following error.

       

      2015-11-19 10:04:09,988 ERROR [org.jboss.messaging.util.ExceptionUtil] (main) Queue[null, name="name of my queue"] startService

      java.lang.IllegalStateException: Unexpected pageOrd: 0 expected: 1

       

      I have read that this is caused by the JBM_MSG_REF table Page_Ord column having bad data. If the column is update to have null for all rows it will allow the queue to be created. I have check the DB and the MSG_REF table and I do see that the data in the Page_Ord column is weird with almost half the rows containing null and then some rows containing numbers. The rows containing numbers repeat the same number every other row (ie. 1 1, 2 2, 3 3 and so on).

       

      I am suppose to implement this fix next week but just to double check myself and be sure I am doing something that is even a possible solution. Is the right step to resolve this error to clear out the Page_Ord column and update all rows with NULL or am I on the wrong path?

       

      Thank you in advance for any help.