Andrew Mashenkov created IGNITE-8878:
----------------------------------------
Summary: Make WebConsole agent logging more verbose.
Key: IGNITE-8878
URL:
https://issues.apache.org/jira/browse/IGNITE-8878 Project: Ignite
Issue Type: Bug
Components: wizards
Reporter: Andrew Mashenkov
Fix For: 2.6
For now it is impossible to debug ssl handshake failures in console agent
as it just log meaningless message with no cause and stacktrace and call System.exit(1).
We have to make logging more verbose at debug level at least.
This is full log of failure:
[2018-06-26 15:01:54,060][INFO ][main][AgentLauncher] Connecting to: [https://|
https://10.44.38.53/] [x|
http://10.44.38.53:8080/] [.x.x.x|
https://10.44.38.53/]
[2018-06-26 15:01:54,233][ERROR][EventThread][AgentLauncher] Failed to establish SSL connection to server, due to errors with SSL handshake.
[2018-06-26 15:01:54,233][ERROR][EventThread][AgentLauncher] Add to environment variable JVM_OPTS parameter "-Dtrust.all=true" to skip certificate validation in case of using self-signed certificate.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)