Raven could not be contacted. We tried to access Raven using the following url: http://localhost:8080.
Please ensure that you can open the Raven Studio by navigating to http://localhost:8080.
To configure NServiceBus to use a different Raven connection string add a connection string named "NServiceBus.Persistence" in your config file, example:
<connectionStrings>
<add name="NServiceBus.Persistence" connectionString="http://localhost:9090" />
</connectionStrings>
Original exception: System.Net.WebException: Unable to connect to the remote server ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 127.0.0.1:8080
我们使用的是NSB 4.2.0和Raven 2.0.2375
五天前,我们突然开始从我们的六个生产NSB(没有出版商,混合传奇和非传奇终端)中获得这个错误。这与任何变化都不一致(尽管令人困惑,我们在第二天发布了这一消息)
更奇怪的是,即使它使用相同版本的NSB和Raven,并且在相同的服务帐户下运行,我们的一个NSB(非传奇)似乎也没有这个问题。
每个受影响的端点似乎随机地将此异常抛出到我们的日志中,但平均每2.5分钟抛出一次。
这似乎不会对端点产生负面影响 - sagas继续能够从Raven加载状态,所有端点都接收和发送消息。
我想知道这个问题是什么,因为它此刻正在淹没日志。