I use ruby daemon pearls to create my own daemon for my rails project. The only problem is that when I try to start the daemons ruby lib/daemons/test_ctl start, it fails and will not start. This log file has this file.
*** below you find the most recent exception thrown, this will be likely (but not certainly) the exception that made the application exit abnormally \*\*\*
*** below you find all exception objects found in memory, some of them may have been thrown in your application, others may just be in memory because they are standard exceptions ***
This happens even when I generate a daemon (from the rails plugin) and try to run it. Does anyone know how to solve this problem?
source
share