Application Error

In my experience, it's a problem with the dispatch file. Does it have the correct permissions to execute, and does it point to the proper location on the first line #!/bin/ruby or wherever your distro stores it? Also, I've had problems with log files not having permissions so the app can write them.

Ryan Edwards-Crewe wrote:

it? Also, I’ve had problems with log files not having permissions so the app can write them.

Good point there…forgot about that one. It has bitten me a few times.