이 콘텐츠는 선택한 언어로 제공되지 않습니다.
4.3.2. Enabling SSL Debugging
Enabling verbose logging in the agent can return more details SSL communication messages in the agent log, which can help diagnose connection problems.
- Open the agent environment variable file. This defines some settings for the JVM which the agent runs in, including debug log settings.
vim agentRoot/rhq-agent/bin/rhq-agent-env.sh
vim agentRoot/rhq-agent/bin/rhq-agent-env.sh
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Add a
RHQ_AGENT_ADDITIONAL_JAVA_OPTS
line to set a debug environment variable.RHQ_AGENT_ADDITIONAL_JAVA_OPTS="-Djavax.net.debug=all"
RHQ_AGENT_ADDITIONAL_JAVA_OPTS="-Djavax.net.debug=all"
Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Restart the agent.
agentRoot/rhq-agent/bin/rhq-agent.sh
agentRoot/rhq-agent/bin/rhq-agent.sh
Copy to Clipboard Copied! Toggle word wrap Toggle overflow