I just added delayed_job to my app on Heroku. Everything was working fine locally but that stopped after pushing to Heroku. The rake job worker appears to be crashing and gives this error for Jammit:
==> dj-3625324.log (crash) <==
(in /disk1/home/slugs/352624_647fcb1_cd2f-0ad62d88-55e5-45dd-81ff-560f42525b6e/mnt)
Jammit Warning: Asset compression disabled -- Java unavailable.
rake aborted!
Broken pipe
/disk1/home/slugs/352624_647fcb1_cd2f-0ad62d88-55e5-45dd-81ff-560f42525b6e/mnt/Rakefile:8
(See full trace by running task with --trace)
-----> Your application crashed.
Examine the backtrace above this message to debug.
How do you debug an issue like this to resolve?
Thanks