Forums Redmine

Redmin Stack install problem

Subscribe to Redmin Stack install problem 5 post(s), 3 voice(s)

 
Avatar Matt Wilde 3 post(s)

Hoping someone can help me, as I’ve tried this with multiple installs and they all halt at the same spot. I’m trying to install the Redmine stack on my personal windows XP machine, so I can trial it before installing on a server.

The install runs though until it hits the ‘Initializing database. This may take some time.’ note, where it stops and never completes.

The tail of install log reads as follows:
=======================

C:\BitNami_Redmine>cd “C:\BITNAM2\gems”

C:\BITNAM2\gems>gem install fiveruns_tuneup—local—no-ri—no-rdoc
Successfully installed fiveruns_tuneup-0.8.15
1 gem installed

Script stderr:

Installing Mongrel Cluster as services.
Executing C:\BitNami_Redmine/apps/redmine\scripts\serviceinstall.bat
Script exit code: 0

Script output:
Mongrel service ‘redmineMongrel1’ installed as ‘redmineMongrel1’.
[SC] ChangeServiceConfig SUCCESS
Mongrel service ‘redmineMongrel2’ installed as ‘redmineMongrel2’.
[SC] ChangeServiceConfig SUCCESS

Script stderr:
  • Copying native mongrel_service executable…

Waiting MySQL to start.
Executing C:/BitNami_Redmine/mysql/bin\mysql.exe
Script exit code: 0

Script output:

Script stderr:

Initializing database. This may take some time.
Executing C:\BitNami_Redmine/apps/redmine\scripts\redmineini.bat
=======================

Thanks for any input you can give. I’ve had many problems with Ruby / Rails and associated applications, and I’m looking to BitNami as a combined solution that will stop me having to deal with Ruby / Rails!

 
Avatar beltran Administrator 417 post(s)

Hi Matt,

We can not reproduce the error. This step take some time because it should populate the databases.

 
Avatar Matt Wilde 3 post(s)

Hmm, well it ran for approx 3 hours on a dual Core 2.2G machine. I assume that was long enough!

I did check, and the installer was running a ‘bash.exe’ prompt, not an cmd.exe one… I have Cygwin installed on this machine, could that be part of the problem? Or does the BitNami stack have a bash.exe included?

 
Avatar antonio Administrator 524 post(s)

No, it does not include a bash executable. Are you trying to install from Cygwin, or just on a machine that has Cygwin installed?

Cheers

 
Avatar Matt Wilde 3 post(s)

It’s just a machine that has Cygwin installed. Uninstalling Cygwin now, to see if that helps the problem. Will update later.

Thanks.

Forums Redmine