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

2007-12-26 Thread bidhudas
Resolved the issue with respect deployment error message which was there in the Console. But still the server is getting stopped. Need urgent help on this. View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4115449#4115449 Reply to the post :

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

2007-12-25 Thread bidhudas
Now the queue issue is resolved. But server is not getting started. Its getting shutdown after one minute( it shows as restartign in server window). Getting following in the console. Please let me know how to resolve this at the earliest. anonymous wrote : --- Packages waiting for a deployer

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

2007-12-21 Thread bidhudas
Find entried in das-estinations-service.xml. Does the SQL exception u were talking about is it any way related to JMS?? As of now I do not have any issue in connecting to DB. I beleive this is for mySQL but I am connecting to Oracle DB. There is no issues with respect to that. Please let me

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

2007-12-21 Thread bidhudas
Even after removing the part you mentioned in the post, queue issue is not resolved. Actually I added the same to verify whether I need to bind it with JNDI manually. I have not done any changes in hsqldb-ds.xml file. My application DB is configured from application as of now. View the

[jboss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: queue not bound

2007-12-20 Thread bidhudas
Can any body give me solution for this?? This is related to JNDI issue. So can any body tell how I can move this POST JNDI forum?? View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4114553#4114553 Reply to the post :

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

2007-12-20 Thread bidhudas
Hi, I am trying to configure JMS queue in JBOSS. I have added the following entry in jbossmq-destinations-service.xml mbean code=org.jboss.mq.server.jmx.Queue | name=jboss.mq.destination:service=Queue,name=WebResponse | depends

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

2007-12-20 Thread bidhudas
I am using the JBOSS 4.2.1 GA. I could not find anything with respect to Queue creation in console. But same error which is described in the previous post is coming there too(I am using message listner, may be due to that). THis is indeed a web based application. I am using default server

[jboss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: queue not bound

2007-12-19 Thread bidhudas
Well, I am getting the same error whenever I restart the server. SO I do not think there is any problem with the code. This is something to do with the configuration. As per the information I have whatever the queues added in the jbossmq-destinations-service.xml should list in the JNDIVIEW(in

[jboss-user] [Beginners Corner] - javax.naming.NameNotFoundException: queue not bound

2007-12-18 Thread bidhudas
Hi, I am trying to configure JMS queue in JBOSS. I have added the following entry in jbossmq-destinations-service.xml depends optional-attribute-name=DestinationManagerjboss.mq:service=DestinationManager But the same was not listed in JNDIVIEW. Whenever I tried to lookup this

[jboss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: queue not bound

2007-12-18 Thread bidhudas
One correction in the previous mail The jbossmq-destinations-service.xml entry is the following depends optional-attribute-name=DestinationManagerjboss.mq:service=DestinationManager Please help me to resolve this issue at the earliest. Thanks in advance Bidhudas View

[jboss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: queue not bound

2007-12-18 Thread bidhudas
Again the same problem in pasting the mbean details. I just want to mentio that I have added RequestQ in jbossmq-destinations-service.xml View the original post : http://www.jboss.com/index.html?module=bbop=viewtopicp=4114074#4114074 Reply to the post :

[jboss-user] [Beginners Corner] - Re: javax.naming.NameNotFoundException: queue not bound

2007-12-18 Thread bidhudas
See the code I am using for getting queue private static InitialContext getInitialContext() throws NamingException { if(iniCtx == null) { try { InputStream stream =