[
https://issues.jboss.org/browse/AS7-3983?page=com.atlassian.jira.plugin.s...
]
narendra reddy updated AS7-3983:
--------------------------------
Description:
Dear friends,
javax.naming.CommunicationException: Could not obtain connection to any of these urls:
localhost:1099 and discovery failed with error: javax.naming.CommunicationException:
Receive timed out [Root exception is java.net.SocketTimeoutException: Receive timed out]
[Root exception is javax.naming.CommunicationException: Failed to connect to server
localhost:1099 [Root exception is javax.naming.ServiceUnavailableException: Failed to
connect to server localhost:1099 [Root exception is java.net.ConnectException: Connection
refused: connect]]]
at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1452)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:597)
props.setProperty("java.naming.provider.url",
"jnp://localhost:1099");
after that i tried with
props.setProperty("java.naming.provider.url",
"jnp://localhost:4447");
Please help us, would appreciated.
Thanks.
was:
Dear friends,
javax.naming.CommunicationException: Could not obtain connection to any of these urls:
localhost:1099 and discovery failed with error: javax.naming.CommunicationException:
Receive timed out [Root exception is java.net.SocketTimeoutException: Receive timed out]
[Root exception is javax.naming.CommunicationException: Failed to connect to server
localhost:1099 [Root exception is javax.naming.ServiceUnavailableException: Failed to
connect to server localhost:1099 [Root exception is java.net.ConnectException: Connection
refused: connect]]]
at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1452)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:597)
Please help us, would appreciated.
Thanks.
I have deployed a ejb3 in jboss7.1 server. I'm getting
CommunicationException
-----------------------------------------------------------------------------
Key: AS7-3983
URL:
https://issues.jboss.org/browse/AS7-3983
Project: Application Server 7
Issue Type: Bug
Components: EJB
Affects Versions: 7.1.0.Final
Environment: Windows environment
Reporter: narendra reddy
Assignee: jaikiran pai
Labels: As7.1, issue, jboss, jndi
Fix For: 7.1.1.Final
Dear friends,
javax.naming.CommunicationException: Could not obtain connection to any of these urls:
localhost:1099 and discovery failed with error: javax.naming.CommunicationException:
Receive timed out [Root exception is java.net.SocketTimeoutException: Receive timed out]
[Root exception is javax.naming.CommunicationException: Failed to connect to server
localhost:1099 [Root exception is javax.naming.ServiceUnavailableException: Failed to
connect to server localhost:1099 [Root exception is java.net.ConnectException: Connection
refused: connect]]]
at org.jnp.interfaces.NamingContext.checkRef(NamingContext.java:1452)
at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:597)
props.setProperty("java.naming.provider.url",
"jnp://localhost:1099");
after that i tried with
props.setProperty("java.naming.provider.url",
"jnp://localhost:4447");
Please help us, would appreciated.
Thanks.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira