|
We've heard increased reports of "stack level too deep" with Bundler lately. In fact, we bumped up the default stack size to -Xss2048k in JRuby master as of ea20ac17. Can you try running Warbler as follows: jruby -J-Xss2048k -S warble ... I started up my executable WAR as follows with success. Thanks! java -Xss2048 -jar a_rails.war Marking as won't fix since the only resolution is to bump up stack size (-Xss2048k). I just wanted to add something here in case people wind up at this issue from a search for stack problems on Windows (x64). It is possible that the error is related to a problem with procron (Apache Commons Daemon). Versions prior to 1.0.4 had some issues running on Windows 64 and would expose this error - if you're running under Tomcat <= 6.0.29 you have an old version of procrun and need to upgrade. I have a full write up over here: http://techblog.amphora-research.com/2011/03/tomcat-6-stack-level-too-deep-error-on-windows/ |
|||||||||||||||||||||||||||||||||||||||||||||
By the way, I did rule out spaces in file names by placing the war at C:\ and setting TMP and TEMP to C:\temp. You will notice no spaces in any of the paths in the attached log.