https://issues.apache.org/bugzilla/show_bug.cgi?id=52296
Bug #: 52296
Summary: Getting ERROR sampleEnd called twice
java.lang.Throwable: Invalid call sequence
Product: JMeter
Version: 2.5.1
Platform: All
OS/Version: All
Status: NEW
Severity: major
Priority: P2
Component: Main
AssignedTo: [email protected]
ReportedBy: [email protected]
Classification: Unclassified
Created attachment 28043
--> https://issues.apache.org/bugzilla/attachment.cgi?id=28043
Test plan to reproduce issue
Running the attached Test Plan (I simplified by replacing HTTP Sampler by Debug
Sampler), I get the following message:
2011/12/06 22:13:53 WARN - jmeter.control.TransactionController: Could not
fetch SamplePackage
2011/12/06 22:13:53 ERROR - jmeter.samplers.SampleResult: sampleEnd called
twice java.lang.Throwable: Invalid call sequence
at org.apache.jmeter.samplers.SampleResult.sampleEnd(SampleResult.java:985)
at
org.apache.jmeter.control.TransactionController.next2(TransactionController.java:177)
at
org.apache.jmeter.control.TransactionController.next(TransactionController.java:101)
at
org.apache.jmeter.control.GenericController.nextIsAController(GenericController.java:195)
at
org.apache.jmeter.control.TransactionController.nextIsAController(TransactionController.java:139)
at
org.apache.jmeter.control.GenericController.next(GenericController.java:148)
at
org.apache.jmeter.control.TransactionController.next2(TransactionController.java:171)
at
org.apache.jmeter.control.TransactionController.next(TransactionController.java:101)
at
org.apache.jmeter.control.GenericController.nextIsAController(GenericController.java:195)
at
org.apache.jmeter.control.TransactionController.nextIsAController(TransactionController.java:139)
at
org.apache.jmeter.control.GenericController.next(GenericController.java:148)
at
org.apache.jmeter.control.TransactionController.next2(TransactionController.java:171)
at
org.apache.jmeter.control.TransactionController.next(TransactionController.java:101)
at
org.apache.jmeter.control.GenericController.nextIsAController(GenericController.java:186)
at
org.apache.jmeter.control.GenericController.next(GenericController.java:148)
at org.apache.jmeter.control.LoopController.next(LoopController.java:108)
at
org.apache.jmeter.threads.AbstractThreadGroup.next(AbstractThreadGroup.java:75)
at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:268)
at java.lang.Thread.run(Thread.java:680)
Issue occurs on 2.5.1 , 2.5 and 2.4.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.