Are you using the JDK from Sun?
Check the server. A simple test is to run a telnet session from the client
host to the server host over the rmi port. If you can connect but don't
work, I had similar problems, but don't remember if the error message is the
same. I solved with the tips in the JMeter manual:
http://jakarta.apache.org/jmeter/usermanual/remote-test.html





-----Mensaje original-----
De: Aneesh K raj [mailto:[EMAIL PROTECTED] 
Enviado el: martes, 08 de mayo de 2007 6:40
Para: [email protected]
Asunto: Re: RE: Re: Can't connect to X11 window server using ':0.0' as the
value of the DISPLAY variable

  
Hi,


i tried to run it remotely...but iam getting exception...

a dialog appears "BAD RPC call"


when i check the log..it is because of
jmeter.gui.action.RemoteStart:  java.rmi.ConnectException: Connection
refused to host: xxx.xx.xx.xxx; nested exception is:
    java.net.ConnectException: Connection timed out: connect

When i look at the server...log...RMi is bound on port 1099

2007/05/07 07:21:14 INFO  - jmeter.engine.RemoteJMeterEngineImpl: Starting
backing engine on 1099
2007/05/07 07:21:14 INFO  - jmeter.engine.StandardJMeterEngine: Listeners
will be started after enabling running version
2007/05/07 07:21:14 INFO  - jmeter.engine.StandardJMeterEngine: To revert to
the earlier behaviour, define jmeterengine.startlistenerslater=false
2007/05/07 07:21:15 INFO  - jmeter.engine.RemoteJMeterEngineImpl: Bound to
registry on port 1099



Thanks


On Mon, 07 May 2007 sebb wrote :
>Can you run other applications using the same method?
>
>Why not use non-GUI instead?
>The X-messages may add a lot of unnecessary network traffic.
>
>
>On 7 May 2007 11:01:37 -0000, Aneesh K raj <[EMAIL PROTECTED]>
wrote:
>>  Hi All,
>>
>>I am getting this error...
>>
>>Whats the solution for this..I am trying to run jmeter from my local
machine in the remote server by using putty....
>>
>>
>>java.lang.reflect.InvocationTargetException: java.lang.InternalError:
Can't connect to X11 window server using 'xxxxxxxx:0.0' as the value of the
DISPLAY variable.
>>        at sun.awt.X11GraphicsEnvironment.initDisplay(Native Method)
>>        at
sun.awt.X11GraphicsEnvironment.<clinit>(X11GraphicsEnvironment.java:54)
>>        at java.lang.Class.forName0(Native Method)
>>        at java.lang.Class.forName(Class.java:115)
>>        at
java.awt.GraphicsEnvironment.getLocalGraphicsEnvironment(GraphicsEnvironment
.java:53)
>>        at sun.awt.motif.MToolkit.<clinit>(MToolkit.java:52)
>>        at java.lang.Class.forName0(Native Method)
>>        at java.lang.Class.forName(Class.java:115)
>>        at java.awt.Toolkit$2.run(Toolkit.java:507)
>>        at java.security.AccessController.doPrivileged(Native Method)
>>        at java.awt.Toolkit.getDefaultToolkit(Toolkit.java:498)
>>        at javax.swing.ImageIcon.<init>(ImageIcon.java:115)
>>        at javax.swing.ImageIcon.<init>(ImageIcon.java:134)
>>        at
org.apache.jmeter.plugin.PluginManager.installPlugin(PluginManager.java:65)
>>        at
org.apache.jmeter.plugin.PluginManager.install(PluginManager.java:51)
>>        at org.apache.jmeter.JMeter.startGui(JMeter.java:190)
>>        at org.apache.jmeter.JMeter.start(JMeter.java:288)
>>        at java.lang.reflect.Method.invoke(Native Method)
>>        at org.apache.jmeter.NewDriver.main(NewDriver.java:175)
>>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
        




On Mon, 07 May 2007 Javier Puerto wrote :
>If this can help you, for windows I do the next:
>
>Run "cygwin" with this packages: OpenSSH, X11 (Xorg-X11-base), joe, vi,
>nano, the text editor that you want to use.
>
>In the command-line from cygwin run:
>       startx
>       xhost +
>       ssh <user>@<ip-jmeter-machine>
>       In the new remote session:
>               export DISPLAY=<ip-from-your-machine>:0.0
>               Go to the Jmeter 'bin' dir, and run "./jmeter"
>
>With linux I suppose to be the same except for cygwin.
>
>
>-----Mensaje original-----
>De: Aneesh K raj [mailto:[EMAIL PROTECTED]
>Enviado el: lunes, 07 de mayo de 2007 16:37
>Para: JMeter Users List
>Asunto: Re: Re: Can't connect to X11 window server using ':0.0' as the
value
>of the DISPLAY variable
>
>
>Thanks Ivan ..but any workaround solution...
>
>On Mon, 07 May 2007 Ivan Rancati wrote :
> >
> >
> >
> >Kumar-3 wrote:
> > >
> > >   Hi All,
> > >
> > > I am getting this error...
> > >
> > > Whats the solution for this..I am trying to run jmeter from my local
> > > machine in the remote server by using putty....
> > >
> >
> >afaik that cannot work, since putty is a text-only terminal emulator.
> >--
> >View this message in context:
>http://www.nabble.com/Can%27t-connect-to-X11-window-server-using-%27%3A0.0%
2
>7-as-the-value-of-the-DISPLAY-variable-tf3703068.html#a10358271
> >Sent from the JMeter - User mailing list archive at Nabble.com.
> >
> >
> >---------------------------------------------------------------------
> >To unsubscribe, e-mail: [EMAIL PROTECTED]
> >For additional commands, e-mail: [EMAIL PROTECTED]
> >
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to