https://bz.apache.org/bugzilla/show_bug.cgi?id=63207
Bug ID: 63207
Summary: java.lang.NullPointerException: null when run Jmeter
5.1 with proxy options
Product: JMeter
Version: 5.1
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.2
Created attachment 36459
--> https://bz.apache.org/bugzilla/attachment.cgi?id=36459&action=edit
log
Hi there !
When I start Jmeter 5.1 with proxy options like jmeter.bat -H host -P port -u
login -a password jmeter failed with error level =1 and in log file
information:
java.lang.NullPointerException: null
at org.apache.jmeter.JMeter.setProxy(JMeter.java:763)
~[ApacheJMeter_core.jar:5.1 r1853635]
at org.apache.jmeter.JMeter.start(JMeter.java:490)
[ApacheJMeter_core.jar:5.1 r1853635]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
~[?:1.8.0_191]
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
~[?:1.8.0_191]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
~[?:1.8.0_191]
at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_191]
at org.apache.jmeter.NewDriver.main(NewDriver.java:253)
[ApacheJMeter.jar:5.1 r1853635]
--
You are receiving this mail because:
You are the assignee for the bug.