[jboss-user] [JNDI/Naming/Network] - Re: Failed to connect to localhost:1099

2009-02-11 Thread PeterJ
What results do you get from running: netstat -np | grep java View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4209126#4209126 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4209126

[jboss-user] [JNDI/Naming/Network] - Re: Failed to connect to localhost:1099

2009-02-11 Thread rasa
The error which i gets in the console is 18:23:26,502 WARN [NamingContext] Failed to connect to localhost:1099 javax.naming.CommunicationException: Failed to connect to server localhost:1099 [Root exception is javax.naming.ServiceUnavailableException: Failed to connect to server localhost:1099

[jboss-user] [JNDI/Naming/Network] - Re: Failed to connect to localhost:1099

2009-02-11 Thread rasa
hi, Thanks for your kind attention. M jboss-service.xml is was as giiven below | | 1098 |

[jboss-user] [JNDI/Naming/Network] - Re: Failed to connect to localhost:1099

2009-02-10 Thread PeterJ
See if this discussion helps: http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4121889 Pay special attention to the 'telnet' suggestion. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4208653#4208653 Reply to the post : http://www.jboss.org/index.htm

[jboss-user] [JNDI/Naming/Network] - Re: Failed to connect to localhost:1099

2009-02-09 Thread rasa
first up on sorry for not formatting the code. Thanks for your kind attention. As you told i checked jboss-service.xml in that the specified mbean ServiceBindingManager is commented. So i think its not being used in my apps. But still when i gives ./shutdown.sh -S i gets the same error. The ad

[jboss-user] [JNDI/Naming/Network] - Re: Failed to connect to localhost:1099

2009-02-09 Thread PeterJ
The JNDI port is defined in jboss-service.xml, unless the binding manager service is being used - see the ServiceBindingManager mbean in the same file. P.S. Wrap XML text with code tags - select the text and click the Code button above the editor window - and use the Preview button to ensure tha

[jboss-user] [JNDI/Naming/Network] - Re: Failed to connect to localhost:1099

2009-02-08 Thread rasa
Ok Thansks. What is the default port and normally where it is configured. 1099

[jboss-user] [JNDI/Naming/Network] - Re: Failed to connect to localhost:1099

2009-02-07 Thread PeterJ
Apparently JBoss AS is configured to use a port other than 1099 for JNDI. You need to supply that port number, example: ./shutdown.sh -S -s localhost: View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4207977#4207977 Reply to the post : http://www.jboss.com