The adobe AEM instrumented with JavaAgent keeps disconnecting from the Introscope EM, the APM Agent log reports continuous connection and disconnection every 30s:
[DEBUG] [IntroscopeAgent.IncomingMessageDeliveryTask] Unrecoverable exception while reading from Socket Transport connected with Socket[addr=/<ip_address>,port=5001,localport=<port>]
java.lang.UnsupportedOperationException: Deserialization not allowed for class com.wily.introscope.spec.agent.beans.autotracing.AgentMetricThresholdTrigger (on <date>)
at org.kantega.notsoserial.DefaultNotSoSerial.preventDeserialization(DefaultNotSoSerial.java:256)
at org.kantega.notsoserial.DefaultNotSoSerial.onBeforeResolveClass(DefaultNotSoSerial.java:248)
at org.kantega.notsoserial.ObjectInputStreamClassVisitor.onBeforeResolveClass(ObjectInputStreamClassVisitor.java:48)
at java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1868)
...
APM Java Agent
The problem is is related to a Deserialization Firewall from Adobe AEM. Firewall is blocking the deserialization of wily agent classes.
Add our classes (com.wily.) to the white-list section in Adobe AEM configuration. Consult your Adobe AEM Support Team.