2020-08-05 15:56:34.877 [ERROR] com.aveksa.afx.server.init.SubmitInitializationRequestComponent:156 -
Error submitting initialization request to RSA Identity Governance and Lifecycle server!
2020-08-05 15:56:34.878 [ERROR] com.aveksa.afx.server.init.ServerInitializationComponent:79 -
Server initialization failed!
Please correct the issue and restart AFX. org.mule.api.transport.DispatchException:
Failed to route event via endpoint:
DefaultOutboundEndpoint{endpointUri=https://server.domain.com:8444/aveksa/afx/initialization ...
Caused by: java.net.SocketException: Connection reset
2020-08-05 15:56:35.812 [ERROR] org.mule.module.launcher.application.DefaultMuleApplication:361 - null
java.lang.IllegalArgumentException: Could not resolve placeholder 'afx.server.activemq.password'
in string value "${afx.server.activemq.password}"
>openssl s_client -connect acm-702.vcloud.local:8444 CONNECTED(00000003) write:errno=104 --- no peer certificate available --- No client certificate CA names sent --- SSL handshake has read 0 bytes and written 289 bytes
A packet capture on the remote AFX Server will show that the SSL Client Hello is being sent to RSA Identity Governance & Lifecycle but the TCP transmission is being terminated by an RST packet inserted into the network stream.
1 2020-08-07 10:20:11.892861 10.10.10.1 56036 10.10.10.10 8444 TCP 76 56036 → 8444 [SYN] Seq=0 Win=29200 Len=0 MSS=1460 SACK_PERM=1 TSval=1845193795 TSecr=0 WS=512
2 2020-08-07 10:20:11.893467 10.10.10.10 8444 10.10.10.1 56036 TCP 68 8444 → 56036 [SYN, ACK] Seq=0 Ack=1 Win=29200 Len=0 MSS=1460 SACK_PERM=1 WS=512
3 2020-08-07 10:20:11.893484 10.10.10.1 56036 10.10.10.10 8444 TCP 56 56036 → 8444 [ACK] Seq=1 Ack=1 Win=29696 Len=0
4 2020-08-07 10:20:11.897759 10.10.10.1 56036 10.10.10.10 8444 TLSv1 303 Client Hello
5 2020-08-07 10:20:11.898108 10.10.10.10 8444 10.10.10.1 56036 TCP 62 8444 → 56036 [RST, ACK] Seq=1 Ack=248 Win=29696 Len=0
A packet capture on the RSA Identity Governance & Lifecycle server will show that the SSL Client Hello message did not reach the AFX Server and that the TCP transmission was terminated by an RST packet that was inserted into the network stream.
100 2020-08-07 11:04:54.437776 10.10.10.1 56870 10.10.10.10 8444 TCP 76 56870 → 8444 [SYN] Seq=0 Win=29200 Len=0 MSS=1460 SACK_PERM=1 WS=512
102 2020-08-07 11:04:54.438132 10.10.10.1 56870 10.10.10.10 8444 TCP 62 56870 → 8444 [ACK] Seq=1 Ack=1 Win=29696 Len=0
103 2020-08-07 11:04:54.442732 10.10.10.1 56870 10.10.10.10 8444 TCP 62 56870 → 8444 [RST, ACK] Seq=1 Ack=1 Win=29696 Len=0