Artyom Tsoy
Artyom Tsoy

Reputation: 2238

capistrano failing to precompile assets with "rake stdout: Nothing written"

When trying to deploy I get that error and I don't know the source of problem.

It's strange, because if I ssh to server and try to precompile assets manually, everything is fine.

Is there a way to trace that bug. I think it's a bug, because I've already deployed several times to that machine and everything was perfect.

Upvotes: 0

Views: 504

Answers (1)

Artyom Tsoy
Artyom Tsoy

Reputation: 2238

I found out, why it failed. It was due to hi CPU consumption, system just killed it without any warnings. So I just stopped some processes, that consumed CPU as well, and everything compiled.

Upvotes: 2

Related Questions