Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

version 1.6 JMeterThread calls getSampler with entry == null #733

Closed
asfimport opened this issue Apr 10, 2001 · 3 comments
Closed

version 1.6 JMeterThread calls getSampler with entry == null #733

asfimport opened this issue Apr 10, 2001 · 3 comments

Comments

@asfimport
Copy link
Collaborator

Jan Kester (Bug 1292):
Version 1.6a

Trying to get JMeter running with a ThreadGroup, a constant timer, a view
results listener, a once only logic, and a URL sample as a part of the once
only logic controller. URL sample contains an ip, index.html as file, and
method get.
JMeter causes a null pointer exception in
org.apache.jmeter.threads.JMeterThread.getSampler(entry)
In the run method of JMeterThread first a test is done whether entry == null,
but regardless the result of this, the getSampler(entry) method is called. This
method causes an error as a method of entry is called, though the object does
not exist. I guess that if entry equals null, the getSampler method shouldn't
be called.

Severity: critical
OS: Linux

@asfimport
Copy link
Collaborator Author

Mike Stover (migrated from Bugzilla):
Added a break so that JMeter stops sampling if no more samples are present

@asfimport
Copy link
Collaborator Author

Jordi Salvat i Alabart (migrated from Bugzilla):
Marking all bugs RESOLVED before JMeter 1.8's release date as VERIFIED.
Yes, it's pretty poor QA procedure, but there's bugs here lingering since JMeter
1.6, and we need to clean up a little.

@asfimport
Copy link
Collaborator Author

Jordi Salvat i Alabart (migrated from Bugzilla):
Bulk-closing all bugs RESOLVED before JMeter 1.8 release date.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant