Its not the case because by running 15 separate instance of JMeter I can
run all of them in single thread loop successfully. But that's worth to
know.

Thanks,
Vishal.

On Sat, May 26, 2012 at 12:30 AM, Deepak Goel <deic...@gmail.com> wrote:

> Hey
>
> Is your network on a private network controlled by you? Could be a
> router or load balancer setting not to allow more than 3 secure
> connections from a single computer (Hacking)
>
> :)
> Deepak
>
> On 5/25/12, Deepak Shetty <shet...@gmail.com> wrote:
> > Hi
> > then compare every request/response pair from JMeter (view results tree)
> > with browser (an y trace tool) - parameters, headers , urls etc.
> >
> > regards
> > deepak
> >
> > On Thu, May 24, 2012 at 8:05 PM, Vishal Patel <rajcol...@gmail.com>
> wrote:
> >
> >> Deepak,
> >> Yes, I can see switching in browser itself. So confirmed that all the
> >> requests redirects to http and coming back to https.
> >>
> >> Robin,
> >> I tried as you suggested to save cookies but looks like my prob is
> >> somewhat
> >> different but thanks for suggesting something around it.
> >>
> >> with regards,
> >> Vishal.
> >>
> >> On Fri, May 25, 2012 at 3:39 AM, Robin D. Wilson <rwils...@gmail.com>
> >> wrote:
> >>
> >> > Vishal,
> >> >
> >> > I reported a similar problem - but mine was related to setting more
> >> > than
> >> > one cookie (in JMeter 2.6 - the problem didn't happen in
> >> > JM2.4).
> >> >
> >> > I found this setting solved my problem:
> >> >
> >> > # Setting to force JMeter to save cookie values in variables named
> >> > "COOKIE_..."
> >> > CookieManager.save.cookies=true
> >> >
> >> > I put this in the 'user.properties' file in the JMeter 'bin' folder -
> >> > and
> >> > cookies started working again.
> >> >
> >> > Not sure if it matters to your case, but it is worth trying.
> >> >
> >> > --
> >> > Robin D. Wilson
> >> > Sr. Director of Web Development
> >> > KingsIsle Entertainment, Inc.
> >> > VOICE: 512-777-1861
> >> > www.KingsIsle.com
> >> >
> >> >
> >> > -----Original Message-----
> >> > From: Vishal Patel [mailto:rajcol...@gmail.com]
> >> > Sent: Thursday, May 24, 2012 1:09 PM
> >> > To: JMeter Users List
> >> > Subject: Re: HTTPS Multithread Invalidates JSessions
> >> >
> >> > There is no cookie being marked as secure cookies. But I will check it
> >> and
> >> > also redirects from server side.
> >> >
> >> > On Thu, May 24, 2012 at 11:25 PM, Deepak Shetty <shet...@gmail.com>
> >> wrote:
> >> >
> >> > > did you use follow redirects? (dont use redirect automatically)
> >> > > Also check if some cookies ar ebeing marked as secure cookies or
> >> > something
> >> > >
> >> > > On Thu, May 24, 2012 at 10:51 AM, Vishal Patel <rajcol...@gmail.com
> >
> >> > > wrote:
> >> > >
> >> > > > Its started failing as soon as we do just 3 simultaneous thread.
> >> > > >
> >> > > > We also observed on the serve side that it flip-flops(redirects)
> >> > between
> >> > > > "https" & "http". Can that be a issue of invalidating JSession?
> >> > > >
> >> > > > On Thu, May 24, 2012 at 11:15 PM, sebb <seb...@gmail.com> wrote:
> >> > > >
> >> > > > > On 24 May 2012 18:41, Vishal Patel <rajcol...@gmail.com> wrote:
> >> > > > > > I have tested in all of them. It fails on all.
> >> > > > >
> >> > > > > In that case, I suspect that the server is having problems
> >> > > > > handling
> >> > > > > the extra load imposed by SSL.
> >> > > > >
> >> > > > > Check the server logs.
> >> > > > >
> >> > > > > > On Thu, May 24, 2012 at 11:00 PM, sebb <seb...@gmail.com>
> >> > > > > > wrote:
> >> > > > > >
> >> > > > > >> On 24 May 2012 18:27, Vishal Patel <rajcol...@gmail.com>
> >> > > > > >> wrote:
> >> > > > > >> > Thanks for you consideration.
> >> > > > > >> >
> >> > > > > >> > JMeter version: 2.6
> >> > > > > >> > Java version: 1.6.0_31
> >> > > > > >> > Sampler: HTTP Request
> >> > > > > >>
> >> > > > > >> Yes, but which implementation of the HTTP Request?
> >> > > > > >>
> >> > > > > >> Java, HC3.1 or HC4 ?
> >> > > > > >>
> >> > > > > >> > Here is the structure of the Test:
> >> > > > > >> > Test Plan
> >> > > > > >> >  > Thread Group
> >> > > > > >> >      > CSV Data Set
> >> > > > > >> >      > HTTP Cookie Manager
> >> > > > > >> >      > HTTP Request Defaults
> >> > > > > >> >      > Simple Controller
> >> > > > > >> >          > HTTP Request
> >> > > > > >> >          > HTTP Request
> >> > > > > >> >          > HTTP Request
> >> > > > > >> >          ....
> >> > > > > >> >          > HTTP Request
> >> > > > > >> >
> >> > > > > >> >
> >> > > > > >> > Thanks,
> >> > > > > >> > Vishal.
> >> > > > > >> >
> >> > > > > >> > On Thu, May 24, 2012 at 10:50 PM, sebb <seb...@gmail.com>
> >> > wrote:
> >> > > > > >> >
> >> > > > > >> >> On 23 May 2012 07:26, Vishal Patel <rajcol...@gmail.com>
> >> > wrote:
> >> > > > > >> >> > Hi,
> >> > > > > >> >> >
> >> > > > > >> >> > I am using JMeter script to run 100+ threads on HTTP
> >> > > environment
> >> > > > > and
> >> > > > > >> >> > works like charm. As soon as I move test script to point
> >> > > > identical
> >> > > > > >> >> > HTTPS environment, it starts invalidating sessions just
> >> after
> >> > > 3+
> >> > > > > >> >> > simultaneous threads.
> >> > > > > >> >> >
> >> > > > > >> >> > Here is the config.
> >> > > > > >> >> > - Cookie Manager: clearing cookie on each iteration.
> >> > > > > >> >> > - Cookie Manger: compatibility policy (Have tried all
> the
> >> > > > > >> combination.)
> >> > > > > >> >> > - Protocol: https, Port: 443
> >> > > > > >> >> > - Reading dynamic login information from CSV config
> data.
> >> > > > > >> >>
> >> > > > > >> >> JMeter version?
> >> > > > > >> >> Java version?
> >> > > > > >> >>
> >> > > > > >> >> Which HTTP Sampler are you using?
> >> > > > > >> >>
> >> > > > > >> >> >
> >> > > > > >> >> > Apart from HTTP vs HTTPS there is no difference at all
> >> > between
> >> > > > both
> >> > > > > >> >> > the environments.
> >> > > > > >> >>
> >> > > > > >> >>
> >> > > >
> ---------------------------------------------------------------------
> >> > > > > >> >> To unsubscribe, e-mail:
> user-unsubscr...@jmeter.apache.org
> >> > > > > >> >> For additional commands, e-mail:
> >> > > > > >> >> user-h...@jmeter.apache.org
> >> > > > > >> >>
> >> > > > > >> >>
> >> > > > > >> >
> >> > > > > >> >
> >> > > > > >> > --
> >> > > > > >> >
> >> > > > > >> > Thanks,
> >> > > > > >> > Vishal.
> >> > > > > >>
> >> > > > > >>
> >> > >
> ---------------------------------------------------------------------
> >> > > > > >> To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
> >> > > > > >> For additional commands, e-mail: user-h...@jmeter.apache.org
> >> > > > > >>
> >> > > > > >>
> >> > > > > >
> >> > > > > >
> >> > > > > > --
> >> > > > > >
> >> > > > > > Thanks,
> >> > > > > > Vishal.
> >> > > > >
> >> > > > >
> >> ---------------------------------------------------------------------
> >> > > > > To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
> >> > > > > For additional commands, e-mail: user-h...@jmeter.apache.org
> >> > > > >
> >> > > > >
> >> > > >
> >> > > >
> >> > > > --
> >> > > >
> >> > > > Thanks,
> >> > > > Vishal.
> >> > > >
> >> > >
> >> >
> >> >
> >> >
> >> > --
> >> >
> >> > Thanks,
> >> > Vishal.
> >> >
> >> >
> >> > ---------------------------------------------------------------------
> >> > To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
> >> > For additional commands, e-mail: user-h...@jmeter.apache.org
> >> >
> >> >
> >>
> >>
> >> --
> >>
> >> Thanks,
> >> Vishal.
> >>
> >
>
>
> --
> Namaskara~Nalama~Guten Tag~Bonjour
>
>
>   --
> Keigu
>
> Deepak
> +91-9765089593
> deic...@gmail.com
> http://www.simtree.net
>
> Skype: thumsupdeicool
> Google talk: deicool
> Blog: http://loveandfearless.wordpress.com
> Facebook: http://www.facebook.com/deicool
>
> "Contribute to the world, environment and more :
> http://www.gridrepublic.org
> "
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
> For additional commands, e-mail: user-h...@jmeter.apache.org
>
>


-- 

Thanks,
Vishal.

Reply via email to