An applicatoin using Spring and Apache HTTPCommons is changing the scheme from https to http.
This is only occuring on nodes instrumented with AppDynamics. When we remove the agent, the application goes back to using the correct scheme.
Hi Travis,
Can you please attach the agent logs in debug mode and also relevant screenshots from controller ui for snapshot or the screen depicting the issue to debug further:
Steps to change agent logging to debug mode:
- Edit the log4j.xml at <agent_install_dir>\conf\logging\log4j.xml
- search for logger level from "info" to debug in the lines that looks similar to as follows in log4j.xml:
<level value="info"/>
- now apply load on applicaton making calls to spring BT that is affected with the schema from https to http
Thanks,
Arun