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 <[email protected]> wrote:

> On 07/05/2009, Deepak Shetty <[email protected]> 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 <[email protected]> wrote:
> >
> >  > Now I see the NPE.
> >  >
> >  > The Transaction Controller is not relevant and can be omitted.
> >  >
> >  > On 07/05/2009, Deepak Shetty <[email protected]> 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 <[email protected]> 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 <[email protected]> wrote:
> >  > >  > > Hi
> >  > >  > >  just tried it out , it fails in both cases.
> >  > >  > >  regards
> >  > >  > >
> >  > >  > > deepak
> >  > >  > >
> >  > >  > >
> >  > >  > >  On Thu, May 7, 2009 at 8:56 AM, sebb <[email protected]>
> wrote:
> >  > >  > >
> >  > >  > >  > And are you using "Generate parent sample" or not on the
> >  > Transaction
> >  > >  > >  > Controller?
> >  > >  > >  >
> >  > >  > >  > On 07/05/2009, Deepak Shetty <[email protected]> wrote:
> >  > >  > >  > > Hi
> >  > >  > >  > >  Its 2.3.2 r665936
> >  > >  > >  > >  regards
> >  > >  > >  > >  deepak
> >  > >  > >  > >
> >  > >  > >  > >
> >  > >  > >  > >  On Thu, May 7, 2009 at 7:47 AM, sebb <[email protected]>
> >  > wrote:
> >  > >  > >  > >
> >  > >  > >  > >  > Which version of JMeter are you using?
> >  > >  > >  > >  >
> >  > >  > >  > >  > On 07/05/2009, Deepak Shetty <[email protected]>
> 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:
> >  > >  > [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]
>
>

Reply via email to