1 Reply Latest reply on Oct 7, 2001 4:00 PM by dbeeman

    jndi lookup fails

    dbeeman

      I am trying to initialize a client to jboss server. I t appears I get initial context with JNDI ok - but then I get this error:

      JNDI lookup failed javax.naming.Communication
      Exception: Can't find SerialContextProvider
      javax.naming.CommunicationException: Can't find SerialContextProvider.

      I am thinking this some sort of config error, but am not sure what to change.

      Any help?

      Thanks!
      dB

        • 1. Re: jndi lookup fails
          dbeeman

          I searched the archive after I posted (I am ducking now)----

          and found that I had an old Sun j2ee.jar in my classpath - removing it got me onto the next problem.

          dB