Im sorry it doesnt work witj jmeter 2.2 official release!!! (NB it works withs jmeter 2.1.1)
>>>>>>SAMPLER Thread Name: Groupe de Thread 1-1 Sample Start: Mon Sep 18 16:03:33 CEST 2006 Load time: 92156 HTTP response code: Non HTTP response code HTTP response message: Non HTTP response message HTTP response headers: >>>>>>REQUEST: GET http://www.google.fr/index.html [no cookies] Request Headers: >>>>>>Stacktrace from HTTP request : java.net.ConnectException: Connection timed out: connect at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(Unknown Source) at java.net.PlainSocketImpl.connectToAddress(Unknown Source) at java.net.PlainSocketImpl.connect(Unknown Source) at java.net.SocksSocketImpl.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.connect(Unknown Source) at java.net.Socket.<init>(Unknown Source) at java.net.Socket.<init>(Unknown Source) at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSo cket(DefaultProtocolSocketFactory.java:79) at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSo cket(DefaultProtocolSocketFactory.java:121) at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:706) at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethod Director.java:386) at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDir ector.java:170) at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:396) at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:324) at org.apache.jmeter.protocol.http.sampler.HTTPSampler2.sample(HTTPSampler2.jav a:527) at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBa se.java:658) at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBa se.java:647) at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:247) at java.lang.Thread.run(Unknown Source) -----Message d'origine----- De : sebb [mailto:[EMAIL PROTECTED] Envoyé : lundi 18 septembre 2006 15:11 À : JMeter Users List Objet : Re: jmeter 2.2 - proxy settings doesn't work On 18/09/06, Tony PAUVREAU <[EMAIL PROTECTED]> wrote: > How i leave off this params ??? > I try > jmeter -H <myHost> -P <myPort> --> connection timeout jmeter -H > <myHost> -P <myPort> -u <space caracter> -a <space caracter> --> > conncetion timeout jmeter -H <myHost> -P <myPort> -u-a --> connection > timeout jmeter -H <myHost> -P <myPort> -u '' -a '' --> don't run > jmeter -H <myHost> -P <myPort> -u -a --> java.lang.IllegalArgumentException: > Host may not be null > > I don't know how to use a proxy with public access with jmeter 2.2 > .... Tell me just how jmeter -H <proxyHost> -P <proxyPort> e.g. jmeter -H cache.somehost.xyz -P 8080 This definitely works, with both HTTP samplers. > thanks > > De : sebb [mailto:[EMAIL PROTECTED] > Envoyé : lundi 18 septembre 2006 12:15 À : JMeter Users List Objet : > Re: jmeter 2.2 - proxy settings doesn't work > > Yes it does - just leave off the username and password. > > On 18/09/06, Tony PAUVREAU <[EMAIL PROTECTED]> wrote: > > My proxy works fine ... But my proxy doesn't need authentification ... > > So i suppose that it could be a solution, maybe jmeter 2.2 doesnt > > support proxy without user > > > > -----Message d'origine----- > > De : [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED] > > Envoyé : lundi 18 septembre 2006 06:20 À : JMeter Users List Cc : > > 'JMeter Users List' > > Objet : RE: jmeter 2.2 - proxy settings doesn't work > > > > > > > > jmeter -H 10.132.58.182 -P 8080 -u userid -a passwd - Works for me. > > I am also using Jmeter2.2. > > > > It seems to be your proxy is not working or your settings may be > > wrong. Can you make sure proxy is working using "telnet <ip> <port>". > > > > With warm regards, > > Mohan Narayanaswamy > > > > ISCI,Standard Chartered Scope International, 3F, Asia Bldg, #1, > > Haddows Road, Chennai > > Ph: +91 98417 10021 > > Fonenet: (India) 550 - 16814 > > > > > > > > > > > > "Tony PAUVREAU" > > > > <[EMAIL PROTECTED] To: "'JMeter Users > > List'" <[email protected]> > > capital.fr> cc: > > > > Subject: RE: jmeter > > 2.2 - proxy settings doesn't work > > 09/15/2006 09:15 > > > > PM > > > > Please respond to > > > > "JMeter Users > > > > List" > > > > > > > > > > > > > > > > > > > > I have the following stackTrace > > > > the stacktrace in the tree of results : > > java.net.ConnectException: Connection timed out: connect at > > java.net.PlainSocketImpl.socketConnect(Native Method) at > > java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333) > > at > > java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195) > > at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182) > > at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) > > at java.net.Socket.connect(Socket.java:516) > > at java.net.Socket.connect(Socket.java:466) > > at java.net.Socket.<init>(Socket.java:366) > > at java.net.Socket.<init>(Socket.java:239) > > at > > org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory. > > cr > > eateSo > > cket(DefaultProtocolSocketFactory.java:79) > > at > > org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory. > > cr > > eateSo > > cket(DefaultProtocolSocketFactory.java:121) > > at > > org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java: > > 706) > > at > > org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(Ht > > tp > > Method > > Director.java:386) > > at > > org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpM > > et > > hodDir > > ector.java:170) > > at > > org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.ja > > va > > :396) > > at > > org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.ja > > va > > :324) > > at > > org.apache.jmeter.protocol.http.sampler.HTTPSampler2.sample(HTTPSamp > > le > > r2.jav > > a:527) > > at > > org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPS > > am > > plerBa > > se.java:658) > > at > > org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPS > > am > > plerBa > > se.java:647) > > at > > org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:247) > > at java.lang.Thread.run(Thread.java:595) > > > > -----Message d'origine----- > > De : sebb [mailto:[EMAIL PROTECTED] > > Envoyé : vendredi 15 septembre 2006 17:21 À : JMeter Users List Objet : > Re: > > jmeter 2.2 - proxy settings doesn't work > > > > On 15/09/06, Tony PAUVREAU <[EMAIL PROTECTED]> wrote: > > > > > > > > > Hi > > > > > > Im using jmeter 2.1.1 and jmeter 2.2 when i use the 2.2 version > > > the proxy support doesn't seems to be working e.g. : java -jar > > > ApacheJMeter.jar -H myProxy -P myProxyPort a simple test, im using > > > "http client request" to request google homepage it's work fine > > > with > > > 2.1.1 version but not with 2.2 i try to overide proxy parameter > > > directly with jvm argument (e.g. : > > > -Dhttp.proxyHost & -Dhttp.proxyPort) but doesn't work > > > > > > so ... how could i specify proxy server in jmeter 2.2 > > > > It's supposed to work the same way in JMeter 2.2, i.e. via the -H > > and -P parameters. > > > > Which sampler(s) are you using? > > > > Any messages in jmeter.log or the console? > > > > > thanks > > > > > > > > > > > > Tony Pauvreau > > > [EMAIL PROTECTED] > > > 01 53 77 95 87 > > > > -------------------------------------------------------------------- > > - To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > -------------------------------------------------------------------- > > - To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > > > > > > > > > This email is confidential. If you are not the addressee tell the > > sender immediately and destroy this email without using, sending or > storing it. > > Emails are not secure and may suffer errors, viruses, delay, > > interception and amendment. Standard Chartered PLC and subsidiaries > > ("SCGroup") do not accept liability for damage caused by this email > > and may monitor email traffic. > > > > > > -------------------------------------------------------------------- > > - To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > -------------------------------------------------------------------- > > - To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

