Symptoms
Trying to access Airlock IAM Loginapp, Airlock Gateway reports logs like the following (not providing any information about the back-end):
Mar 1 08:07:42 airlock Web-Requests: ... (https) GET /auth-cert/check-client-cert => https://{airlock-iam-host:8443}/auth/check-client-cert, status:503 , ... request size: 365 , back-end response size: <n/a> , audit token:\- , time statistics (microseconds): ...
At first sight, the line suggests that the error happened in the gateway because there is no information about the back-end request in the above line.
When setting the Operational mode on the corresponding Airlock Gateway mapping to Integration the usage log will be more verbose, showing the following information:
Mar 1 08:07:42 airlock Web-Requests: ... m:WR-SG-BACK-502 c:U Communication error (52: Server returned nothing (no headers, no data); Empty reply from server) (errno:0: Error 0) during back-end request ...
Also in the webserver.log of the IAM instance, you might see exceptions: ArrayIndexOutOfBoundsException
in the class InternalOutputBuffer
.