How to solve 503 error accessing CollabNet Subversion Console?

后端 未结 5 2190
梦谈多话
梦谈多话 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 03:53

    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.

提交回复
热议问题