Advertisement
lbrigman124

openshift workshopper container crash

Jan 5th, 2018
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.92 KB | None | 0 0
  1. workshop-1-6nxfv 0/1 CrashLoopBackOff 397 1d
  2. [root@lab-stack1 openshift-ansible]# oc logs workshop-1-6nxfv
  3. Puma starting in single mode...
  4. * Version 3.10.0 (ruby 2.4.1-p111), codename: Russell's Teapot
  5. * Min threads: 0, max threads: 16
  6. * Environment: development
  7. Psych::SyntaxError: (<unknown>): mapping values are not allowed in this context at line 73 column 47
  8. /usr/lib/ruby/2.4.0/psych.rb:377:in `parse'
  9. /usr/lib/ruby/2.4.0/psych.rb:377:in `parse_stream'
  10. /usr/lib/ruby/2.4.0/psych.rb:325:in `parse'
  11. /usr/lib/ruby/2.4.0/psych.rb:252:in `load'
  12. /workshopper/lib/workshopper/workshop.rb:36:in `setup'
  13. /workshopper/lib/workshopper/workshop.rb:12:in `initialize'
  14. /workshopper/lib/workshopper/deployment.rb:25:in `new'
  15. /workshopper/lib/workshopper/deployment.rb:25:in `add'
  16. /workshopper/lib/workshopper/deployment.rb:11:in `block in initialize'
  17. /workshopper/lib/workshopper/deployment.rb:10:in `each'
  18. /workshopper/lib/workshopper/deployment.rb:10:in `initialize'
  19. /workshopper/lib/workshopper/webapp.rb:10:in `new'
  20. /workshopper/lib/workshopper/webapp.rb:10:in `<class:Webapp>'
  21. /workshopper/lib/workshopper/webapp.rb:5:in `<module:Workshopper>'
  22. /workshopper/lib/workshopper/webapp.rb:4:in `<top (required)>'
  23. /workshopper/lib/workshopper.rb:13:in `require'
  24. /workshopper/lib/workshopper.rb:13:in `<top (required)>'
  25. config.ru:3:in `require'
  26. config.ru:3:in `block in <main>'
  27. /workshopper/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/builder.rb:55:in `instance_eval'
  28. /workshopper/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/builder.rb:55:in `initialize'
  29. config.ru:in `new'
  30. config.ru:in `<main>'
  31. /workshopper/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/builder.rb:49:in `eval'
  32. /workshopper/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/builder.rb:49:in `new_from_string'
  33. /workshopper/vendor/bundle/ruby/2.4.0/gems/rack-2.0.3/lib/rack/builder.rb:40:in `parse_file'
  34. /workshopper/vendor/bundle/ruby/2.4.0/gems/puma-3.10.0/lib/puma/configuration.rb:314:in `load_rackup'
  35. /workshopper/vendor/bundle/ruby/2.4.0/gems/puma-3.10.0/lib/puma/configuration.rb:243:in `app'
  36. /workshopper/vendor/bundle/ruby/2.4.0/gems/puma-3.10.0/lib/puma/runner.rb:138:in `load_and_bind'
  37. /workshopper/vendor/bundle/ruby/2.4.0/gems/puma-3.10.0/lib/puma/single.rb:87:in `run'
  38. /workshopper/vendor/bundle/ruby/2.4.0/gems/puma-3.10.0/lib/puma/launcher.rb:183:in `run'
  39. /workshopper/vendor/bundle/ruby/2.4.0/gems/puma-3.10.0/lib/puma/cli.rb:77:in `run'
  40. /workshopper/vendor/bundle/ruby/2.4.0/gems/puma-3.10.0/bin/puma:10:in `<top (required)>'
  41. /workshopper/vendor/bundle/ruby/2.4.0/bin/puma:22:in `load'
  42. /workshopper/vendor/bundle/ruby/2.4.0/bin/puma:22:in `<top (required)>'
  43. ! Unable to load application: Psych::SyntaxError: (<unknown>): mapping values are not allowed in this context at line 73 column 47
  44. bundler: failed to load command: puma (/workshopper/vendor/bundle/ruby/2.4.0/bin/puma)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement