[jboss-user] [JBoss Messaging] - Re: Destination COnfiguration issue with Jboss 5 and Messagi

guy.finger do-not-reply at jboss.com
Wed Mar 4 09:40:07 EST 2009


Hi Howard

Thanks for the reply. 

I am still having the issue. I found a workaround for the same. I have configured the oracle as backend for JBoss by copying the oracle-ds.xml and oracle-persistance-service.xml files from examples folder to ${JbossRoot}/server/default/deploy and ${JbossRoot}/server/default/deploy/messaging folders respectively and modified the files to refer my local oracle db details. 

But I am getting the errors during startup the server related to JBM_POSTOFFICE table creation. Table is not created which in turn not associating the destinations to ConnectionFactory.

here is the error -

09:35:29,183 ERROR [ProfileServiceBootstrap] Failed to load profile: Summary of incomplete
  | deployments (SEE PREVIOUS ERRORS FOR DETAILS):
  | 
  | DEPLOYMENTS MISSING DEPENDENCIES:
  |   Deployment "jboss.messaging.connectionfactory:service=ClusterPullConnectionFactory" is mi
  | ssing the following dependencies:
  |     Dependency "jboss.messaging:service=PostOffice" (should be in state "Create", but is ac
  | tually in state "Configured")
  |   Deployment "jboss.messaging.connectionfactory:service=ClusteredConnectionFactory" is miss
  | ing the following dependencies:
  |     Dependency "jboss.messaging:service=PostOffice" (should be in state "Create", but is ac
  | tually in state "Configured")
  |   Deployment "jboss.messaging.connectionfactory:service=ConnectionFactory" is missing the f
  | ollowing dependencies:
  |     Dependency "jboss.messaging:service=PostOffice" (should be in state "Create", but is ac
  | tually in state "Configured")
  |   Deployment "jboss.messaging.destination:name=A,service=Queue" is missing the following de
  | pendencies:
  |     Dependency "jboss.messaging:service=PostOffice" (should be in state "Create", but is ac
  | tually in state "Configured")
  |   Deployment "jboss.messaging.destination:name=B,service=Queue" is missing the following de
  | pendencies:
  |     Dependency "jboss.messaging:service=PostOffice" (should be in state "Create", but is ac
  | tually in state "Configured")
  |   Deployment "jboss.messaging.destination:name=C,service=Queue" is missing the following de
  | pendencies:
  |     Dependency "jboss.messaging:service=PostOffice" (should be in state "Create", but is ac
  | tually in state "Configured")
  |   Deployment "jboss.messaging.destination:name=D,service=Queue" is missing the following de
  | pendencies:
  |     Dependency "jboss.messaging:service=PostOffice" (should be in state "Create", but is ac
  | tually in state "Configured")
  |   Deployment "jboss.messaging.destination:name=DLQ,service=Queue" is missing the following
  | dependencies:
  |     Dependency "jboss.messaging:service=PostOffice" (should be in state "Create", but is ac
  | tually in state "Configured")
  |   Deployment "jboss.messaging.destination:name=ExpiryQueue,service=Queue" is missing the fo
  | llowing dependencies:
  |     Dependency "jboss.messaging:service=PostOffice" (should be in state "Create", but is ac
  | tually in state "Configured")
  |   Deployment "jboss.messaging.destination:name=ex,service=Queue" is missing the following d
  | ependencies:
  |     Dependency "jboss.messaging:service=PostOffice" (should be in state "Create", but is ac
  | tually in state "Configured")
  |   Deployment "jboss.messaging.destination:name=securedTopic,service=Topic" is missing the f
  | ollowing dependencies:
  |     Dependency "jboss.messaging:service=PostOffice" (should be in state "Create", but is ac
  | tually in state "Configured")
  |   Deployment "jboss.messaging.destination:name=serverPublishTopic,service=Topic" is missing
  |  the following dependencies:
  |     Dependency "jboss.messaging:service=PostOffice" (should be in state "Create", but is ac
  | tually in state "Configured")
  |   Deployment "jboss.messaging.destination:name=testDurableTopic,service=Topic" is missing t
  | he following dependencies:
  |     Dependency "jboss.messaging:service=PostOffice" (should be in state "Create", but is ac
  | tually in state "Configured")
  |   Deployment "jboss.messaging.destination:name=testQueue,service=Queue" is missing the foll
  | owing dependencies:
  |     Dependency "jboss.messaging:service=PostOffice" (should be in state "Create", but is ac
  | tually in state "Configured")
  |   Deployment "jboss.messaging.destination:name=testTopic,service=Topic" is missing the foll
  | owing dependencies:
  |     Dependency "jboss.messaging:service=PostOffice" (should be in state "Create", but is ac
  | tually in state "Configured")
  |   Deployment "jboss.messaging:service=PostOffice" is missing the following dependencies:
  |     Dependency "jboss.jgroups:service=ChannelFactory" (should be in state "Create", but is
  | actually in state "** NOT FOUND Depends on 'jboss.jgroups:service=ChannelFactory' **")
  | 
  | DEPLOYMENTS IN ERROR:
  |   Deployment "jboss.jgroups:service=ChannelFactory" is in error due to the following reason
  | (s): ** NOT FOUND Depends on 'jboss.jgroups:service=ChannelFactory' **

If I commented the following line in ${JBossRoot}/server/default/deploy/messaging/oracle-persistance-service.xml, server is coming up properly -

<depends optional-attribute-name="ChannelFactoryName">jboss.jgroups:service=ChannelFactory</depends>

Also, I have deleted the following confg file from deploy folder. This is also generating some deployment errors while starting up the server -

${JBossRoot}/server/default/deploy/ejb2-timer-service.xml

Please advise.

Thanks
Raj

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

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



More information about the jboss-user mailing list