You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by "Vola, Guillaume" <Gu...@mkms.xerox.com> on 2002/10/17 16:45:31 UTC

Error when starting a remote test

Hi,

I get the following trace when I try to start my Test Plan in remote mode.
I have also an error message pop-up from Jmeter "Bad call to remote host"
That feature was working in version 1.7.3 with jdk 1.3
I have now upgraded to version 1.8 with jdk 1.4.1

Please help!
-Gui


java.rmi.NotBoundException: JMeterEngine
        at sun.rmi.registry.RegistryImpl.lookup(RegistryImpl.java:106)
        at sun.rmi.registry.RegistryImpl_Skel.dispatch(Unknown Source)
        at sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:342)
        at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:207)
        at sun.rmi.transport.Transport$1.run(Transport.java:148)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
        at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
        at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
        at java.lang.Thread.run(Thread.java:536)
        at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
        at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
        at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:350)
        at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
        at java.rmi.Naming.lookup(Naming.java:84)
        at org.apache.jmeter.engine.ClientJMeterEngine.<init>(ClientJMeterEngine.java:97)
        at org.apache.jmeter.gui.action.RemoteStart.doAction(RemoteStart.java:122)
        at org.apache.jmeter.gui.action.ActionRouter.actionPerformed(ActionRouter.java:108)
        at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1764)
        at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1817)
        at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:419)
        at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:257)
        at javax.swing.AbstractButton.doClick(AbstractButton.java:289)
        at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1109)
        at javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(BasicMenuItemUI.java:943)
        at java.awt.Component.processMouseEvent(Component.java:5093)
        at java.awt.Component.processEvent(Component.java:4890)
        at java.awt.Container.processEvent(Container.java:1566)
        at java.awt.Component.dispatchEventImpl(Component.java:3598)
        at java.awt.Container.dispatchEventImpl(Container.java:1623)
        at java.awt.Component.dispatchEvent(Component.java:3439)
        at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3450)
        at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3165)
        at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3095)
        at java.awt.Container.dispatchEventImpl(Container.java:1609)
        at java.awt.Window.dispatchEventImpl(Window.java:1585)
        at java.awt.Component.dispatchEvent(Component.java:3439)
        at java.awt.EventQueue.dispatchEvent(EventQueue.java:450)
        at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
        at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
        at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
        at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)

--
Guillaume Vola
Project Leader - Quality Assurance & Support
XEROX Innovation Group / MKMS
6, chemin de Maupertuis 38240 Meylan
phone: +33 4 76 61 50 06
<http://www.mkms.xerox.com>


Re: Error when starting a remote test

Posted by Mike Stover <ms...@apache.org>.
When setting up the system classpath for rmiregistry, you must also include the 
jars:
lib/jorphan.jar
lib/logkit-1.0.1.jar

I'll update the docs.

-Mike

On 17 Oct 2002 at 16:45, Vola, Guillaume wrote:

> Hi,
> 
> I get the following trace when I try to start my Test Plan in remote mode.
> I have also an error message pop-up from Jmeter "Bad call to remote host"
> That feature was working in version 1.7.3 with jdk 1.3
> I have now upgraded to version 1.8 with jdk 1.4.1
> 
> Please help!
> -Gui
> 
> 
> java.rmi.NotBoundException: JMeterEngine
>         at sun.rmi.registry.RegistryImpl.lookup(RegistryImpl.java:106)
>         at sun.rmi.registry.RegistryImpl_Skel.dispatch(Unknown Source)
>         at sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:342)
>         at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:207)
>         at sun.rmi.transport.Transport$1.run(Transport.java:148)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at sun.rmi.transport.Transport.serviceCall(Transport.java:144)
>         at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:460)
>         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:701)
>         at java.lang.Thread.run(Thread.java:536)
>         at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
>         at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
>         at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:350)
>         at sun.rmi.registry.RegistryImpl_Stub.lookup(Unknown Source)
>         at java.rmi.Naming.lookup(Naming.java:84)
>         at org.apache.jmeter.engine.ClientJMeterEngine.<init>(ClientJMeterEngine.java:97)
>         at org.apache.jmeter.gui.action.RemoteStart.doAction(RemoteStart.java:122)
>         at org.apache.jmeter.gui.action.ActionRouter.actionPerformed(ActionRouter.java:108)
>         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1764)
>         at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(AbstractButton.java:1817)
>         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:419)
>         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:257)
>         at javax.swing.AbstractButton.doClick(AbstractButton.java:289)
>         at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1109)
>         at javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(BasicMenuItemUI.java:943)
>         at java.awt.Component.processMouseEvent(Component.java:5093)
>         at java.awt.Component.processEvent(Component.java:4890)
>         at java.awt.Container.processEvent(Container.java:1566)
>         at java.awt.Component.dispatchEventImpl(Component.java:3598)
>         at java.awt.Container.dispatchEventImpl(Container.java:1623)
>         at java.awt.Component.dispatchEvent(Component.java:3439)
>         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3450)
>         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3165)
>         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3095)
>         at java.awt.Container.dispatchEventImpl(Container.java:1609)
>         at java.awt.Window.dispatchEventImpl(Window.java:1585)
>         at java.awt.Component.dispatchEvent(Component.java:3439)
>         at java.awt.EventQueue.dispatchEvent(EventQueue.java:450)
>         at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:197)
>         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
>         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:144)
>         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:136)
>         at java.awt.EventDispatchThread.run(EventDispatchThread.java:99)
> 
> --
> Guillaume Vola
> Project Leader - Quality Assurance & Support
> XEROX Innovation Group / MKMS
> 6, chemin de Maupertuis 38240 Meylan
> phone: +33 4 76 61 50 06
> <http://www.mkms.xerox.com>
> 
> 



--
Michael Stover
mstover1@apache.org
Yahoo IM: mstover_ya
ICQ: 152975688

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>