BigBlueButton Yapılandırmaları & Özelleştirme Kılavuzu

:slight_smile: Harikasın Hocam. Teşekkürler.

1 Beğeni

Bende bu işlemler sonunda bir şeyler patladı :slight_smile:
404 Not Found
nginx/1.10.3 (Ubuntu)
hatası alıyorum.

2 Beğeni

Hocam çözdüm problemin neden kaynaklandığını, ben bu işlemleri yaparken makineye ssh ile bağlanıyordum. Logları incelediğimde benim kendi cihazımın ipsine gitmeye çalıştığını gördüm.
Sunucunun kendi konsolundan yapınca sorunsuz çalıştı. İşlemi yapacak arkadaşlar ssh üzerinden yaparlarsa benim yaşadığım sorun ile karşılaşacaklardır. Bu işlemlerin sunucunun kendi konsolundan yapılması gerek.

1 Beğeni

Merhaba sizde de mi böyle bir sorun oluştu?

Bu çok büyük bir genelleme değil mi? :slight_smile: Ben tüm anlatımlarımı Putty ve Termius üzerinden SSH ile yapmaktayım. Muhtemelen farklı bir kod girdiniz ya da kopyalama, yapıştırma sırasında bir sorun oluştu. Bu konuda sizden daha fazla detay bekliyorum, bu nasıl mümkün olabilir merak ettim.

Nginx adımını uyguladınız mı peki? Ve işlem sonrası BBB ekranı 2-5 dakika sonra geliyor, hiç beklediniz mi?

Evet uyguladım, backupdan makinanın ilk haline döndüm, şu an silbaştan bir daha yapıyorum :slight_smile:

./scripts/image_build.sh egitimbagcilargreenlight release-v2

Komutunu çalıştırdıkdan sonra aşağıdaki şekilde bitti.
buraya kadar problemsizdi ancak şu alt satırdaki mesaj normal mi? Devam edeyim mi?

Successfully tagged egitimbagcilargreenlight:release-v2
#### Docker image for egitimbagcilargreenlight can't be published because CD_DOCKER_USERNAME or CD_DOCKER_PASSWORD are missing (Ignore this warning if running outside a CD/CI environment)
1 Beğeni

Çok güzel, o sadece bir uyarı, siz devam edin :slight_smile: İşlemleri tamamlayınca buradan yazın, dilerseniz birlikte ilerleyelim.

Çok güzel olur, birlikte devam edelim.

500 Internal Server Error
If you are the administrator of this website, then please read this web application’s log file and/or the web server’s log file to find out what went wrong.

root@egitim:~/greenlight# nano docker-compose.yml
root@egitim:~/greenlight# cd ~/greenlight
root@egitim:~/greenlight# docker-compose up -d
Creating network "greenlight_default" with the default driver
Creating greenlight_db_1 ... done
Creating greenlight-v2   ... done
root@egitim:~/greenlight# cp ~/greenlight-yedek/.env ~/greenlight/.env
root@egitim:~/greenlight# sudo cp -r ~/greenlight-yedek/db ~/greenlight/
root@egitim:~/greenlight# cd ~/greenlight/app
root@egitim:~/greenlight/app# ls
assets  channels  controllers  helpers  jobs  mailers  models  views
root@egitim:~/greenlight/app# docker-compose down
Stopping greenlight-v2   ... done
Stopping greenlight_db_1 ... done
Removing greenlight-v2   ... done
Removing greenlight_db_1 ... done
Removing network greenlight_default
root@egitim:~/greenlight/app# ./scripts/image_build.sh egitimbagcilargreenlight release-v2
bash: ./scripts/image_build.sh: No such file or directory
root@egitim:~/greenlight/app#

Şu iki kısmı uyarı olarak koymuştum ben hocam yapmayın lütfen :smiley:

Şu an:

cd ..
cd ~/greenlight
./scripts/image_build.sh egitimbagcilargreenlight release-v2

ve devamındaki işlemler ile devam edin lütfen.

Hocam Ben Linux Dünyasına yeni girdim :slight_smile:
:see_no_evil: :see_no_evil:

1 Beğeni

Yok hocam bende bazen düşüyorum böyle, dizini değiştirdiğiniz için hata aldınız, önerdiğim şekilde devam edin siz :smiley:

6 gönderi yeni bir konuya bölündü: BigBlueButton Moodle Entegrasyonu Karşılama Mesajı Sorunu

Birinci seçeneği 3 kere formatlayıp temizce kurmama rağmen 404 hatası alıyorum.
İzlediğim adımlar;

cd ~/greenlight
docker-compose down
cd ..
mv greenlight/ greenlight-yedek/

.............

git clone https://github.com/hasanbilgehan/greenlight
cd greenlight
git status

............

git remote add upstream https://github.com/bigbluebutton/greenlight.git
git remote -v
git fetch upstream
git checkout -b custom-changes upstream/v2

............

cp sample.env .env
docker run --rm bigbluebutton/greenlight:v2 bundle exec rake secret

nano .env


sudo bbb-conf --secret
nano .env

docker run --rm --env-file .env bigbluebutton/greenlight:v2 bundle exec rake conf:check

cat ./greenlight.nginx | sudo tee /etc/bigbluebutton/nginx/greenlight.nginx
systemctl restart nginx
docker-compose -v

.............

./scripts/image_build.sh bilgehangreenlight release-v2
nano docker-compose.yml
      **********image: bigbluebutton/greenlight:v2 // 
            image: bilgehangreenlight:release-v2

cd ~/greenlight
docker-compose up -d

cp ~/greenlight-yedek/.env ~/greenlight/.env
sudo cp -r ~/greenlight-yedek/db ~/greenlight

docker-compose down
./scripts/image_build.sh bilgehangreenlight release-v2
docker-compose up -d
*****************

image

Hocam son docker-compose up -d kodu docker-compose up bu şekilde çalıştır ve bekle
tamamlandıktan sonra, ssh kapat ve sunucudan yeni bir konsol aç

işin acemisi olduğumdan, docker-compose up yaptım ve SSH’ı kapattım. Yeni konsol da açtım fakat yine 404 geliyor… Eksik bir adımım mı oldu acaba?

Hemen kapatmaman lazım butun guncellemelerı yaptıktamn sonra kapatın ve cd greenlight yapıyorsunuz mutlaka dimi

hocam allah aşkına bu alana nasıl gidecem serverda deli oldum bulamadım ya :slight_smile:

image

root@vmi392924:~/greenlight# cd ~/greenlight
root@vmi392924:~/greenlight# docker-compose up

greenlight-v2 | Waiting for postgres to start up …
greenlight-v2 | Waiting for postgres to start up …
greenlight-v2 | Waiting for postgres to start up …
greenlight-v2 | Waiting for postgres to start up …
greenlight-v2 | Waiting for postgres to start up …
greenlight-v2 | Waiting for postgres to start up …
greenlight-v2 | Waiting for postgres to start up …
greenlight-v2 | Waiting for postgres to start up …
db_1 |
db_1 | PostgreSQL Database directory appears to contain a database; Skipping initialization
db_1 |
db_1 | LOG: database system was shut down at 2020-05-23 16:34:48 UTC
db_1 | LOG: invalid primary checkpoint record
db_1 | LOG: invalid secondary checkpoint record
db_1 | PANIC: could not locate a valid checkpoint record
db_1 | LOG: startup process (PID 24) was terminated by signal 6: Aborted
db_1 | LOG: aborting startup due to startup process failure
greenlight_db_1 exited with code 1
greenlight-v2 | Waiting for postgres to start up …
greenlight-v2 | Waiting for postgres to start up …
greenlight-v2 | Waiting for postgres to start up …
greenlight-v2 | Waiting for postgres to start up …
greenlight-v2 | Waiting for postgres to start up …
greenlight-v2 | Waiting for postgres to start up …
greenlight-v2 | Waiting for postgres to start up …
greenlight-v2 | Waiting for postgres to start up …
greenlight-v2 | Waiting for postgres to start up …
greenlight-v2 | Waiting for postgres to start up …
greenlight-v2 | Waiting for postgres to start up …
greenlight-v2 | Waiting for postgres to start up …
greenlight-v2 | Waiting for postgres to start up …
greenlight-v2 | Waiting for postgres to start up …
greenlight-v2 | Waiting for postgres to start up …
db_1 |
db_1 | PostgreSQL Database directory appears to contain a database; Skipping initialization
db_1 |
db_1 | LOG: database system was shut down at 2020-05-23 16:34:48 UTC
db_1 | LOG: invalid primary checkpoint record
db_1 | LOG: invalid secondary checkpoint record
db_1 | PANIC: could not locate a valid checkpoint record
db_1 | LOG: invalid length of startup packet
greenlight-v2 | curl: (52) Empty reply from server
db_1 | LOG: startup process (PID 24) was terminated by signal 6: Aborted
db_1 | LOG: aborting startup due to startup process failure
greenlight_db_1 exited with code 1
greenlight-v2 | could not translate host name “db” to address: Name does not resolve Couldn’t create ‘greenlight_production’ database. Please check your configuration. rake aborted! PG::ConnectionBad: could not translate host name “db” to address: Name does not resolve /usr/src/app/vendor/bundle/ruby/2.5.0/gems/pg-0.21.0/lib/pg.rb:56:in initialize' /usr/src/app/vendor/bundle/ruby/2.5.0/gems/pg-0.21.0/lib/pg.rb:56:in new’ /usr/src/app/vendor/bundle/ruby/2.5.0/gems/pg-0.21.0/lib/pg.rb:56:in connect' /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/connection_adapters/postgresql_adapter.rb:692:in connect’ /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/connection_adapters/postgresql_adapter.rb:223:in initialize' /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/connection_adapters/postgresql_adapter.rb:48:in new’ /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/connection_adapters/postgresql_adapter.rb:48:in postgresql_connection' /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:811:in new_connection’ /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:855:in checkout_new_connection' /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:834:in try_to_checkout_new_connection’ /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:795:in acquire_connection' /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:523:in checkout’ /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:382:in connection' /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:1014:in retrieve_connection’ /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/connection_handling.rb:118:in retrieve_connection' /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/connection_handling.rb:90:in connection’ /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/tasks/postgresql_database_tasks.rb:12:in connection' /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/tasks/postgresql_database_tasks.rb:21:in create’ /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/tasks/database_tasks.rb:119:in create' /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/tasks/database_tasks.rb:139:in block in create_current’ /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/tasks/database_tasks.rb:316:in block in each_current_configuration' /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/tasks/database_tasks.rb:313:in each’ /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/tasks/database_tasks.rb:313:in each_current_configuration' /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/tasks/database_tasks.rb:138:in create_current’ /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/railties/databases.rake:29:in block (2 levels) in <top (required)>' /usr/src/app/vendor/bundle/ruby/2.5.0/gems/rake-13.0.1/exe/rake:27:in <top (required)>’ /usr/local/bin/bundle:23:in load' /usr/local/bin/bundle:23:in ’ Tasks: TOP => db:create (See full trace by running task with --trace)
greenlight-v2 | >>> Database initialization
greenlight-v2 | rake aborted!
greenlight-v2 | PG::ConnectionBad: could not translate host name “db” to address: Name does not resolve
greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/pg-0.21.0/lib/pg.rb:56:in initialize' greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/pg-0.21.0/lib/pg.rb:56:in new’
greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/pg-0.21.0/lib/pg.rb:56:in connect' greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/connection_adapters/postgresql_adapter.rb:692:in connect’
greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/connection_adapters/postgresql_adapter.rb:223:in initialize' greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/connection_adapters/postgresql_adapter.rb:48:in new’
greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/connection_adapters/postgresql_adapter.rb:48:in postgresql_connection' greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:811:in new_connection’
greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:855:in checkout_new_connection' greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:834:in try_to_checkout_new_connection’
greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:795:in acquire_connection' greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:523:in checkout’
greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:382:in connection' greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:1014:in retrieve_connection’
greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/connection_handling.rb:118:in retrieve_connection' greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/connection_handling.rb:90:in connection’
greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/tasks/database_tasks.rb:57:in check_protected_environments!' greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/railties/databases.rake:13:in block (2 levels) in <top (required)>’
greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/rake-13.0.1/exe/rake:27:in <top (required)>' greenlight-v2 | /usr/local/bin/bundle:23:in load’
greenlight-v2 | /usr/local/bin/bundle:23:in <main>' greenlight-v2 | Tasks: TOP => db:schema:load => db:check_protected_environments greenlight-v2 | (See full trace by running task with --trace) greenlight-v2 | yarn install v1.3.2 greenlight-v2 | [1/4] Resolving packages... greenlight-v2 | success Already up-to-date. greenlight-v2 | Done in 0.11s. greenlight-v2 | Puma starting in single mode... greenlight-v2 | * Version 3.12.4 (ruby 2.5.1-p57), codename: Llamas in Pajamas greenlight-v2 | * Min threads: 5, max threads: 5 greenlight-v2 | * Environment: production greenlight-v2 | ! Unable to load application: PG::ConnectionBad: could not translate host name "db" to address: Name does not resolve greenlight-v2 | bundler: failed to load command: puma (/usr/src/app/vendor/bundle/ruby/2.5.0/bin/puma) greenlight-v2 | PG::ConnectionBad: could not translate host name "db" to address: Name does not resolve greenlight-v2 | greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/pg-0.21.0/lib/pg.rb:56:in initialize’
greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/pg-0.21.0/lib/pg.rb:56:in new' greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/pg-0.21.0/lib/pg.rb:56:in connect’
greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/connection_adapters/postgresql_adapter.rb:692:in connect' greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/connection_adapters/postgresql_adapter.rb:223:in initialize’
greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/connection_adapters/postgresql_adapter.rb:48:in new' greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/connection_adapters/postgresql_adapter.rb:48:in postgresql_connection’
greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:811:in new_connection' greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:855:in checkout_new_connection’
greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:834:in try_to_checkout_new_connection' greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:795:in acquire_connection’
greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:523:in checkout' greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:382:in connection’
greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/connection_adapters/abstract/connection_pool.rb:1014:in retrieve_connection' greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/connection_handling.rb:118:in retrieve_connection’
greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/connection_handling.rb:90:in connection' greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/model_schema.rb:466:in load_schema!’
greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/attributes.rb:234:in load_schema!' greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/attribute_decorators.rb:51:in load_schema!’
greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/model_schema.rb:459:in block in load_schema' greenlight-v2 | /usr/local/lib/ruby/2.5.0/monitor.rb:226:in mon_synchronize’
greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/model_schema.rb:456:in load_schema' greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/model_schema.rb:341:in columns’
greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activerecord-5.2.3/lib/active_record/model_schema.rb:388:in column_names' greenlight-v2 | /usr/src/app/app/models/concerns/deleteable.rb:24:in block in module:Deleteable’
greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/concern.rb:122:in class_eval' greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/concern.rb:122:in append_features’
greenlight-v2 | /usr/src/app/app/models/room.rb:22:in include' greenlight-v2 | /usr/src/app/app/models/room.rb:22:in class:Room’
greenlight-v2 | /usr/src/app/app/models/room.rb:21:in <top (required)>' greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.4/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in require’
greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.4/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:22:in block in require_with_bootsnap_lfi' greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.4/lib/bootsnap/load_path_cache/loaded_features_index.rb:92:in register’
greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.4/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:21:in require_with_bootsnap_lfi' greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.4/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in require’
greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:291:in block in require' greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:257:in load_dependency’
greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:291:in require' greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:378:in block in require_or_load’
greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:37:in block in load_interlock' greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies/interlock.rb:14:in block in loading’
greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/concurrency/share_lock.rb:151:in exclusive' greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies/interlock.rb:13:in loading’
greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:37:in load_interlock' greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/activesupport-5.2.3/lib/active_support/dependencies.rb:356:in require_or_load’
greenlight-v2 | /usr/src/app/vendor/bundle/ruby/2.5.0/gems/bootsnap-1.4.4/lib/bootsnap/load_path_cache/core_ext/active_support.rb:48:in `block in require_or_load’
…