Re: Making soap request based on responses from previous requests

2010-01-25 Thread Ziv Gabel
Thanks fr the response, I still have a question though, I actually need to make some calculations (md5,encryption.. etc), not just extract a value and put it in the next request. Is it possible ? thanks in advance. Best regards, Ziv Gabel phone: + (972) 4 8508000 X 110 Email:

PLEASE SUGGEST WHAT to take the heap size for 0.99 GB RAM in bat file

2010-01-25 Thread gpub
hi all, this is kinda urgent as i have edited my bat file to below status set HEAP=-Xms512m -Xmx512m Set NEW=-XX:NewSize=256m -XX:MaxNewSize=512m and when do recording i gets out of bound error exception as below java.lang.IndexOutOfBoundsException: Index: 0, Size: 0 at

Re: PLEASE SUGGEST WHAT to take the heap size for 0.99 GB RAM in bat file

2010-01-25 Thread Ronan Klyne
On 25/01/2010 11:45, gpub wrote: Hi All PLEASE SUGGEST WHAT to take the edit heap size for 0.99 GB RAM in bat file set HEAP=-Xms512m -Xmx512m (Any changes required ) Set NEW=-XX:NewSize=256m -XX:MaxNewSize=512m (Any changes required ) set PERM=-XX:PermSize=64m -XX:MaxPermSize=64m (Any changes

Re: Making soap request based on responses from previous requests

2010-01-25 Thread Deepak Shetty
Yes. You would need to code that in java and call it using the BeanShell pre/post processor /listener/sampler or use the Java Sampler regards deepak On Mon, Jan 25, 2010 at 1:14 AM, Ziv Gabel ziv.ga...@mailvision.com wrote: Thanks fr the response, I still have a question though, I actually

JDBC Request under load is not scaling on the JMeter end

2010-01-25 Thread skmami
Greetings, I am using the JMeter version 2.3.4 to load test a JDBC SQL against the Oracle 11g R2 database. It is a simple single INSERT statement as shown below: INSERT INTO LOG.LOG_INFORMATION (SCENARIO_ID, CREATION_TIME, CALLER_NAME, FLOW_DIRECTION_TYPE, INSTANCE_VALUE, TARGET_NAME,

Re: JDBC Request under load is not scaling on the JMeter end

2010-01-25 Thread skmami
I just want to another piece of information : I am using IBM JDK v6 that comes with the WebSphere Application Server version 7.0. Out of curiosity I switched to Sun JDK and it seems to work great with Sun JDK however with IBM JDK it exhibits the problem I described earlier. Thanks Satish

Re: JDBC Request under load is not scaling on the JMeter end

2010-01-25 Thread sebb
On 25/01/2010, skmami skm...@yahoo.com wrote: I just want to another piece of information : I am using IBM JDK v6 that comes with the WebSphere Application Server version 7.0. Out of curiosity I switched to Sun JDK and it seems to work great with Sun JDK however with IBM JDK it exhibits

[Help] JMeter Error

2010-01-25 Thread kotamadya
Non HTTP response code: java.net.SocketException was encountered Non HTTP response message: Connection reset Got this error while running my scripts Environment I am load testing is hosted in a cloud based environment (Amazon EC2) Counterpart from another country was able to run the scripts