Steps to enable http debug logs at agent side for Troubleshooting:

 

Steps to enable http debug logs at agent side –

1. Go to agenthome/user_projects/domains/agent-domain/bin folder
2. Open setDomainEnv.sh
3. Modify JAVA_OPTIONS=”${JAVA_OPTIONS} ${JAVA_PROPERTIES}” to JAVA_OPTIONS=”${JAVA_OPTIONS} ${JAVA_PROPERTIES} -Dhttp.debug=true” and save the file
4. Stop the agent and restart the agent using startAgent.sh from agent installation directory

 

Thank you !!