up vote 0 down vote favorite
share [g+] share [fb]

I am having a problem with starting a Ruby On Rails application.

When I type

mtr start <application_name>

It will take a long time and fail with the following message:

Error Executing Command.

But the status of the application will show as "running", only that I will immediately get a HTTP 502 error when trying to access it.

Thanks,

link|improve this question

67% accept rate
feedback

1 Answer

up vote 1 down vote accepted

The problem was a faulty gem. Doing:

perl ~/check_gems.pl

Identified the culprit and after resintalling it worked fine.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.