我的操作系統是Windows 2012 Essentials。獲取Service Insight以連接到管理服務
我使用安裝程序安裝了NServiceBus 4,然後安裝了Service Insight。
接受默認設置。
當我啓動Service Insight時,連接到管理服務時出現錯誤。我試過把http://localhost:3333
,但錯誤達到404。我已驗證服務「特定管理」正在運行。
編輯
按照哈迪的指示,我貼他列出的網址:http://localhost:33333/api
到Connect to Management Service -> Service URL
文本框,但它仍然有一個404未找到錯誤。當我嘗試將網址添加到谷歌瀏覽器中時,我也收到了一張404(帶燕麥片的圖片)。
我已驗證名爲Particular Management
的服務正在運行。該服務的描述是Particular Management Service for NServiceBus (Version 4.0.5)
。
我已經再次運行安裝程序以進入修改/修復/刪除選項,並在修改選項中驗證管理服務已安裝。
是否應該有一個不同的服務叫做Management Service
?這可能是版本4.0.5引入的問題嗎?
編輯2 我已將額外的/
追加到網址的末尾,仍然沒有骰子。這裏是日誌信息。
2013-10-11 09:15:58,488 - [INFO ] - IManagementService - HTTP GET http://localhost:33333/api//
2013-10-11 09:15:58,501 - [DEBUG] - IManagementService - HTTP Status NotFound (404) (http://localhost:33333/api//http://localhost:33333/api)
2013-10-11 09:15:58,506 - [DEBUG] - IManagementService - Response Header: Transfer-Encoding : chunked
2013-10-11 09:15:58,507 - [DEBUG] - IManagementService - Response Header: X-Particular-Version : 1.0.0-unstable122
2013-10-11 09:15:58,508 - [DEBUG] - IManagementService - Response Header: Cache-Control : private, max-age=300, must-revalidate
2013-10-11 09:15:58,509 - [DEBUG] - IManagementService - Response Header: Content-Type : text/html
2013-10-11 09:15:58,529 - [DEBUG] - IManagementService - Response Header: Date : Fri, 11 Oct 2013 14:15:58 GMT
2013-10-11 09:15:58,533 - [DEBUG] - IManagementService - Response Header: Server : Microsoft-HTTPAPI/2.0
2013-10-11 09:15:58,536 - [ERROR] - IManagementService - Error executing the request: , Status code is NotFound
我也有跨機器同樣的問題...我收到了400雖然。 –