Errors when Running the Jazz Build Engine (JBE) as a Microso
![](http://jazz.net/_images/myphoto/c8a84e4efb45df388130012995060d68.jpg)
After following https://jazz.net/wiki/bin/view/Main/JbeAsAWindowsService I get the following errors in the SystemErrorLog.log when trying to start the service.
CRRTC3524W: Repository connection failed:
CRJAZ1247I The request to the server failed.
The server returned the http error 301 with error text "Moved Permanently".
Examine any further details here or look in the server log files for more information on how to resolve the issue.
org.apache.commons.httpclient.HttpMethodBase getResponseBody
WARNING: Going to buffer response body of large or unknown size. Using etResponseBodyAsStream instead is recommended.
One answer
![](http://jazz.net/_images/myphoto/c8a84e4efb45df388130012995060d68.jpg)
I found that the wrong repository url was set in the cmdline option of the jsl.ini file
-repository https://localhost:9443/ccm/admin
Was replaced with
-repository https://localhost:9443/ccm
-repository https://localhost:9443/ccm/admin
Was replaced with
-repository https://localhost:9443/ccm
After following https://jazz.net/wiki/bin/view/Main/JbeAsAWindowsService I get the following errors in the SystemErrorLog.log when trying to start the service.
CRRTC3524W: Repository connection failed:
CRJAZ1247I The request to the server failed.
The server returned the http error 301 with error text "Moved Permanently".
Examine any further details here or look in the server log files for more information on how to resolve the issue.
org.apache.commons.httpclient.HttpMethodBase getResponseBody
WARNING: Going to buffer response body of large or unknown size. Using etResponseBodyAsStream instead is recommended.