1 Reply Latest reply on Feb 12, 2003 7:51 AM by juhalindfors

    EJB is not bound ...getting exception

    joelwyland

      Hi all,

      I'm trying to work through Scott Pumer's JBoss 3.0 step-by-step tutorial at http://www.mastertech.net/spumer/Jboss%203%20step-by-step.pdf but the client is getting this exception:


      javax.naming.CommunicationException.
      Root exception is java.lang.ClassNotFoundException: org.jboss.proxy.ClientContainer (no security manager: RMI class loader disabled)
      at sun.rmi.server.LoaderHandler.loadClass(LoaderHandler.java:368)
      .... snip ....
      at javax.naming.InitialContext.lookup(InitialContext.java:347)
      at com.journalscape.sample.HelloWorldClient.main(HelloWorldClient.java:29)


      I have no idea what this means... does anyone know what is wrong and how I might fix it?

      Any help is appreciated,
      Kenny Smith