Regexpr to pull 2 values together

2006-05-11 Thread Durgs
Hi All, I have a problem. I need a regular expression which can pull 2 values together. in my html page, i have unique ids generated. i have userid and a unique u_id for that user only. and there are several of these in a same page. so when i use these data in the subsequent pages, i need to make s

Re: distribute testing problems ( ERROR - jmeter.engine.ClientJMeterEngine: java.rmi.MarshalException)

2006-05-11 Thread Stefano Prosperi
I get the same result, sigh! :( Below you can see the log. 2006/05/11 10:15:24 INFO - jmeter.util.JMeterUtils: Setting Locale to it_IT 2006/05/11 10:15:24 INFO - jmeter.JMeter: Version 2.1.1 2006/05/11 10:15:24 INFO - jmeter.JMeter: java.version=1.5.0_06 2006/05/11 10:15:24 INFO - jmeter.JMe

Setting up a test with https, certificate and all that stuff...

2006-05-11 Thread Gaël LHEZ
Hi, I'm currently blocked by an exception while trying to access a server using HTTPS : javax.net.ssl.SSLException: Received fatal alert: bad_record_mac at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(Unknown Source) at com.sun.net.ssl.internal.ssl.Alerts.getSSLException(U

Re: Regexpr to pull 2 values together

2006-05-11 Thread Durgs
continued from the above post name_needed name_needed1 from the above example, i need to pass to the next page

Re: Getting "java.io.IOException: Stream closed at java.io.BufferedInputStream.ensureOpen(Unknown Source)

2006-05-11 Thread sebb
On 11/05/06, Oliver Erlewein (DSLWN) <[EMAIL PROTECTED]> wrote: Hi sebb + Tapaswini, As a matter of fact it is a Jmeter problem. We've had the same problem and it has to do with the timeouts. HTTP Request does not use the timeouts. HTTP Request HTTPClient (Sampler2) does. So if you use the other

Re: distribute testing problems ( ERROR - jmeter.engine.ClientJMeterEngine: java.rmi.MarshalException)

2006-05-11 Thread sebb
Is the server really on 127.0.0.1 ? 2006/05/11 10:43:09 ERROR - jmeter.engine.ClientJMeterEngine: java.rmi.ConnectException: Connection refused to host: 127.0.0.1; nested exception is: S. - To unsubscribe, e-mail: [EMAIL PROTE

Re: java.lang.InterruptedException: sleep interrupted

2006-05-11 Thread sebb
On 10/05/06, Liu, Julia <[EMAIL PROTECTED]> wrote: I am using JMeter 2.1, got error "java.lang.InterruptedException: sleep interrupted" when increase thread number from 200 to 400. 2006/05/10 16:09:30 INFO - jmeter.threads.JMeterThread: Stopping Thread Group 1-140 The test was stopped.

Re: distribute testing problems ( ERROR - jmeter.engine.ClientJMeterEngine: java.rmi.MarshalException)

2006-05-11 Thread Stefano Prosperi
Ok this is the second case on the second machine. What do you mean by "is the server really on 127.0.0.1?" Do you mean a particular process listening? On which machine? Which process? The server is on a remote machine that I try to contact by GUI Menu Run -> Remote Start -> XXX.XXX.7.67 I ob

RE: Unique Token Value

2006-05-11 Thread Hoffman, Matthew
I figured this out. You put the HTTP parser controller as a child to the request with the unique ID. In the value field, you put .* and it will grab the value from the post. -Original Message- From: Hoffman, Matthew Sent: Wednesday, May 10, 2006 1:16 PM To: jmeter-user@jakarta.apach

Re: distribute testing problems ( ERROR - jmeter.engine.ClientJMeterEngine: java.rmi.MarshalException)

2006-05-11 Thread sebb
On 11/05/06, Stefano Prosperi <[EMAIL PROTECTED]> wrote: Ok this is the second case on the second machine. What do you mean by "is the server really on 127.0.0.1?" It appears the the JMeter client (i.e. the GUI) is trying to connect to the server on 127.0.0.1. That is only sensible if the clie

Re: distribute testing problems ( ERROR - jmeter.engine.ClientJMeterEngine: java.rmi.MarshalException)

2006-05-11 Thread Stefano Prosperi
remote_hosts=XXX.XXX.6.236, XXX.XXX.7.67 server_port is commented ,so I think it defaults on 1099 On the first host (java 1.5, jmeter 2.1.1, Debian Linux 2.6.16-1-686) I get the first error ... 2006/05/11 10:15:41 ERROR - jmeter.gui.action.RemoteStart: java.rmi.NotBoundException: JMeterEngi

Re: distribute testing problems ( ERROR - jmeter.engine.ClientJMeterEngine: java.rmi.MarshalException)

2006-05-11 Thread sebb
I'll try and look at this further later. In the meantime, you could run jmeter locally and combine the results. S. On 11/05/06, Stefano Prosperi <[EMAIL PROTECTED]> wrote: remote_hosts=XXX.XXX.6.236, XXX.XXX.7.67 server_port is commented ,so I think it defaults on 1099 On the first host (java

Re: distribute testing problems ( ERROR - jmeter.engine.ClientJMeterEngine: java.rmi.MarshalException)

2006-05-11 Thread Stefano Prosperi
Ok thank you, just to speed me up can you tell me rapidly how do I start local test without GUI, and where I find file results to merge. Or just give me if you can a reference, did I found it on user manual that come with jmeter? or is there another site where I found HOWTO or something like

Exception generated on adding JMS Subscriber or point-to-point sampler

2006-05-11 Thread McElduff, Bronagh
Hi,   I get the following error on adding a JMS Subscriber or point-to-point sampler   Exception generated on adding JMS Subscriber or point-to-point sampler. Missing class: java.lang.NoClassDefFoundError: javax/jms/Message Please see attached log.   Any help would be greatly apprec

RE: Exception generated on adding JMS Subscriber or point-to-point sampler

2006-05-11 Thread McElduff, Bronagh
  Apologies, wrong attachment. From: McElduff, Bronagh [mailto:[EMAIL PROTECTED] Sent: 11 May 2006 16:50 To: jmeter-user@jakarta.apache.org Subject: Exception generated on adding JMS Subscriber or point-to-point sampler   Hi,   I get the following error on adding a JMS Subs

Re: Exception generated on adding JMS Subscriber or point-to-point sampler

2006-05-11 Thread sebb
You need to download JavaMail (and JAF) http://jakarta.apache.org/jmeter/usermanual/get-started.html S. On 11/05/06, McElduff, Bronagh <[EMAIL PROTECTED]> wrote: Hi, I get the following error on adding a JMS Subscriber or point-to-point sampler Exception generated on adding JMS Subscri

Re: Exception generated on adding JMS Subscriber or point-to-point sampler

2006-05-11 Thread Peter Lin
you need to download a copy of the jmx.jar from Sun's website. once you have the jar, place a copy in jmeter/lib/ directory. Here is a link to the sdk http://www.sun.com/download/products.xml?id=41f9964d peter On 5/11/06, McElduff, Bronagh <[EMAIL PROTECTED]> wrote: Hi, I get the followi

Timer included in Txn response time?

2006-05-11 Thread new2JM
Hi all, Here is my Test Plan Test Plan -Thread Group --Once Only controller (Login) ---Transaction Controller 1 ---Transaction Controller 2 --Uniform Random Timer 5-10 secs --Loop Controller ---Transaction Controller 3 ---Uniform Random Timer 5-10 secs ---Transaction Controller 4 ---Uniform Rando

Re: Timer included in Txn response time?

2006-05-11 Thread sebb
On 11/05/06, new2JM <[EMAIL PROTECTED]> wrote: Hi all, Here is my Test Plan Test Plan -Thread Group --Once Only controller (Login) ---Transaction Controller 1 ---Transaction Controller 2 --Uniform Random Timer 5-10 secs --Loop Controller ---Transaction Controller 3 ---Uniform Random Timer 5-10

RE: Java Request in JMeter

2006-05-11 Thread Parikh, Bhavin
Seb and Sergiy, Did you able to see your Java test now? I implemented one simple java test and copy at lib/ext. But I don't see my sample class in JMeter. Thanks - Bhavin -Original Message- From: sebb [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 03, 2006 1:08 PM To: JMeter Users List

RE: Java Request in JMeter

2006-05-11 Thread Parikh, Bhavin
I got it. I can see my Java Test now. -Original Message- From: Parikh, Bhavin Sent: Thursday, May 11, 2006 2:05 PM To: 'JMeter Users List' Subject: RE: Java Request in JMeter Seb and Sergiy, Did you able to see your Java test now? I implemented one simple java test and copy at lib/ext.

Re: Timer included in Txn response time?

2006-05-11 Thread new2JM
Thanks S I was now successful in using Java Request Sampler - SleepTest. Can you give me an idea on what sleepMask parameter is? and also is SleepTime in milli Seconds? What shold be the value of SleepMask, sleepTime if I want the time to be somewhere between 5-10 milli seconds -- View this messa

Re: Timer included in Txn response time?

2006-05-11 Thread sebb
In 11/05/06, new2JM <[EMAIL PROTECTED]> wrote: Thanks S I was now successful in using Java Request Sampler - SleepTest. Can you give me an idea on what sleepMask parameter is? and also is SleepTime in milli Seconds? What shold be the value of SleepMask, sleepTime if I want the time to be somewh

How to set a random ramp up value?

2006-05-11 Thread Catalin Kormos
Hi there, I'm new to jmeter and trying to test a flow of pages. I have a thread group that has 5 http requests under it which represent the flow i would like to test. My requirements say that each user should be started randomly and this seems to me like beeing equivalent to starting each thread

RE: Getting "java.io.IOException: Stream closed at java.io.BufferedInputStream.ensureOpen(Unknown Source)

2006-05-11 Thread Oliver Erlewein \(DSLWN\)
Hi sebb, OK, here goes In jmeter.property there is a variable "httpclient.timeout". The HTTP client never references this (this is the HTTP Sampler). HTTP Sampler2 does. i.e. that means, that when you run your test and have long response times HTTP Sampler will time out after ~5 minutes altho

Re: How to set a random ramp up value?

2006-05-11 Thread sebb
On 11/05/06, Catalin Kormos <[EMAIL PROTECTED]> wrote: Hi there, I'm new to jmeter and trying to test a flow of pages. I have a thread group that has 5 http requests under it which represent the flow i would like to test. My requirements say that each user should be started randomly and this se

Re: Getting "java.io.IOException: Stream closed at java.io.BufferedInputStream.ensureOpen(Unknown Source)

2006-05-11 Thread sebb
In 11/05/06, Oliver Erlewein (DSLWN) <[EMAIL PROTECTED]> wrote: Hi sebb, OK, here goes In jmeter.property there is a variable "httpclient.timeout". The HTTP client never references this (this is the HTTP Sampler). HTTP Sampler2 does. i.e. that means, that when you run your test and have lon

RE: Getting "java.io.IOException: Stream closed at java.io.BufferedInputStream.ensureOpen(Unknown Source)

2006-05-11 Thread tapaswini_das
Thanks Milla and Durgs for your information sharing. But we encountered this problem with even 30 users only. And as per our scenarios, 30 users are not considered as load over the application as we need to cover much higher than that. Due to this we said that the load testing is getting affe

Re: Getting "java.io.IOException: Stream closed at java.io.BufferedInputStream.ensureOpen(Unknown Source)

2006-05-11 Thread sebbaz
On 10/05/06, Tapaswini Das <[EMAIL PROTECTED]> wrote: > > Thanks Milla and Durgs for your information sharing. > > But we encountered this problem with even 30 users only. > > And as per our scenarios, 30 users are not considered as load over the > application as we need to cover much higher than t

Re: distribute testing problems ( ERROR - jmeter.engine.ClientJMeterEngine: java.rmi.MarshalException)

2006-05-11 Thread s . prosperi
Thank you very much for your response. I've done a step behind, but now I have another kind of problem. I give you the two logs: on server jmeter.log: 2006/05/09 17:09:37 INFO - jmeter.util.JMeterUtils: Setting Locale to it_IT 2006/05/09 17:09:38 INFO - jmeter.JMeter: Version 2.1.1 2006/05/09

Re: distribute testing problems ( ERROR - jmeter.engine.ClientJMeterEngine: java.rmi.MarshalException)

2006-05-11 Thread sebbaz
Did you start rmiregistry with the correct path? It needs to know about the JMeter jars. S On 10/05/06, Stefano Prosperi <[EMAIL PROTECTED]> wrote: > Thank you very much for your response. > > I've done a step behind, but now I have another kind of problem. > > I give you the two logs: > > on ser

RE: Getting "java.io.IOException: Stream closed at java.io.BufferedInputStream.ensureOpen(Unknown Source)

2006-05-11 Thread Oliver . Erlewein
Hi sebb + Tapaswini, As a matter of fact it is a Jmeter problem. We've had the same problem and it has to do with the timeouts. HTTP Request does not use the timeouts. HTTP Request HTTPClient (Sampler2) does. So if you use the other sampler the problem will probably go away. We're still doing some

Re: distribute testing problems ( ERROR - jmeter.engine.ClientJMeterEngine: java.rmi.MarshalException)

2006-05-11 Thread s . prosperi
I get the same result, sigh! :( Below you can see the log. 2006/05/11 10:15:24 INFO - jmeter.util.JMeterUtils: Setting Locale to it_IT 2006/05/11 10:15:24 INFO - jmeter.JMeter: Version 2.1.1 2006/05/11 10:15:24 INFO - jmeter.JMeter: java.version=1.5.0_06 2006/05/11 10:15:24 INFO - jmeter.JMet

RE: Getting "java.io.IOException: Stream closed at java.io.BufferedInputStream.ensureOpen(Unknown Source)

2006-05-11 Thread Oliver . Erlewein
Hi sebb, OK, here goes In jmeter.property there is a variable "httpclient.timeout". The HTTP client never references this (this is the HTTP Sampler). HTTP Sampler2 does. i.e. that means, that when you run your test and have long response times HTTP Sampler will time out after ~5 minutes altho