file:/u01/app/appslab/connect/releases/20090702205834/tmp/war/WEB-INF/lib/jruby-rack-0.9.4.jar!/jruby/rack/rails_boot.rb
which has the boot.rb loading out of a jar file. I suspect the problem
is that since it can't unpack the jar, all the logic in Rails for
loading the app from the filesystem is borking out, and ultimately it
just gives up because it can't find anything.
Can you check user permissions on the location of the WAR files?
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email
Just a stab in the dark: Is the cd different between when monit starts
tomcat and when you start tomcat? Or, are there different environment
variables set?
Does monit execute the exact same command you type in your shell, or
does it do something different?
--
Matt
It certainly seems like it has to be some permission thing. Perhaps
you could add some logging to the rack .rb files to try to get more
information out...I know it has a tendency to swallow most of the
pertinent error information.
That would be a good bug to file too :) it really needs better error
reporting, so we don't do this dance every time someone sneezes.
- Charlie