| Número de ID del error |
BUG-000177212 |
| Enviado | June 16, 2025 |
| Última modificación | September 11, 2025 |
| Relacionado con | Portal for ArcGIS |
| Versión encontrada | 11.3 |
| Sistema operativo | Windows Server |
| Versión de sistema operativo | 2022 |
| Versión corregida | 12.0 |
| Estado | Fixed
El problema se ha solucionado. Si corresponde, consulte Versión corregida e Información adicional para obtener más información.
|
Solución alternativa
If the DS connection is revoked for the webhooks user, this will put the whole process into a bad error state where we try to connect to the DB 5x: (If customer concern is logs are being over generated, this workaround should not be applied).
- DEBUG Webhook database connection failed. FATAL: no pg_hba.conf entry for host "10.44.97.239", user "euwho1xx", database "webhooks", SSL encryption.
- DEBUG org.postgresql.util.PSQLException: FATAL: no pg_hba.conf entry for host "10.44.97.239", user "euwho1xx", database "webhooks", SSL encryption (more).
- DEBUG Connecting to the webhook database failed. Attempt :5
- DEBUG Failed to refresh webhook database and queue configurations. Initialize Webhooks Database failed.Obtained the Webhooks database but it cannot be connected. Restart the server to re-try.
- DEBUG java.lang.Exception: Initialize Webhooks Database failed.Obtained the Webhooks database but it cannot be connected. Restart the server to re-try (more).
Pasos para reproducir