1 Reply Latest reply on Feb 9, 2006 6:53 PM by tylerblack

    ERROR

    luis.moretto

      [java] at java.awt.Container.dispatchEventImpl(Container.java:2010)
      [java] at java.awt.Window.dispatchEventImpl(Window.java:1774)
      [java] at java.awt.Component.dispatchEvent(Component.java:3803)
      [java] at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
      [java] at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
      [java] at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
      [java] at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
      [java] at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
      [java] at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
      [java] javax.naming.NameNotFoundException: org.benchmark1.stateless.BenchMarkRemote not bound
      [java] at org.jnp.server.NamingServer.getBinding(NamingServer.java:491)
      [java] at org.jnp.server.NamingServer.getBinding(NamingServer.java:499)
      [java] at org.jnp.server.NamingServer.getObject(NamingServer.java:505)
      [java] at org.jnp.server.NamingServer.lookup(NamingServer.java:278)
      [java] at sun.reflect.GeneratedMethodAccessor70.invoke(Unknown Source)
      [java] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      [java] at java.lang.reflect.Method.invoke(Method.java:585)
      [java] at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:294)
      [java] at sun.rmi.transport.Transport$1.run(Transport.java:153)
      [java] at java.security.AccessController.doPrivileged(Native Method)
      [java] at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
      [java] at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
      [java] at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
      [java] at java.lang.Thread.run(Thread.java:595)
      [java] at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
      [java] at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
      [java] at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:126)
      [java] at org.jnp.server.NamingServer_Stub.lookup(Unknown Source)
      [java] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:544)
      [java] at org.jnp.interfaces.NamingContext.lookup(NamingContext.java:520)
      [java] at javax.naming.InitialContext.lookup(InitialContext.java:351)
      [java] at org.benchmark1.view.FrmBenchMarkClient.init(FrmBenchMarkClient.java:44)
      [java] at org.benchmark1.view.FrmBenchMarkClient$1.actionPerformed(FrmBenchMarkClient.java:144)
      [java] at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
      [java] at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
      [java] at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
      [java] at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
      [java] at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:234)
      [java] at java.awt.Component.processMouseEvent(Component.java:5488)
      [java] at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
      [java] at java.awt.Component.processEvent(Component.java:5253)
      [java] at java.awt.Container.processEvent(Container.java:1966)
      [java] at java.awt.Component.dispatchEventImpl(Component.java:3955)
      [java] at java.awt.Container.dispatchEventImpl(Container.java:2024)
      [java] at java.awt.Component.dispatchEvent(Component.java:3803)
      [java] at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
      [java] at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
      [java] at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
      [java] at java.awt.Container.dispatchEventImpl(Container.java:2010)
      [java] Uma exceção ocorreu na camada de apresentação!

        • 1. Re: ERROR

          [java] javax.naming.NameNotFoundException: org.benchmark1.stateless.BenchMarkRemote not bound

          That looks to be your problem. Check where and how you are binding the target class to that name.

          For the record, this is a pretty useless post. If you want some help from the forum community, you need to provide something other than a stack trace.