I post the solutiuon, provided by rhe support guys:

On Thu, Mar 12, 2009 at 2:46 PM, VisualSVN Support
<supp...@visualsvn.com> wrote:

    Hi!

    >I still have the same problem with the service: It gaves a
timeout, no matter the user executes it

    Do you get any error messages? Could you please send us the screen
    shots if you have some?


Of course. Attached. As the error is in spanish, maybe you will have
some problems with the translation. Also I executed
VisualSVNServer.exe from coomand line to check the output.





    Could you also send us VisualSVN Server logs?

    VisualSVN Server writes log to the Windows Event Log. You could
find
    VisualSVN Server logs in the Application category in the Event
Viewer.


Application log:

    Tipo de suceso:    Error
    Origen del suceso:    MsiInstaller
    Categoría del suceso:    Ninguno
    Id. suceso:    11920
    Fecha:        12/03/2009
    Hora:        13:36:46
    Usuario:        No disponible
    Equipo:    MRMAPPDESWINDOW
    Descripción:
    Product: VisualSVN Server 1.6.3 -- Error 1920. Service
'VisualSVNServer' failed to start. Please check Application category
in Event Viewer for more details.

    Para obtener más información, vea el Centro de ayuda y soporte
técnico en http://go.microsoft.com/fwlink/events.asp.
    Datos:
    0000: 7b 34 39 41 35 37 38 35   {49A5785
    0008: 43 2d 38 41 39 37 2d 34   C-8A97-4
    0010: 36 36 41 2d 41 30 37 39   66A-A079
    0018: 2d 41 38 39 35 30 46 45   -A8950FE
    0020: 36 30 31 38 46 7d         6018F}

 System log:

    Tipo de suceso:    Error
    Origen del suceso:    Service Control Manager
    Categoría del suceso:    Ninguno
    Id. suceso:    7000
    Fecha:        12/03/2009
    Hora:        13:39:07
    Usuario:        No disponible
    Equipo:    MRMAPPDESWINDOW
    Descripción:
    El servicio VisualSVN Server no pudo iniciarse debido al siguiente
error:
    El servicio no ha respondido a la petición o inicio del control en
un tiempo adecuado.

    Para obtener más información, vea el Centro de ayuda y soporte
técnico en http://go.microsoft.com/fwlink/events.asp.






    >but as they are in non-standard ports (not related to teh default
8443 used by VisualSVN9 I don't think they are related to this problem

    Please execute the following command in the command line:
    netstat -a -n -b -v


n, b and v commands are not supported by my Windows installation's
netstat, but I executed netstat -ano (similar):

  Proto  Dirección local          Dirección remota
Estado           PID
  TCP    0.0.0.0:135            0.0.0.0:0              LISTENING
752
  TCP    0.0.0.0:445            0.0.0.0:0              LISTENING
4
  TCP    0.0.0.0:1025           0.0.0.0:0              LISTENING
572
  TCP    0.0.0.0:1026           0.0.0.0:0              LISTENING
1032
  TCP    0.0.0.0:3306           0.0.0.0:0              LISTENING
1420
  TCP    0.0.0.0:3389           0.0.0.0:0              LISTENING
804
  TCP    0.0.0.0:8009           0.0.0.0:0              LISTENING
1868
  TCP    0.0.0.0:8080           0.0.0.0:0              LISTENING
1356
  TCP    0.0.0.0:9090           0.0.0.0:0              LISTENING
1868
  TCP    10.68.105.68:139       0.0.0.0:0              LISTENING
4
  TCP    10.68.105.68:1035      92.122.217.139:80      CLOSE_WAIT
2200
  TCP    10.68.105.68:1037      92.122.217.139:80      CLOSE_WAIT
2768
  TCP    10.68.105.68:1084      10.68.105.67:139       TIME_WAIT
0
  TCP    10.68.105.68:1085      10.68.105.67:139       TIME_WAIT
0
  TCP    10.68.105.68:3389      10.68.6.98:3418        ESTABLISHED
804
  TCP    127.0.0.1:8005         0.0.0.0:0              LISTENING
1868
  UDP    0.0.0.0:445            *:*
4
  UDP    0.0.0.0:500            *:*
572
  UDP    0.0.0.0:1031           *:*
972
  UDP    0.0.0.0:4500           *:*
572
  UDP    10.68.105.68:123       *:*
1032
  UDP    10.68.105.68:137       *:*
4
  UDP    10.68.105.68:138       *:*
4
  UDP    127.0.0.1:123          *:*
1032

Many thansk for your fast reply.




    and send us the result? We need to know what ports are used by
    particular applications.

    Thank you!

    On Thu, Mar 12, 2009 at 3:47 PM,  <xaver.santi...@gmail.com>
wrote:
    >
    > Hi everybody,
    >
    > I'm installing VisualSVN (last version) server on a 32 bit 2003
    > Windows.
    >
    > Initially I couldn't even install it, as teh service start
process
    > failed (event ID 7000, timeout of the service).
    >
    > Finally I executed the msi installer with NO_SERVICE_START = 1
param.
    > It succesfully ended the installation, but I still have the same
    > problem with the service: It gaves a timeout, no matter the user
    > executes it.
    >
    > I have Apache and Tomcat installed from previous installs, but
as they
    > are in non-standard ports (not related to teh default 8443 used
by
    > VisualSVN9 I don't think they are related to this problem...
    >
    > Any ideas?.
    >

Could you please try to run service without using *.bat file. To do
that you need to run regedit and replace

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\VisualSVNServer
\ImagePath

value with

"C:\Program Files\VisualSVN Server\bin\VisualSVNServer.exe" -k
runservice -C "LoadModule log_visualsvn_module
bin/mod_log_visualsvn.so" -E nul

You could use the attached *.reg file to do that.

Hi Everybody,

It works. I slightly changed the route to the binary on the registry
(as in Spanish is "c:\Archivos de programa" instaed of "c:\program
files" and the service starts with no errors. VisualSVN manager
reports normal operations.

Many thanks for your help and best regards.

On Mar 12, 2:46 pm, VisualSVN Support <supp...@visualsvn.com> wrote:
> Hi!
>
> >I still have the same problem with theservice: It gaves a timeout, no matter 
> >the user executes it
>
> Do you get any error messages? Could you please send us the screen
> shots if you have some?
>
> Could you also send usVisualSVNServerlogs?
>
> VisualSVNServerwrites log to theWindowsEvent Log. You could 
> findVisualSVNServerlogs in the Application category in the Event Viewer.
>
> >but as they are in non-standard ports (not related to teh default 8443 used 
> >by VisualSVN9 I don't think they are related to this problem
>
> Please execute the following command in the command line:
> netstat -a -n -b -v
> and send us the result? We need to know what ports are used by
> particular applications.
>
> Thank you!
>
>
>
> On Thu, Mar 12, 2009 at 3:47 PM,  <xaver.santi...@gmail.com> wrote:
>
> > Hi everybody,
>
> > I'm installingVisualSVN(last version)serveron a 32 bit2003
> >Windows.
>
> > Initially I couldn't even install it, as tehservicestartprocess
> >failed(event ID 7000, timeout of theservice).
>
> > Finally I executed the msi installer with NO_SERVICE_START = 1 param.
> > It succesfully ended the installation, but I still have the same
> > problem with theservice: It gaves a timeout, no matter the user
> > executes it.
>
> > I have Apache and Tomcat installed from previous installs, but as they
> > are in non-standard ports (not related to teh default 8443 used by
> > VisualSVN9 I don't think they are related to this problem...
>
> > Any ideas?.
>
> --
> Olga DolidzeVisualSVNSupport

Reply via email to