i get this once in a while when i use jruby to run ruby scripts.
at org.jruby.runtime.callsite.CachingCallSite.call(CachingCallSite.java:117)
at test.__file__(test.rb:11)
at test.load(test.rb)
at org.jruby.Ruby.runScript(Ruby.java:592)
at org.jruby.Ruby.runNormally(Ruby.java:514)
at org.jruby.Ruby.runFromMain(Ruby.java:360)
at org.jruby.Main.run(Main.java:268)
at org.jruby.Main.run(Main.java:113)
at org.jruby.Main.main(Main.java:97)
this is only a snippet...i get a long list of these type of errors.