Jruby On Rails app gives LocalJumpError on Tomcat when makig a WAR with Warble -
so made small app doesn't much. has controller index method math. it's test app. wanted test app run on tomcat wrapped in war.
when deploy app on tomcat gives me :
localjumperror
yield called out of block.
the app work fine webrick. can point me how solve problem ? have no ideea start.
thank ps have - jruby-1.6.2(rvm) - warble 1.3.1 - tomcat 6
i got same error message rails 3.0.9 app because of invalid entry in database.yml (wrong username/password). assume war file uses production environment - check production database settings.
Comments
Post a Comment