Forem Creators and Builders 🌱

Adrian
Adrian

Posted on

Erros during docker installation

I tried to run forem on my ubuntu 18.04 server following this the docker compose tutorial, but i get stuck at the follwing line:

sidekiq_1    | 2023-06-19T17:45:17.234Z pid=19 tid=5fbb class=GithubRepos::UpdateLatestWorker jid=283232aba06dc9d1611a4a5c INFO: start
sidekiq_1    | 2023-06-19T17:45:17.252Z pid=19 tid=5eqj class=Articles::PublishWorker jid=3c24565ae13eadc1146f27f8 elapsed=0.271 INFO: done
sidekiq_1    | 2023-06-19T17:45:17.316Z pid=19 tid=5fbb class=GithubRepos::UpdateLatestWorker jid=283232aba06dc9d1611a4a5c elapsed=0.082 INFO: done
Enter fullscreen mode Exit fullscreen mode

It stays like that for hours.
During the installatiin process afther the bin/container-setup command i got few errors:

forem_postgresql | 2023-06-19 10:10:36.186 UTC [19622] FATAL:  password authentication failed for user "postgres"
forem_postgresql | 2023-06-19 10:10:36.186 UTC [19622] DETAIL:  Role "postgres" does not exist.
Enter fullscreen mode Exit fullscreen mode
forem_postgresql_test | 2023-06-19 06:15:54.073 UTC [36] LOG:  background worker "logical replication launcher" (PID 43) exited with exit code 1
Enter fullscreen mode Exit fullscreen mode
sidekiq_1    | 2023-06-19T17:42:22.995Z pid=19 tid=5ed7 ERROR: ** [Honeybadger] Unable to send error report: API key is missing. id=f8ea3411-5dc0-4fb3-a66a-87cdba7213f3 level=3 pid=19
sidekiq_1    | 2023-06-19T17:43:46.466Z pid=19 tid=5f2r class=BadgeAchievements::BadgeAwardWorker jid=a8c082a852006a6279437c54 INFO: start
sidekiq_1    | 2023-06-19T17:43:46.508Z pid=19 tid=5f2r class=BadgeAchievements::BadgeAwardWorker jid=a8c082a852006a6279437c54 elapsed=0.042 INFO: fail
sidekiq_1    | 2023-06-19T17:43:46.508Z pid=19 tid=5f2r WARN: {"context":"Job raised exception","job":{"retry":10,"queue":"high_priority","args":["","award_contributor_from_github",""],"class":"BadgeAchievements::BadgeAwardWorker","jid":"a8c082a852006a6279437c54","created_at":1687191635.9630826,"enqueued_at":1687196626.4645064,"error_message":"The client either needs a valid 'client_id'/'client_secret' pair or an 'access_token'!","error_class":"ArgumentError","failed_at":1687191636.0712602,"retry_count":7,"retried_at":1687194172.7899296}}
sidekiq_1    | 2023-06-19T17:43:46.508Z pid=19 tid=5f2r WARN: ArgumentError: The client either needs a valid 'client_id'/'client_secret' pair or an 'access_token'!
sidekiq_1    | 2023-06-19T17:43:46.508Z pid=19 tid=5f2r WARN: /opt/apps/forem/app/services/github/oauth_client.rb:60:in `check_credentials!'
Enter fullscreen mode Exit fullscreen mode

And finally that's what the localhost:3000 looks like

Image description

Top comments (0)