Advertisement
Guest User

Untitled

a guest
Oct 5th, 2017
395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.42 KB | None | 0 0
  1. inished in 0.00031 seconds.
  2.  
  3. 0 tests, 0 assertions, 0 failures, 0 errors
  4. lndx@VGN-NR180E:~/www/e-board/db/migrate$ rake
  5. (in /home/lndx/www/e-board)
  6. DEPRECATION WARNING: Rake tasks in vendor/plugins/juggernaut_plugin/tasks, vendor/plugins/rails-iui/tasks, vendor/plugins/rails_rcov/tasks, vendor/plugins/ruby_graphics/tasks, vendor/plugins/save_without_callbacks/tasks, vendor/plugins/scope_out/tasks, vendor/plugins/selenium-on-rails/tasks, vendor/plugins/shoulda/tasks, and vendor/plugins/svn/tasks are deprecated. Use lib/tasks instead. (called from /home/lndx/www/e-board/vendor/rails/railties/lib/tasks/rails.rb:10)
  7. config.load_paths is deprecated and removed in Rails 3, please use autoload_paths instead
  8. config.load_paths= is deprecated and removed in Rails 3, please use autoload_paths= instead
  9. ** Erubis 2.7.0
  10. /home/lndx/.rvm/rubies/ruby-1.8.7-p334/bin/ruby -I"lib:test" "/home/lndx/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/unit/link_test.rb" "test/unit/email_test.rb" "test/unit/message_response_test.rb" "test/unit/file_attachment_test.rb" "test/unit/api_session_test.rb" "test/unit/helpers/admin/audit_log_helper_test.rb" "test/unit/helpers/landing_helper_test.rb" "test/unit/subscription_test.rb" "test/unit/event_guest_test.rb" "test/unit/issue_comment_test.rb" "test/unit/report_folder_test.rb" "test/unit/classified_ads_test.rb" "test/unit/issue_subscription_test.rb" "test/unit/meetings_user_test.rb" "test/unit/organization_test.rb" "test/unit/notifier_test.rb" "test/unit/message_test.rb" "test/unit/status_test.rb" "test/unit/announcements_test.rb" "test/unit/user_test.rb" "test/unit/document_version_test.rb" "test/unit/image_test.rb" "test/unit/openx_zone_test.rb" "test/unit/groups_test.rb" "test/unit/advertisements_test.rb" "test/unit/link_folders_test.rb" "test/unit/login_attempt_test.rb" "test/unit/report_test.rb" "test/unit/user_audit_log_test.rb" "test/unit/chat_invite_test.rb" "test/unit/mailbox_test.rb" "test/unit/event_group_test.rb" "test/unit/chat_room_message_test.rb" "test/unit/report_folders_report_test.rb" "test/unit/msadmin/monetary_announcement_test.rb" "test/unit/tasks_test.rb" "test/unit/meeting_test.rb" "test/unit/events_test.rb" "test/unit/documents_user_test.rb" "test/unit/openx_website_test.rb" "test/unit/classified_categories_test.rb" "test/unit/issue_test.rb" "test/unit/tasks_comments_test.rb" "test/unit/organization_setting_test.rb" "test/unit/document_test.rb"
  11. config.load_paths is deprecated and removed in Rails 3, please use autoload_paths instead
  12. config.load_paths= is deprecated and removed in Rails 3, please use autoload_paths= instead
  13. ** Erubis 2.7.0
  14. /home/lndx/www/e-board/vendor/rails/actionpack/lib/action_controller/mime_type.rb:80: warning: already initialized constant IPHONE
  15. DEPRECATION WARNING: Giving :session_key to SessionStore is deprecated, please use :key instead. (called from new at /home/lndx/www/e-board/vendor/rails/actionpack/lib/action_controller/middleware_stack.rb:72)
  16. DEPRECATION WARNING: Disabling sessions for a single controller has been deprecated. Sessions are now lazy loaded. So if you don't access them, consider them off. You can still modify the session cookie options with request.session_options. (called from /home/lndx/www/e-board/app/controllers/application_controller.rb:43)
  17. Loaded suite /home/lndx/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake/rake_test_loader
  18. Started
  19. ....................Grabbing organization id from user
  20. user is #<User:0xb64f74e4>
  21. user id is 1
  22. /home/lndx/www/e-board/vendor/rails/activerecord/lib/active_record/base.rb:2236: command not found: wkhtmltopdf --disable-pdf-compression 102_102.html 102_102.pdf
  23. Java call is : java PDFToImage /home/lndx/www/e-board/tmp/documents/102_102.pdf 1
  24. Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/pdfbox/util/PDFImageWriter
  25. at PDFToImage.convert(PDFToImage.java:56)
  26. at PDFToImage.main(PDFToImage.java:79)
  27. Caused by: java.lang.ClassNotFoundException: org.apache.pdfbox.util.PDFImageWriter
  28. at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
  29. at java.security.AccessController.doPrivileged(Native Method)
  30. at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
  31. at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
  32. at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
  33. at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
  34. ... 2 more
  35. Message from Java was:
  36. Parsing /home/lndx/www/e-board/tmp/documents/102_102.pdf for page 1
  37. ..Grabbing organization id from user
  38. user is #<User:0xb68ddfb8>
  39. user id is 1
  40. /home/lndx/www/e-board/vendor/rails/activesupport/lib/active_support/callbacks.rb:180: command not found: wkhtmltopdf --disable-pdf-compression 103_103.html 103_103.pdf
  41. Java call is : java PDFToImage /home/lndx/www/e-board/tmp/documents/103_103.pdf 1
  42. Exception in thread "main" java.lang.NoClassDefFoundError: org/apache/pdfbox/util/PDFImageWriter
  43. at PDFToImage.convert(PDFToImage.java:56)
  44. at PDFToImage.main(PDFToImage.java:79)
  45. Caused by: java.lang.ClassNotFoundException: org.apache.pdfbox.util.PDFImageWriter
  46. at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
  47. at java.security.AccessController.doPrivileged(Native Method)
  48. at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
  49. at java.lang.ClassLoader.loadClass(ClassLoader.java:321)
  50. at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
  51. at java.lang.ClassLoader.loadClass(ClassLoader.java:266)
  52. ... 2 more
  53. Message from Java was:
  54. Parsing /home/lndx/www/e-board/tmp/documents/103_103.pdf for page 1
  55. .......DEPRECATION WARNING: Array#rand is deprecated and will be removed in Rails 3. Use Array#sample instead. (called from pick_random_color_if_blank at /home/lndx/www/e-board/app/models/event.rb:79)
  56. .DEPRECATION WARNING: Array#rand is deprecated and will be removed in Rails 3. Use Array#sample instead. (called from pick_random_color_if_blank at /home/lndx/www/e-board/app/models/event.rb:79)
  57. ....................Grabbing organization id from owner
  58. owner is #<User:0xb65e44d8>
  59. owner id is 1
  60. .Grabbing organization id from owner
  61. owner is #<User:0xb65dbce8>
  62. owner id is 1
  63. ......Checking if A Folder has parent with id 1
  64. Checking if Upload has parent with id 2
  65. ...................Checking if ABCDEFGHIJKLMNOPQRSTUVWYZ1234567890 has parent with id
  66. Checking if A Folder has parent with id
  67. .Checking if has parent with id
  68. Checking if A Folder has parent with id
  69. .Checking if AB has parent with id
  70. Checking if A Folder has parent with id
  71. ............F..
  72. Finished in 3.931587 seconds.
  73.  
  74. 1) Failure:
  75. test_should_authenticate_user(UserTest) [/test/unit/user_test.rb:9]:
  76. <#<User id: 2, login: "quentin", full_name: "Quentin Quack", email: "quentin@example.com", crypted_password: nil, salt: "7e3041ebc2fc05a40c60028e2c4901a81035d3cd", enabled: true, created_at: "2011-07-27 11:39:46", updated_at: "2011-08-01 11:39:46", remember_token: nil, remember_token_expires_at: nil, organization_id: 1, active: true, person_id: 2, last_request_at: nil, chat_nick_name: nil, chat_color: nil, chat_room_id: nil, password_changed_at: nil>> expected but was
  77. <nil>.
  78.  
  79. 93 tests, 132 assertions, 1 failures, 0 errors
  80. /home/lndx/.rvm/rubies/ruby-1.8.7-p334/bin/ruby -I"lib:test" "/home/lndx/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/functional/issues_controller_test.rb" "test/functional/people_controller_test.rb" "test/functional/notifier_controller_test.rb" "test/functional/chat_controller_test.rb" "test/functional/user_profile_controller_test.rb" "test/functional/admin/organization_settings_controller_test.rb" "test/functional/admin/announcements_controller_test.rb" "test/functional/admin/people_controller_test.rb" "test/functional/admin/reports_controller_test.rb" "test/functional/admin/groups_controller_test.rb" "test/functional/admin/audit_log_controller_test.rb" "test/functional/admin/users_controller_test.rb" "test/functional/admin/library_controller_test.rb" "test/functional/admin/main_controller_test.rb" "test/functional/admin/report_folders_controller_test.rb" "test/functional/report_upload_controller_test.rb" "test/functional/reports_controller_test.rb" "test/functional/code_controller_test.rb" "test/functional/help_controller_test.rb" "test/functional/issue_comments_controller_test.rb" "test/functional/events_controller_test.rb" "test/functional/meetings_controller_test.rb" "test/functional/classifieds_controller_test.rb" "test/functional/login_controller_test.rb" "test/functional/landing_controller_test.rb" "test/functional/word_controller_test.rb" "test/functional/library_controller_test.rb" "test/functional/msadmin/organizations_controller_test.rb" "test/functional/msadmin/audit_controller_test.rb" "test/functional/msadmin/advertisements_controller_test.rb" "test/functional/msadmin/monetary_announcements_controller_test.rb" "test/functional/msadmin/main_controller_test.rb" "test/functional/issue_subscriptions_controller_test.rb" "test/functional/mailbox_controller_test.rb" "test/functional/statuses_controller_test.rb" "test/functional/main_controller_test.rb" "test/functional/collaboration_controller_test.rb" "test/functional/welcome_controller_test.rb"
  81. config.load_paths is deprecated and removed in Rails 3, please use autoload_paths instead
  82. config.load_paths= is deprecated and removed in Rails 3, please use autoload_paths= instead
  83. ** Erubis 2.7.0
  84. /home/lndx/www/e-board/vendor/rails/actionpack/lib/action_controller/mime_type.rb:80: warning: already initialized constant IPHONE
  85. DEPRECATION WARNING: Giving :session_key to SessionStore is deprecated, please use :key instead. (called from new at /home/lndx/www/e-board/vendor/rails/actionpack/lib/action_controller/middleware_stack.rb:72)
  86. DEPRECATION WARNING: Disabling sessions for a single controller has been deprecated. Sessions are now lazy loaded. So if you don't access them, consider them off. You can still modify the session cookie options with request.session_options. (called from /home/lndx/www/e-board/app/controllers/application_controller.rb:43)
  87. Loaded suite /home/lndx/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake/rake_test_loader
  88. Started
  89. ...................
  90. Finished in 0.579701 seconds.
  91.  
  92. 19 tests, 16 assertions, 0 failures, 0 errors
  93. /home/lndx/.rvm/rubies/ruby-1.8.7-p334/bin/ruby -I"lib:test" "/home/lndx/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake/rake_test_loader.rb" "test/integration/mailbox_view_test.rb"
  94. config.load_paths is deprecated and removed in Rails 3, please use autoload_paths instead
  95. config.load_paths= is deprecated and removed in Rails 3, please use autoload_paths= instead
  96. ** Erubis 2.7.0
  97. /home/lndx/www/e-board/vendor/rails/actionpack/lib/action_controller/mime_type.rb:80: warning: already initialized constant IPHONE
  98. DEPRECATION WARNING: Giving :session_key to SessionStore is deprecated, please use :key instead. (called from new at /home/lndx/www/e-board/vendor/rails/actionpack/lib/action_controller/middleware_stack.rb:72)
  99. DEPRECATION WARNING: Disabling sessions for a single controller has been deprecated. Sessions are now lazy loaded. So if you don't access them, consider them off. You can still modify the session cookie options with request.session_options. (called from /home/lndx/www/e-board/app/controllers/application_controller.rb:43)
  100. Loaded suite /home/lndx/.rvm/gems/ruby-1.8.7-p334@global/gems/rake-0.8.7/lib/rake/rake_test_loader
  101. Started
  102. Grabbing organization id from owner
  103. owner is #<User:0xb66cd9f8>
  104. owner id is 1
  105. .
  106. Finished in 0.124728 seconds.
  107.  
  108. 1 tests, 1 assertions, 0 failures, 0 errors
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement