Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error precompiling rails assets with 1.7.20 #2911

Closed
jjb opened this issue May 6, 2015 · 1 comment
Closed

Error precompiling rails assets with 1.7.20 #2911

jjb opened this issue May 6, 2015 · 1 comment

Comments

@jjb
Copy link

jjb commented May 6, 2015

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'
@jjb
Copy link
Author

jjb commented May 6, 2015

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.

@jjb jjb closed this as completed May 6, 2015
@enebo enebo added this to the Invalid or Duplicate milestone Jun 10, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants