vote up 0 vote down star

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.

flag
btw test.rb works fine most of the time...its just that jruby does this once in a while. – asdfasdf Sep 7 at 23:46
@asdfasdf: I think you mean Java errors, not javascript errors – James Sep 8 at 0:06
Can you post what the actual error being thrown is. You posted what seems to be the middle of a stack trace, the actual Exception should be at the top of the stack trace. – bodnarbm Sep 9 at 15:59

Your Answer

Get an OpenID
or

Browse other questions tagged or ask your own question.