Question

I am developing a simple message flow which uses Log4j to log the status at various stages. But when I am trying to run this flow I am getting the following error. I have use Log4jNode in the message flow.

An error occurred when trying to resolve the Java class or method ''com.ibm.broker.IAM3.Log4jNode.initLog4j'' which is referred to by the routine ''initLog4j''

As the error message states, I guess it couldn't find the reference for the log4jNode. But I couldn't find any help which could nail this down. Experts please help me.

Était-ce utile?

La solution

Log4jNode is one of the Category 2 - unsupported Websphere MQ SupportPacs. This is sort of a compute node used to configure and write log files. The error has occured during initialization.

As you have guessed, there seems to be a trouble finding the reference jar in MQ Broker's classpath. Please check the documentation found here and see if you have missed anything.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top