The RA Informatica Agent stop abnormally when a job is executed with the following error message below in the agent log:
java.lang.NoClassDefFoundError: org/codehaus/groovy/runtime/typehandling/ShortTypeHandling
at com.uc4.informatica.ExecutedTask.<init>(ExecutedTask.groovy:63)
at com.uc4.informatica.InformaticaPMCmdCommand.getWorkflowExecutedTasks(InformaticaPMCmdCommand.java:1651)
at com.uc4.informatica.InformaticaPMCmdCommand$getWorkflowExecutedTasks.call(Unknown Source)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:40)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:116)
at WorkFlowJob.runJob(InformaticaAgent.groovy:2879)
at com.uc4.extensibility.types.CITAgent.dispatchJob(CITAgent.java:258)
at com.uc4.ex.cit.CITJob.execute(CITJob.java:194)
at com.uc4.ex.Job.run(Job.java:469)
at com.uc4.ex.ThreadPool$RunnableDecorator.run(ThreadPool.java:53)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.ClassNotFoundException: org.codehaus.groovy.runtime.typehandling.ShortTypeHandling
at com.uc4.extensibility.util.ExtensibleFrameworkClassLoader.loadClass(ExtensibleFrameworkClassLoader.java:1023)
at com.uc4.extensibility.util.ExtensibleFrameworkClassLoader.loadClass(ExtensibleFrameworkClassLoader.java:1051)
... 15 more
The java-agent-lib.jar file was deleted in the bin directory of the RA Informatica agent installation directory.
Release : AE 12.x
Component : RA Informatica Agent v12.0.2
The java-agent-lib.jar is missing in the bin directory of the RA Informatica agent. After putting it back, the issue is fixed.