Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support

    • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. 2.4 Installation Instructions not really working

2.4 Installation Instructions not really working

Added by max payne over 11 years ago

Hi,

after installing openproject it does not run as smoothly as expected.

My setup is as follows Debian Wheezy, Ruby 1.9.3, MySQL 5.5. For the installation I created a specific user and put the files into his home-dir. After that I followed the instructions under
https://www.openproject.org/projects/openproject/wiki/Installation_OpenProject_2_4. Had a few hickups with missing things like sqlite3 etc. but nothing serious.

Than I tried to test run the application. After executing the server script I was greeted with an nearly empty page the “Home-Link” looked like that [“Home”, nil, nil]. After logging in with the admin account things got worse, nearly every klick at the nav bar took me to a site with the following content (and an exception[1]).

Routing Error

No route matches “/%22//%22” with {:method=>:get}

I don’t even had a menu on the left side. After going to Modules/Administration and choosing “Load the default configuration” the menu appeared somehow. However, the nav-bar looked like that [“Home”, nil, “Administration”, “Projects”].

Besides that kind of trouble, there is also the problem with slow page loads (due to non production setup as I learned from reading the forum). I think you guys should seriously rework the installation instructions for setting up a production environment in a correct way.

[1] The exception

Processing ApplicationController#index (for myip at 2013-10-14 17:04:51) [GET]

ActionController::RoutingError (No route matches “/%22/admin/%22” with {:method=>:get}):
actionpack (2.3.18) lib/action_controller/routing/recognition_optimisation.rb:66:in `recognize_path’
actionpack (2.3.18) lib/action_controller/routing/route_set.rb:442:in `recognize’
actionpack (2.3.18) lib/action_controller/routing/route_set.rb:437:in `call’
actionpack (2.3.18) lib/action_controller/dispatcher.rb:87:in `dispatch’
actionpack (2.3.18) lib/action_controller/dispatcher.rb:121:in `_call’
actionpack (2.3.18) lib/action_controller/dispatcher.rb:130:in `block in build_middleware_stack’
activerecord (2.3.18) lib/active_record/query_cache.rb:29:in `call’
activerecord (2.3.18) lib/active_record/query_cache.rb:29:in `block in call’
activerecord (2.3.18) lib/active_record/connection_adapters/abstract/query_cache.rb:34:in `cache’
activerecord (2.3.18) lib/active_record/query_cache.rb:9:in `cache’
activerecord (2.3.18) lib/active_record/query_cache.rb:28:in `call’
activerecord (2.3.18) lib/active_record/connection_adapters/abstract/connection_pool.rb:361:in `call’
actionpack (2.3.18) lib/action_controller/string_coercion.rb:25:in `call’
rack (1.1.6) lib/rack/head.rb:9:in `call’
rack (1.1.6) lib/rack/methodoverride.rb:24:in `call’
actionpack (2.3.18) lib/action_controller/params_parser.rb:15:in `call’
actionpack (2.3.18) lib/action_controller/session/cookie_store.rb:99:in `call’
actionpack (2.3.18) lib/action_controller/failsafe.rb:26:in `call’
rack (1.1.6) lib/rack/lock.rb:11:in `block in call’
internal:prelude:10:in `synchronize’
rack (1.1.6) lib/rack/lock.rb:11:in `call’
actionpack (2.3.18) lib/action_controller/dispatcher.rb:114:in `block in call’
actionpack (2.3.18) lib/action_controller/reloader.rb:34:in `run’
actionpack (2.3.18) lib/action_controller/dispatcher.rb:108:in `call’
rails (2.3.18) lib/rails/rack/static.rb:31:in `call’
rack (1.1.6) lib/rack/urlmap.rb:47:in `block in call’
rack (1.1.6) lib/rack/urlmap.rb:41:in `each’
rack (1.1.6) lib/rack/urlmap.rb:41:in `call’
rails (2.3.18) lib/rails/rack/log_tailer.rb:17:in `call’
rack (1.1.6) lib/rack/content_length.rb:13:in `call’
rack (1.1.6) lib/rack/handler/webrick.rb:48:in `service’
/usr/lib/ruby/1.9.1/webrick/httpserver.rb:138:in `service’
/usr/lib/ruby/1.9.1/webrick/httpserver.rb:94:in `run’
/usr/lib/ruby/1.9.1/webrick/server.rb:191:in `block in start_thread’

Rendering rescues/layout (not_found)


Replies (1)

RE: 2.4 Installation Instructions not really working - Added by Martin Czuchra over 11 years ago

OpenProject 2.4.0 is only compatible w/ 1.8.7, not 1.9.3.
OpenProject 3.0.0 will probably be compatible w/ 1.9.3, but might skip that version in favor of ruby 2.0.0

  • (1 - 1/1)
Loading...