I moved the MQ connections and listeners packages from one DEV IS to another as a part of migration to new servers in the same environment. I am able to see the MQ connections get loaded in the IS Admin page , but the MQ listeners are not getting loaded. I get the following error.
Error encountered
[ART.115.3220] Adapter Runtime (Listener): Unable to get list of listener types supported by node wmMQAdapter.
null
Did I miss any SAG fix for MQ. I found it was loading find in our CIT and QA environments . Kindly provide me a solution to resolve this.
Found a KB article:KB #: 1748495 similiar to your error code but for SAP adapter related.
Try this resolution and check if this works for you also:
Resolution:
Analysis of the stack trace indicates that the error is coming from WmArt.
Recommended copying the WmArt package from another environment that’s on same fix level and version.
After copying over the WmArt package they start to see error such as missing listener. They found out that another packages have listener notifications that point to a none existing listener since that listener was already deleted. If they disable those packages then they are able to see the other listener in SAP Adapter admin page.
Ask them to create a new listener with the same name as the listener which has already been deleted and is use by the existing listener notification then enable they package that contain those notification again.
Issue is resolve. I cannot reproduce in house therefore I think the problem is due to something wrong with the their WmArt package.