Log4jNode in message flow in Websphere Message Broker throws error

I am developing a simple message flow that uses Log4j to register state at different stages. But when I try to start this thread, I get the following error. I am using Log4jNode in a message flow.

An error occurred while trying to solve a Java class or method ''com.ibm.broker.IAM3.Log4jNode.initLog4j'' , referred to by the procedure " initLog4j "

As indicated in the error message, I think it could not find the link for log4jNode. But I could not find any help that could nail this. Experts, please help me.

+4
source share
1 answer

Log4jNode is one of Category 2 - unsupported by Websphere MQ SupportPacs. This is a kind of compute node used to configure and write log files. An error occurred during initialization.

As you may have guessed, it seems that there are problems with finding a reference jar in the MQ Class Broker. Please check the documentation found here and see if you missed something.

+3
source

All Articles