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'm seeing this error in my logs on occasion, and when it occurs my system CPU spikes and sits at 100% until it's restarted. The app can run for days at a time without this being an issue and then all of a sudden it kicks in and starts creating problems.
Sep 12 19:58:30 my-app app/worker.1: sh: locate: not found
I'm currently running active_pdftk (0.1.0) and running pdf-tk through the pdftk-heroku gem.
Any suggestions on what might be causing this would be greatly appreciated. I'm not yet able to determine if this missing locate is causing the CPU spike or vice-versa.
Thanks,
Robert
The text was updated successfully, but these errors were encountered:
If you can tell the path of pdftk you should give it with :path option.
It should solve your issue, as 'locate' is a very common unix binary but with various implementations, and a local db file access wich coul be locked temporarly by other app...
Hello People,
I'm seeing this error in my logs on occasion, and when it occurs my system CPU spikes and sits at 100% until it's restarted. The app can run for days at a time without this being an issue and then all of a sudden it kicks in and starts creating problems.
Sep 12 19:58:30 my-app app/worker.1: sh: locate: not found
I'm currently running
active_pdftk (0.1.0)
and running pdf-tk through the pdftk-heroku gem.Any suggestions on what might be causing this would be greatly appreciated. I'm not yet able to determine if this missing locate is causing the CPU spike or vice-versa.
Thanks,
Robert
The text was updated successfully, but these errors were encountered: