From: Generic G. <nt...@gm...> - 2010-04-01 20:20:11
|
I am attempting to perform auto-discovery on a WebLogic JVM which is Oracle WebLogic 10.3 and auto discovery is not working for this release. I made sure the path to WebLogic was present in my agent.properties file, and I also verified using the following command: [user@host agent]$ java -jar pdk/lib/hq-product.jar -Dplugins.include=weblogic -Dadmin.username=weblogic -Dadmin.password=password -m discover 0 servers detected I verified both the agent process and the WebLogic server are running under the same UID/GID. What would be the steps to resolve something like this? If I were to commit a fix (if one doesn't already exist) how would I go about that? |