When configuring AppDynamics Lite for Oracle Weblogic 10.x on windows I modified startWeblogic.cmd
to include
set JAVA_OPTIONS=% JAVA_OPTIONS% -javaagent:"c:\sevatec\AppDynamics\agent\javaagent.jar"
even though the agent starts ok I get the following error from the weblogic server
SEVERE: java.io.FileNotFoundException: .\config\jps-config.xml (The system cannot find the file specified) May 13, 2013 2:04:15 PM oracle.security.jps.internal.jaas.LoginConfigurationImpl SEVERE: .\config\jps-config.xml (The system cannot find the file specified) oracle.security.jps.config.JpsConfigurationException: .\config\jps-config.xml (The Any ideas how the agent could be causing this issue since taking this line out and weblogic starts ok !?!? Thanks!
Hi,
Adding the lite agent to weblogic should not cause the error, can you please make sure that there is extra spaces in agent are javaagent entry and also add the javaagent entry above line with text "start weblogic" in startWebLogic.cmd file, confirm the text string before the javaagent entry you have added, we understood that you have have configured javaagent as per doc:
set JAVA_OPTIONS=%JAVA_OPTIONS% -javaagent:"c:\sevatec\AppDynamics\agent\javaagent.jar"
refer doc: http://litedocs.appdynamics.com/display/ADLite/Oracle+WebLogic
Also can you please attache server console stack trace and agent logs under "c:\sevatec\AppDynamics\agent\logs" path if the issue still persists.
on a side note, we request you to create lite related queries under section
http://appsphere.appdynamics.com/t5/Lite-for-Java/bd-p/LiteJavaDisc
Thanks,
Arun