Skip to content

Instantly share code, notes, and snippets.

@atambo
Created February 14, 2016 00:59
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 atambo/5c7704d226e638e35614 to your computer and use it in GitHub Desktop.
Save atambo/5c7704d226e638e35614 to your computer and use it in GitHub Desktop.
JRUBY_OPTS="-Xbacktrace.style=full -Xjit.threshold=-1" rails s
/Users/tambellini/.rvm/gems/jruby-9.0.5.0@cxo/gems/rubyzip-1.1.7/lib/zip.rb:35: warning: ObjectSpace impacts performance. See http://wiki.jruby.org/PerformanceTuning#dont-enable-objectspace
=> Booting WEBrick
=> Rails 4.1.14.1 application starting in development on http://0.0.0.0:3000
=> Run `rails server -h` for more startup options
=> Notice: server is listening on all interfaces (0.0.0.0). Consider using 127.0.0.1 (--binding option)
=> Ctrl-C to shutdown server
Exiting
LoadError: load error: /Users/tambellini/repos/cxo/config/environment -- java.lang.RuntimeException: IR compiler/interpreter bug: org.jruby.ir.operands.UndefinedValue should not be used as a valid value during execution.
getStackTrace at java/lang/Thread.java:1552
getBacktraceData at org/jruby/runtime/backtrace/TraceType.java:215
getBacktrace at org/jruby/runtime/backtrace/TraceType.java:47
prepareBacktrace at org/jruby/RubyException.java:225
preRaise at org/jruby/exceptions/RaiseException.java:229
preRaise at org/jruby/exceptions/RaiseException.java:196
<init> at org/jruby/exceptions/RaiseException.java:111
newRaiseException at org/jruby/Ruby.java:4066
newLoadError at org/jruby/Ruby.java:3916
newLoadErrorFromThrowable at org/jruby/runtime/load/LoadService.java:922
tryLoadingLibraryOrScript at org/jruby/runtime/load/LoadService.java:913
smartLoadInternal at org/jruby/runtime/load/LoadService.java:541
requireCommon at org/jruby/runtime/load/LoadService.java:426
require at org/jruby/runtime/load/LoadService.java:392
requireCommon at org/jruby/RubyKernel.java:944
require19 at org/jruby/RubyKernel.java:937
call at org/jruby/internal/runtime/methods/JavaMethod.java:579
call at org/jruby/internal/runtime/methods/AliasMethod.java:101
call at org/jruby/internal/runtime/methods/AliasMethod.java:101
unresolvedSuper at org/jruby/ir/runtime/IRRuntimeHelpers.java:965
interpret at org/jruby/ir/instructions/ZSuperInstr.java:71
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:348
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_BLOCK at org/jruby/ir/interpreter/Interpreter.java:132
block in require at /Users/tambellini/.rvm/gems/jruby-9.0.5.0@cxo/gems/activesupport-4.1.14.1/lib/active_support/dependencies.rb:247
commonYieldPath at org/jruby/runtime/MixedModeIRBlockBody.java:148
yieldSpecific at org/jruby/runtime/IRBlockBody.java:77
yieldSpecific at org/jruby/runtime/Block.java:135
yieldSpecific at org/jruby/ir/runtime/IRRuntimeHelpers.java:480
interpret at org/jruby/ir/instructions/YieldInstr.java:73
processOtherOp at org/jruby/ir/interpreter/StartupInterpreterEngine.java:191
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:115
interpret at org/jruby/ir/interpreter/InterpreterEngine.java:86
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:210
load_dependency at /Users/tambellini/.rvm/gems/jruby-9.0.5.0@cxo/gems/activesupport-4.1.14.1/lib/active_support/dependencies.rb:232
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:196
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:323
callBlock at org/jruby/runtime/callsite/CachingCallSite.java:173
call at org/jruby/runtime/callsite/CachingCallSite.java:177
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:325
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
interpret at org/jruby/ir/interpreter/InterpreterEngine.java:86
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:210
require at /Users/tambellini/.rvm/gems/jruby-9.0.5.0@cxo/gems/activesupport-4.1.14.1/lib/active_support/dependencies.rb:247
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:196
call at org/jruby/internal/runtime/methods/DynamicMethod.java:197
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:313
call at org/jruby/runtime/callsite/CachingCallSite.java:163
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:316
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_BLOCK at org/jruby/ir/interpreter/Interpreter.java:132
block in new_from_string at /Users/tambellini/repos/cxo/config.ru:15
commonYieldPath at org/jruby/runtime/MixedModeIRBlockBody.java:148
doYield at org/jruby/runtime/IRBlockBody.java:186
yield at org/jruby/runtime/BlockBody.java:105
yieldNonArray at org/jruby/runtime/Block.java:170
yieldUnder at org/jruby/RubyBasicObject.java:1730
specificEval at org/jruby/RubyBasicObject.java:1753
instance_eval19 at org/jruby/RubyBasicObject.java:1633
call at org/jruby/internal/runtime/methods/JavaMethod.java:554
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:273
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:414
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:348
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:140
initialize at /Users/tambellini/.rvm/gems/jruby-9.0.5.0@cxo/gems/rack-1.5.5/lib/rack/builder.rb:55
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:126
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:273
callBlock at org/jruby/runtime/callsite/CachingCallSite.java:79
call at org/jruby/runtime/callsite/CachingCallSite.java:83
newInstance at org/jruby/RubyClass.java:891
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:273
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:414
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:348
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_EVAL at org/jruby/ir/interpreter/Interpreter.java:122
<eval> at /Users/tambellini/repos/cxo/config.ru:1
evalCommon at org/jruby/ir/interpreter/Interpreter.java:177
evalWithBinding at org/jruby/ir/interpreter/Interpreter.java:202
evalCommon at org/jruby/RubyKernel.java:1009
eval19 at org/jruby/RubyKernel.java:976
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:273
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:414
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:348
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:140
new_from_string at /Users/tambellini/.rvm/gems/jruby-9.0.5.0@cxo/gems/rack-1.5.5/lib/rack/builder.rb:49
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:126
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:273
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:414
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:348
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:140
parse_file at /Users/tambellini/.rvm/gems/jruby-9.0.5.0@cxo/gems/rack-1.5.5/lib/rack/builder.rb:40
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:126
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:273
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:414
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:348
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
interpret at org/jruby/ir/interpreter/InterpreterEngine.java:80
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:175
build_app_and_options_from_config at /Users/tambellini/.rvm/gems/jruby-9.0.5.0@cxo/gems/rack-1.5.5/lib/rack/server.rb:277
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:161
call at org/jruby/internal/runtime/methods/DynamicMethod.java:189
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:293
call at org/jruby/runtime/callsite/CachingCallSite.java:131
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:332
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:140
app at /Users/tambellini/.rvm/gems/jruby-9.0.5.0@cxo/gems/rack-1.5.5/lib/rack/server.rb:199
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:126
instanceSuper at org/jruby/ir/runtime/IRRuntimeHelpers.java:927
interpret at org/jruby/ir/instructions/InstanceSuperInstr.java:69
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:348
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
interpret at org/jruby/ir/interpreter/InterpreterEngine.java:80
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:175
app at /Users/tambellini/.rvm/gems/jruby-9.0.5.0@cxo/gems/railties-4.1.14.1/lib/rails/commands/server.rb:50
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:161
call at org/jruby/internal/runtime/methods/DynamicMethod.java:189
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:293
call at org/jruby/runtime/callsite/CachingCallSite.java:131
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:332
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
interpret at org/jruby/ir/interpreter/InterpreterEngine.java:80
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:175
wrapped_app at /Users/tambellini/.rvm/gems/jruby-9.0.5.0@cxo/gems/rack-1.5.5/lib/rack/server.rb:314
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:161
call at org/jruby/internal/runtime/methods/DynamicMethod.java:189
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:293
call at org/jruby/runtime/callsite/CachingCallSite.java:131
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:332
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
interpret at org/jruby/ir/interpreter/InterpreterEngine.java:80
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:175
log_to_stdout at /Users/tambellini/.rvm/gems/jruby-9.0.5.0@cxo/gems/railties-4.1.14.1/lib/rails/commands/server.rb:130
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:161
call at org/jruby/internal/runtime/methods/DynamicMethod.java:189
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:293
call at org/jruby/runtime/callsite/CachingCallSite.java:131
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:332
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
interpret at org/jruby/ir/interpreter/InterpreterEngine.java:80
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:175
start at /Users/tambellini/.rvm/gems/jruby-9.0.5.0@cxo/gems/railties-4.1.14.1/lib/rails/commands/server.rb:67
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:161
call at org/jruby/internal/runtime/methods/DynamicMethod.java:189
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:293
call at org/jruby/runtime/callsite/CachingCallSite.java:131
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:332
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_BLOCK at org/jruby/ir/interpreter/Interpreter.java:132
block in server at /Users/tambellini/.rvm/gems/jruby-9.0.5.0@cxo/gems/railties-4.1.14.1/lib/rails/commands/commands_tasks.rb:81
commonYieldPath at org/jruby/runtime/MixedModeIRBlockBody.java:148
doYield at org/jruby/runtime/IRBlockBody.java:179
yield at org/jruby/runtime/BlockBody.java:96
yield at org/jruby/runtime/Block.java:166
tap at org/jruby/RubyKernel.java:1754
call at org/jruby/internal/runtime/methods/JavaMethod.java:494
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:273
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:414
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:348
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
interpret at org/jruby/ir/interpreter/InterpreterEngine.java:80
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:175
server at /Users/tambellini/.rvm/gems/jruby-9.0.5.0@cxo/gems/railties-4.1.14.1/lib/rails/commands/commands_tasks.rb:76
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:161
finvoke at org/jruby/RubyClass.java:520
send19 at org/jruby/RubyBasicObject.java:1599
send19 at org/jruby/RubyKernel.java:1997
call at org/jruby/internal/runtime/methods/DynamicMethod.java:197
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:313
call at org/jruby/runtime/callsite/CachingCallSite.java:163
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:316
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
interpret at org/jruby/ir/interpreter/InterpreterEngine.java:86
INTERPRET_METHOD at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:210
run_command! at /Users/tambellini/.rvm/gems/jruby-9.0.5.0@cxo/gems/railties-4.1.14.1/lib/rails/commands/commands_tasks.rb:40
call at org/jruby/internal/runtime/methods/MixedModeIRMethod.java:196
call at org/jruby/internal/runtime/methods/DynamicMethod.java:197
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:313
call at org/jruby/runtime/callsite/CachingCallSite.java:163
processCall at org/jruby/ir/interpreter/InterpreterEngine.java:316
interpret at org/jruby/ir/interpreter/StartupInterpreterEngine.java:77
INTERPRET_ROOT at org/jruby/ir/interpreter/Interpreter.java:112
<top> at /Users/tambellini/.rvm/gems/jruby-9.0.5.0@cxo/gems/railties-4.1.14.1/lib/rails/commands.rb:17
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:833
loadFile at org/jruby/Ruby.java:2905
load at org/jruby/runtime/load/LibrarySearcher.java:235
load at org/jruby/runtime/load/LibrarySearcher.java:34
tryLoadingLibraryOrScript at org/jruby/runtime/load/LoadService.java:900
smartLoadInternal at org/jruby/runtime/load/LoadService.java:541
requireCommon at org/jruby/runtime/load/LoadService.java:426
require at org/jruby/runtime/load/LoadService.java:392
requireCommon at org/jruby/RubyKernel.java:944
require19 at org/jruby/RubyKernel.java:937
call at org/jruby/internal/runtime/methods/JavaMethod.java:380
call at org/jruby/internal/runtime/methods/AliasMethod.java:61
call at org/jruby/internal/runtime/methods/AliasMethod.java:61
cacheAndCall at org/jruby/runtime/callsite/CachingCallSite.java:313
call at org/jruby/runtime/callsite/CachingCallSite.java:163
<top> at bin/rails:4
invokeWithArguments at java/lang/invoke/MethodHandle.java:627
load at org/jruby/ir/Compiler.java:111
runScript at org/jruby/Ruby.java:817
runScript at org/jruby/Ruby.java:809
runNormally at org/jruby/Ruby.java:747
runFromMain at org/jruby/Ruby.java:569
doRunFromMain at org/jruby/Main.java:415
internalRun at org/jruby/Main.java:310
run at org/jruby/Main.java:239
main at org/jruby/Main.java:201
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment