nservicebus3 - NServiceBus 3.2 - NullReferenceException at NServiceBus.Timeout.Core.TimeoutRunner.CacheExistingTimeouts() -


a big thank-you andreas in helping previous nsb 3.2 issue (http://stackoverflow.com/questions/10904857/nservicebus-endpoints-looking-for-ravendb-for-timeouts-after-upgrading-3-0-3). after implementing change have fatal exception during startup of each service.

each service (in class implementing iwantcustominitialisation) configured follows;

        configure.with()             .dbsubcriptionstorage()             .sagas()             .nhibernatesagapersister()             .nhibernateunitofwork()             .disablesecondlevelretries()                                   .disabletimeoutmanager(); 

this in log during startup:

2012-06-08 21:49:46,946 [4] info  nservicebus.host - going activate profile: nservicebus.performancecounters, nservicebus.host, version=3.2.0.0, culture=neutral, publickeytoken=9fc386479f8a226c 2012-06-08 21:49:46,947 [4] info  nservicebus.host - going activate profile: nservicebus.production, nservicebus.host, version=3.2.0.0, culture=neutral, publickeytoken=9fc386479f8a226c 2012-06-08 21:49:46,947 [4] info  nservicebus.host - going activate profile: nservicebus.performancecounters, nservicebus.host, version=3.2.0.0, culture=neutral, publickeytoken=9fc386479f8a226c 2012-06-08 21:49:46,962 [4] debug nservicebus.host - activating profile handler: nservicebus.hosting.windows.profiles.handlers.performancecountersprofilehandler, nservicebus.host, version=3.2.0.0, culture=neutral, publickeytoken=9fc386479f8a226c 2012-06-08 21:49:46,963 [4] debug nservicebus.host - activating profile handler: nservicebus.hosting.windows.profiles.handlers.productionprofilehandler, nservicebus.host, version=3.2.0.0, culture=neutral, publickeytoken=9fc386479f8a226c 2012-06-08 21:49:52,063 [4] fatal nservicebus.hosting.generichost - system.nullreferenceexception: object reference not set instance of object.  @ nservicebus.timeout.core.timeoutrunner.cacheexistingtimeouts()  @ nservicebus.timeout.core.timeoutrunner.run()  @ nservicebus.unicast.config.startuprunners.<run>b__5(iwanttorunwhenthebusstarts r)  @ system.collections.generic.list`1.foreach(action`1 action)  @ nservicebus.unicast.config.startuprunners.<run>b__4(object obj, eventargs ev)  @ nservicebus.unicast.unicastbus.nservicebus.istartablebus.start(action startupaction)  @ nservicebus.unicast.unicastbus.nservicebus.istartablebus.start()  @ nservicebus.hosting.generichost.start() in d:\buildagent-03\work\nsb.master22\src\hosting\nservicebus.hosting\generichost.cs:line 32 


Comments

Popular posts from this blog

django - How can I change user group without delete record -

java - Need to add SOAP security token -

java - EclipseLink JPA Object is not a known entity type -