Bug 42815 - 2.3RC1 Nested Transaction controller - NullPointerException - jdk-1.6.0_02 and _01
Summary: 2.3RC1 Nested Transaction controller - NullPointerException - jdk-1.6.0_02 an...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.3
Hardware: Sun Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-05 05:59 UTC by Andr
Modified: 2007-07-09 08:07 UTC (History)
0 users



Attachments
Test case (13.96 KB, text/plain)
2007-07-05 06:02 UTC, Andr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andr 2007-07-05 05:59:11 UTC
jmeter.threads.JMeterThread:  java.lang.NullPointerException
        at 
org.apache.jmeter.threads.TestCompiler.configureSampler(TestCompiler.java:85)
        at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:283)
        at java.lang.Thread.run(Thread.java:619)
Comment 1 Andr 2007-07-05 06:02:01 UTC
Created attachment 20449 [details]
Test case

Test case: 
- nested transction conttrollers
- beanshell assertion problem: failureMessage and failure=true are not shown in
assertion results listener
- subsamples of a transaction controller are not shown in csv output....
Comment 2 Alf Hogemark 2007-07-05 10:31:47 UTC
There does seem to be a problem with nested transaction controllers.
Comment 3 Alf Hogemark 2007-07-05 10:51:21 UTC
The run method of the JMeterThread does not seem to support nested
TransactionControllers at the moment.
It will probably be of some complexity to add support for nested transaction
controllers.
Comment 4 Andr 2007-07-06 01:02:56 UTC
(In reply to comment #3)
> The run method of the JMeterThread does not seem to support nested
> TransactionControllers at the moment.
> It will probably be of some complexity to add support for nested transaction
> controllers.

in JMeter 2.2 nested transaction controllers are working well
Comment 5 Sebb 2007-07-09 08:07:39 UTC
Transaction Controller has now been reverted to the original behaviour by 
default.

The new behaviour can be selected as an option on the Transaction Controller 
GUI.

Exisiting test plans will work as before.

Thanks for reporting the problem.
Comment 6 The ASF infrastructure team 2022-09-24 20:37:39 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/1968