Bad Display of Jmeter GUI on Xserver Client (Exceed)

2005-10-20 Thread tchris22
Hi, Up to now I was using Jmeter on windows XP. I have installed an XServer Client (Exceed) for using jmeter from a remote unix OS with displays on my local PC: I connect to the remote Unix System where Jmeter is installed. I set the display to my PC where the Xserver Client is installed. When I

Re: Bad Display of Jmeter GUI on Xserver Client (Exceed)

2005-10-20 Thread Mike Measel
Java apps in general don't perform well when X'd back across. Try running jmeter remote servers instead. [EMAIL PROTECTED] wrote: Hi, Up to now I was using Jmeter on windows XP. I have installed an XServer Client (Exceed) for using jmeter from a remote unix OS with displays on my local PC:

Re: Bad Display of Jmeter GUI on Xserver Client (Exceed)

2005-10-20 Thread tchris22
Thanks for your reply. How should I run the remote server? I have never done this. THANKS Here is the log when I try jmeter-server on Unix: java.rmi.server.ExportException: Port already in use: 1099; nested exception is: java.net.BindException: Address already in use at

Re: Bad Display of Jmeter GUI on Xserver Client (Exceed)

2005-10-20 Thread Mike Measel
Change the rmi port in the jmeter.properties. [EMAIL PROTECTED] wrote: Thanks for your reply. How should I run the remote server? I have never done this. THANKS Here is the log when I try jmeter-server on Unix: java.rmi.server.ExportException: Port already in use: 1099; nested exception is:

Re: Bad Display of Jmeter GUI on Xserver Client (Exceed)

2005-10-20 Thread sebb
You also need to change the port on the rmi server line. May need to edit the startup script. Or just run non-GUI. S. On 20/10/05, Mike Measel [EMAIL PROTECTED] wrote: Change the rmi port in the jmeter.properties. [EMAIL PROTECTED] wrote: Thanks for your reply. How should I run the remote

Re: Bad Display of Jmeter GUI on Xserver Client (Exceed)

2005-10-20 Thread Mike Measel
Just thought of something else. You generally wouldn't have anything running on 1099 unless you have an rmi application. So did you start the jmeter-server script and then kill it? Because it starts and spins off the rmiregistry process which you must kill separately. Grep for rmiregistry.

Re: Bad Display of Jmeter GUI on Xserver Client (Exceed)

2005-10-20 Thread sebb
See also: http://jakarta.apache.org/jmeter/usermanual/remote-test.html S. On 20/10/05, Mike Measel [EMAIL PROTECTED] wrote: Just thought of something else. You generally wouldn't have anything running on 1099 unless you have an rmi application. So did you start the jmeter-server script and

Re: Bad Display of Jmeter GUI on Xserver Client (Exceed)

2005-10-20 Thread tchris22
I don't knox what I am missing !!! I have changed all 1099 to 2099 in jmeter.properties, and check that no jmeter-server process is runing, but I am still having the same exception: Exception in thread main java.util.zip.ZipException: invalid END header (bad central directory off at

Re: Bad Display of Jmeter GUI on Xserver Client (Exceed)

2005-10-20 Thread Mike Measel
These are two different errors? The first looks like you have a corrupt jar file. [EMAIL PROTECTED] wrote: I don't knox what I am missing !!! I have changed all 1099 to 2099 in jmeter.properties, and check that no jmeter-server process is runing, but I am still having the same exception:

Re: Bad Display of Jmeter GUI on Xserver Client (Exceed)

2005-10-20 Thread tchris22
Still the same : java.rmi.server.ExportException: Port already in use: 1099; nested exception is: java.net.BindException: Address already in use at sun.rmi.transport.tcp.TCPTransport.listen(TCPTransport.java:243) at

Re: Bad Display of Jmeter GUI on Xserver Client (Exceed)

2005-10-20 Thread Mike Measel
Can you provide more exact details on how you're starting the server? You can also try adding these to the start script. -Dsun.rmi.log.debug=true -Dsun.rmi.server.exceptionTrace=true -Dsun.rmi.loader.logLevel=verbose -Dsun.rmi.dgc.logLevel=verbose -Dsun.rmi.transport.logLevel=verbose