Note that there are some explanatory texts on larger screens.

plurals
  1. PORails: Rubber EC2 'cap deploy' command not finishing
    primarykey
    data
    text
    <p>Everytime I run <code>cap deploy</code> I run into this error. I have three instances (db01, web01, app01) and the issue seems to be only with the app instance. Here is what is happening:</p> <pre><code> triggering after callbacks for `deploy:restart' * 2013-01-06 12:13:17 executing `rubber:apache:reload' * 2013-01-06 12:13:17 executing `rubber:apache:serial_reload' * 2013-01-06 12:13:17 executing `rubber:apache:_serial_task_serial_reload_app01' triggering before callbacks for `rubber:apache:_serial_task_serial_reload_app01' * 2013-01-06 12:13:17 executing `rubber:passenger:serial_remove_from_pool_reload_app01' * executing "sudo -p 'sudo password: ' bash -l -c 'rm -f /mnt/vlogio-production/releases/*/public/httpchk.txt &amp;&amp; sleep 5'" servers: ["app01.foo.com"] [app01.foo.com] executing command command finished in 10646ms * executing "sudo -p 'sudo password: ' bash -l -c 'if ! ps ax | grep -v grep | grep -c apache2 &amp;&gt; /dev/null; then service apache2 start; else service apache2 reload; fi'" servers: ["app01.foo.com"] [app01.foo.com] executing command ** [out :: app01.foo.com] * Starting web server apache2 ** [out :: app01.foo.com] ** [out :: app01.foo.com] ** [out :: app01.foo.com] ** [out :: app01.foo.com] ** [out :: app01.foo.com] [ OK ] command finished in 5817ms triggering after callbacks for `rubber:apache:_serial_task_serial_reload_app01' * 2013-01-06 12:13:34 executing `rubber:passenger:serial_add_to_pool_reload_app01' ** Waiting for passenger to startup * executing "sudo -p 'sudo password: ' bash -l -c 'while ! curl -s -ff http://localhost:$CAPISTRANO:VAR$/ &amp;&gt; /dev/null; do echo .; done'" servers: ["app01.foo.com"] [app01.foo.com] executing command ** [out :: app01.foo.com] . ** [out :: app01.foo.com] . ** [out :: app01.foo.com] . ** [out :: app01.foo.com] . ** [out :: app01.foo.com] . ** [out :: app01.foo.com] . ** [out :: app01.foo.com] . </code></pre> <p>Then <code>** [out :: app01.foo.com] .</code> is printed a few times per second indefinitely (I left it 6 hours and nothing happened). Any help fixing this problem will be appreciated.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload