i am running signoz in the EC2 ubuntu <24.04 versi...
# support
p
i am running signoz in the EC2 ubuntu 24.04 version arm64 architecture with docker compose, my otel-migrator container exited with code non-zero, here are the logs ubuntu@ip-172-31-30-169:~/signoz/deploy$ docker logs ca6d927c4630 {"level":"info","timestamp":"2024-10-04T052429.053Z","caller":"signozschemamigrator/migrate.go:89","msg":"Setting env var SIGNOZ_CLUSTER","component":"migrate cli","cluster-name":"cluster"} {"level":"info","timestamp":"2024-10-04T052429.058Z","caller":"signozschemamigrator/migrate.go:106","msg":"Successfully set env var SIGNOZ_CLUSTER ","component":"migrate cli","cluster-name":"cluster"} {"level":"info","timestamp":"2024-10-04T052429.058Z","caller":"signozschemamigrator/migrate.go:111","msg":"Setting env var SIGNOZ_REPLICATED","component":"migrate cli","replication":false} {"level":"info","timestamp":"2024-10-04T052429.077Z","caller":"migrationmanager/manager.go:76","msg":"Running migrations for all migrators","component":"migrationmanager"} {"level":"info","timestamp":"2024-10-04T052429.078Z","caller":"migrationmanager/manager.go:78","msg":"Running migrations for logs","component":"migrationmanager","migrator":"logs"} {"level":"info","timestamp":"2024-10-04T052429.170Z","caller":"migrationmanager/manager.go:78","msg":"Running migrations for metrics","component":"migrationmanager","migrator":"metrics"} {"level":"info","timestamp":"2024-10-04T052429.309Z","caller":"migrationmanager/manager.go:78","msg":"Running migrations for traces","component":"migrationmanager","migrator":"traces"} {"level":"info","timestamp":"2024-10-04T052429.578Z","caller":"migrationmanager/manager.go:85","msg":"Finished running migrations for all migrators","component":"migrationmanager"} {"level":"info","timestamp":"2024-10-07T042534.239Z","caller":"signozschemamigrator/migrate.go:89","msg":"Setting env var SIGNOZ_CLUSTER","component":"migrate cli","cluster-name":"cluster"} {"level":"info","timestamp":"2024-10-07T042534.245Z","caller":"signozschemamigrator/migrate.go:106","msg":"Successfully set env var SIGNOZ_CLUSTER ","component":"migrate cli","cluster-name":"cluster"} {"level":"info","timestamp":"2024-10-07T042534.245Z","caller":"signozschemamigrator/migrate.go:111","msg":"Setting env var SIGNOZ_REPLICATED","component":"migrate cli","replication":false} {"level":"info","timestamp":"2024-10-07T042534.315Z","caller":"migrationmanager/manager.go:76","msg":"Running migrations for all migrators","component":"migrationmanager"} {"level":"info","timestamp":"2024-10-07T042534.315Z","caller":"migrationmanager/manager.go:78","msg":"Running migrations for logs","component":"migrationmanager","migrator":"logs"} {"level":"error","timestamp":"2024-10-07T042534.462Z","caller":"migrationmanager/manager.go:81","msg":"Failed to run migrations for migrator","component":"migrationmanager","migrator":"logs","error":"failed to create database, err: code: 999, message: All connection tries failed while connecting to ZooKeeper. nodes: 172.18.0.92181\nPoco:Exception. Code: 1000, e.code() = 111, Connection refused (version 24.1.2.5 (official build)), 172.18.0.92181\nPoco:Exception. Code: 1000, e.code() = 111, Connection refused (version 24.1.2.5 (official build)), 172.18.0.92181\nPoco:Exception. Code: 1000, e.code() = 111, Connection refused (version 24.1.2.5 (official build)), 172.18.0.9:2181","stacktrace":"github.com/SigNoz/signoz-otel-collector/migrationmanager.(*MigrationManager).Migrate\n\t/home/runner/work/signoz-otel-collector/signoz-otel-collector/migrationmanager/manager.go81\nmain.main\n\t/home/runner/work/signoz otel collector/signoz otel collector/cmd/signozschemamigrator/migrate.go126\nruntime.main\n\t/opt/hostedtoolcache/go/1.21.13/x64/src/runtime/proc.go:267"} {"level":"fatal","timestamp":"2024-10-07T042534.462Z","caller":"signozschemamigrator/migrate.go:128","msg":"Failed to run migrations","component":"migrate cli","error":"failed to create database, err: code: 999, message: All connection tries failed while connecting to ZooKeeper. nodes: 172.18.0.92181\nPoco:Exception. Code: 1000, e.code() = 111, Connection refused (version 24.1.2.5 (official build)), 172.18.0.92181\nPoco:Exception. Code: 1000, e.code() = 111, Connection refused (version 24.1.2.5 (official build)), 172.18.0.92181\nPoco:Exception. Code: 1000, e.code() = 111, Connection refused (version 24.1.2.5 (official build)), 172.18.0.9:2181","stacktrace":"main.main\n\t/home/runner/work/signoz-otel-collector/signoz-otel-collector/cmd/signozschemamigrator/migrate.go128\nruntime.main\n\t/opt/hostedtoolcache/go/1.21.13/x64/src/runtime/proc.go267"}
s
It clearly says there is no zookeeper and it doesn't exist in the screenshot either.