Java agent stopped running

I recently upgraded a server to 6.0.3 on Win2K and I have a Java agent that just stopped working. I’m getting an error in the server log stating it cannot get the agent attachments, and a ClassNotFound exception for java.util.zip.Inflator, which is in the rt.jar for the JVM.

Any thoughts?

Cheers!

Luke

Subject: Java agent stopped running

I had a similar issue which turned out to be an install issue. The way I had the search path set up it was finding old files first.

Subject: RE: Java agent stopped running

Is this a classpath issue, then? What is the “search path”?

Cheers!

Luke