Project

General

Profile

Redmine 0.9.x

Added by Nicolas P about 14 years ago

Hello,

On Solaris 10 sparc, Installation of Redmine 0.9.1 ok and it seems to start correctly
but after i've a segmentation fault when i try to login.
Do you know this pb (pb with mysql.rb not in rails 2.2?) ? Thanks

See the log:
[root@su1404:/opt/coolstack/redmine-0.9.1] ruby script/server webrick -e production
=> Booting WEBrick
=> Rails 2.3.5 application starting on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
[2010-04-16 10:46:46] INFO WEBrick 1.3.1
[2010-04-16 10:46:46] INFO ruby 1.8.6 (2008-06-20) [sparc-solaris2.10]
[2010-04-16 10:46:46] INFO WEBrick::HTTPServer#start: pid=16577 port=3000

Processing WelcomeController#index (for 10.27.160.43 at 2010-04-16 10:48:27) [GET]
Parameters: {"action"=>"index", "controller"=>"welcome"}
Rendering template within layouts/base
Rendering welcome/index
Completed in 377ms (View: 76, DB: 209) | 200 OK [http://su1404/]
Segmentation Fault (core dumped)

The different product installed are:
[root@su1404:/opt/coolstack/redmine-0.9.1] pkginfo
application CSKapache2 Apache httpd
application CSKlibs Freetype, Curl, gd, gdbm, gettext, gmp, imap, tidy, unixODBC
application CSKlighttpd lighttpd Web Server
application CSKmemcached memcached 1.2.5
application CSKmysql32 MySQL 5.1.25 32bit
application CSKperl Perl 5.8.8
application CSKphp5 PHP 5
application CSKruby Ruby 1.8.6
application CSKruntime Coolstack runtime libraries
application mysql MySQL Community Server (GPL)

The gem installed are:
[root@su1404:/opt/coolstack/rubygems-1.3.5/bin] gem list --local

  • LOCAL GEMS ***
    actionmailer (2.3.5, 2.0.2)
    actionpack (2.3.5, 2.0.2)
    activerecord (2.3.5, 2.0.2)
    activeresource (2.3.5, 2.0.2)
    activesupport (2.3.5, 2.0.2)
    cgi_multipart_eof_fix (2.5.0)
    daemons (1.0.9)
    fastthread (1.0.1)
    gem_plugin (0.2.3)
    mongrel (1.1.3)
    mysql (2.8.1)
    rack (1.0.1)
    rails (2.3.5, 2.0.2)
    rake (0.8.3, 0.8.1)

I'am using Mysql 5.0.83 32bit... This is the version needed by mysql.2.8.1.gem


Replies (1)

RE: Redmine 0.9.x - Added by Felix Schäfer about 14 years ago

Well, your pkginfo states a MySQL 5.1, can you please confirm your settings? Also check if webrick has a trace option or anything like that, the log doesn't show anything useful at this point.

    (1-1/1)