[jboss-user] [JNDI/Naming/Network] - Re: javax.naming.NameNotFoundException: queue not bound

jaikiran do-not-reply at jboss.com
Fri Dec 21 01:31:08 EST 2007


There appear to be 2 errors. One in your datasource file:

anonymous wrote : java.sql.SQLException: Access denied for user 'jbossuser'@'localhost' (using password: YES)))) 

Looks like the username/password you have specified in your datasource file are incorrect for this DB.

The other error is related to the file which contains your queues:

anonymous wrote : org.jboss.deployment.DeploymentInfo at 965e150c { url=file:/D:/softs/JBoss/jboss-4.2.1.GA/server/default/deploy/das-estinations-service.xml }
  | deployer: org.jboss.deployment.SARDeployer at 914f6a
  | status: Deployment FAILED reason: no protocol: xmdesc/Queue-xmbean.xml; - nested throwable: (java.net.MalformedURLException: no protocol: xmdesc/Queue-xmbean.xml)
  | state: FAILED
  | watch: file:/D:/softs/JBoss/jboss-4.2.1.GA/server/default/deploy/das-estinations-service.xml
  | altDD: null 

Looks like the das-estinations-service.xml file is incorrect. Can you post the entire contents of that file here?




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

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



More information about the jboss-user mailing list