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 2003/05/21 09:51:51 UTC

DO NOT REPLY [Bug 20100] New: - UserParameterModifier null pointer exception

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=20100>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

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

UserParameterModifier null pointer exception

           Summary: UserParameterModifier null pointer exception
           Product: JMeter
           Version: Nightly (Please specify date)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: HTTP
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: richard.stedham@talk21.com


Using 1.9 RC1 and nightly download 2003-05-20

When using the Pre Processor HTTP User Parameter Modifier it fails with a null 
pointer exception as allAvailableUsers is not being set as testStarted is not 
being called for the instance being used.

Adding

if (allAvailableUsers == null)
	testStarted();

to the process method ensures it is set works, but I am not sure why 
testStarted is not being called.

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