How to solve 503 error accessing CollabNet Subversion Console?

后端 未结 3 882
轻奢々
轻奢々 2021-02-15 03:22

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.

3条回答
  •  傲寒
    傲寒 (楼主)
    2021-02-15 03:42

    1) Install Java 7

    2) In file \csvn\svcwrapper\conf\wrapper.conf change from #wrapper.java.command.maxVersion=1.6 to wrapper.java.command.maxVersion=1.7

    3) Run \csvn\svcwrapper\bat\runConsole.bat

    Good luck.

提交回复
热议问题