JMS send message

2007-10-24 Thread Raffaele Viola
Hi all, I'm trying to send some JMS messages to a JBoss Topic. I have some questions: 1) where I have to create the jndi.properties file? 2) How can I add a *message properties to my message?* Thanks Raffo* *

test Xwiki using Jmeter

2008-03-18 Thread Raffaele Viola
Hi all, I want to test XWiki using jmeter but I have some problems with the login. The request sent by the browser is the following Request Headers Host192.

Set Cookie

2006-01-11 Thread Raffaele Viola
Hi, I'm trying to test a web application with a login access mode. This is what is suppposed to happen: the first HTTP request is sent and when a response arrives the client should set a cookie named "jsession". I know by the forum that i need to use a HTTP Cookie Manager object in order to store

Use of HTTP Cookie Manager

2006-01-11 Thread Raffaele Viola
Hi all, I'm testing a web site that uses cookies to store session information. The user manual says : "If you have an HTTP Request and the response contains a cookie, the Cookie Manager automatically stores that cookie and will use it for all future requests to that particular web site." I tried

Re: Use of HTTP Cookie Manager

2006-01-12 Thread Raffaele Viola
king at failure pages in tree report ? > > > > On 1/12/06, sebb <[EMAIL PROTECTED]> wrote: > > > > > > Sample Plan > > > > > > Test Plan > > > + Cookie Manager > > > + HTTP Sampler 1 > > > + HTTP Sampler 2 > > >

Re: Use of HTTP Cookie Manager

2006-01-12 Thread Raffaele Viola
Hi I just realized it didnt work because the "jsessionid" cookie was not properly stored and therefore the second page had been loaded in a very weird way, just as the session was timed out. And that made me believe something was going wrong. -raffo 2006/1/12, Raffaele Viola <[EM

Re: Use of HTTP Cookie Manager

2006-01-12 Thread Raffaele Viola
Ok :-) ... delete "properly" -Raffo 2006/1/12, sebb <[EMAIL PROTECTED]>: > > What do you mean by "not properly stored"? > > On 12/01/06, Raffaele Viola <[EMAIL PROTECTED]> wrote: > > Hi > > I just realized it didnt work because the "

Re: Use of HTTP Cookie Manager

2006-01-12 Thread Raffaele Viola
> OK, so what does the Cookie Header look like? > > S. > On 12/01/06, Raffaele Viola <[EMAIL PROTECTED]> wrote: > > Ok :-) > > > > ... delete "properly" > > > > -Raffo > > > > > > 2006/1/12, sebb <[EMAIL PROTECTED]>

use of Regular Expression Extractor

2006-01-12 Thread Raffaele Viola
Hi all, This is a response that the server send to me. In the message's body there are these lines: list<\name> webuser<\object> returnValue<\name>0<\value><\attribute> returnComment<\name><\value><\attribute> nbstart<\name>0<\value><\attribute> <\method> I need to know the value of the attribu

Re: use of Regular Expression Extractor

2006-01-13 Thread Raffaele Viola
Sorry ... "/" instead of "\" of course. What can I do to display or write in a text file the variable? Thanks a lot -Raffo 2006/1/12, sebb <[EMAIL PROTECTED]>: > > On 12/01/06, Raffaele Viola <[EMAIL PROTECTED]> wrote: > > Hi all, > >

Re: use of Regular Expression Extractor

2006-01-13 Thread Raffaele Viola
Excuse me but I don't understand what kind of sampler I have to use! -Raffo

Simultaneous Request

2006-01-16 Thread Raffaele Viola
Hi all, can I simultaneously send request with the same jsessionid ? Thanks -Raffo

Fwd: use of Regular Expression Extractor

2006-01-16 Thread Raffaele Viola
Hi all, This is a response that the server send to me. In the message's body there are these lines: listwebuser returnValue0 returnComment nbstart0 I need to know the value of the attribute returnValue and nbstart contained between the tags and Can I use a regular expression like: Regex: ret

Re: use of Regular Expression Extractor

2006-01-16 Thread Raffaele Viola
6, sebb <[EMAIL PROTECTED]>: > > On 16/01/06, Raffaele Viola <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > This is a response that the server send to me. > > In the message's body there are these lines: > > > > listwebuser > > ret

Re: use of Regular Expression Extractor

2006-01-16 Thread Raffaele Viola
Sorry if I'm not clear! This is a response that the server send to me. In the message's body there are these lines: listwebuserreturnValue 0returnComment nbstart0 This is a unique string without any space and I must get a value contents between tha tag and ... I try to use a regular exp

Fwd: use of Regular Expression Extractor

2006-01-16 Thread Raffaele Viola
Sorry I forgot the "/" This is a response that the server send to me. In the message's body there are these lines: listwebuserreturnValue 0returnComment nbstart0 This is a unique string without any space and I must get a value contents between tha tag and ... I try to use a regular expr

Re: how do I use results of 1 html page for second post

2006-01-17 Thread Raffaele Viola
Hi all!!! How can I pass my variable to BeanAssertion Script as a parameter?? -Raffo 2006/1/13, sebb <[EMAIL PROTECTED]>: > > However, to compare the results, you will need to use something like > the BeanShell Assertion. > > Or someone could raise a Bugzilla enhancement request to create a > C

Re: Cant get Regular Expression working

2006-01-18 Thread Raffaele Viola
Hi all, can you gife me all the regular expression that you use Thanks a lot -raffo 2006/1/18, sebb <[EMAIL PROTECTED]>: > > On 18/01/06, Steve Gilbert <[EMAIL PROTECTED]> wrote: > > Thanks soo much Sebb,, > > > > Not sure why it works,, but it does!! > > http://wiki.apache.org/jakarta-jmete

Re: Cant get Regular Expression working

2006-01-18 Thread Raffaele Viola
Sorry!! Can you write me the regular expressionthat you use Thahks -Raffo

Thread and jsessionid

2006-01-19 Thread Raffaele Viola
Hi all, Can I with jmeter force all teh thread of a thread group to use the same jsessionid? Thanks -raffo

Re: Use of HTTP Cookie Manager and HTTP Proxy Server

2006-01-19 Thread Raffaele Viola
Hi all, I don't need a proxy server that work on my pc ...but I need to use a proxy server that work in my LAN! What I can do? Thanks in advance!!! -Raffo 2006/1/13, sebb <[EMAIL PROTECTED]>: > > On 13/01/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Hi Carsten, > > > > We ca

Re: Need help on Regular Expression

2006-01-26 Thread Raffaele Viola
Hi all! I have the same problem, this is my test plan: +--Thread Group | +--Http Cookie Manager +--Http request Default | +--Login(Http request) +--Customer Display(Http request) +--net count(Http request) | +--While controller -> ( ${__javaScript(${nbs}<${nbr},test)} ) where

problem in loop

2006-01-26 Thread Raffaele Viola
Hi all! I have the same problem, this is my test plan: +--Thread Group | +--Http Cookie Manager +--Http request Default | +--Login(Http request) +--Customer Display(Http request) +--net count(Http request) | +--While controller -> ( ${__javaScript(${nbs}<${nbr},test)} ) where

Re: How to fail a test?

2006-03-02 Thread Raffaele Viola
Ciao, Have you try to use HTML assertion ? Let me know ;-) -Raffo 2006/3/2, Antonio Zippo <[EMAIL PROTECTED]>: > > Hi all, > i'm using jmeter from ant with ant-jmeter.jar task > i created from the gui a testplan based on an http request. > I need the test fails when the Response Assertion fail

use of regular expression

2006-03-31 Thread Raffaele Viola
Hi all, I have this type of response form the server and I need to catch the value between and and put the value in a variable. How can I do? Unknown Unknown returnValue1 returnCommentgetGrantaccessError thanks a lot -Raffo

Re: use of regular expression

2006-03-31 Thread Raffaele Viola
> Regular expression : (([^<]*)) > Template : $2$ > Match No.: 2 > > You get "getGrantaccessError" in your variable. > > > To use the variable in the next request use ${variable} > > Torsten > > -Ursprüngliche Nachricht- > Von: Raffa

Re: use of regular expression

2006-04-03 Thread Raffaele Viola
... help Me! Thanks -Raffo On 3/31/06, sebb <[EMAIL PROTECTED]> wrote: > > On 31/03/06, Raffaele Viola <[EMAIL PROTECTED]> wrote: > > Thanks, > > the problem is that in the response I vave more than expression like > > 1 > > what distinguish the expression is t

Re: use of regular expression

2006-04-03 Thread Raffaele Viola
I've tryed nbrobj<\/name>(.*) but it doesn't match :-( Thanks! -raffo On 4/3/06, Simon <[EMAIL PROTECTED]> wrote: > > try something like that - "nbrobj(.*)" > template: $1$ (to get the "5424") > > 2006/4/3, Raffaele Viola <[EMAIL PR

Re: use of regular expression

2006-04-03 Thread Raffaele Viola
OK :-) it works Thanks -raffo On 4/3/06, sebb <[EMAIL PROTECTED]> wrote: > > You don't need the / / around the Regex. > > S. > On 03/04/06, Simon <[EMAIL PROTECTED]> wrote: > > try something like that - "nbrobj(.*)" > > template: $1

distribuited TESTING

2006-04-04 Thread Raffaele Viola
Hi all, I tried to make a distribuited testing. I've setted the IP of the servers in the jmeter.properties and I've started the servers with jmeter-server.bat and the client with normal jmeter.bat in the jmeter.log file these are these lines: 2006/04/04 12:50:10 INFO - jmeter.gui.util.JMeterMe

Re: distribuited TESTING

2006-04-04 Thread Raffaele Viola
HI, Yes i do the same thing reported by the example. On 4/4/06, Peter Lin <[EMAIL PROTECTED]> wrote: > > have you read the distributed testing tutorial? > > > http://jakarta.apache.org/jmeter/usermanual/jmeter_distributed_testing_step_by_step.pdf > > peter >

Re: distribuited TESTING

2006-04-04 Thread Raffaele Viola
x27;s hard to tell from the email what is happening. Can you describe the > steps you took in greater detail? without more details, it will be very > hard to assit you. > > peter > > > On 4/4/06, Raffaele Viola <[EMAIL PROTECTED]> wrote: > > > > HI, > > &g

Re: distribuited TESTING

2006-04-04 Thread Raffaele Viola
you can ping > those systems? > > peter > > > On 4/4/06, Raffaele Viola <[EMAIL PROTECTED]> wrote: > > > > I followed Step-by-Step > > > > > http://jakarta.apache.org/jmeter/usermanual/jmeter_distributed_testing_step_by_step.pdf > > > >

Re: distribuited TESTING

2006-04-05 Thread Raffaele Viola
you still stuck. > > peter > > > On 4/4/06, Raffaele Viola <[EMAIL PROTECTED]> wrote: > > > > in the remote_host=... at the 44th line in the jmeter.properties I have > to > > add both the IP of teh server and the IP of the client ?? > > > > _thanks &

Re: distribuited TESTING

2006-04-05 Thread Raffaele Viola
151.98.181.92 2006/04/05 10:42:18 INFO - jmeter.samplers.StandardSampleSender: Test Ended on 151.98.181.92 2006/04/05 10:42:18 INFO - jmeter.engine.StandardJMeterEngine: Test has ended Thanks -Raffo On 4/5/06, Raffaele Viola <[EMAIL PROTECTED]> wrote: > > I try your configuration &g

Re: distribuited TESTING

2006-04-05 Thread Raffaele Viola
I've delete the master IP from master's jmeter.properties and the problem 2006/04/05 10:13:56 ERROR - jmeter.gui.action.RemoteStart: java.rmi.ConnectException: Connection refused to host: 151.98.181.93; nested exception is: java.net.ConnectException: Connection refused: connect is solved but

Re: distribuited TESTING

2006-04-05 Thread Raffaele Viola
disable the object and try to start the test all goes fine. Best Regards , Raffo On 4/5/06, Raffaele Viola <[EMAIL PROTECTED]> wrote: > > I've delete the master IP from master's jmeter.properties and the problem > > > 2006/04/05 10:13:56 ERROR

Re: distribuited TESTING

2006-04-05 Thread Raffaele Viola
Maybe, I found the problem ... in my test plan I use a Syncronizing Timer object. If I run this plan normally using only a PC all works correctly. When I try to start the test plan on a slave system using Remote start in the SyncTimer class the 68th row thrown a NullPointerExeption. Infact if I d

how to copy the value

2006-04-05 Thread Raffaele Viola
Hi all, How can I copy, in my test plan, the value of a variable in another variable? Thanks -Raffo

Re: how to copy the value

2006-04-06 Thread Raffaele Viola
Sorry, but I don't know where top put the expression NEW_VAR=${OLD_VAR} best regards -raffo On 4/5/06, sebb <[EMAIL PROTECTED]> wrote: > > NEW_VAR=${OLD_VAR} > > On 05/04/06, Raffaele Viola <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > How can I

Re: distribuited TESTING

2006-04-06 Thread Raffaele Viola
I'll take a look at that - I expect the class is not being initialised > > properly by the remote server. > > > > S. > > On 05/04/06, Raffaele Viola <[EMAIL PROTECTED]> wrote: > > > Maybe, I found the problem ... > > > > > > in my test plan I us

how make variable=0

2006-04-06 Thread Raffaele Viola
Hi, all how can I make a variable equal to 0 after each thread loop Best regards _raffo

Re: distribuited TESTING

2006-04-06 Thread Raffaele Viola
OK IT WORKS! :-) Regards -Raffo On 4/6/06, sebb <[EMAIL PROTECTED]> wrote: > > You need both the bin and lib archives - check the message on the nightly > page > > On 06/04/06, Raffaele Viola <[EMAIL PROTECTED]> wrote: > > Sorry but i've dowloaded the

Re: distribuited TESTING

2006-04-06 Thread Raffaele Viola
ich > found the problem. > > S. > On 06/04/06, Raffaele Viola <[EMAIL PROTECTED]> wrote: > > OK > > > > IT WORKS! :-) > > > > Regards > > -Raffo > > > > On 4/6/06, sebb <[EMAIL PROTECTED]> wrote: > > > > > &g

Re: how make variable=0

2006-04-06 Thread Raffaele Viola
n't to that, at the second thread loop the while cicle will not be executed. Thanks -raffo On 4/6/06, sebb <[EMAIL PROTECTED]> wrote: > > What are you trying to do? > > On 06/04/06, Raffaele Viola <[EMAIL PROTECTED]> wrote: > > Hi, all > > > > how

Re: how make variable=0

2006-04-06 Thread Raffaele Viola
Sorry for my email mistake :-P Regards -Raffo On 4/6/06, Raffaele Viola <[EMAIL PROTECTED]> wrote: > > Hi, > > In my test plan I use a variable named nbstart with a initial value 0 and > this variable is used in a while loop (like while( nbstart<=5424) > ). D

Re: how make variable=0

2006-04-06 Thread Raffaele Viola
OK thanks I forgot this kind of Pre-processor Thanks a lot for your patience. Best regards, Raffo

different user parameret

2006-04-07 Thread Raffaele Viola
Hi all Can I, in the distribuite test, use for each Slave System differend User Parameters? Regards -Raffo

Generate shot number

2006-04-07 Thread Raffaele Viola
Hi all, I have to make a test that send some command to a server. The command are like that : create,cli_num="${phone_munber}" the variable phone_number must be like 098700 098701 098702 ... 098709 098710 etc. Could someone give me a suggestion! Thanks -Raffo

sum of 2variable

2006-04-10 Thread Raffaele Viola
Hi, all Can I, in my test plan, sum the value of 2 variable and puth it in a 3rd? For example: a=2; b=3; c=a+b; Thanks, Raffo

Re: sum of 2variable

2006-04-10 Thread Raffaele Viola
The quetions is also for the subtraction : How can I do c=a-b ? Thanks a lot -Raffo On 4/10/06, Raffaele Viola <[EMAIL PROTECTED]> wrote: > > Hi, all > > Can I, in my test plan, sum the value of 2 variable and puth it in a 3rd? > For example: > a=2; > b=

Re: sum of 2variable

2006-04-10 Thread Raffaele Viola
Ok therefore nb_aft =nb_be4 - nb_count becomes ${__intSum(${nb_be4},(-${nb_count}),nb_aft)} ? Thanks Raffo On 4/10/06, sebb <[EMAIL PROTECTED]> wrote: > > c=a-b=a+(-b) > > S. > On 10/04/06, Raffaele Viola <[EMAIL PROTECTED]> wrote: > > The quetions is also fo

Re: sum of 2variable

2006-04-10 Thread Raffaele Viola
ar)} first and then replace > the constants with variables. > > S. > On 10/04/06, Raffaele Viola <[EMAIL PROTECTED]> wrote: > > Ok therefore > > nb_aft =nb_be4 - nb_count > > > > becomes > > > > ${__intSum(${nb_be4},(-${nb_count}),nb_aft)} ? > >

Re: sum of 2variable

2006-04-10 Thread Raffaele Viola
It doesn't work :-( Where can I put this besides a "Response assertion" ? -Raffo On 4/10/06, sebb <[EMAIL PROTECTED]> wrote: > > What does > > ${__intSum(${nb_aft},-(5),nb_aft2)} > > do? > > On 10/04/06, Raffaele Viola <[EMAIL PROTECTED]> wro

Re: sum of 2variable

2006-04-11 Thread Raffaele Viola
> > S. > On 10/04/06, Raffaele Viola <[EMAIL PROTECTED]> wrote: > > It doesn't work :-( > > > > Where can I put this besides a "Response assertion" ? > > > > -Raffo > > > > On 4/10/06, sebb <[EMAIL PROTECTED]> wrote: >

golbal variable

2006-05-09 Thread Raffaele Viola
Hi all Where and how can I create a global variable that every thread can modify? thanks Raffo

Re: golbal variable

2006-05-09 Thread Raffaele Viola
You'll have to use a property - have a look at the property functions. But why do you need to do this? S On 09/05/06, Raffaele Viola <[EMAIL PROTECTED]> wrote: > Hi all > > Where and how can I create a global variable that every thread can

Re: golbal variable

2006-05-09 Thread Raffaele Viola
Normally JMeter threads represent independent users - so surely you need a variable that is local to the thread, not a global variable? I need a variable that all the threads can see and modify because I must now if a thread goes wrong to make the other thread finish their activity In which case

Re: Testing J2EE application for 1000 threads(users)

2006-06-06 Thread Raffaele Viola
Hi, I don't know if this is the problem but ... what are the settings of your web server? Try to increase the thread pool! -Raffo On 6/6/06, kamlesh sharma <[EMAIL PROTECTED]> wrote: Hi, I am using jmeter version 2.1.1 to test my J2ee (jdk 1.5.02) application. I want to know that does Jm

Re: Testing J2EE application for 1000 threads(users)

2006-06-12 Thread Raffaele Viola
system platform. regards -Raffo On 6/6/06, kamlesh sharma <[EMAIL PROTECTED]> wrote: Hi Raffaele I am using 8050 port for server,settings of your web server as follow:- On 6/6/06, Raffaele Viola <[EMAIL PROTECTED]> wrote: > > Hi, > > I don't know if this is t

Re: I have a problem with jmeter, please help me

2006-06-15 Thread Raffaele Viola
Try in this way |-->Thread Group |-->Interleave contyroller |-->Simple controller |-->login request |-->Simple controller |-->register request -raffo

Re: I have a problem with jmeter, please help me

2006-06-15 Thread Raffaele Viola
Hi, try to use the Interleave controller with simple controller. -raffo On 6/14/06, Nguyen Cao Cuong <[EMAIL PROTECTED]> wrote: Hi all, I'm Cuong, I created following test plan by using proxy record: Test Plan |-->Thread Group |-->login request

Re: Regular Expression

2006-06-20 Thread Raffaele Viola
Try to use this expression Name: PersonID ReferenceName: PersonID Regular Expression: name="ResourceID" value="(\d*)" Template: $0$ Match N0. : 0 Default Value:0 Regards -Raffo