[jboss-user] [JBoss Messaging] - Problem while loading User JMS Destinations

sachins do-not-reply at jboss.com
Sun Jan 18 06:11:08 EST 2009


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?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4202672#4202672

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4202672



More information about the jboss-user mailing list