I try to run jmeter from the cmd with this command C:\apache-jmeter-2.13\bin> jmeter -Duser.timezone=GMT -n -t BddGOFL.jmx -l result.jtl
but it returns the next error: findstr is not recognised as a command program or batch executable program Not able to find Java executable or version. Please check your Java installation. do you know what i am doing wrong? Thanks a lot. 2018-01-08 13:42 GMT+01:00 Gema Moreno <[email protected]>: > I tried it copying the ojdbc6.jar i have in the oracle folder to the > JMeter library, and it fails anyway. Where can i find the > /system.properties/ > file of the Java System ? > > 2018-01-08 13:25 GMT+01:00 [email protected] <[email protected]>: > >> Most likely there is a mismatch between Oracle and JDBC driver versions, I >> would recommend using JDBC driver which lives under "jdbc" folder of your >> Oracle installation. >> >> >> Alternatively you can try explicitly setting the timezone using the >> relevant >> Java System Property, add the next line to /system.properties/ file >> >> >> > user.timezone=GMT >> >> or pass it via -D command-line argument like: >> >> >> > jmeter -Duser.timezone=GMT -n -t test.jmx -l result.jtl >> >> More information: >> >> 1. Force Java timezone as GMT/UTC >> <https://stackoverflow.com/questions/2627992/force-java-time >> zone-as-gmt-utc> >> 2. Apache JMeter Properties Customization Guide >> <https://www.blazemeter.com/blog/apache-jmeter-properties-customization> >> >> >> >> >> >> -- >> Sent from: http://www.jmeter-archive.org/JMeter-User-f512775.html >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [email protected] >> For additional commands, e-mail: [email protected] >> >> >
