After starting the connectall-broker.service and connectall-core.service, the connectall-orphan.service fails immediately after starting and causes the connectall-core.service to fail as well.
4.x
This is because of the database being not accessible/reachable from ConnectALL Server. Below error can be seen in catalina.out for UI.
Caused by: com.zaxxer.hikari.pool.HikariPool$PoolInitializationException: Failed to initialize pool: Connection to 127.0.0.1:5432 refused. Check that the hostname and port are correct and that the postmaster is accepting TCP/IP connections.
Check if the database service is running and accessible from ConnectALL server.
Restart ConnectALL services and verify if the access is restored.