Finally found out what the problem was. For those who are interested, here's the explanation I got from our sysadmin after several days of investigating-
"We found a java debug string that gives you verbose output and put it in the jmeter conf file (it's commented now) and it spit errors indicating that /dev/random on that box wasn't giving any information. /dev/random creates randomness from entropy on the system, most commonly (I believe) from input devices like mouse positions and stuff. /dev/random seems to work fine on the other boxes. Why it doesn't work on this box is unknown to me. Linux has another utility, /dev/urandom, that generates random numbers from an algorithm to emulate /dev/random, so I have the system using that instead of /dev/random. The jmeter script seems to run now." Ugh. Thanks to all who offered suggestions! -----Original Message----- From: Elli Swift [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 27, 2005 9:11 AM To: 'JMeter Users List' Subject: RE: JMeter requirements? Just plain HTTPS, no custom certificates. -----Original Message----- From: Peter Lin [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 27, 2005 9:07 AM To: JMeter Users List Subject: Re: JMeter requirements? I'm guessing it's an environment problem. the test plan works on 2 systems, but a third system has problems. are you using plain valina HTTPS without custom certificates or other stuff? peter On 4/27/05, Elli Swift <[EMAIL PROTECTED]> wrote: > I have a JMeter script that connects to our application (HTTPS) and seems to > work just fine on my desktop computer. JMeter has been installed on one of > our more powerful servers and the script runs just fine on there too. > However, I needed to move it to a different server to test as well. I > copied the exact same JMeter code and script, as well as the Java JDK code > to the new server. On this new server, however, my JMeter script will not > finish. It starts the threads, then hangs and never even makes a connection > to the webserver. I don't see any errors in jmeter.log, it just stops after > it starts the threads. However, I have a different script for another > application (HTTP) and that works just fine (across all environments). > > I'm really at a loss here. The code is exactly the same and my script will > work on other environments. Are there any other requirements outside of > JMeter and the JDK (1.4.1 is what we have, although I've tried with 1.4.2_08 > and it still doesn't work) in order for JMeter to run properly with HTTPS? > I'm completely out of ideas as to why this won't work. > > Thanks for any suggestions! > > --------------------------------------------------------------------- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

