RE: Newbie Question: Can't get JMeter to start

2001-11-16 Thread Scott Coleman
Hi Bob, sorry, i wanted the actual output that was generated when jmeter.bat was ran. Regards Scott -Original Message- From: Bob Low Kuan Loong/HONOC/PBB/PBBG [mailto:[EMAIL PROTECTED]] Sent: Friday, November 16, 2001 11:41 AM To: JMeter Users List Subject: RE: Newbie Question: Can't get

RE: Newbie Question: Can't get JMeter to start

2001-11-16 Thread Bob Low Kuan Loong/HONOC/PBB/PBBG
Hi Scott My jmeter.bat file looks like this: @echo on set PROP=jmeter.properties set LOG4JCONFIG=log4j.configuration=log4j.conf set HOST= set PORT= IF "%1" == "-f" set PROP=%2 IF "%1" == "-h" set HOST=-Dhttp.proxyHost=%2 -Dhttps.proxyHost=%2 IF "%1" == "-p" set PORT=-Dhttp.proxyPort=%2 -Dhttps.

RE: Newbie Question: Can't get JMeter to start

2001-11-16 Thread Scott Coleman
Hi Bob On the previous occasion you sent me the output, could you send it again as i wish to confirm that the -Dlog4j.configuration property is set. If it is then the problem is the Apache jar file does not contain the log4j.conf file, hence log4j cannot find it. I think you downloaded the corre

RE: Newbie Question: Can't get JMeter to start

2001-11-16 Thread Bob Low Kuan Loong/HONOC/PBB/PBBG
Hi Scott You said > The problem appears tobe that the log4j property has not been set. > Can you check the line > set LOG4JCONFIG=log4j.configuration=log4j.conf > in the jmeter.bat file, and make sure that it is valid Yes, the line exists in the jmeter.bat file. In addition, I have checked the

RE: Newbie Question: Can't get JMeter to start

2001-11-16 Thread Scott Coleman
Hi Bob The problem appears tobe that the log4j property has not been set. Can you check the line set LOG4JCONFIG=log4j.configuration=log4j.conf in the jmeter.bat file, and make sure that it is valid Also can you tell me what are the CR/LF problems you are seeing? Regards Scott -Original M

RE: Newbie Question: Can't get JMeter to start

2001-11-16 Thread Bob Low Kuan Loong/HONOC/PBB/PBBG
Hi Scott, You are a life saver! The lcp.bat file was the cause. I corrected the CR/LF problem, and now it works (or at least appears to!). I also noticed that there were 'out of environment space' errors. I have now modified the environment space to 4096 bytes and that seems to have done the tr