1 Reply Latest reply on Feb 27, 2002 10:38 AM by schmitther

    problem with Context lookup

    schmitther

      In an EJB I execute:
      try {
      Context ejbCtx = (Context)iContext.lookup("java:comp/env/ejb")
      In the client I get the following error message:
      java.rmi.ServerException: RemoteException occurred in server thread. nested Exception is
      java.rmi.ServerException: Container Exception.
      Notify the container developers:-)
      nested exception is
      java.lang.NullPointerException.
      Can someone help me?
      Perhaps a container developer?