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=5097>.
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=5097

Cleanup of NullPointerExceptions on Startup

           Summary: Cleanup of NullPointerExceptions on Startup
           Product: JMeter
           Version: unspecified
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Main
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


When running jmeter, the first things I get are many NullPointerExceptions..
Some in the SSLManager code, and some in the ClassFinder code. They're harmless
(in my case - I don't have SSL enabled) - but when you show the product to
management, it doesn't instill confidence.

Both of the causes were almost identical: in the code, you'd take a String
blindly and run it through code like:

Class.forName(myString).newInstance() .. Which, obviously, gives a NPE when you
myString is null..

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to