Problem
It seems like running Tomcat as a service doesn't play well with Rails 3 applications that are packaged up using warble. Looking at the log files, it looks like there is either a circular dependency or a dependency that is being dynamically resolved but cannot be found, so it loops. Eventually, org.jruby.exceptions.RaiseException: stack level too deep is thrown. However, when I use startup.bat to start Tomcat instead, this problem does not occur.
Any help would be appreciated! I've been desperately searching for answer to this. Thanks in advance!
Deployment Platform
- Windows Server 2008 (64-bit)
- Apache Tomcat 6.29 (64-bit)
- JDK 1.6
- Rails 3
- jruby 1.5.6
- warbler (1.2.1)
- jruby-jars (>= 1.4.0)
- jruby-rack (>= 1.0.0)