You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@jmeter.apache.org by Deepak Shetty <sh...@gmail.com> on 2009/05/07 07:24:06 UTC

Bug when Module Controllers are named the same in the same transaction controller

Hi
I have the following structure
Disabled Thread Group
    Simple Controller
       HTTP Request
Thread Group
    Transaction Controller
       Module Controller named Test --> Using Simple Controller Defined
above
       Module Controller named Test --> Using Simple Controller Defined
above
This fails with NullPointerException
2009/05/06 22:22:36 ERROR - jmeter.engine.StandardJMeterEngine: Uncaught
exception:  java.lang.NullPointerException
    at
org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:976)
    at
org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:976)
    at
org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:976)
    at org.apache.jorphan.collections.HashTree.traverse(HashTree.java:959)
    at
org.apache.jmeter.engine.StandardJMeterEngine.run(StandardJMeterEngine.java:337)
    at java.lang.Thread.run(Thread.java:595)


If i change the name of the second module to some other value e.g. Test 2
then this works correctly. Is there some limitation on using Module
Controllers?

regards
deepak

Re: Bug when Module Controllers are named the same in the same transaction controller

Posted by Deepak Shetty <sh...@gmail.com>.
Hi
thanks. I wont be able to test out the fix anytime soon though , test
writing is taking precedence :)

regards
deepak

On Fri, May 8, 2009 at 10:27 AM, sebb <se...@gmail.com> wrote:

> OK, I see.
>
> BTW, I think I have fixed the bug.
>
> On 07/05/2009, Deepak Shetty <sh...@gmail.com> wrote:
> > I meant that if I use two different thread groups I can have the module
> >  controller have the same name. (but just 1 per thread group with the
> same
> >  name)
> >  regards
> >
> > deepak
> >
> >
> >  On Thu, May 7, 2009 at 11:38 AM, sebb <se...@gmail.com> wrote:
> >
> >  > On 07/05/2009, Deepak Shetty <sh...@gmail.com> wrote:
> >  > > Hi
> >  > >  ok , it doesn't happen across Thread Groups.
> >  >
> >  > Not sure what you mean by that.
> >  >
> >  > >  I have raised Bug
> >  > >  47165<https://issues.apache.org/bugzilla/show_bug.cgi?id=47165>and
> >  > >  attached a sample script
> >  >
> >  > Thanks.
> >  >
> >  > >  regards
> >  > >
> >  > > deepak
> >  > >
> >  > >
> >  > >  On Thu, May 7, 2009 at 9:37 AM, sebb <se...@gmail.com> wrote:
> >  > >
> >  > >  > Now I see the NPE.
> >  > >  >
> >  > >  > The Transaction Controller is not relevant and can be omitted.
> >  > >  >
> >  > >  > On 07/05/2009, Deepak Shetty <sh...@gmail.com> wrote:
> >  > >  > > D'oh I forgot to tell you the most important part, this only
> happens
> >  > when
> >  > >  > I
> >  > >  > >  run in command line mode
> >  > >  > >  regards
> >  > >  > >
> >  > >  > > deepak
> >  > >  > >
> >  > >  > >
> >  > >  > >  On Thu, May 7, 2009 at 9:15 AM, sebb <se...@gmail.com>
> wrote:
> >  > >  > >
> >  > >  > >  > In that case, please file a Bugzilla issue and attach the
> JMX
> >  > file and
> >  > >  > >  > the jmeter.log file.
> >  > >  > >  >
> >  > >  > >  > I've tried, and cannot reproduce the fault.
> >  > >  > >  >
> >  > >  > >  > On 07/05/2009, Deepak Shetty <sh...@gmail.com> wrote:
> >  > >  > >  > > Hi
> >  > >  > >  > >  just tried it out , it fails in both cases.
> >  > >  > >  > >  regards
> >  > >  > >  > >
> >  > >  > >  > > deepak
> >  > >  > >  > >
> >  > >  > >  > >
> >  > >  > >  > >  On Thu, May 7, 2009 at 8:56 AM, sebb <se...@gmail.com>
> >  > wrote:
> >  > >  > >  > >
> >  > >  > >  > >  > And are you using "Generate parent sample" or not on
> the
> >  > >  > Transaction
> >  > >  > >  > >  > Controller?
> >  > >  > >  > >  >
> >  > >  > >  > >  > On 07/05/2009, Deepak Shetty <sh...@gmail.com>
> wrote:
> >  > >  > >  > >  > > Hi
> >  > >  > >  > >  > >  Its 2.3.2 r665936
> >  > >  > >  > >  > >  regards
> >  > >  > >  > >  > >  deepak
> >  > >  > >  > >  > >
> >  > >  > >  > >  > >
> >  > >  > >  > >  > >  On Thu, May 7, 2009 at 7:47 AM, sebb <
> sebbaz@gmail.com>
> >  > >  > wrote:
> >  > >  > >  > >  > >
> >  > >  > >  > >  > >  > Which version of JMeter are you using?
> >  > >  > >  > >  > >  >
> >  > >  > >  > >  > >  > On 07/05/2009, Deepak Shetty <sh...@gmail.com>
> >  > wrote:
> >  > >  > >  > >  > >  > > Hi
> >  > >  > >  > >  > >  > >  I have the following structure
> >  > >  > >  > >  > >  > >  Disabled Thread Group
> >  > >  > >  > >  > >  > >     Simple Controller
> >  > >  > >  > >  > >  > >        HTTP Request
> >  > >  > >  > >  > >  > >  Thread Group
> >  > >  > >  > >  > >  > >     Transaction Controller
> >  > >  > >  > >  > >  > >        Module Controller named Test --> Using
> Simple
> >  > >  > Controller
> >  > >  > >  > >  > Defined
> >  > >  > >  > >  > >  > >  above
> >  > >  > >  > >  > >  > >        Module Controller named Test --> Using
> Simple
> >  > >  > Controller
> >  > >  > >  > >  > Defined
> >  > >  > >  > >  > >  > >  above
> >  > >  > >  > >  > >  > >  This fails with NullPointerException
> >  > >  > >  > >  > >  > >  2009/05/06 22:22:36 ERROR -
> >  > >  > >  > jmeter.engine.StandardJMeterEngine:
> >  > >  > >  > >  > Uncaught
> >  > >  > >  > >  > >  > >  exception:  java.lang.NullPointerException
> >  > >  > >  > >  > >  > >     at
> >  > >  > >  > >  > >  > >
> >  > >  > >  > >  >
> >  > >  > >  >
> >  > >  >
> >  >
>  org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:976)
> >  > >  > >  > >  > >  > >     at
> >  > >  > >  > >  > >  > >
> >  > >  > >  > >  >
> >  > >  > >  >
> >  > >  >
> >  >
>  org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:976)
> >  > >  > >  > >  > >  > >     at
> >  > >  > >  > >  > >  > >
> >  > >  > >  > >  >
> >  > >  > >  >
> >  > >  >
> >  >
>  org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:976)
> >  > >  > >  > >  > >  > >     at
> >  > >  > >  > >  > >  >
> >  > >  > >  >
> >  > org.apache.jorphan.collections.HashTree.traverse(HashTree.java:959)
> >  > >  > >  > >  > >  > >     at
> >  > >  > >  > >  > >  > >
> >  > >  > >  > >  > >  >
> >  > >  > >  > >  >
> >  > >  > >  >
> >  > >  >
> >  >
>  org.apache.jmeter.engine.StandardJMeterEngine.run(StandardJMeterEngine.java:337)
> >  > >  > >  > >  > >  > >     at java.lang.Thread.run(Thread.java:595)
> >  > >  > >  > >  > >  > >
> >  > >  > >  > >  > >  > >
> >  > >  > >  > >  > >  > >  If i change the name of the second module to
> some
> >  > other
> >  > >  > value
> >  > >  > >  > e.g.
> >  > >  > >  > >  > Test
> >  > >  > >  > >  > >  > 2
> >  > >  > >  > >  > >  > >  then this works correctly. Is there some
> limitation
> >  > on
> >  > >  > using
> >  > >  > >  > Module
> >  > >  > >  > >  > >  > >  Controllers?
> >  > >  > >  > >  > >  > >
> >  > >  > >  > >  > >  > >  regards
> >  > >  > >  > >  > >  > >
> >  > >  > >  > >  > >  > > deepak
> >  > >  > >  > >  > >  > >
> >  > >  > >  > >  > >  >
> >  > >  > >  > >  > >
> >  > >  > >  > >  > > >
> >  > >  > >  >
> >  > ---------------------------------------------------------------------
> >  > >  > >  > >  > >  > To unsubscribe, e-mail:
> >  > >  > >  > jmeter-user-unsubscribe@jakarta.apache.org
> >  > >  > >  > >  > >  > For additional commands, e-mail:
> >  > >  > >  > jmeter-user-help@jakarta.apache.org
> >  > >  > >  > >  > >  >
> >  > >  > >  > >  > >  >
> >  > >  > >  > >  > >
> >  > >  > >  > >  >
> >  > >  > >  > >  >
> >  > >  >
> ---------------------------------------------------------------------
> >  > >  > >  > >  > To unsubscribe, e-mail:
> >  > >  > jmeter-user-unsubscribe@jakarta.apache.org
> >  > >  > >  > >  > For additional commands, e-mail:
> >  > >  > jmeter-user-help@jakarta.apache.org
> >  > >  > >  > >  >
> >  > >  > >  > >  >
> >  > >  > >  > >
> >  > >  > >  >
> >  > >  > >  >
> >  > ---------------------------------------------------------------------
> >  > >  > >  > To unsubscribe, e-mail:
> >  > jmeter-user-unsubscribe@jakarta.apache.org
> >  > >  > >  > For additional commands, e-mail:
> >  > jmeter-user-help@jakarta.apache.org
> >  > >  > >  >
> >  > >  > >  >
> >  > >  > >
> >  > >  >
> >  > >  >
> ---------------------------------------------------------------------
> >  > >  > To unsubscribe, e-mail:
> jmeter-user-unsubscribe@jakarta.apache.org
> >  > >  > For additional commands, e-mail:
> jmeter-user-help@jakarta.apache.org
> >  > >  >
> >  > >  >
> >  > >
> >  >
> >  > ---------------------------------------------------------------------
> >  > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> >  > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> >  >
> >  >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

Re: Bug when Module Controllers are named the same in the same transaction controller

Posted by sebb <se...@gmail.com>.
OK, I see.

BTW, I think I have fixed the bug.

On 07/05/2009, Deepak Shetty <sh...@gmail.com> wrote:
> I meant that if I use two different thread groups I can have the module
>  controller have the same name. (but just 1 per thread group with the same
>  name)
>  regards
>
> deepak
>
>
>  On Thu, May 7, 2009 at 11:38 AM, sebb <se...@gmail.com> wrote:
>
>  > On 07/05/2009, Deepak Shetty <sh...@gmail.com> wrote:
>  > > Hi
>  > >  ok , it doesn't happen across Thread Groups.
>  >
>  > Not sure what you mean by that.
>  >
>  > >  I have raised Bug
>  > >  47165<https://issues.apache.org/bugzilla/show_bug.cgi?id=47165>and
>  > >  attached a sample script
>  >
>  > Thanks.
>  >
>  > >  regards
>  > >
>  > > deepak
>  > >
>  > >
>  > >  On Thu, May 7, 2009 at 9:37 AM, sebb <se...@gmail.com> wrote:
>  > >
>  > >  > Now I see the NPE.
>  > >  >
>  > >  > The Transaction Controller is not relevant and can be omitted.
>  > >  >
>  > >  > On 07/05/2009, Deepak Shetty <sh...@gmail.com> wrote:
>  > >  > > D'oh I forgot to tell you the most important part, this only happens
>  > when
>  > >  > I
>  > >  > >  run in command line mode
>  > >  > >  regards
>  > >  > >
>  > >  > > deepak
>  > >  > >
>  > >  > >
>  > >  > >  On Thu, May 7, 2009 at 9:15 AM, sebb <se...@gmail.com> wrote:
>  > >  > >
>  > >  > >  > In that case, please file a Bugzilla issue and attach the JMX
>  > file and
>  > >  > >  > the jmeter.log file.
>  > >  > >  >
>  > >  > >  > I've tried, and cannot reproduce the fault.
>  > >  > >  >
>  > >  > >  > On 07/05/2009, Deepak Shetty <sh...@gmail.com> wrote:
>  > >  > >  > > Hi
>  > >  > >  > >  just tried it out , it fails in both cases.
>  > >  > >  > >  regards
>  > >  > >  > >
>  > >  > >  > > deepak
>  > >  > >  > >
>  > >  > >  > >
>  > >  > >  > >  On Thu, May 7, 2009 at 8:56 AM, sebb <se...@gmail.com>
>  > wrote:
>  > >  > >  > >
>  > >  > >  > >  > And are you using "Generate parent sample" or not on the
>  > >  > Transaction
>  > >  > >  > >  > Controller?
>  > >  > >  > >  >
>  > >  > >  > >  > On 07/05/2009, Deepak Shetty <sh...@gmail.com> wrote:
>  > >  > >  > >  > > Hi
>  > >  > >  > >  > >  Its 2.3.2 r665936
>  > >  > >  > >  > >  regards
>  > >  > >  > >  > >  deepak
>  > >  > >  > >  > >
>  > >  > >  > >  > >
>  > >  > >  > >  > >  On Thu, May 7, 2009 at 7:47 AM, sebb <se...@gmail.com>
>  > >  > wrote:
>  > >  > >  > >  > >
>  > >  > >  > >  > >  > Which version of JMeter are you using?
>  > >  > >  > >  > >  >
>  > >  > >  > >  > >  > On 07/05/2009, Deepak Shetty <sh...@gmail.com>
>  > wrote:
>  > >  > >  > >  > >  > > Hi
>  > >  > >  > >  > >  > >  I have the following structure
>  > >  > >  > >  > >  > >  Disabled Thread Group
>  > >  > >  > >  > >  > >     Simple Controller
>  > >  > >  > >  > >  > >        HTTP Request
>  > >  > >  > >  > >  > >  Thread Group
>  > >  > >  > >  > >  > >     Transaction Controller
>  > >  > >  > >  > >  > >        Module Controller named Test --> Using Simple
>  > >  > Controller
>  > >  > >  > >  > Defined
>  > >  > >  > >  > >  > >  above
>  > >  > >  > >  > >  > >        Module Controller named Test --> Using Simple
>  > >  > Controller
>  > >  > >  > >  > Defined
>  > >  > >  > >  > >  > >  above
>  > >  > >  > >  > >  > >  This fails with NullPointerException
>  > >  > >  > >  > >  > >  2009/05/06 22:22:36 ERROR -
>  > >  > >  > jmeter.engine.StandardJMeterEngine:
>  > >  > >  > >  > Uncaught
>  > >  > >  > >  > >  > >  exception:  java.lang.NullPointerException
>  > >  > >  > >  > >  > >     at
>  > >  > >  > >  > >  > >
>  > >  > >  > >  >
>  > >  > >  >
>  > >  >
>  >  org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:976)
>  > >  > >  > >  > >  > >     at
>  > >  > >  > >  > >  > >
>  > >  > >  > >  >
>  > >  > >  >
>  > >  >
>  >  org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:976)
>  > >  > >  > >  > >  > >     at
>  > >  > >  > >  > >  > >
>  > >  > >  > >  >
>  > >  > >  >
>  > >  >
>  >  org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:976)
>  > >  > >  > >  > >  > >     at
>  > >  > >  > >  > >  >
>  > >  > >  >
>  > org.apache.jorphan.collections.HashTree.traverse(HashTree.java:959)
>  > >  > >  > >  > >  > >     at
>  > >  > >  > >  > >  > >
>  > >  > >  > >  > >  >
>  > >  > >  > >  >
>  > >  > >  >
>  > >  >
>  >  org.apache.jmeter.engine.StandardJMeterEngine.run(StandardJMeterEngine.java:337)
>  > >  > >  > >  > >  > >     at java.lang.Thread.run(Thread.java:595)
>  > >  > >  > >  > >  > >
>  > >  > >  > >  > >  > >
>  > >  > >  > >  > >  > >  If i change the name of the second module to some
>  > other
>  > >  > value
>  > >  > >  > e.g.
>  > >  > >  > >  > Test
>  > >  > >  > >  > >  > 2
>  > >  > >  > >  > >  > >  then this works correctly. Is there some limitation
>  > on
>  > >  > using
>  > >  > >  > Module
>  > >  > >  > >  > >  > >  Controllers?
>  > >  > >  > >  > >  > >
>  > >  > >  > >  > >  > >  regards
>  > >  > >  > >  > >  > >
>  > >  > >  > >  > >  > > deepak
>  > >  > >  > >  > >  > >
>  > >  > >  > >  > >  >
>  > >  > >  > >  > >
>  > >  > >  > >  > > >
>  > >  > >  >
>  > ---------------------------------------------------------------------
>  > >  > >  > >  > >  > To unsubscribe, e-mail:
>  > >  > >  > jmeter-user-unsubscribe@jakarta.apache.org
>  > >  > >  > >  > >  > For additional commands, e-mail:
>  > >  > >  > jmeter-user-help@jakarta.apache.org
>  > >  > >  > >  > >  >
>  > >  > >  > >  > >  >
>  > >  > >  > >  > >
>  > >  > >  > >  >
>  > >  > >  > >  >
>  > >  > ---------------------------------------------------------------------
>  > >  > >  > >  > To unsubscribe, e-mail:
>  > >  > jmeter-user-unsubscribe@jakarta.apache.org
>  > >  > >  > >  > For additional commands, e-mail:
>  > >  > jmeter-user-help@jakarta.apache.org
>  > >  > >  > >  >
>  > >  > >  > >  >
>  > >  > >  > >
>  > >  > >  >
>  > >  > >  >
>  > ---------------------------------------------------------------------
>  > >  > >  > To unsubscribe, e-mail:
>  > jmeter-user-unsubscribe@jakarta.apache.org
>  > >  > >  > For additional commands, e-mail:
>  > jmeter-user-help@jakarta.apache.org
>  > >  > >  >
>  > >  > >  >
>  > >  > >
>  > >  >
>  > >  > ---------------------------------------------------------------------
>  > >  > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  > >  > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>  > >  >
>  > >  >
>  > >
>  >
>  > ---------------------------------------------------------------------
>  > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>  >
>  >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Bug when Module Controllers are named the same in the same transaction controller

Posted by Deepak Shetty <sh...@gmail.com>.
I meant that if I use two different thread groups I can have the module
controller have the same name. (but just 1 per thread group with the same
name)
regards
deepak

On Thu, May 7, 2009 at 11:38 AM, sebb <se...@gmail.com> wrote:

> On 07/05/2009, Deepak Shetty <sh...@gmail.com> wrote:
> > Hi
> >  ok , it doesn't happen across Thread Groups.
>
> Not sure what you mean by that.
>
> >  I have raised Bug
> >  47165<https://issues.apache.org/bugzilla/show_bug.cgi?id=47165>and
> >  attached a sample script
>
> Thanks.
>
> >  regards
> >
> > deepak
> >
> >
> >  On Thu, May 7, 2009 at 9:37 AM, sebb <se...@gmail.com> wrote:
> >
> >  > Now I see the NPE.
> >  >
> >  > The Transaction Controller is not relevant and can be omitted.
> >  >
> >  > On 07/05/2009, Deepak Shetty <sh...@gmail.com> wrote:
> >  > > D'oh I forgot to tell you the most important part, this only happens
> when
> >  > I
> >  > >  run in command line mode
> >  > >  regards
> >  > >
> >  > > deepak
> >  > >
> >  > >
> >  > >  On Thu, May 7, 2009 at 9:15 AM, sebb <se...@gmail.com> wrote:
> >  > >
> >  > >  > In that case, please file a Bugzilla issue and attach the JMX
> file and
> >  > >  > the jmeter.log file.
> >  > >  >
> >  > >  > I've tried, and cannot reproduce the fault.
> >  > >  >
> >  > >  > On 07/05/2009, Deepak Shetty <sh...@gmail.com> wrote:
> >  > >  > > Hi
> >  > >  > >  just tried it out , it fails in both cases.
> >  > >  > >  regards
> >  > >  > >
> >  > >  > > deepak
> >  > >  > >
> >  > >  > >
> >  > >  > >  On Thu, May 7, 2009 at 8:56 AM, sebb <se...@gmail.com>
> wrote:
> >  > >  > >
> >  > >  > >  > And are you using "Generate parent sample" or not on the
> >  > Transaction
> >  > >  > >  > Controller?
> >  > >  > >  >
> >  > >  > >  > On 07/05/2009, Deepak Shetty <sh...@gmail.com> wrote:
> >  > >  > >  > > Hi
> >  > >  > >  > >  Its 2.3.2 r665936
> >  > >  > >  > >  regards
> >  > >  > >  > >  deepak
> >  > >  > >  > >
> >  > >  > >  > >
> >  > >  > >  > >  On Thu, May 7, 2009 at 7:47 AM, sebb <se...@gmail.com>
> >  > wrote:
> >  > >  > >  > >
> >  > >  > >  > >  > Which version of JMeter are you using?
> >  > >  > >  > >  >
> >  > >  > >  > >  > On 07/05/2009, Deepak Shetty <sh...@gmail.com>
> wrote:
> >  > >  > >  > >  > > Hi
> >  > >  > >  > >  > >  I have the following structure
> >  > >  > >  > >  > >  Disabled Thread Group
> >  > >  > >  > >  > >     Simple Controller
> >  > >  > >  > >  > >        HTTP Request
> >  > >  > >  > >  > >  Thread Group
> >  > >  > >  > >  > >     Transaction Controller
> >  > >  > >  > >  > >        Module Controller named Test --> Using Simple
> >  > Controller
> >  > >  > >  > Defined
> >  > >  > >  > >  > >  above
> >  > >  > >  > >  > >        Module Controller named Test --> Using Simple
> >  > Controller
> >  > >  > >  > Defined
> >  > >  > >  > >  > >  above
> >  > >  > >  > >  > >  This fails with NullPointerException
> >  > >  > >  > >  > >  2009/05/06 22:22:36 ERROR -
> >  > >  > jmeter.engine.StandardJMeterEngine:
> >  > >  > >  > Uncaught
> >  > >  > >  > >  > >  exception:  java.lang.NullPointerException
> >  > >  > >  > >  > >     at
> >  > >  > >  > >  > >
> >  > >  > >  >
> >  > >  >
> >  >
>  org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:976)
> >  > >  > >  > >  > >     at
> >  > >  > >  > >  > >
> >  > >  > >  >
> >  > >  >
> >  >
>  org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:976)
> >  > >  > >  > >  > >     at
> >  > >  > >  > >  > >
> >  > >  > >  >
> >  > >  >
> >  >
>  org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:976)
> >  > >  > >  > >  > >     at
> >  > >  > >  > >  >
> >  > >  >
> org.apache.jorphan.collections.HashTree.traverse(HashTree.java:959)
> >  > >  > >  > >  > >     at
> >  > >  > >  > >  > >
> >  > >  > >  > >  >
> >  > >  > >  >
> >  > >  >
> >  >
>  org.apache.jmeter.engine.StandardJMeterEngine.run(StandardJMeterEngine.java:337)
> >  > >  > >  > >  > >     at java.lang.Thread.run(Thread.java:595)
> >  > >  > >  > >  > >
> >  > >  > >  > >  > >
> >  > >  > >  > >  > >  If i change the name of the second module to some
> other
> >  > value
> >  > >  > e.g.
> >  > >  > >  > Test
> >  > >  > >  > >  > 2
> >  > >  > >  > >  > >  then this works correctly. Is there some limitation
> on
> >  > using
> >  > >  > Module
> >  > >  > >  > >  > >  Controllers?
> >  > >  > >  > >  > >
> >  > >  > >  > >  > >  regards
> >  > >  > >  > >  > >
> >  > >  > >  > >  > > deepak
> >  > >  > >  > >  > >
> >  > >  > >  > >  >
> >  > >  > >  > >
> >  > >  > >  > > >
> >  > >  >
> ---------------------------------------------------------------------
> >  > >  > >  > >  > To unsubscribe, e-mail:
> >  > >  > jmeter-user-unsubscribe@jakarta.apache.org
> >  > >  > >  > >  > For additional commands, e-mail:
> >  > >  > jmeter-user-help@jakarta.apache.org
> >  > >  > >  > >  >
> >  > >  > >  > >  >
> >  > >  > >  > >
> >  > >  > >  >
> >  > >  > >  >
> >  > ---------------------------------------------------------------------
> >  > >  > >  > To unsubscribe, e-mail:
> >  > jmeter-user-unsubscribe@jakarta.apache.org
> >  > >  > >  > For additional commands, e-mail:
> >  > jmeter-user-help@jakarta.apache.org
> >  > >  > >  >
> >  > >  > >  >
> >  > >  > >
> >  > >  >
> >  > >  >
> ---------------------------------------------------------------------
> >  > >  > To unsubscribe, e-mail:
> jmeter-user-unsubscribe@jakarta.apache.org
> >  > >  > For additional commands, e-mail:
> jmeter-user-help@jakarta.apache.org
> >  > >  >
> >  > >  >
> >  > >
> >  >
> >  > ---------------------------------------------------------------------
> >  > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> >  > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> >  >
> >  >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

Re: Bug when Module Controllers are named the same in the same transaction controller

Posted by sebb <se...@gmail.com>.
On 07/05/2009, Deepak Shetty <sh...@gmail.com> wrote:
> Hi
>  ok , it doesn't happen across Thread Groups.

Not sure what you mean by that.

>  I have raised Bug
>  47165<https://issues.apache.org/bugzilla/show_bug.cgi?id=47165>and
>  attached a sample script

Thanks.

>  regards
>
> deepak
>
>
>  On Thu, May 7, 2009 at 9:37 AM, sebb <se...@gmail.com> wrote:
>
>  > Now I see the NPE.
>  >
>  > The Transaction Controller is not relevant and can be omitted.
>  >
>  > On 07/05/2009, Deepak Shetty <sh...@gmail.com> wrote:
>  > > D'oh I forgot to tell you the most important part, this only happens when
>  > I
>  > >  run in command line mode
>  > >  regards
>  > >
>  > > deepak
>  > >
>  > >
>  > >  On Thu, May 7, 2009 at 9:15 AM, sebb <se...@gmail.com> wrote:
>  > >
>  > >  > In that case, please file a Bugzilla issue and attach the JMX file and
>  > >  > the jmeter.log file.
>  > >  >
>  > >  > I've tried, and cannot reproduce the fault.
>  > >  >
>  > >  > On 07/05/2009, Deepak Shetty <sh...@gmail.com> wrote:
>  > >  > > Hi
>  > >  > >  just tried it out , it fails in both cases.
>  > >  > >  regards
>  > >  > >
>  > >  > > deepak
>  > >  > >
>  > >  > >
>  > >  > >  On Thu, May 7, 2009 at 8:56 AM, sebb <se...@gmail.com> wrote:
>  > >  > >
>  > >  > >  > And are you using "Generate parent sample" or not on the
>  > Transaction
>  > >  > >  > Controller?
>  > >  > >  >
>  > >  > >  > On 07/05/2009, Deepak Shetty <sh...@gmail.com> wrote:
>  > >  > >  > > Hi
>  > >  > >  > >  Its 2.3.2 r665936
>  > >  > >  > >  regards
>  > >  > >  > >  deepak
>  > >  > >  > >
>  > >  > >  > >
>  > >  > >  > >  On Thu, May 7, 2009 at 7:47 AM, sebb <se...@gmail.com>
>  > wrote:
>  > >  > >  > >
>  > >  > >  > >  > Which version of JMeter are you using?
>  > >  > >  > >  >
>  > >  > >  > >  > On 07/05/2009, Deepak Shetty <sh...@gmail.com> wrote:
>  > >  > >  > >  > > Hi
>  > >  > >  > >  > >  I have the following structure
>  > >  > >  > >  > >  Disabled Thread Group
>  > >  > >  > >  > >     Simple Controller
>  > >  > >  > >  > >        HTTP Request
>  > >  > >  > >  > >  Thread Group
>  > >  > >  > >  > >     Transaction Controller
>  > >  > >  > >  > >        Module Controller named Test --> Using Simple
>  > Controller
>  > >  > >  > Defined
>  > >  > >  > >  > >  above
>  > >  > >  > >  > >        Module Controller named Test --> Using Simple
>  > Controller
>  > >  > >  > Defined
>  > >  > >  > >  > >  above
>  > >  > >  > >  > >  This fails with NullPointerException
>  > >  > >  > >  > >  2009/05/06 22:22:36 ERROR -
>  > >  > jmeter.engine.StandardJMeterEngine:
>  > >  > >  > Uncaught
>  > >  > >  > >  > >  exception:  java.lang.NullPointerException
>  > >  > >  > >  > >     at
>  > >  > >  > >  > >
>  > >  > >  >
>  > >  >
>  >  org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:976)
>  > >  > >  > >  > >     at
>  > >  > >  > >  > >
>  > >  > >  >
>  > >  >
>  >  org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:976)
>  > >  > >  > >  > >     at
>  > >  > >  > >  > >
>  > >  > >  >
>  > >  >
>  >  org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:976)
>  > >  > >  > >  > >     at
>  > >  > >  > >  >
>  > >  > org.apache.jorphan.collections.HashTree.traverse(HashTree.java:959)
>  > >  > >  > >  > >     at
>  > >  > >  > >  > >
>  > >  > >  > >  >
>  > >  > >  >
>  > >  >
>  >  org.apache.jmeter.engine.StandardJMeterEngine.run(StandardJMeterEngine.java:337)
>  > >  > >  > >  > >     at java.lang.Thread.run(Thread.java:595)
>  > >  > >  > >  > >
>  > >  > >  > >  > >
>  > >  > >  > >  > >  If i change the name of the second module to some other
>  > value
>  > >  > e.g.
>  > >  > >  > Test
>  > >  > >  > >  > 2
>  > >  > >  > >  > >  then this works correctly. Is there some limitation on
>  > using
>  > >  > Module
>  > >  > >  > >  > >  Controllers?
>  > >  > >  > >  > >
>  > >  > >  > >  > >  regards
>  > >  > >  > >  > >
>  > >  > >  > >  > > deepak
>  > >  > >  > >  > >
>  > >  > >  > >  >
>  > >  > >  > >
>  > >  > >  > > >
>  > >  > ---------------------------------------------------------------------
>  > >  > >  > >  > To unsubscribe, e-mail:
>  > >  > jmeter-user-unsubscribe@jakarta.apache.org
>  > >  > >  > >  > For additional commands, e-mail:
>  > >  > jmeter-user-help@jakarta.apache.org
>  > >  > >  > >  >
>  > >  > >  > >  >
>  > >  > >  > >
>  > >  > >  >
>  > >  > >  >
>  > ---------------------------------------------------------------------
>  > >  > >  > To unsubscribe, e-mail:
>  > jmeter-user-unsubscribe@jakarta.apache.org
>  > >  > >  > For additional commands, e-mail:
>  > jmeter-user-help@jakarta.apache.org
>  > >  > >  >
>  > >  > >  >
>  > >  > >
>  > >  >
>  > >  > ---------------------------------------------------------------------
>  > >  > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  > >  > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>  > >  >
>  > >  >
>  > >
>  >
>  > ---------------------------------------------------------------------
>  > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>  >
>  >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Bug when Module Controllers are named the same in the same transaction controller

Posted by Deepak Shetty <sh...@gmail.com>.
Hi
ok , it doesn't happen across Thread Groups.
I have raised Bug
47165<https://issues.apache.org/bugzilla/show_bug.cgi?id=47165>and
attached a sample script

regards
deepak

On Thu, May 7, 2009 at 9:37 AM, sebb <se...@gmail.com> wrote:

> Now I see the NPE.
>
> The Transaction Controller is not relevant and can be omitted.
>
> On 07/05/2009, Deepak Shetty <sh...@gmail.com> wrote:
> > D'oh I forgot to tell you the most important part, this only happens when
> I
> >  run in command line mode
> >  regards
> >
> > deepak
> >
> >
> >  On Thu, May 7, 2009 at 9:15 AM, sebb <se...@gmail.com> wrote:
> >
> >  > In that case, please file a Bugzilla issue and attach the JMX file and
> >  > the jmeter.log file.
> >  >
> >  > I've tried, and cannot reproduce the fault.
> >  >
> >  > On 07/05/2009, Deepak Shetty <sh...@gmail.com> wrote:
> >  > > Hi
> >  > >  just tried it out , it fails in both cases.
> >  > >  regards
> >  > >
> >  > > deepak
> >  > >
> >  > >
> >  > >  On Thu, May 7, 2009 at 8:56 AM, sebb <se...@gmail.com> wrote:
> >  > >
> >  > >  > And are you using "Generate parent sample" or not on the
> Transaction
> >  > >  > Controller?
> >  > >  >
> >  > >  > On 07/05/2009, Deepak Shetty <sh...@gmail.com> wrote:
> >  > >  > > Hi
> >  > >  > >  Its 2.3.2 r665936
> >  > >  > >  regards
> >  > >  > >  deepak
> >  > >  > >
> >  > >  > >
> >  > >  > >  On Thu, May 7, 2009 at 7:47 AM, sebb <se...@gmail.com>
> wrote:
> >  > >  > >
> >  > >  > >  > Which version of JMeter are you using?
> >  > >  > >  >
> >  > >  > >  > On 07/05/2009, Deepak Shetty <sh...@gmail.com> wrote:
> >  > >  > >  > > Hi
> >  > >  > >  > >  I have the following structure
> >  > >  > >  > >  Disabled Thread Group
> >  > >  > >  > >     Simple Controller
> >  > >  > >  > >        HTTP Request
> >  > >  > >  > >  Thread Group
> >  > >  > >  > >     Transaction Controller
> >  > >  > >  > >        Module Controller named Test --> Using Simple
> Controller
> >  > >  > Defined
> >  > >  > >  > >  above
> >  > >  > >  > >        Module Controller named Test --> Using Simple
> Controller
> >  > >  > Defined
> >  > >  > >  > >  above
> >  > >  > >  > >  This fails with NullPointerException
> >  > >  > >  > >  2009/05/06 22:22:36 ERROR -
> >  > jmeter.engine.StandardJMeterEngine:
> >  > >  > Uncaught
> >  > >  > >  > >  exception:  java.lang.NullPointerException
> >  > >  > >  > >     at
> >  > >  > >  > >
> >  > >  >
> >  >
>  org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:976)
> >  > >  > >  > >     at
> >  > >  > >  > >
> >  > >  >
> >  >
>  org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:976)
> >  > >  > >  > >     at
> >  > >  > >  > >
> >  > >  >
> >  >
>  org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:976)
> >  > >  > >  > >     at
> >  > >  > >  >
> >  > org.apache.jorphan.collections.HashTree.traverse(HashTree.java:959)
> >  > >  > >  > >     at
> >  > >  > >  > >
> >  > >  > >  >
> >  > >  >
> >  >
>  org.apache.jmeter.engine.StandardJMeterEngine.run(StandardJMeterEngine.java:337)
> >  > >  > >  > >     at java.lang.Thread.run(Thread.java:595)
> >  > >  > >  > >
> >  > >  > >  > >
> >  > >  > >  > >  If i change the name of the second module to some other
> value
> >  > e.g.
> >  > >  > Test
> >  > >  > >  > 2
> >  > >  > >  > >  then this works correctly. Is there some limitation on
> using
> >  > Module
> >  > >  > >  > >  Controllers?
> >  > >  > >  > >
> >  > >  > >  > >  regards
> >  > >  > >  > >
> >  > >  > >  > > deepak
> >  > >  > >  > >
> >  > >  > >  >
> >  > >  > >
> >  > >  > > >
> >  > ---------------------------------------------------------------------
> >  > >  > >  > To unsubscribe, e-mail:
> >  > jmeter-user-unsubscribe@jakarta.apache.org
> >  > >  > >  > For additional commands, e-mail:
> >  > jmeter-user-help@jakarta.apache.org
> >  > >  > >  >
> >  > >  > >  >
> >  > >  > >
> >  > >  >
> >  > >  >
> ---------------------------------------------------------------------
> >  > >  > To unsubscribe, e-mail:
> jmeter-user-unsubscribe@jakarta.apache.org
> >  > >  > For additional commands, e-mail:
> jmeter-user-help@jakarta.apache.org
> >  > >  >
> >  > >  >
> >  > >
> >  >
> >  > ---------------------------------------------------------------------
> >  > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> >  > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> >  >
> >  >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

Re: Bug when Module Controllers are named the same in the same transaction controller

Posted by sebb <se...@gmail.com>.
Now I see the NPE.

The Transaction Controller is not relevant and can be omitted.

On 07/05/2009, Deepak Shetty <sh...@gmail.com> wrote:
> D'oh I forgot to tell you the most important part, this only happens when I
>  run in command line mode
>  regards
>
> deepak
>
>
>  On Thu, May 7, 2009 at 9:15 AM, sebb <se...@gmail.com> wrote:
>
>  > In that case, please file a Bugzilla issue and attach the JMX file and
>  > the jmeter.log file.
>  >
>  > I've tried, and cannot reproduce the fault.
>  >
>  > On 07/05/2009, Deepak Shetty <sh...@gmail.com> wrote:
>  > > Hi
>  > >  just tried it out , it fails in both cases.
>  > >  regards
>  > >
>  > > deepak
>  > >
>  > >
>  > >  On Thu, May 7, 2009 at 8:56 AM, sebb <se...@gmail.com> wrote:
>  > >
>  > >  > And are you using "Generate parent sample" or not on the Transaction
>  > >  > Controller?
>  > >  >
>  > >  > On 07/05/2009, Deepak Shetty <sh...@gmail.com> wrote:
>  > >  > > Hi
>  > >  > >  Its 2.3.2 r665936
>  > >  > >  regards
>  > >  > >  deepak
>  > >  > >
>  > >  > >
>  > >  > >  On Thu, May 7, 2009 at 7:47 AM, sebb <se...@gmail.com> wrote:
>  > >  > >
>  > >  > >  > Which version of JMeter are you using?
>  > >  > >  >
>  > >  > >  > On 07/05/2009, Deepak Shetty <sh...@gmail.com> wrote:
>  > >  > >  > > Hi
>  > >  > >  > >  I have the following structure
>  > >  > >  > >  Disabled Thread Group
>  > >  > >  > >     Simple Controller
>  > >  > >  > >        HTTP Request
>  > >  > >  > >  Thread Group
>  > >  > >  > >     Transaction Controller
>  > >  > >  > >        Module Controller named Test --> Using Simple Controller
>  > >  > Defined
>  > >  > >  > >  above
>  > >  > >  > >        Module Controller named Test --> Using Simple Controller
>  > >  > Defined
>  > >  > >  > >  above
>  > >  > >  > >  This fails with NullPointerException
>  > >  > >  > >  2009/05/06 22:22:36 ERROR -
>  > jmeter.engine.StandardJMeterEngine:
>  > >  > Uncaught
>  > >  > >  > >  exception:  java.lang.NullPointerException
>  > >  > >  > >     at
>  > >  > >  > >
>  > >  >
>  >  org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:976)
>  > >  > >  > >     at
>  > >  > >  > >
>  > >  >
>  >  org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:976)
>  > >  > >  > >     at
>  > >  > >  > >
>  > >  >
>  >  org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:976)
>  > >  > >  > >     at
>  > >  > >  >
>  > org.apache.jorphan.collections.HashTree.traverse(HashTree.java:959)
>  > >  > >  > >     at
>  > >  > >  > >
>  > >  > >  >
>  > >  >
>  >  org.apache.jmeter.engine.StandardJMeterEngine.run(StandardJMeterEngine.java:337)
>  > >  > >  > >     at java.lang.Thread.run(Thread.java:595)
>  > >  > >  > >
>  > >  > >  > >
>  > >  > >  > >  If i change the name of the second module to some other value
>  > e.g.
>  > >  > Test
>  > >  > >  > 2
>  > >  > >  > >  then this works correctly. Is there some limitation on using
>  > Module
>  > >  > >  > >  Controllers?
>  > >  > >  > >
>  > >  > >  > >  regards
>  > >  > >  > >
>  > >  > >  > > deepak
>  > >  > >  > >
>  > >  > >  >
>  > >  > >
>  > >  > > >
>  > ---------------------------------------------------------------------
>  > >  > >  > To unsubscribe, e-mail:
>  > jmeter-user-unsubscribe@jakarta.apache.org
>  > >  > >  > For additional commands, e-mail:
>  > jmeter-user-help@jakarta.apache.org
>  > >  > >  >
>  > >  > >  >
>  > >  > >
>  > >  >
>  > >  > ---------------------------------------------------------------------
>  > >  > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  > >  > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>  > >  >
>  > >  >
>  > >
>  >
>  > ---------------------------------------------------------------------
>  > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>  >
>  >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Bug when Module Controllers are named the same in the same transaction controller

Posted by Deepak Shetty <sh...@gmail.com>.
D'oh I forgot to tell you the most important part, this only happens when I
run in command line mode
regards
deepak

On Thu, May 7, 2009 at 9:15 AM, sebb <se...@gmail.com> wrote:

> In that case, please file a Bugzilla issue and attach the JMX file and
> the jmeter.log file.
>
> I've tried, and cannot reproduce the fault.
>
> On 07/05/2009, Deepak Shetty <sh...@gmail.com> wrote:
> > Hi
> >  just tried it out , it fails in both cases.
> >  regards
> >
> > deepak
> >
> >
> >  On Thu, May 7, 2009 at 8:56 AM, sebb <se...@gmail.com> wrote:
> >
> >  > And are you using "Generate parent sample" or not on the Transaction
> >  > Controller?
> >  >
> >  > On 07/05/2009, Deepak Shetty <sh...@gmail.com> wrote:
> >  > > Hi
> >  > >  Its 2.3.2 r665936
> >  > >  regards
> >  > >  deepak
> >  > >
> >  > >
> >  > >  On Thu, May 7, 2009 at 7:47 AM, sebb <se...@gmail.com> wrote:
> >  > >
> >  > >  > Which version of JMeter are you using?
> >  > >  >
> >  > >  > On 07/05/2009, Deepak Shetty <sh...@gmail.com> wrote:
> >  > >  > > Hi
> >  > >  > >  I have the following structure
> >  > >  > >  Disabled Thread Group
> >  > >  > >     Simple Controller
> >  > >  > >        HTTP Request
> >  > >  > >  Thread Group
> >  > >  > >     Transaction Controller
> >  > >  > >        Module Controller named Test --> Using Simple Controller
> >  > Defined
> >  > >  > >  above
> >  > >  > >        Module Controller named Test --> Using Simple Controller
> >  > Defined
> >  > >  > >  above
> >  > >  > >  This fails with NullPointerException
> >  > >  > >  2009/05/06 22:22:36 ERROR -
> jmeter.engine.StandardJMeterEngine:
> >  > Uncaught
> >  > >  > >  exception:  java.lang.NullPointerException
> >  > >  > >     at
> >  > >  > >
> >  >
>  org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:976)
> >  > >  > >     at
> >  > >  > >
> >  >
>  org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:976)
> >  > >  > >     at
> >  > >  > >
> >  >
>  org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:976)
> >  > >  > >     at
> >  > >  >
> org.apache.jorphan.collections.HashTree.traverse(HashTree.java:959)
> >  > >  > >     at
> >  > >  > >
> >  > >  >
> >  >
>  org.apache.jmeter.engine.StandardJMeterEngine.run(StandardJMeterEngine.java:337)
> >  > >  > >     at java.lang.Thread.run(Thread.java:595)
> >  > >  > >
> >  > >  > >
> >  > >  > >  If i change the name of the second module to some other value
> e.g.
> >  > Test
> >  > >  > 2
> >  > >  > >  then this works correctly. Is there some limitation on using
> Module
> >  > >  > >  Controllers?
> >  > >  > >
> >  > >  > >  regards
> >  > >  > >
> >  > >  > > deepak
> >  > >  > >
> >  > >  >
> >  > >
> >  > > >
> ---------------------------------------------------------------------
> >  > >  > To unsubscribe, e-mail:
> jmeter-user-unsubscribe@jakarta.apache.org
> >  > >  > For additional commands, e-mail:
> jmeter-user-help@jakarta.apache.org
> >  > >  >
> >  > >  >
> >  > >
> >  >
> >  > ---------------------------------------------------------------------
> >  > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> >  > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> >  >
> >  >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

Re: Bug when Module Controllers are named the same in the same transaction controller

Posted by sebb <se...@gmail.com>.
In that case, please file a Bugzilla issue and attach the JMX file and
the jmeter.log file.

I've tried, and cannot reproduce the fault.

On 07/05/2009, Deepak Shetty <sh...@gmail.com> wrote:
> Hi
>  just tried it out , it fails in both cases.
>  regards
>
> deepak
>
>
>  On Thu, May 7, 2009 at 8:56 AM, sebb <se...@gmail.com> wrote:
>
>  > And are you using "Generate parent sample" or not on the Transaction
>  > Controller?
>  >
>  > On 07/05/2009, Deepak Shetty <sh...@gmail.com> wrote:
>  > > Hi
>  > >  Its 2.3.2 r665936
>  > >  regards
>  > >  deepak
>  > >
>  > >
>  > >  On Thu, May 7, 2009 at 7:47 AM, sebb <se...@gmail.com> wrote:
>  > >
>  > >  > Which version of JMeter are you using?
>  > >  >
>  > >  > On 07/05/2009, Deepak Shetty <sh...@gmail.com> wrote:
>  > >  > > Hi
>  > >  > >  I have the following structure
>  > >  > >  Disabled Thread Group
>  > >  > >     Simple Controller
>  > >  > >        HTTP Request
>  > >  > >  Thread Group
>  > >  > >     Transaction Controller
>  > >  > >        Module Controller named Test --> Using Simple Controller
>  > Defined
>  > >  > >  above
>  > >  > >        Module Controller named Test --> Using Simple Controller
>  > Defined
>  > >  > >  above
>  > >  > >  This fails with NullPointerException
>  > >  > >  2009/05/06 22:22:36 ERROR - jmeter.engine.StandardJMeterEngine:
>  > Uncaught
>  > >  > >  exception:  java.lang.NullPointerException
>  > >  > >     at
>  > >  > >
>  >  org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:976)
>  > >  > >     at
>  > >  > >
>  >  org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:976)
>  > >  > >     at
>  > >  > >
>  >  org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:976)
>  > >  > >     at
>  > >  > org.apache.jorphan.collections.HashTree.traverse(HashTree.java:959)
>  > >  > >     at
>  > >  > >
>  > >  >
>  >  org.apache.jmeter.engine.StandardJMeterEngine.run(StandardJMeterEngine.java:337)
>  > >  > >     at java.lang.Thread.run(Thread.java:595)
>  > >  > >
>  > >  > >
>  > >  > >  If i change the name of the second module to some other value e.g.
>  > Test
>  > >  > 2
>  > >  > >  then this works correctly. Is there some limitation on using Module
>  > >  > >  Controllers?
>  > >  > >
>  > >  > >  regards
>  > >  > >
>  > >  > > deepak
>  > >  > >
>  > >  >
>  > >
>  > > > ---------------------------------------------------------------------
>  > >  > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  > >  > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>  > >  >
>  > >  >
>  > >
>  >
>  > ---------------------------------------------------------------------
>  > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>  >
>  >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Bug when Module Controllers are named the same in the same transaction controller

Posted by Deepak Shetty <sh...@gmail.com>.
Hi
just tried it out , it fails in both cases.
regards
deepak

On Thu, May 7, 2009 at 8:56 AM, sebb <se...@gmail.com> wrote:

> And are you using "Generate parent sample" or not on the Transaction
> Controller?
>
> On 07/05/2009, Deepak Shetty <sh...@gmail.com> wrote:
> > Hi
> >  Its 2.3.2 r665936
> >  regards
> >  deepak
> >
> >
> >  On Thu, May 7, 2009 at 7:47 AM, sebb <se...@gmail.com> wrote:
> >
> >  > Which version of JMeter are you using?
> >  >
> >  > On 07/05/2009, Deepak Shetty <sh...@gmail.com> wrote:
> >  > > Hi
> >  > >  I have the following structure
> >  > >  Disabled Thread Group
> >  > >     Simple Controller
> >  > >        HTTP Request
> >  > >  Thread Group
> >  > >     Transaction Controller
> >  > >        Module Controller named Test --> Using Simple Controller
> Defined
> >  > >  above
> >  > >        Module Controller named Test --> Using Simple Controller
> Defined
> >  > >  above
> >  > >  This fails with NullPointerException
> >  > >  2009/05/06 22:22:36 ERROR - jmeter.engine.StandardJMeterEngine:
> Uncaught
> >  > >  exception:  java.lang.NullPointerException
> >  > >     at
> >  > >
>  org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:976)
> >  > >     at
> >  > >
>  org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:976)
> >  > >     at
> >  > >
>  org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:976)
> >  > >     at
> >  > org.apache.jorphan.collections.HashTree.traverse(HashTree.java:959)
> >  > >     at
> >  > >
> >  >
>  org.apache.jmeter.engine.StandardJMeterEngine.run(StandardJMeterEngine.java:337)
> >  > >     at java.lang.Thread.run(Thread.java:595)
> >  > >
> >  > >
> >  > >  If i change the name of the second module to some other value e.g.
> Test
> >  > 2
> >  > >  then this works correctly. Is there some limitation on using Module
> >  > >  Controllers?
> >  > >
> >  > >  regards
> >  > >
> >  > > deepak
> >  > >
> >  >
> >
> > > ---------------------------------------------------------------------
> >  > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> >  > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
> >  >
> >  >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

Re: Bug when Module Controllers are named the same in the same transaction controller

Posted by sebb <se...@gmail.com>.
And are you using "Generate parent sample" or not on the Transaction Controller?

On 07/05/2009, Deepak Shetty <sh...@gmail.com> wrote:
> Hi
>  Its 2.3.2 r665936
>  regards
>  deepak
>
>
>  On Thu, May 7, 2009 at 7:47 AM, sebb <se...@gmail.com> wrote:
>
>  > Which version of JMeter are you using?
>  >
>  > On 07/05/2009, Deepak Shetty <sh...@gmail.com> wrote:
>  > > Hi
>  > >  I have the following structure
>  > >  Disabled Thread Group
>  > >     Simple Controller
>  > >        HTTP Request
>  > >  Thread Group
>  > >     Transaction Controller
>  > >        Module Controller named Test --> Using Simple Controller Defined
>  > >  above
>  > >        Module Controller named Test --> Using Simple Controller Defined
>  > >  above
>  > >  This fails with NullPointerException
>  > >  2009/05/06 22:22:36 ERROR - jmeter.engine.StandardJMeterEngine: Uncaught
>  > >  exception:  java.lang.NullPointerException
>  > >     at
>  > >  org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:976)
>  > >     at
>  > >  org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:976)
>  > >     at
>  > >  org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:976)
>  > >     at
>  > org.apache.jorphan.collections.HashTree.traverse(HashTree.java:959)
>  > >     at
>  > >
>  >  org.apache.jmeter.engine.StandardJMeterEngine.run(StandardJMeterEngine.java:337)
>  > >     at java.lang.Thread.run(Thread.java:595)
>  > >
>  > >
>  > >  If i change the name of the second module to some other value e.g. Test
>  > 2
>  > >  then this works correctly. Is there some limitation on using Module
>  > >  Controllers?
>  > >
>  > >  regards
>  > >
>  > > deepak
>  > >
>  >
>
> > ---------------------------------------------------------------------
>  > To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
>  > For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>  >
>  >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org


Re: Bug when Module Controllers are named the same in the same transaction controller

Posted by Deepak Shetty <sh...@gmail.com>.
Hi
Its 2.3.2 r665936
regards
deepak

On Thu, May 7, 2009 at 7:47 AM, sebb <se...@gmail.com> wrote:

> Which version of JMeter are you using?
>
> On 07/05/2009, Deepak Shetty <sh...@gmail.com> wrote:
> > Hi
> >  I have the following structure
> >  Disabled Thread Group
> >     Simple Controller
> >        HTTP Request
> >  Thread Group
> >     Transaction Controller
> >        Module Controller named Test --> Using Simple Controller Defined
> >  above
> >        Module Controller named Test --> Using Simple Controller Defined
> >  above
> >  This fails with NullPointerException
> >  2009/05/06 22:22:36 ERROR - jmeter.engine.StandardJMeterEngine: Uncaught
> >  exception:  java.lang.NullPointerException
> >     at
> >  org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:976)
> >     at
> >  org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:976)
> >     at
> >  org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:976)
> >     at
> org.apache.jorphan.collections.HashTree.traverse(HashTree.java:959)
> >     at
> >
>  org.apache.jmeter.engine.StandardJMeterEngine.run(StandardJMeterEngine.java:337)
> >     at java.lang.Thread.run(Thread.java:595)
> >
> >
> >  If i change the name of the second module to some other value e.g. Test
> 2
> >  then this works correctly. Is there some limitation on using Module
> >  Controllers?
> >
> >  regards
> >
> > deepak
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: jmeter-user-help@jakarta.apache.org
>
>

Re: Bug when Module Controllers are named the same in the same transaction controller

Posted by sebb <se...@gmail.com>.
Which version of JMeter are you using?

On 07/05/2009, Deepak Shetty <sh...@gmail.com> wrote:
> Hi
>  I have the following structure
>  Disabled Thread Group
>     Simple Controller
>        HTTP Request
>  Thread Group
>     Transaction Controller
>        Module Controller named Test --> Using Simple Controller Defined
>  above
>        Module Controller named Test --> Using Simple Controller Defined
>  above
>  This fails with NullPointerException
>  2009/05/06 22:22:36 ERROR - jmeter.engine.StandardJMeterEngine: Uncaught
>  exception:  java.lang.NullPointerException
>     at
>  org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:976)
>     at
>  org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:976)
>     at
>  org.apache.jorphan.collections.HashTree.traverseInto(HashTree.java:976)
>     at org.apache.jorphan.collections.HashTree.traverse(HashTree.java:959)
>     at
>  org.apache.jmeter.engine.StandardJMeterEngine.run(StandardJMeterEngine.java:337)
>     at java.lang.Thread.run(Thread.java:595)
>
>
>  If i change the name of the second module to some other value e.g. Test 2
>  then this works correctly. Is there some limitation on using Module
>  Controllers?
>
>  regards
>
> deepak
>

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-user-help@jakarta.apache.org