NullPointerException

2006-03-21 Thread liquornpoker
Hi guys, I just created a jmeter script to run 100 threads and it will loop forever for a duration of 1 hr. After looping the first round, it start having NullPointerException errors. This script usually do only Http requests. Anyone know how to fix this problem? -- View this message in contex

trouble with webservice soap request

2006-04-10 Thread liquornpoker
Hi, In my jmeter script, I have 2 webservice soap request but when I ran the test, somehow both request return the same value when it weren't suppose to. Somehow both of them are calling the same soap actions when both are different. Does anyone know what I did wrong? -- View this message in

Webservice Request with HTTPS

2006-04-12 Thread liquornpoker
Hi I am having trouble with my script. I need to test webservice request with https, when I test it with http it works fine. I have jdk1.4 with jmeter2.1.1. I look in the manual and it say I need to import the CA certificate to jks file and name it jssecacerts. How do I import the CA certifica

HTTPS and Webservice Request is not working

2006-04-13 Thread liquornpoker
Hello, I've been trying to get my jmeter script to work but have been having trouble with it. I have jmeter 2.1.1 with sdk1.4. The script have 4 webservice requests throught HTTPS. I imported the CA cert to .../jre/lib/security/cacerts and add the client certificate to the ssl manager. When I

Webservice Request with HTTPS

2006-04-24 Thread liquornpoker
I am trying to get my script to work but it is having handshake failure. The script have one webservice request through https. I imported the ca.cert into the $java_home/jre/lib/security/cacerts and also have the keystore file. I ran the script with "-Djavax.net.debug=all" in the java command l

creating keystore file

2006-04-26 Thread liquornpoker
I'm trying to create a keystore file to work with my jmeter script. With the private key, ca.cert, csr file, and the certificate from the CA(client.key, client.cert, client.csr, server.key, server.cert, server.csr and ca.cert), how do I create a keystore file to work with jmeter? I tried creatin

Converting PKCS12 to JKS

2006-04-28 Thread liquornpoker
Hi, I need to convert my PKCS12 file to JKS file. Can someone show me how? -- View this message in context: http://www.nabble.com/Converting-PKCS12-to-JKS-t1522891.html#a4135604 Sent from the JMeter - User forum at Nabble.com. -

how to get total time from a loop

2006-08-09 Thread liquornpoker
Hi, in my jmeter script, I have a loop with many http requests, is there a way where I can get a total response time from all of the http request in that loop? Thanks -- View this message in context: http://www.nabble.com/how-to-get-total-time-from-a-loop-tf2081833.html#a5735719 Sent from th