When I tried to run an MQ adapter I got the below exception. Can anyone help me to resolve the issue.
[ART.117.4002] Adapter Runtime (Adapter Service): Unable to invoke adapter service
[ADA.600.1055] Exception caught Get : Java heap space
Java heap space
Caused by: com.wm.adk.error.AdapterServiceException: [ADA.600.1055] Exception caught Get : Java heap space
Java heap space
Caused by: java.lang.OutOfMemoryError: Java heap space
Does this interface deals with large data transfer (put/get)?
Do you have Trace mode enabled for MQ Adapter from IS admin to capture some MQ traces? If so, you have to disable after some time. Having it enabled for a lot of time will keep adding MQ trace messages into the object and this might result in heap error.