Issues.xml not accessible
Added by Jochen Ferchland over 7 years ago
Hello @all,
I just installed Redmine with the use of Bitnami.
I am able to configure Redmine wic means the server is running. I did enable the REST API.
I installed the Visual Studio Plugin to get the Issues list but I get the following answer:
Username: Jochen; URL: http://131.1.9.118/assigned_to_id=me
System.Net.WebException: Der Remoteserver hat einen Fehler zurückgegeben: (404) Nicht gefunden.
bei System.Net.HttpWebRequest.GetResponse()
bei Redmine.RedmineWebRequest.AuthenticateAndGetResponse()
bei Redmine.RedmineWebRequest.ValidateCertificateAndGetResponse()
bei Redmine.RedmineWebRequest.GetResponse()
bei Redmine.RedmineService.GetXml(String path, Int32 offset)
bei Redmine.RedmineService.GetIssues(String query)
bei RedmineTaskListPackage.IssueLoader.GetIssues(ConnectionSettings settings)
I even don't see an issue-list when I go to [Server-IP]/issues.xml like it is documented. I also do turn of the firewall of the server (Windows Server 2012).
What's going wrong? Any idea?
Replies (2)
RE: Issues.xml not accessible - Added by Tatsuya Saito over 7 years ago
Username: Jochen; URL: http://131.1.9.118/assigned_to_id=me
I think REST API url should be like following. Please re-check your settings of the plugin or else.
http://127.0.0.1:3000/issues.xml?assigned_to_id=me
I even don't see an issue-list when I go to [Server-IP]/issues.xml like it is documented. I also do turn of the firewall of the server (Windows Server 2012).
What did you show when access above url?
RE: Issues.xml not accessible - Added by Jochen Ferchland over 7 years ago
using /redmine/ after the URL worked with your answer - thank you!