You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
404null for uri: http://bamboo.eortc.be:8085/rest/api/latest/build/RW-NI-latest?expand=changes.change&os_authType=basic ---> System.Net.WebException: The remote server returned an error: (404) Not Found.
at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
at System.Net.WebClient.DownloadString(Uri address)
at System.Net.WebClient.DownloadString(String address)
at SirenOfShame.Lib.Watcher.WebClientXml.DownloadXml(String url, String userName, String password, String cookie)
--- End of inner exception stack trace ---
at SirenOfShame.Lib.Watcher.WebClientXml.DownloadXml(String url, String userName, String password, String cookie)
at SirenOfShame.Lib.Watcher.ServiceBase.DownloadXml(String url, String userName, String password, String cookie)
at BambooServices.BambooService.GetBuildStatus(String rootUrl, BuildDefinitionSetting buildDefinitionSetting, String userName, String password)
at BambooServices.BambooService.<>c__DisplayClass9.b__8(BuildDefinitionSetting buildDefinitionSetting)
at System.Linq.Enumerable.WhereSelectArrayIterator2.MoveNext() at System.Linq.ParallelEnumerable.ToList[TSource](ParallelQuery1 source)
at BambooServices.BambooService.GetBuildsStatuses(String rootUrl, String userName, String password, BuildDefinitionSetting[] watchedBuildDefinitions)
at BambooServices.BambooWatcher.GetBuildStatus()
at SirenOfShame.Lib.Watcher.WatcherBase.GetBuildStatusAndFireEvents()
`
Hello, builds preview seems broken for Atlassian Bamboo version 5.5.1 (build 4306 - 21 May 14).
Here is the stack trace given when I click the yellow warning in the bottom left :
`
404null for uri: http://bamboo.eortc.be:8085/rest/api/latest/build/RW-NI-latest?expand=changes.change&os_authType=basic ---> System.Net.WebException: The remote server returned an error: (404) Not Found.SirenOfShame.Lib.Exceptions.ServerUnavailableException: Error connecting to server with the following url: http://bamboo.eortc.be:8085/rest/api/latest/build/RW-NI-latest?expand=changes.change&os_authType=basic
at System.Net.WebClient.DownloadDataInternal(Uri address, WebRequest& request)
at System.Net.WebClient.DownloadString(Uri address)
at System.Net.WebClient.DownloadString(String address)
at SirenOfShame.Lib.Watcher.WebClientXml.DownloadXml(String url, String userName, String password, String cookie)
--- End of inner exception stack trace ---
at SirenOfShame.Lib.Watcher.WebClientXml.DownloadXml(String url, String userName, String password, String cookie)
at SirenOfShame.Lib.Watcher.ServiceBase.DownloadXml(String url, String userName, String password, String cookie)
at BambooServices.BambooService.GetBuildStatus(String rootUrl, BuildDefinitionSetting buildDefinitionSetting, String userName, String password)
at BambooServices.BambooService.<>c__DisplayClass9.b__8(BuildDefinitionSetting buildDefinitionSetting)
at System.Linq.Enumerable.WhereSelectArrayIterator
2.MoveNext() at System.Linq.ParallelEnumerable.ToList[TSource](ParallelQuery
1 source)at BambooServices.BambooService.GetBuildsStatuses(String rootUrl, String userName, String password, BuildDefinitionSetting[] watchedBuildDefinitions)
at BambooServices.BambooWatcher.GetBuildStatus()
at SirenOfShame.Lib.Watcher.WatcherBase.GetBuildStatusAndFireEvents()
`
Here is the output of the page http://bamboo.eortc.be:8085/rest/api/latest/build/RW-NI-latest?expand=changes.change&os_authType=basic :
<status> <status-code>404</status-code> <message> null for uri: http://bamboo.eortc.be:8085/rest/api/latest/build/RW-NI-latest?expand=changes.change&os_authType=basic </message> </status>
And if this is usefull for you, here is the output of http://bamboo.eortc.be:8085/rest/api/latest/ :
``
The text was updated successfully, but these errors were encountered: