Javaagent extends agentbase thread problem

Hello,

I would like to ask if anyone knows how to start or initialize the agentthread: javaagent. I tried initThread() but doesn’t work.

I’m currently having an error cleaning up agent threads. I found out from other forums that it is because i’m extending the agentbase eventhough I’m not using any threads. And this is because a created and not started thread and a thread that won’t die.

any help is much appreciated. thanks!

Subject: javaagent extends agentbase thread problem

But we’re already discussing this in another thread in this very forum? Why are you initialising a thread in your agent anyway? You’ve already stated that you don’t need a multithreaded agent, so this makes no sense: AgentBase is already extending a thread-initialising class for you.