Downloaded from link below, unzipped, started an admin command prompt from the downloads folder.
https://github.com/downloads/EventStore/EventStore/eventstore…9.2.win.debug.x86.zip
Just the system projections were not working. They always stayed in the created state. When I tried to enable/disable, they gave a crash message. Here’s the startup output.
Z:\Downloads\eventstore…9.2.win.debug.x64\eventstore>EventStore.SingleNode.exe --db db --logsdir logs
[14232,01,04:11:40.145] LOGS DIRECTORY : logs
Windows .NET
LOGSDIR : logs
IP : 127.0.0.1
TCP PORT : 1113
HTTP PORT : 2113
STATS PERIOD SEC : 30
CHUNK CACHE : 2
DB PATH : db
NO PROJECTIONS : False
PROJECTION THREADS : 3
[14232,01,04:11:40.732] CACHED TFChunk #0 at chunk-000000.000000 in 00:00:00.3888149.
[14232,01,04:11:41.599] Starting MiniWeb for /web ==> Z:\Downloads\eventstore…9.2.win.debug.x64\eventstore\singlenode-web
[14232,01,04:11:41.599] Starting MiniWeb for /web/es ==> Z:\Downloads\eventstore…9.2.win.debug.x64\eventstore\es-common-web
[14232,01,04:11:41.599] Binding Mini Web to /web/{*remaining_path}
[14232,01,04:11:41.599] Binding Mini Web to /web/es/{*remaining_path}
[14232,01,04:11:41.633] Starting MiniWeb for /web/es/js/projections/v8/Prelude ==> Z:\Downloads\eventstore…9.2.win.debug.x64\eventstore\Prelude
[14232,01,04:11:41.637] Binding Mini Web to /web/es/js/projections/v8/Prelude/{*remaining_path}
[14232,22,04:11:41.637] ========= SystemInit: SingleVNodeController =========
[14232,22,04:11:41.659] Starting http server on [http://127.0.0.1:2113/].…
[14232,22,04:11:41.659] http up and listening on [http://127.0.0.1:2113/]
[14232,22,04:11:41.879] ========= SystemStart: SingleVNodeController =========
[14232,22,04:11:41.888] Starting TCP listening on TCP endpoint: 127.0.0.1:1113.
[14232,22,04:11:41.888] [127.0.0.1:2113] IS WORKING!!! SPARTA!!!111
[14232,27,04:11:41.906] Resuming event distribution 4782cc67-b4b9-41f2-a198-2a1b8cf35bb2 at ‘13774593/-1’
[14232,25,04:11:41.906] Resuming event distribution c5911de2-f29c-404a-a37f-d2dad5d5d797 at ‘13774593/-1’
[14232,26,04:11:41.906] Resuming event distribution 34f7ecf7-1eac-461b-a198-d5c7c3c65ff4 at ‘13774593/-1’
[14232,24,04:11:41.950] Projection manager did not find any projection configuration records in the $projections-$by_event_type stream. Projection stays in CREATING state
[14232,24,04:11:41.950] Projection manager did not find any projection configuration records in the $projections-$stream_by_category stream. Projection stays in CREATING state
[14232,24,04:11:41.950] Projection manager did not find any projection configuration records in the $projections-$streams stream. Projection stays in CREATING state
[14232,24,04:11:41.950] Projection manager did not find any projection configuration records in the $projections-$by_category stream. Projection stays in CREATING state
[14232,26,04:11:42.176] Pausing event distribution 34f7ecf7-1eac-461b-a198-d5c7c3c65ff4 at ‘13775014/13774890’[14232,27,04:11:42.176] Pausing event distribution 4782cc67-b4b9-41f2-a198-2a1b8cf35bb2 at ‘13775014/13774890’
[14232,25,04:11:42.176] Pausing event distribution c5911de2-f29c-404a-a37f-d2dad5d5d797 at ‘13775014/13774890’
Disable results in:
[14232,24,04:16:02.399] Disabling ‘$by_event_type’ projection
[14232,24,04:16:02.399] Error while processing message EventStore.Projections.Core.Messages.ProjectionManagementMessage+Disable in queued handler ‘ProjectionManager’.
Cannot stop a projection in the ‘Creating’ state
[14232,24,04:16:02.399] Disabling ‘$by_category’ projection
[14232,24,04:16:02.399] Error while processing message EventStore.Projections.Core.Messages.ProjectionManagementMessage+Disable in queued handler ‘ProjectionManager’.
Cannot stop a projection in the ‘Creating’ state
[14232,24,04:16:02.399] Disabling ‘$stream_by_category’ projection
[14232,24,04:16:02.399] Error while processing message EventStore.Projections.Core.Messages.ProjectionManagementMessage+Disable in queued handler ‘ProjectionManager’.
Cannot stop a projection in the ‘Creating’ state
[14232,24,04:16:02.399] Disabling ‘$streams’ projection
[14232,24,04:16:02.399] Error while processing message EventStore.Projections.Core.Messages.ProjectionManagementMessage+Disable in queued handler ‘ProjectionManager’.
Cannot stop a projection in the ‘Creating’ state
Then Enable results in (extra white space removed):
[14232,24,04:17:42.723] Enabling ‘$by_event_type’ projection
[14232,24,04:17:42.723] Enabling ‘$by_category’ projection
[14232,24,04:17:42.723] Enabling ‘$stream_by_category’ projection
[14232,24,04:17:42.723] Enabling ‘$streams’ projection
[14232,27,04:17:42.723] The ‘$stream_by_category’ projection faulted due to 'Cannot create a projection state handler.
Handler type:
Query:
Message:
Object reference not set to an instance of an object.’
Object reference not set to an instance of an object.
[14232,26,04:17:42.723] The ‘$by_category’ projection faulted due to 'Cannot create a projection state handler.
Handler type:
Query:
Message:
Object reference not set to an instance of an object.’
Object reference not set to an instance of an object.
[14232,25,04:17:42.723] The ‘$by_event_type’ projection faulted due to 'Cannot create a projection state handler.
Handler type:
Query:
Message:
Object reference not set to an instance of an object.’
Object reference not set to an instance of an object.
[14232,25,04:17:42.723] The ‘$streams’ projection faulted due to 'Cannot create a projection state handler.
Handler type:
Query:
Message:
Object reference not set to an instance of an object.’
Object reference not set to an instance of an object.
[14232,24,04:17:42.733] The ‘$stream_by_category’ projection faulted due to ‘Object reference not set to an instance of an object.’
[14232,24,04:17:42.733] The ‘$by_category’ projection faulted due to ‘Object reference not set to an instance of an object.’
[14232,24,04:17:42.733] The ‘$by_event_type’ projection faulted due to ‘Object reference not set to an instance of an object.’
[14232,24,04:17:42.733] The ‘$streams’ projection faulted due to ‘Object reference not set to an instance of an object.’
Also when I try to use the chat example app on the web interface, it gives me a javascript error every second, although it appears to still work.
Like I said, posting and reading message from the test client works fine. I haven’t used the .NET client api yet. I was just putting messages in to test what kind of projections I could create.
Kasey