Hi i have a JMS application , initially it was giving me the Exception NoInitialContext found .I made a jndi.properties file and then made a jar of jndi.properties after which i am getting the following exception while running the example
Could not create JNDI API context: javax.naming.CommunicationException [Root exception is java.net.ConnectException:
t3://localhost:7001: Destination unreachable; nested exception is:
java.net.SocketException: Unrecognized Windows Sockets error: 10106: create; No available router to destination]
Can anyone explain how to fix this situation ?