Skip to content

Instantly share code, notes, and snippets.

@petecheslock
Created April 1, 2024 20:11
Show Gist options
  • Save petecheslock/0ebe798652c1c3d4b110b2ab513c9e70 to your computer and use it in GitHub Desktop.
Save petecheslock/0ebe798652c1c3d4b110b2ab513c9e70 to your computer and use it in GitHub Desktop.
$ APPMAP=false bundle exec rails server
/home/centos/rails-test-project/vendor/bundle/ruby/3.0.0/gems/appmap-1.0.0/lib/appmap/agent.rb:11:in `require_relative': cannot load such file -- /home/centos/rails-test-project/vendor/bundle/ruby/3.0.0/gems/appmap-1.0.0/lib/appmap/appmap (LoadError)
from /home/centos/rails-test-project/vendor/bundle/ruby/3.0.0/gems/appmap-1.0.0/lib/appmap/agent.rb:11:in `<main>'
from /home/centos/rails-test-project/vendor/bundle/ruby/3.0.0/gems/bootsnap-1.12.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
from /home/centos/rails-test-project/vendor/bundle/ruby/3.0.0/gems/bootsnap-1.12.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
from /home/centos/rails-test-project/vendor/bundle/ruby/3.0.0/gems/appmap-1.0.0/lib/appmap.rb:24:in `<main>'
from /home/centos/rails-test-project/vendor/bundle/ruby/3.0.0/gems/bootsnap-1.12.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
from /home/centos/rails-test-project/vendor/bundle/ruby/3.0.0/gems/bootsnap-1.12.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
from /home/centos/.local/share/gem/ruby/gems/bundler-2.3.22/lib/bundler/runtime.rb:60:in `block (2 levels) in require'
from /home/centos/.local/share/gem/ruby/gems/bundler-2.3.22/lib/bundler/runtime.rb:55:in `each'
from /home/centos/.local/share/gem/ruby/gems/bundler-2.3.22/lib/bundler/runtime.rb:55:in `block in require'
from /home/centos/.local/share/gem/ruby/gems/bundler-2.3.22/lib/bundler/runtime.rb:44:in `each'
from /home/centos/.local/share/gem/ruby/gems/bundler-2.3.22/lib/bundler/runtime.rb:44:in `require'
from /home/centos/.local/share/gem/ruby/gems/bundler-2.3.22/lib/bundler.rb:187:in `require'
from /home/centos/rails-test-project/config/application.rb:7:in `<main>'
from /home/centos/rails-test-project/vendor/bundle/ruby/3.0.0/gems/bootsnap-1.12.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
from /home/centos/rails-test-project/vendor/bundle/ruby/3.0.0/gems/bootsnap-1.12.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
from /home/centos/rails-test-project/vendor/bundle/ruby/3.0.0/gems/railties-7.0.4/lib/rails/commands/server/server_command.rb:137:in `block in perform'
from <internal:kernel>:90:in `tap'
from /home/centos/rails-test-project/vendor/bundle/ruby/3.0.0/gems/railties-7.0.4/lib/rails/commands/server/server_command.rb:134:in `perform'
from /home/centos/rails-test-project/vendor/bundle/ruby/3.0.0/gems/thor-1.3.1/lib/thor/command.rb:28:in `run'
from /home/centos/rails-test-project/vendor/bundle/ruby/3.0.0/gems/thor-1.3.1/lib/thor/invocation.rb:127:in `invoke_command'
from /home/centos/rails-test-project/vendor/bundle/ruby/3.0.0/gems/thor-1.3.1/lib/thor.rb:527:in `dispatch'
from /home/centos/rails-test-project/vendor/bundle/ruby/3.0.0/gems/railties-7.0.4/lib/rails/command/base.rb:87:in `perform'
from /home/centos/rails-test-project/vendor/bundle/ruby/3.0.0/gems/railties-7.0.4/lib/rails/command.rb:48:in `invoke'
from /home/centos/rails-test-project/vendor/bundle/ruby/3.0.0/gems/railties-7.0.4/lib/rails/commands.rb:18:in `<main>'
from /home/centos/rails-test-project/vendor/bundle/ruby/3.0.0/gems/bootsnap-1.12.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
from /home/centos/rails-test-project/vendor/bundle/ruby/3.0.0/gems/bootsnap-1.12.0/lib/bootsnap/load_path_cache/core_ext/kernel_require.rb:30:in `require'
from bin/rails:4:in `<main>'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment