0 Replies Latest reply on Jan 18, 2009 6:11 AM by sachins

    Problem while loading User JMS Destinations

    sachins

      I am using jboss v5.0.0 when i start the server I get this error:

      16:21:31,077 ERROR [STDERR] [JMSDestMgr:ERR] Problem while loading User JMS Destinations: ERROR: relation "userjmstopics" does not exist


      i have added a topic
      <mbean code="org.jboss.jms.server.destination.TopicService"
       name="jboss.messaging.destination:service=Topic,name=TestTopic"
       xmbean-dd="xmdesc/Topic-xmbean.xml">
       <depends optional-attribute-name="ServerPeer">jboss.messaging:service=ServerPeer</depends>
       <depends>jboss.messaging:service=PostOffice</depends>
       </mbean>


      and it got succesfully started as :

      16:21:27,477 INFO [TopicService] Topic[/topic/TestTopic] started, fullSize=200000, pageSize=2000, downCacheSize=2000


      As I am new to this, anybody can explain what I am missing here?