nservicebus3 - NServiceBus endpoints looking for RavenDB for timeouts after upgrading 3.0.3 -> 3.2.2 -
using nuget upgraded nservicebus references in project 3.0.3 3.2.2 4 services in solution gave them references nservicebus.host nuget
i deployed binaries test environment, , services startup fail after time error below. there additional configuration required in 3.2?
unhandled exception: magnum.statemachine.statemachineexception: exception occurr ed in topshelf.internal.servicecontroller`1[[nservicebus.hosting.windows.windows host, nservicebus.host, version=3.2.0.0, culture=neutral, publickeytoken=9fc3864 79f8a226c]] during state initial while handling onstart ---> system.exception: e xception when starting endpoint, error has been logged. reason: exception thrown while invoking constructor 'void .ctor(raven.client.idocumentstore)' on type 'raventimeoutpersistence'. ---> autofac.core.dependencyresolutionexcept ion: exception thrown while invoking constructor 'void .ctor(raven.cl ient.idocumentstore)' on type 'raventimeoutpersistence'. ---> system.net.webexce ption: unable connect remote server ---> system.net.sockets.socketexce ption: no connection made because target machine actively refused t
in 3.2 timeoutmanager on default need turn off avoid using raven. configure.disabletimeoutmanager()
Comments
Post a Comment