DX Application Performance Management

  • 1.  It's possible show "NullPointerException" in Enterprise Manager?

    Posted Apr 20, 2017 03:08 PM

    Hello Everyone!

    Today i have a system in Java on a JBoss server with a custom PBD file, in Enterprise Manager show many errors 404, soapfault and more... but doesnt show "NullPointerException".

     

    I would like to know if there is a possible show "NullPointerException" in Enterprise Manager?

    APM Enterprise Manager Version: 10.3
    APM Agent Version: 10.3



  • 2.  Re: It's possible show "NullPointerException" in Enterprise Manager?
    Best Answer

    Broadcom Employee
    Posted Apr 21, 2017 09:31 AM

    Introscope cannot directly instrument java.* packages.  The NullPointerException is from java.lang.NullPointerException.

     

    However as a workaround, you could use the ExceptionErrorReporter tracer to check for exceptions being thrown from the instrumented method.  If an exception is thrown, then the tracer treats it as an error and gets the error message from the exception.  This would be a customization though and is not offered out of the box.



  • 3.  Re: It's possible show "NullPointerException" in Enterprise Manager?

    Broadcom Employee
    Posted Apr 21, 2017 10:38 AM

    Marking as correct since question was answered. Was the response helpful? You may ask followup questions as well