I am trying to run a sample NServiceBus for AsyncPages. It seems simple enough.
- Download the latest version from NServiceBus.com
- Run the bat file to install the necessary components
- Open solution
- Press f5
- Enter the number in the text box
When I do this, I get a nasty RavenDB error (NServiceBus uses this as a data store).
Exception when starting endpoint, error has been logged. Reason: There is no index named: dynamic/TimeoutData
It seems that RavenDB did not create or could not create the index. Not sure if this is a RavenDB error or an NServiceBus error, but it does not allow me to run the sample.
Thanks at Advance
Update:
When upgrading to version 3.2.1, as suggested by Andreas.
Exception when starting endpoint, error has been logged. Reason: An exception was thrown while invoking the constructor 'Void .ctor(Raven.Client.IDocumentStore)' on type 'RavenTimeoutPersistence'.
I also notice problems with samples and TopShelf. They are placed at the top of the page, referring to the 3.2.0 version of NServiceBus instead of 3.2.1.
Not an interesting experience so far, but maybe I should just give up the samples and go straight to something.
source share