Hi,
I am having trouble reaching the Sentry UI after installation following the setup guide at https://github.com/getsentry/onpremise. I’m running Sentry on an EC2 instance.
I have left all config files in their default settings. Running lsof
shows
docker-pr 27242 root 4u IPv6 1846704 0t0 TCP *:9000 (LISTEN)
I ran docker-compose logs -f web
and the logging output seems normal however when I run docker-compose logs -f relay
, I get the following logs:
Attaching to sentry_onpremise_relay_1
relay_1 | caused by: Failed to connect to host: Failed resolving hostname: no record found for name: web.eu-west-2.compute.internal. type: AAAA class: IN
relay_1 | caused by: Failed resolving hostname: no record found for name: web.eu-west-2.compute.internal. type: AAAA class: IN
relay_1 | caused by: Failed resolving hostname: no record found for name: web.eu-west-2.compute.internal. type: AAAA class: IN
relay_1 | 2020-09-09T11:49:55Z [relay_server::actors::upstream] ERROR: authentication encountered error: could not send request to upstream
relay_1 | caused by: Failed to connect to host: Failed resolving hostname: no record found for name: web.eu-west-2.compute.internal. type: AAAA class: IN
relay_1 | caused by: Failed resolving hostname: no record found for name: web.eu-west-2.compute.internal. type: AAAA class: IN
relay_1 | caused by: Failed resolving hostname: no record found for name: web.eu-west-2.compute.internal. type: AAAA class: IN
relay_1 | 2020-09-09T11:49:58Z [rdkafka::client] ERROR: librdkafka: Global error: BrokerTransportFailure (Local: Broker transport failure): kafka:9092/1001: Disconnected (after 6418ms in state UP)
relay_1 | 2020-09-09T11:49:58Z [rdkafka::client] ERROR: librdkafka: Global error: AllBrokersDown (Local: All broker connections are down): 1/1 brokers are down
relay_1 | 2020-09-09T11:49:58Z [rdkafka::client] ERROR: librdkafka: Global error: BrokerTransportFailure (Local: Broker transport failure): kafka:9092/1001: Disconnected (after 3091ms in state UP)
relay_1 | 2020-09-09T11:49:58Z [rdkafka::client] ERROR: librdkafka: Global error: AllBrokersDown (Local: All broker connections are down): 1/1 brokers are down
relay_1 | 2020-09-09T11:49:58Z [rdkafka::client] ERROR: librdkafka: Global error: BrokerTransportFailure (Local: Broker transport failure): kafka:9092/1001: Connect to ipv4#172.18.0.18:9092 failed: Connection refused (after 6ms in state CONNECT)
relay_1 | 2020-09-09T11:49:59Z [relay_server::actors::upstream] ERROR: authentication encountered error: could not send request to upstream
relay_1 | caused by: Timeout while waiting for response
relay_1 | 2020-09-09T11:49:59Z [rdkafka::client] ERROR: librdkafka: Global error: Resolve (Local: Host resolution failure): kafka:9092/1001: Failed to resolve 'kafka:9092': Name or service not known (after 59ms in state CONNECT)
relay_1 | 2020-09-09T11:50:00Z [relay_server::actors::upstream] ERROR: authentication encountered error: could not send request to upstream
relay_1 | caused by: Failed to connect to host: Connection refused (os error 111)
relay_1 | caused by: Connection refused (os error 111)
relay_1 | caused by: Connection refused (os error 111)
relay_1 | 2020-09-09T11:50:01Z [rdkafka::client] ERROR: librdkafka: Global error: BrokerTransportFailure (Local: Broker transport failure): kafka:9092/1001: Connect to ipv4#172.18.0.18:9092 failed: Connection refused (after 11ms in state CONNECT)
relay_1 | 2020-09-09T11:50:02Z [rdkafka::client] ERROR: librdkafka: Global error: BrokerTransportFailure (Local: Broker transport failure): kafka:9092/1001: Connect to ipv4#172.18.0.18:9092 failed: Connection refused (after 3171ms in state CONNECT)
relay_1 | 2020-09-09T11:50:02Z [relay_server::actors::upstream] ERROR: authentication encountered error: could not send request to upstream
relay_1 | caused by: Failed to connect to host: Connection refused (os error 111)
relay_1 | caused by: Connection refused (os error 111)
relay_1 | caused by: Connection refused (os error 111)
relay_1 | 2020-09-09T11:50:06Z [relay_server::actors::upstream] ERROR: authentication encountered error: could not send request to upstream
relay_1 | caused by: Failed to connect to host: Connection refused (os error 111)
relay_1 | caused by: Connection refused (os error 111)
relay_1 | caused by: Connection refused (os error 111)
relay_1 | 2020-09-09T11:50:11Z [relay_server::actors::upstream] ERROR: authentication encountered error: could not send request to upstream
relay_1 | caused by: Failed to connect to host: Connection refused (os error 111)
relay_1 | caused by: Connection refused (os error 111)
relay_1 | caused by: Connection refused (os error 111)
relay_1 | 2020-09-09T11:50:18Z [relay_server::actors::upstream] ERROR: authentication encountered error: could not send request to upstream
relay_1 | caused by: Failed to connect to host: Connection refused (os error 111)
relay_1 | caused by: Connection refused (os error 111)
relay_1 | caused by: Connection refused (os error 111)
relay_1 | 2020-09-09T11:50:30Z [relay_server::actors::upstream] ERROR: authentication encountered error: could not send request to upstream
relay_1 | caused by: Failed to connect to host: Connection refused (os error 111)
relay_1 | caused by: Connection refused (os error 111)
relay_1 | caused by: Connection refused (os error 111)
Not quite sure what’s going on here but any help would be appreciated! Thanks.