Anil,
I have not seen this error before, but I suspect you can supress it by excluding instrumentation of the com.tangosol.net package.
If you look in /u01/app/AppServerAgent/ver4.5.7.24863/
you will find a file called app-agent-config.xml
In there, you will see a line saying:
<agent-service name="BCIEngine" enabled="true">
beneath this, you will see
<bci-processing-excludes>
and under there lines like
<custom-exclude filter-type="STARTSWITH" filter-value="io/netty/util/concurrent/SingleThreadEventExecutor"/>
if you add this:
<custom-exclude filter-type="STARTSWITH" filter-value="com/tangosol/net/"/>
and restart, you should find the process starts fine.
Please let me know if this helps.
Warm regards, Peter
... View more