Skip to content

Instantly share code, notes, and snippets.

@kirs
Created December 22, 2016 02:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kirs/66fee73f27dfd455d93750d920f5620f to your computer and use it in GitHub Desktop.
Save kirs/66fee73f27dfd455d93750d920f5620f to your computer and use it in GitHub Desktop.
Unhandled Java exception: java.lang.NoSuchFieldError: SUPPORTS_FENCES
java.lang.NoSuchFieldError: SUPPORTS_FENCES
fullMemoryBarrier at com/concurrent_ruby/ext/SynchronizationLibrary.java:99
call at com/concurrent_ruby/ext/SynchronizationLibrary$JRubyAttrVolatile$INVOKER$s$0$0$fullMemoryBarrier.gen:-1
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:318
call at org/jruby/runtime/callsite/CachingCallSite.java:131
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:340
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:73
interpret at org/jruby/ir/interpreter/InterpreterEngine.java:84
INTERPRET_METHOD at org/jruby/internal/runtime/methods/InterpretedIRMethod.java:186
call at org/jruby/internal/runtime/methods/InterpretedIRMethod.java:173
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:338
call at org/jruby/runtime/callsite/CachingCallSite.java:163
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:315
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:73
INTERPRET_BLOCK at org/jruby/ir/interpreter/Interpreter.java:132
commonYieldPath at org/jruby/runtime/InterpretedIRBlockBody.java:141
call at org/jruby/runtime/IRBlockBody.java:69
call at org/jruby/runtime/Block.java:126
call at org/jruby/RubyProc.java:289
call19 at org/jruby/RubyProc.java:273
call at org/jruby/RubyProc$INVOKER$i$0$0$call19.gen:-1
call at org/jruby/internal/runtime/methods/DynamicMethod.java:196
call at org/jruby/internal/runtime/methods/DynamicMethod.java:192
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:318
call at org/jruby/runtime/callsite/CachingCallSite.java:131
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:340
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:73
INTERPRET_BLOCK at org/jruby/ir/interpreter/Interpreter.java:132
commonYieldPath at org/jruby/runtime/InterpretedIRBlockBody.java:141
doYield at org/jruby/runtime/IRBlockBody.java:182
yield at org/jruby/runtime/BlockBody.java:111
yield at org/jruby/runtime/Block.java:167
rubySynchronize at com/concurrent_ruby/ext/SynchronizationLibrary.java:174
call at com/concurrent_ruby/ext/SynchronizationLibrary$JRubyLockableObject$INVOKER$i$0$0$rubySynchronize.gen:-1
call at org/jruby/internal/runtime/methods/JavaMethod.java:497
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:298
callBlock at org/jruby/runtime/callsite/CachingCallSite.java:79
call at org/jruby/runtime/callsite/CachingCallSite.java:83
interpret at org/jruby/ir/instructions/CallBase.java:428
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:356
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:73
interpret at org/jruby/ir/interpreter/InterpreterEngine.java:78
INTERPRET_METHOD at org/jruby/internal/runtime/methods/InterpretedIRMethod.java:150
call at org/jruby/internal/runtime/methods/InterpretedIRMethod.java:137
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:318
call at org/jruby/runtime/callsite/CachingCallSite.java:131
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:340
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:73
interpret at org/jruby/ir/interpreter/InterpreterEngine.java:78
INTERPRET_METHOD at org/jruby/internal/runtime/methods/InterpretedIRMethod.java:150
call at org/jruby/internal/runtime/methods/InterpretedIRMethod.java:137
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:318
call at org/jruby/runtime/callsite/CachingCallSite.java:131
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:340
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:73
INTERPRET_BLOCK at org/jruby/ir/interpreter/Interpreter.java:132
commonYieldPath at org/jruby/runtime/InterpretedIRBlockBody.java:141
doYield at org/jruby/runtime/IRBlockBody.java:182
yield at org/jruby/runtime/BlockBody.java:111
yield at org/jruby/runtime/Block.java:167
rubySynchronize at com/concurrent_ruby/ext/SynchronizationLibrary.java:174
call at com/concurrent_ruby/ext/SynchronizationLibrary$JRubyLockableObject$INVOKER$i$0$0$rubySynchronize.gen:-1
call at org/jruby/internal/runtime/methods/JavaMethod.java:497
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:298
callBlock at org/jruby/runtime/callsite/CachingCallSite.java:79
call at org/jruby/runtime/callsite/CachingCallSite.java:83
interpret at org/jruby/ir/instructions/CallBase.java:428
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:356
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:73
INTERPRET_METHOD at org/jruby/internal/runtime/methods/InterpretedIRMethod.java:112
call at org/jruby/internal/runtime/methods/InterpretedIRMethod.java:91
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:298
callBlock at org/jruby/runtime/callsite/CachingCallSite.java:79
call at org/jruby/runtime/callsite/CachingCallSite.java:83
newInstance at org/jruby/RubyClass.java:1022
call at org/jruby/RubyClass$INVOKER$i$newInstance.gen:-1
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:298
callBlock at org/jruby/runtime/callsite/CachingCallSite.java:79
call at org/jruby/runtime/callsite/CachingCallSite.java:83
interpret at org/jruby/ir/instructions/CallBase.java:428
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:356
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:73
INTERPRET_METHOD at org/jruby/internal/runtime/methods/InterpretedIRMethod.java:112
call at org/jruby/internal/runtime/methods/InterpretedIRMethod.java:91
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:298
callBlock at org/jruby/runtime/callsite/CachingCallSite.java:79
call at org/jruby/runtime/callsite/CachingCallSite.java:83
interpret at org/jruby/ir/instructions/CallBase.java:428
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:356
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:73
INTERPRET_ROOT at org/jruby/ir/interpreter/Interpreter.java:112
execute at org/jruby/ir/interpreter/Interpreter.java:99
execute at org/jruby/ir/interpreter/Interpreter.java:35
execute at org/jruby/ir/IRTranslator.java:42
runInterpreter at org/jruby/Ruby.java:840
runInterpreter at org/jruby/Ruby.java:844
runNormally at org/jruby/Ruby.java:747
runNormally at org/jruby/Ruby.java:760
runFromMain at org/jruby/Ruby.java:573
doRunFromMain at org/jruby/Main.java:417
internalRun at org/jruby/Main.java:305
run at org/jruby/Main.java:232
main at org/jruby/Main.java:204
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment