Azure Service Bus 1.1 Failing to Start

前端 未结 3 1007
说谎
说谎 2021-02-02 01:54

Service Bus Gateway is not starting.

First of all I have tried completely uninstalling all Azure/Fabric/Service Bus type SDKs and installations. I have installed both

相关标签:
3条回答
  • 2021-02-02 02:34

    Make sure any/all RabbitMQ service(s) are all stopped. (Or anything that uses the AMQP protocol)

    0 讨论(0)
  • 2021-02-02 02:48

    TL;DR;

    1. Download dropbox.com/s/cb5fro1rv... - thanks Arash Rahimi
    2. Navigate to your SDK tools
    3. sn -Vr Microsoft.Cloud.Common.AzureStorage.dll
    4. gacutil /i Microsoft.Cloud.Common.AzureStorage.dll

    This issue was caused by installing the Visual Studio 2015 RC. Thankfully someone else has already experienced this and an answer has been posted.

    Please see this answer on How do I report a bug in Windows Server Service Bus?

    For whatever reason if the Dropbox link becomes obsolete. I have added it to Github.

    0 讨论(0)
  • 2021-02-02 02:57

    If you received this error after updating to NET framework v4.6+ then Microsoft have a fix for this now, download this Update for Service Bus Server 1.1 (KB3086798) http://www.microsoft.com/en-us/download/details.aspx?id=49496

    0 讨论(0)
提交回复
热议问题