Error – Turnkey Redmine Appliance

Asked By 10 points N/A Posted on -
qa-featured

Hello experts

Just I have tried to set up Redmine Appliance in openVZ container and all the network interfaces installed successfully but I find the following message when I try to visit the deal with in my browser. (Here is the screenshot)

 

 

Passenger
 
Internal server error
Phusion Passenger has listed more information about error below.
 
Passenger encountered the following error:
 
The application spawner server exited un expectedly: Connection closed
 
Exception class:
phusionPassenger: Railz: ApplicationSpawner:Error
SHARE
Answered By 10 points N/A #150113

Error – Turnkey Redmine Appliance

qa-featured

Hello Vincent,

To resolve the issue that you are getting, you will need to try the following:

  • Try checking through the log files and see if there is anything displayed under development.log.
  • In the event that there is nothing displayed, then it is possible that  phusion used by default the production environment that could not be properly configured.
  • So you will need to change the virtual host directive in httpd.conf in a manner that will allow it to use the following development environment :

<VirtualHost *:80> ServerName 127.0.0.1 RailsEnv development

# ADDED THIS LINE TO START IN DEVELOPMENT MODE !!!

DocumentRoot /Users/mtin79/Sites/webapps/elitemondiale/public </VirtualHost>

Regards,

Carl

 

Related Questions