On 12 April 2013 12:46, Manish Sapariya <[email protected]> wrote: > Seb, > I can ping the my client machine from other machine. >
No, I meant can you ping the source IP/ name ? > Also I did try changing the IP, no luck. > > I didn't check on Win8 and hence not sure if the preferIPv4Stack flag > will work or not. Will try and send the updates. > > Thanks, > Manish > > > On Fri, Apr 12, 2013 at 4:56 PM, sebb <[email protected]> wrote: > > > On 12 April 2013 11:15, Manish Sapariya <[email protected]> wrote: > > > > > Even if I hardcode my local IP address in Source IP address, field, > > > its failing. So I believe its not the case of wrong IP address being > > > passed to the field. > > > > > > > > It's still possible that the IP address is not valid. > > > > Can you ping it? > > > > > > > In fact there are some posts that discuss the same issue on Win8, > > > but same fix, i.e. using -Djava.new.preferIPv4Stack=true, > > > do not work on win7. > > > > > > > > Do you have any proof that it would work on Win8? > > > > Regards, > > > Manish > > > > > > > > > On Fri, Apr 12, 2013 at 3:39 PM, sebb <[email protected]> wrote: > > > > > > > On 12 April 2013 09:57, Manish Sapariya <[email protected]> wrote: > > > > > > > > > Thanks for reply Seb. > > > > > > > > > > It works fine if I do not use the Source IP address, as expected. > > > > > > > > > > jmeter version 2.9 > > > > > > > > > > C:\>java -version > > > > > java version "1.7.0_17" > > > > > Java(TM) SE Runtime Environment (build 1.7.0_17-b02) > > > > > Java HotSpot(TM) Client VM (build 23.7-b01, mixed mode, sharing) > > > > > > > > > > Sorry I forgot to note that, I tried following things but the > > results > > > > are > > > > > same. > > > > > - I tried with Java 1.6 64 bit > > > > > - Java 1.7 32bit and 64 bit > > > > > - apache jmeter 2.6 > > > > > > > > > > > > > > > Same test plan works on my XP and Linux box > > > > > with Source IP address. > > > > > > > > > > > > > > In which case - are you sure that the source address really is valid > on > > > > your Win 7 box? > > > > If JMeter works correctly on some hosts and not on others, then the > > > primary > > > > suspect must be the host config. > > > > > > > > > > > > > Regards, > > > > > Manish > > > > > > > > > > > > > > > > > > > > > > > > > On Fri, Apr 12, 2013 at 2:16 PM, sebb <[email protected]> wrote: > > > > > > > > > > > On 12 April 2013 09:30, Manish Sapariya <[email protected]> > > wrote: > > > > > > > > > > > > > Hi All, > > > > > > > I am using source IP address in my HTTP sampler and I get > > following > > > > > > > exception. > > > > > > > > > > > > > > > > > > > What happens if you don't use the source IP address? > > > > > > > > > > > > Version of JMeter? > > > > > > > > > > > > Java? > > > > > > > > > > > > > > > > > > > Some of the posts suggest to use > -Djava.net.preferIPv4Stack=true, > > > but > > > > > > that > > > > > > > did not help fixing this. > > > > > > > > > > > > > > I also disabled the IPv6 Stack (so do I believe), by > un-checking > > > the > > > > > IPv6 > > > > > > > in > > > > > > > network connection properties dialog box for all network > > > connections. > > > > > > > > > > > > > > Any pointer would be helpful. > > > > > > > > > > > > > > Here is the exact trace I get in the response. > > > > > > > > > > > > > > The test plan is very simple with one HTTP request and Src Ip > > > address > > > > > set > > > > > > > to > > > > > > > my local IP address. > > > > > > > > > > > > > > org.apache.http.conn.HttpHostConnectException: Connection to > > > > > > > http://example.com refused > > > > > > > at > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:190) > > > > > > > at > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > org.apache.http.impl.conn.ManagedClientConnectionImpl.open(ManagedClientConnectionImpl.java:294) > > > > > > > at > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > org.apache.http.impl.client.DefaultRequestDirector.tryConnect(DefaultRequestDirector.java:645) > > > > > > > at > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:480) > > > > > > > at > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906) > > > > > > > at > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805) > > > > > > > at > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > org.apache.jmeter.protocol.http.sampler.HTTPHC4Impl.sample(HTTPHC4Impl.java:286) > > > > > > > at > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > org.apache.jmeter.protocol.http.sampler.HTTPSamplerProxy.sample(HTTPSamplerProxy.java:62) > > > > > > > at > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1088) > > > > > > > at > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1077) > > > > > > > at > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > org.apache.jmeter.threads.JMeterThread.process_sampler(JMeterThread.java:428) > > > > > > > at > > > > > org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:256) > > > > > > > at java.lang.Thread.run(Unknown Source) > > > > > > > Caused by: java.net.ConnectException: connect: Address is > invalid > > > on > > > > > > local > > > > > > > machine, or port is not valid on remote machine > > > > > > > at java.net.TwoStacksPlainSocketImpl.socketConnect(Native > > > Method) > > > > > > > at java.net.AbstractPlainSocketImpl.doConnect(Unknown > Source) > > > > > > > at > java.net.AbstractPlainSocketImpl.connectToAddress(Unknown > > > > > Source) > > > > > > > at java.net.AbstractPlainSocketImpl.connect(Unknown Source) > > > > > > > at java.net.PlainSocketImpl.connect(Unknown Source) > > > > > > > at java.net.SocksSocketImpl.connect(Unknown Source) > > > > > > > at java.net.Socket.connect(Unknown Source) > > > > > > > at > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > org.apache.http.conn.scheme.PlainSocketFactory.connectSocket(PlainSocketFactory.java:127) > > > > > > > at > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > org.apache.http.impl.conn.DefaultClientConnectionOperator.openConnection(DefaultClientConnectionOperator.java:180) > > > > > > > ... 12 more > > > > > > > > > > > > > > -- > > > > > > > Thanks and Regards, > > > > > > > Manish > > > > > > > > > > > > > > > > > > > > > > > > > > > >
