[jboss-user] [Messaging, JMS & JBossMQ] - DefaultJMSProvider not bound

raickman do-not-reply at jboss.com
Wed Aug 8 10:31:00 EDT 2007


Hi, 

I am using JBoss v 4.0.4 GA, on Solaris platform and don't understand this: 

I get the following error when starting JBoss: 

------------------------------------------------------------------------------------- 
13:26:43,391 ERROR [URLDeploymentScanner] Incomplete Deployment listing: 

--- MBeans waiting for other MBeans --- 
ObjectName: jboss.j2ee:ear=app-3.5.3.ear,jar=workflow-1.0.0.jar,name=BusinessProcessMessageBean,service=EJB3 
State: FAILED 
Reason: javax.naming.NameNotFoundException: DefaultJMSProvider not bound 
I Depend On: 
persistence.units:ear=app-3.5.3.ear,jar=workflow-1.0.0.jar,unitName=manager1 

--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM --- 
ObjectName: jboss.j2ee:ear=app-3.5.3.ear,jar=workflow-1.0.0.jar,name=BusinessProcessMessageBean,service=EJB3 
State: FAILED 
Reason: javax.naming.NameNotFoundException: DefaultJMSProvider not bound 
I Depend On: 
persistence.units:ear=app-3.5.3.ear,jar=workflow-1.0.0.jar,unitName=manager1 
------------------------------------------------------------------------------------- 

In the deploy directory, I put in infoqueue-destinations-service.xml: 


  | <mbean code="org.jboss.mq.server.jmx.Queue" name="jboss.mq.destination:service=Queue,name=myNotificationQueue">
  |     <depends optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager</depends>
  |     <depends optional-attribute-name="SecurityManager">jboss.mq:service=SecurityManager</depends>
  |     <attribute name="SecurityConf">
  |       <security>
  |         <role name="administrator" read="true" write="true" create="true"/>
  |         <role name="user" read="true" write="true" create="true"/>        
  |       </security>
  |     </attribute>
  |   </mbean>  
  | 

In jboss-service.xml: 


  | <attribute name="RecursiveSearch">True</attribute>
  | 


If I drop my ear file when JBoss is already started, everthing works! 
Om my Windows localhost JBoss with same config, everything works too.
Could you please tell me what I m doing wrong ? 

Thanks

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

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



More information about the jboss-user mailing list