Advertisement
Guest User

Untitled

a guest
Jul 4th, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.50 KB | None | 0 0
  1. vitek@cit:/var/www/html/cit$ gem env
  2. RubyGems Environment:
  3. - RUBYGEMS VERSION: 1.4.1
  4. - RUBY VERSION: 1.8.7 (2014-01-28 patchlevel 376) [x86_64-linux]
  5. - INSTALLATION DIRECTORY: /home/vitek/.rvm/gems/ruby-1.8.7-head@cit
  6. - RUBY EXECUTABLE: /home/vitek/.rvm/rubies/ruby-1.8.7-head/bin/ruby
  7. - EXECUTABLE DIRECTORY: /home/vitek/.rvm/gems/ruby-1.8.7-head@cit/bin
  8. - RUBYGEMS PLATFORMS:
  9. - ruby
  10. - x86_64-linux
  11. - GEM PATHS:
  12. - /home/vitek/.rvm/gems/ruby-1.8.7-head@cit
  13. - /home/vitek/.rvm/gems/ruby-1.8.7-head@global
  14. - GEM CONFIGURATION:
  15. - :update_sources => true
  16. - :verbose => true
  17. - :benchmark => false
  18. - :backtrace => false
  19. - :bulk_threshold => 1000
  20. - REMOTE SOURCES:
  21. - http://rubygems.org/
  22.  
  23. vitek@cit:/var/www/html/cit$ ./script/server -e development
  24. => Booting Mongrel (use 'script/server webrick' to force WEBrick)
  25. => Rails application starting on http://0.0.0.0:3000
  26. Rails Error: Unable to access log file. Please ensure that /var/www/html/cit/log/development.log exists and is chmod 0666. The log level has been raised to WARN and the output directed to STDERR until the problem is fixed.
  27. => Call with -d to detach
  28. => Ctrl-C to shutdown server
  29. ** Starting Mongrel listening at 0.0.0.0:3000
  30. ** Starting Rails with development environment...
  31. Exiting
  32. /home/vitek/.rvm/rubies/ruby-1.8.7-head/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:29:in `gem_original_require': no such file to load -- /var/www/html/cit/config/environment (MissingSourceFile)
  33. from /home/vitek/.rvm/rubies/ruby-1.8.7-head/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:29:in `require'
  34. from /var/www/html/cit/vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
  35. from /var/www/html/cit/vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
  36. from /var/www/html/cit/vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
  37. from /home/vitek/.rvm/gems/ruby-1.8.7-head@cit/gems/mongrel-1.1.5/bin/../lib/mongrel/rails.rb:147:in `rails'
  38. from /home/vitek/.rvm/gems/ruby-1.8.7-head@cit/gems/mongrel-1.1.5/bin/mongrel_rails:113:in `cloaker_'
  39. from /home/vitek/.rvm/gems/ruby-1.8.7-head@cit/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:149:in `call'
  40. from /home/vitek/.rvm/gems/ruby-1.8.7-head@cit/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:149:in `listener'
  41. from /home/vitek/.rvm/gems/ruby-1.8.7-head@cit/gems/mongrel-1.1.5/bin/mongrel_rails:99:in `cloaker_'
  42. from /home/vitek/.rvm/gems/ruby-1.8.7-head@cit/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:50:in `call'
  43. from /home/vitek/.rvm/gems/ruby-1.8.7-head@cit/gems/mongrel-1.1.5/lib/mongrel/configurator.rb:50:in `initialize'
  44. from /home/vitek/.rvm/gems/ruby-1.8.7-head@cit/gems/mongrel-1.1.5/bin/mongrel_rails:84:in `new'
  45. from /home/vitek/.rvm/gems/ruby-1.8.7-head@cit/gems/mongrel-1.1.5/bin/mongrel_rails:84:in `run'
  46. from /home/vitek/.rvm/gems/ruby-1.8.7-head@cit/gems/mongrel-1.1.5/lib/mongrel/command.rb:212:in `run'
  47. from /home/vitek/.rvm/gems/ruby-1.8.7-head@cit/gems/mongrel-1.1.5/bin/mongrel_rails:281
  48. from /var/www/html/cit/vendor/rails/activesupport/lib/active_support/dependencies.rb:489:in `load'
  49. from /var/www/html/cit/vendor/rails/activesupport/lib/active_support/dependencies.rb:489:in `load'
  50. from /var/www/html/cit/vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
  51. from /var/www/html/cit/vendor/rails/activesupport/lib/active_support/dependencies.rb:489:in `load'
  52. from /var/www/html/cit/vendor/rails/railties/lib/commands/servers/mongrel.rb:64
  53. from /home/vitek/.rvm/rubies/ruby-1.8.7-head/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:29:in `gem_original_require'
  54. from /home/vitek/.rvm/rubies/ruby-1.8.7-head/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:29:in `require'
  55. from /var/www/html/cit/vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
  56. from /var/www/html/cit/vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
  57. from /var/www/html/cit/vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
  58. from /var/www/html/cit/vendor/rails/railties/lib/commands/server.rb:39
  59. from ./script/server:3:in `require'
  60. from ./script/server:3
  61.  
  62. vitek@cit:/var/www/html/cit$ ./script/server webrick -e development
  63. => Booting WEBrick...
  64. /home/vitek/.rvm/rubies/ruby-1.8.7-head/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:29:in `gem_original_require': no such file to load -- /var/www/html/cit/config/environment (MissingSourceFile)
  65. from /home/vitek/.rvm/rubies/ruby-1.8.7-head/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:29:in `require'
  66. from /var/www/html/cit/vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
  67. from /var/www/html/cit/vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
  68. from /var/www/html/cit/vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
  69. from /var/www/html/cit/vendor/rails/railties/lib/commands/servers/webrick.rb:59
  70. from /home/vitek/.rvm/rubies/ruby-1.8.7-head/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:29:in `gem_original_require'
  71. from /home/vitek/.rvm/rubies/ruby-1.8.7-head/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:29:in `require'
  72. from /var/www/html/cit/vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
  73. from /var/www/html/cit/vendor/rails/activesupport/lib/active_support/dependencies.rb:342:in `new_constants_in'
  74. from /var/www/html/cit/vendor/rails/activesupport/lib/active_support/dependencies.rb:496:in `require'
  75. from /var/www/html/cit/vendor/rails/railties/lib/commands/server.rb:39
  76. from ./script/server:3:in `require'
  77. from ./script/server:3
  78.  
  79. vitek@cit:/var/www/html/cit$ gem list
  80.  
  81. *** LOCAL GEMS ***
  82.  
  83. actionmailer (2.3.18)
  84. actionpack (2.3.18)
  85. activerecord (2.3.18)
  86. activeresource (2.3.18)
  87. activesupport (2.3.18)
  88. bundler (1.10.5, 1.9.9)
  89. bundler-unload (1.0.2)
  90. cgi_multipart_eof_fix (2.5.0)
  91. daemons (1.2.2)
  92. eventmachine (1.0.7)
  93. executable-hooks (1.3.2)
  94. fastercsv (1.5.5)
  95. fastthread (1.0.7)
  96. ferret (0.11.8.6)
  97. gchartrb (0.8)
  98. gem-wrappers (1.2.7)
  99. gem_plugin (0.2.3)
  100. icalendar (0.98)
  101. json (1.8.2)
  102. libv8 (3.16.14.7 x86_64-linux)
  103. mongrel (1.1.5)
  104. rack (1.1.6)
  105. rails (2.3.18)
  106. rake (10.1.1, 0.8.7)
  107. RedCloth (4.2.9)
  108. ref (1.0.5)
  109. rmagick (2.15.0)
  110. rubygems-bundler (1.4.4)
  111. rubygems-update (1.7.2, 1.4.1)
  112. rvm (1.11.3.9)
  113. test-spec (0.10.0)
  114. therubyracer (0.12.2)
  115. thread_safe (0.3.5)
  116. tzinfo (1.2.2)
  117. ZenTest (4.11.0)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement