Mina: Error while precompiling assets **bash: line 232: 21006 Killed**

Created on 4 Mar 2015  ·  8Comments  ·  Source: mina-deploy/mina

While it's executing:
RAILS_ENV="production" bundle exec rake assets:precompile RAILS_GROUPS=assets

it gives me:

I, [2015-03-04T09:39:18.486341 #21006]  INFO -- : Writing /home/hlcfan/leniu/tmp/build-142546194323803/public/assets/sidebar_bg-0a35ab7c07f029d90724d03bb97c4b9f.png
I, [2015-03-04T09:39:18.488875 #21006]  INFO -- : Writing /home/hlcfan/leniu/tmp/build-142546194323803/public/assets/slider1-65b3e5521ac11c47845925b5fbb13360.jpg
I, [2015-03-04T09:39:18.492084 #21006]  INFO -- : Writing /home/hlcfan/leniu/tmp/build-142546194323803/public/assets/slider2-625bee99a44969f73fcb419121688538.jpg
I, [2015-03-04T09:39:18.498015 #21006]  INFO -- : Writing /home/hlcfan/leniu/tmp/build-142546194323803/public/assets/slider3-3b3837a01d4ed5ea8c703e2a9c6ea37b.jpg
I, [2015-03-04T09:39:18.632689 #21006]  INFO -- : Writing /home/hlcfan/leniu/tmp/build-142546194323803/public/assets/admin-307af29ac27a030829bb53a3718d3987.js
bash: line 232: 21006 Killed                  RAILS_ENV="production" bundle exec rake assets:precompile RAILS_GROUPS=assets
! ERROR: Deploy failed.
-----> Cleaning up build

Since no error messages to track this problem, I have no idea to fix this.

Most helpful comment

I ran into this same issue and couldn't find any good answers. Finally figured out that it was my Digital Ocean droplet running out of RAM and the process was being killed. You can read more about my solution here.

All 8 comments

Have you tried doing that command locally?

@d4be4st it works as expected locally.

Hm.. Try to run mina deploy -v in verbose mode, and see that it tells you.
Unfortunately i need more information :(

Oh, @hlcfan do you have nodejs installed on server or are you using rubyracer gem?

Using -v gives me same error.
Yes, Im using therubyracer in Gemfile and I dont have nodejs installed on my server

one more thing you can try is run the command manually on the server, as see what errors it gives you

@d4be4st Just removed therubyracer, use nodejs instead, therubyracer sucks!

Gracias!

I ran into this same issue and couldn't find any good answers. Finally figured out that it was my Digital Ocean droplet running out of RAM and the process was being killed. You can read more about my solution here.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

peterprabu picture peterprabu  ·  4Comments

davidhq picture davidhq  ·  10Comments

sosedoff picture sosedoff  ·  9Comments

ozgg picture ozgg  ·  6Comments

amargherio picture amargherio  ·  10Comments