You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2001/04/10 19:00:12 UTC

[Bug 1292] New - version 1.6 JMeterThread calls getSampler with entry == null

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=1292

*** shadow/1292	Tue Apr 10 10:00:12 2001
--- shadow/1292.tmp.26197	Tue Apr 10 10:00:12 2001
***************
*** 0 ****
--- 1,29 ----
+ +============================================================================+
+ | version 1.6 JMeterThread calls getSampler with entry == null               |
+ +----------------------------------------------------------------------------+
+ |        Bug #: 1292                        Product: JMeter                  |
+ |       Status: NEW                         Version: unspecified             |
+ |   Resolution:                            Platform: PC                      |
+ |     Severity: Critical                 OS/Version: Linux                   |
+ |     Priority:                           Component: Main                    |
+ +----------------------------------------------------------------------------+
+ |  Assigned To: jmeter-dev@jakarta.apache.org                                |
+ |  Reported By: jan.kester@moneyextra.es                                     |
+ |      CC list: Cc:                                                          |
+ +----------------------------------------------------------------------------+
+ |          URL:                                                              |
+ +============================================================================+
+ |                              DESCRIPTION                                   |
+ 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.

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