3 Replies Latest reply on Mar 19, 2004 11:43 AM by nandkumar

    JNDI rebinding

    nandkumar

      Hi,

      I have java app client talking to jboss cluster and testing failover.
      when one node goes down how does jndi rebinding occurs and also would like to what shoud be the value for java.naming.provider.url property on client side.

      As of now when one nodes goes down I am getting error.

      RemoteException occurred in server thread; nested exception is: java.rmi.NoSuchObjectException: No security context set

      How does dynamic jndi works in this scenarios.

      thanks,
      Nandkumar

        • 1. Re: JNDI rebinding
          darranl

          The CMP documentation answers all of your questions.

          • 2. Re: JNDI rebinding
            darranl

            Sorry that should have been clustering documentation (The CMP documentation is very good as well.)

            • 3. Re: JNDI rebinding
              nandkumar

              Hi,

              thank you very much.

              Yes I am cluster documentation.

              We have JAAS login module custom implementation .
              while testing failover , when one node goes down (shutdown) switch to other node seems to look for security contact switch and not finding (I am not sure).

              The problem that I have may be related to how security contact switch happens in case failover. any input on JAAS and failover contact switch info might help in resolving this issue

              thanks
              Nandkumar