Redmine 2.6.9_2 installation on FreeBSD 10.3 fails
Added by Guus Teley over 8 years ago
Hello,
One of my redmine installations stopped working after a service restart.
Could not find any plausible cause so after a day I decided to start from scratch.
Installed redmine 2.6.9_2 from package, did the usual configuration for database and local gems and ran bundle install
So far no problems.
But when running 'rake db:migrate RAILS_ENV=production' I got the error:
LoadError: Expected /usr/local/www/redmine/app/models/version.rb to define VERSION
I would like to add the output of script/about, but that gave me the same error.
Overall:
System = FreeBSD my-devel 10.3-RELEASE-p2 FreeBSD 10.3-RELEASE-p2 #0: Wed May 4 06:03:51 UTC 2016 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64
Ruby = ruby 2.1.8p440 (2015-12-16 revision 53160) [amd64-freebsd10]
Database = mysql 5.6.30
WS = thin 1.6.4 codename Gob Bluth
Clean install, so no plugins installed. Connection to database with configured user/pass works fine.
webserver log is empty
I compared every single bit I could think of with other installations that work fine.
Can't find anything that would indicate it is the culprit.
Thanks in advance.
Gem list:- LOCAL GEMS ***
actionmailer (4.2.5.1, 3.2.22.2, 3.2.22)
actionpack (4.2.5.1, 3.2.22.2, 3.2.22)
actionview (4.2.5.1)
active_median (0.1.3, 0.1.2)
activejob (4.2.5.1)
activemodel (3.2.22.2, 3.2.22)
activerecord (3.2.22.2, 3.2.22)
activeresource (3.2.22.2, 3.2.22)
activesupport (4.2.5.1, 3.2.22.2, 3.2.22)
angularjs-rails (1.4.8)
ansi (1.5.0)
arel (3.0.3)
builder (3.2.2, 3.0.4)
bundler (1.12.3, 1.11.2)
chartkick (1.5.2, 1.4.1)
coderay (1.1.1)
coffee-rails (3.2.2)
coffee-script (2.4.1)
coffee-script-source (1.10.0)
colorize (0.7.7)
concurrent-ruby (1.0.0)
daemons (1.2.3)
deface (1.0.2)
erubis (2.7.0)
eventmachine (1.2.0.1)
execjs (2.6.0)
globalid (0.3.6)
groupdate (2.5.3, 2.5.0)
hike (1.2.3)
htmlentities (4.3.4, 4.3.1)
i18n (0.7.0)
journey (1.0.4)
jquery-rails (3.1.4)
json (1.8.3)
json_pure (1.8.3)
libxml-ruby (2.8.0)
loofah (2.0.3)
mail (2.5.4)
method_source (0.8.2)
mime-types (2.99.1, 1.25.1)
mini_portile2 (2.0.0)
minitest (5.8.4)
multi_json (1.12.0, 1.11.2)
mysql2 (0.3.20)
net-ldap (0.14.0)
nokogiri (1.6.7.2)
polyglot (0.3.5)
rack (1.6.4, 1.4.7)
rack-cache (1.6.1)
rack-openid (1.4.2)
rack-ssl (1.4.1)
rack-test (0.6.3)
rails (3.2.22.2, 3.2.22)
rails-deprecated_sanitizer (1.0.3)
rails-dom-testing (1.0.7)
rails-html-sanitizer (1.0.3)
railties (3.2.22.2, 3.2.22)
rake (11.1.2, 10.5.0)
rbpdf (1.19.0)
rbpdf-font (1.19.0)
rdoc (3.12.2)
redcarpet (3.3.4)
request_store (1.3.1, 1.3.0)
rmagick (2.15.4, 2.13.4)
ruby-openid (2.7.0)
rubytree (0.9.7)
sass (3.4.22)
sass-rails (3.2.6)
sprockets (2.2.3)
sqlite3 (1.3.11)
structured_warnings (0.2.0)
thin (1.6.4)
thor (0.19.1)
thread_safe (0.3.5)
tilt (2.0.2, 1.4.1)
treetop (1.6.5)
turn (0.9.7)
tzinfo (1.2.2, 0.3.49, 0.3.48)
uglifier (3.0.0)
Replies (1)
RE: Redmine 2.6.9_2 installation on FreeBSD 10.3 fails - Added by Guus Teley over 8 years ago
It looks like an update of chartkick is the culprit.
Doing a clean install without any local gems worked fine.
Eliminating out the local gems one by one unveiled Chartkick 1.5.2 as the problem.
My other redmine systems have chartkick 1.4.2 and that works fine.