Displaying 1 result from an estimated 1 matches for "sonar_radiant".
2006 Aug 20
1
Problem with: service mongrel_cluster start
.../mongrel_cluster start" it works fine, but if I call
it using "service mongrel_cluster start" it fails with the following
error:
Starting all mongrel_clusters...
/usr/local/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:21:
command not found: mongrel_rails cluster::start -c sonar_radiant.yml
mongrel_rails cluster::start returned an error.
I can see what is happening, it is calling mongrel_rails
cluster::start -c config_file_without the directory.
It should say:
mongrel_rails cluster::start -c /etc/mongrel_cluster/sonar_radiant.yml
Anyone know what I can do to fix this?
Regar...