0

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.

Jeffrey Bosboom
  • 13,313
  • 16
  • 79
  • 92

1 Answers1

1

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.