You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just updated from 1.7.19 to 1.7.20 on heroku, and the first time I tried to put I got the below error.
I have not tried it locally yet.
Let me know what additional information I can provide. If a jruby dev wants to see my app's code, I'll happily email it.
remote: NoVarsDynamicScope.java:87:in `setValue': java.lang.NullPointerException
remote: from LocalAsgnNode.java:123:in `interpret'
remote: from BlockNode.java:71:in `interpret'
remote: from RescueBodyNode.java:108:in `interpret'
remote: from RescueNode.java:204:in `handleJavaException'
remote: from RescueNode.java:137:in `interpret'
remote: from ASTInterpreter.java:74:in `INTERPRET_METHOD'
remote: from InterpretedMethod.java:161:in `call'
remote: from CachingCallSite.java:316:in `cacheAndCall'
remote: from CachingCallSite.java:145:in `callBlock'
remote: from CachingCallSite.java:154:in `callIter'
remote: from FCallNoArgBlockNode.java:32:in `interpret'
remote: from NewlineNode.java:105:in `interpret'
remote: from ASTInterpreter.java:74:in `INTERPRET_METHOD'
remote: from InterpretedMethod.java:139:in `call'
remote: from CachingCallSite.java:306:in `cacheAndCall'
remote: from CachingCallSite.java:136:in `call'
remote: from CallNoArgNode.java:60:in `interpret'
remote: from NewlineNode.java:105:in `interpret'
remote: from BlockNode.java:71:in `interpret'
remote: from RootNode.java:129:in `interpret'
remote: from ASTInterpreter.java:121:in `INTERPRET_ROOT'
remote: from Ruby.java:894:in `runInterpreter'
remote: from Ruby.java:2860:in `loadFile'
remote: from LibrarySearcher.java:264:in `loadScript'
remote: from LibrarySearcher.java:252:in `load'
remote: from LibrarySearcher.java:51:in `load'
remote: from LoadService.java:358:in `load'
remote: from RubyKernel.java:1099:in `loadCommon'
remote: from RubyKernel.java:1091:in `load19'
remote: from RubyKernel$INVOKER$s$0$1$load19.gen:-1:in `call'
remote: from DynamicMethod.java:210:in `call'
remote: from DynamicMethod.java:206:in `call'
remote: from CachingCallSite.java:326:in `cacheAndCall'
remote: from CachingCallSite.java:170:in `call'
remote: from FCallOneArgNode.java:36:in `interpret'
remote: from NewlineNode.java:105:in `interpret'
remote: from BlockNode.java:71:in `interpret'
remote: from RootNode.java:129:in `interpret'
remote: from ASTInterpreter.java:121:in `INTERPRET_ROOT'
remote: from Ruby.java:894:in `runInterpreter'
remote: from Ruby.java:902:in `runInterpreter'
remote: from Ruby.java:733:in `runNormally'
remote: from Ruby.java:578:in `runFromMain'
remote: from Main.java:395:in `doRunFromMain'
remote: from Main.java:290:in `internalRun'
remote: from Main.java:217:in `run'
remote: from Main.java:197:in `main'
remote: !
remote: ! Precompiling assets failed.
remote: !
remote:
remote: ! Push rejected, failed to compile Ruby app
remote:
remote: Verifying deploy....
remote:
remote: ! Push rejected to medstro.
remote:
To git@heroku.medstro:medstro.git
! [remote rejected] master -> master (pre-receive hook declined)
error: failed to push some refs to 'git@heroku.medstro:medstro.git'
The text was updated successfully, but these errors were encountered:
Ack! False alarm! The error just happened with 1.7.19 now, so it must not be related to JRuby at all. It was just a perfect coincidence that it happened right as I was updating.
I just updated from 1.7.19 to 1.7.20 on heroku, and the first time I tried to put I got the below error.
I have not tried it locally yet.
Let me know what additional information I can provide. If a jruby dev wants to see my app's code, I'll happily email it.
The text was updated successfully, but these errors were encountered: