How to solve 503 error accessing CollabNet Subversion Console?

后端 未结 5 2236
梦谈多话
梦谈多话 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:46

    There's an alternative issue that results in the same error: The database may get corrupted. This is what just happened to me. The above answers where not working in this case. As Subversion Edge 5.0.1 comes bundled with jre8, it would be rather strange if it weren't able to run against it.

    To solve the problem, I had to patch the database (luckily, the user database c:\csvn\data\csvn-production-hsqldb.script is a plain text sql file).

    • Backup files in c:\csvn\data
    • Delete csvn-production-hsqldb.script and start the service (should come up now)
    • Exit the service
    • Save the file which is automatically recreated now
    • Compare your old file and the new working one
    • Replace every line starting with INSERT INTO QRTZ in your database with the corresponding lines from the working copy
    • Copy the new files to the proper place
    • Start the service
    • Hope it worked

提交回复
热议问题