DX Application Performance Management

Expand all | Collapse all

How can we suppress [ERROR] [IntroscopeAgent.Agent] Exception formatting "WebSphereMQ|JMS|{ho

  • 1.  How can we suppress [ERROR] [IntroscopeAgent.Agent] Exception formatting "WebSphereMQ|JMS|{ho

    Posted Jun 12, 2015 11:27 AM

    This keeps filling up our logs and the websphere logs - does anyone know how to suppress this?

     

    [ERROR] [IntroscopeAgent.Agent] Exception formatting "WebSphereMQ|JMS|{ho

    stname}|{queuemanager}|{queue}|Receive|Consumer Receive" for probe at com.ibm.mq.jms.MQMessageCon

    sumer.receive(J)Ljavax/jms/Message;

     

    THanks



  • 2.  Re: How can we suppress [ERROR] [IntroscopeAgent.Agent] Exception formatting "WebSphereMQ|JMS|{ho

    Posted Jun 12, 2015 01:12 PM

    Hi Patrick,

    It seems like Agent is unable to format the metric name properly, indicating one or more of the entities enclosed in {}(hostname, queue etc.) is either unavailable or looking for same is causing an error. Instead of suppressing we should look into addressing the root cause so I will suggest you to open a support issue with following details:

    -WAS version details including logs

    -Agent logs in DEBUG mode

    -MQ Client API version used by Appserver

    -MQ Server version details

     

    so we can help you further.

     

    Regards,

    Kulbir.



  • 3.  Re: How can we suppress [ERROR] [IntroscopeAgent.Agent] Exception formatting "WebSphereMQ|JMS|{ho
    Best Answer

    Posted Jun 12, 2015 01:37 PM

    WIll do



  • 4.  Re: How can we suppress [ERROR] [IntroscopeAgent.Agent] Exception formatting "WebSphereMQ|JMS|{ho

    Posted Jun 25, 2015 12:50 PM

    CORRECT SOLUTION:

     

     

    Pass the -Dcom.wily.mqpp.mqagentProfile=<path to the wily folder>/MQAgent.properties with other JVM arguments at the Java command for running the agents.

     

    Example:

      -javaagent:<path to the wily folder>/Agent.jar -Dcom.wily.introscope.agentProfile=<path to the wily folder>/IntroscopeAgent.profile -Dcom.wily.mqpp.mqagentProfile=<path to the wily folder>/MQAgent1.properties