Reputation: 1
I have problem in scm manager, when I try to enter localhost:8080 I get the following error:
HTTP ERROR: 503 Problem accessing /scm/. Reason: service unavailable powered by jetty://
I am new to scm server, I do not understand the error.
Upvotes: 0
Views: 821
Reputation: 61
I had similar error, and found the problem to be in corrupt configuration files. Specifically, file wwwroot/scm/.scm/config/repositories.xml
had been emptied (for whatever reason). An empty configuration file prevented the start of the application. Both removing the file and restoring a backup solved my problem.
Upvotes: 2