2 Replies Latest reply on Aug 27, 2003 5:15 PM by gary_kephart

    InitialContext.lookup and cable modems

    gary_kephart

      Here's my error when InitialContext.lookup is called:

      javax.naming.CommunicationException. Root exception is java.rmi.ConnectException: Connection refused to host: 192.168.100.11; nested exception is:
      java.net.ConnectException: Connection timed out: connect

      I've found out that 192.168.100.11 is the standard IP for a cable modem. I have Cox Cable Internet. However, my jndi.properties is:

      java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory
      java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
      java.naming.provider.url=68.4.248.186

      So, how do I fix this?

      TIA,
      Gary