How to solve 503 error accessing CollabNet Subversion Console?

后端 未结 5 2208
梦谈多话
梦谈多话 2021-02-15 03:09

I\'m using Collabnate Subversion Edge.
I\'m getting below error when trying to access URL http://localhost:3343/csvn. Collbnate is set up on Windows Server 2008.

5条回答
  •  一生所求
    2021-02-15 04:04

    I had the same issue, CollabNet Subversion Edge version 4.0.4. In my case the problem was updating the JAVA_HOME from JDK 1.6 to JDK 1.7.

    I finally resolved it changing the file: C:\PROGRA~1\csvn\svcwrapper\conf\wrapper.conf

    I changed the value of the property: wrapper.java.command:java wrapper.java.command=C:/PROGRA~1/Java/jdk1.6.0_45/bin/java

    So the csvn now runs with 1.6 as before. And it works again as a service automatically.

    Good luck!!

提交回复
热议问题