It would appear that for whatever reason, your svn server isn't allowing
access on port 22 the first error...
Can you reach it from there, I know I already asked... but are you *sure*?

2009/4/6 CiriusMex <cirius...@gmail.com>

>
> Hi Lee ^^
>
> Made a cap deploy:setup and it fixed a part of the problem (at least
> the deploy execute). But it's not working yet, see after a deploy, the
> release and current directories only have the public, tmp and log
> directories (no apps, controller, views, helper, etc.). Furthermore
> those directories are all empty...
> Here comes the output:
> C:\InstantRails-2.0\rails_apps\CondoWeb>cap deploy
>  * executing `deploy'
>  * executing `deploy:update'
>  ** transaction: start
>  * executing `deploy:update_code'
>    executing locally: "svn info svn+ssh://condo...@condow.com/home/
> condow09/svn
> /CondoWeb  -rHEAD"
>  * executing "svn checkout -q  -r7 svn+ssh://condo...@condow.com/home/
> condow09/
> svn/CondoWeb /home/condow09/etc/rails_apps/CondoWeb/releases/
> 20090406192644 && (
> echo 7 > /home/condow09/etc/rails_apps/CondoWeb/releases/
> 20090406192644/REVISION
> )"
>    servers: ["www.condow.com"]
> Password:
>    [www.condow.com] executing command
>  ** [www.condow.com :: err] ssh: connect to host condow.com port 22:
> Connection
> refused
>  ** [www.condow.com :: err] svn: Connection closed unexpectedly
>    command finished
>  * executing `deploy:finalize_update'
>  * executing "chmod -R g+w /home/condow09/etc/rails_apps/CondoWeb/
> releases/2009
> 0406192644"
>     servers: ["www.condow.com"]
>    [www.condow.com] executing command
> *** [err :: www.condow.com] chmod: cannot access `/home/condow09/etc/
> rails_apps/
> CondoWeb/releases/20090406192644': No such file or directory
>    command finished
>  * executing "rm -rf /home/condow09/etc/rails_apps/CondoWeb/releases/
> 2009040619
> 2644/log /home/condow09/etc/rails_apps/CondoWeb/releases/
> 20090406192644/public/s
> ystem /home/condow09/etc/rails_apps/CondoWeb/releases/20090406192644/
> tmp/pids &&
> \\\n      mkdir -p /home/condow09/etc/rails_apps/CondoWeb/releases/
> 2009040619264
> 4/public &&\\\n      mkdir -p /home/condow09/etc/rails_apps/CondoWeb/
> releases/20
> 090406192644/tmp &&\\\n      ln -s /home/condow09/etc/rails_apps/
> CondoWeb/shared
> /log /home/condow09/etc/rails_apps/CondoWeb/releases/20090406192644/
> log &&\\\n
>    ln -s /home/condow09/etc/rails_apps/CondoWeb/shared/system /home/
> condow09/et
> c/rails_apps/CondoWeb/releases/20090406192644/public/system &&\\
> \n      ln -s /h
> ome/condow09/etc/rails_apps/CondoWeb/shared/pids /home/condow09/etc/
> rails_apps/C
> ondoWeb/releases/20090406192644/tmp/pids"
>     servers: ["www.condow.com"]
>    [www.condow.com] executing command
>     command finished
>  * executing "find /home/condow09/etc/rails_apps/CondoWeb/releases/
> 200904061926
> 44/public/images /home/condow09/etc/rails_apps/CondoWeb/releases/
> 20090406192644/
> public/stylesheets /home/condow09/etc/rails_apps/CondoWeb/releases/
> 2009040619264
> 4/public/javascripts -exec touch -t 200904061927.06 {} ';'; true"
>     servers: ["www.condow.com"]
>    [www.condow.com] executing command
> *** [err :: www.condow.com] find: /home/condow09/etc/rails_apps/
> CondoWeb/release
> s/20090406192644/public/images: No such file or directory
> *** [err :: www.condow.com] find: /home/condow09/etc/rails_apps/
> CondoWeb/release
> s/20090406192644/public/stylesheets: No such file or directory
> *** [err :: www.condow.com] find: /home/condow09/etc/rails_apps/
> CondoWeb/release
> s/20090406192644/public/javascripts: No such file or directory
>    command finished
>  * executing `deploy:symlink'
>  * executing "rm -f /home/condow09/etc/rails_apps/CondoWeb/current &&
> ln -s /ho
> me/condow09/etc/rails_apps/CondoWeb/releases/20090406192644 /home/
> condow09/etc/r
> ails_apps/CondoWeb/current"
>     servers: ["www.condow.com"]
>    [www.condow.com] executing command
>     command finished
>  ** transaction: commit
>  * executing `deploy:restart'
>  * executing "/home/condow09/etc/rails_apps/CondoWeb/current/script/
> process/rea
> per"
>     servers: ["www.condow.com"]
>    [www.condow.com] executing command
> *** [err :: www.condow.com] sh: /home/condow09/etc/rails_apps/CondoWeb/
> current/s
> cript/process/reaper: No such file or directory
>    command finished
>
> On 6 abr, 04:45, Lee Hambley <lee.hamb...@gmail.com> wrote:
> > Have you run deploy:setup ?
> > - Lee
> >
> > 2009/4/6 CiriusMex <cirius...@gmail.com>
> >
> >
> >
> >
> >
> > > Ok, found something on internet, the problem is that I didn't had a
> > > ssh.exe in the svn folder. Copied the TurtoisePLink.exe in the svn
> > > directory and renamed it ssh.exe and did the trick.
> > > But I'm having a new problem now. When executing the deploy got this
> > > (is it a problem of port 22 access? Do you know how I could fix it?):
> > > C:\InstantRails-2.0\rails_apps\CondoWeb>cap deploy
> > >  * executing `deploy'
> > >  * executing `deploy:update'
> > >  ** transaction: start
> > >  * executing `deploy:update_code'
> > >     executing locally: "svn info svn+ssh://condo...@condow.com/home/
> > > condow09/svn
> > > /CondoWeb  -rHEAD"
> > >  * executing "svn checkout -q  -r7 svn+ssh://condo...@condow.com/home/
> > > condow09/
> > > svn/CondoWeb /home/condow09/etc/rails_apps/CondoWeb/releases/
> > > 20090406090831 && (
> > > echo 7 > /home/condow09/etc/rails_apps/CondoWeb/releases/
> > > 20090406090831/REVISION
> > > )"
> > >    servers: ["www.condow.com"]
> > > Password:
> > >    [www.condow.com] executing command
> > >  ** [www.condow.com:: err] ssh: connect to host condow.com port 22:
> > > Connection
> > > refused
> > >  ** [www.condow.com:: err] svn: Connection closed unexpectedly
> > >    command finished
> > >  * executing `deploy:finalize_update'
> > >  * executing "chmod -R g+w /home/condow09/etc/rails_apps/CondoWeb/
> > > releases/2009
> > > 0406090831"
> > >    servers: ["www.condow.com"]
> > >     [www.condow.com] executing command
> > > *** [err ::www.condow.com] chmod:
> > > *** [err ::www.condow.com] cannot access `/home/condow09/etc/
> > > rails_apps/CondoWe
> > > b/releases/20090406090831'
> > > *** [err ::www.condow.com] : No such file or directory
> > > *** [err ::www.condow.com]
> > >    command finished- Ocultar texto de la cita -
> >
> > - Mostrar texto de la cita -
> >
>

--~--~---------~--~----~------------~-------~--~----~
To unsubscribe from this group, send email to 
capistrano-unsubscr...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/capistrano
-~----------~----~----~----~------~----~------~--~---

Reply via email to