and in the command prompt I get an infinite number of messages like this:
[26544,14,16:48:27.089] Error while processing message EventStore.Projections.Core.Messages.EventReaderSubscriptionMessage+CheckpointSuggested in queued handler ‘Projection Core #0’.Specified method is not supported.
I’m using Event Store 3.0.3 for Windows and I’ve already set --run-projections=all
Do you have any other suggestions? If the worker-json.js error is nothing to worry about, why isn’t my heavycpu stream being created? I’ve created it manually to test if the issue was only on the creation, but still no events were added to it.
I’ve seen this kind of error. It was one of these two reasons, if I recall correctly:
Not all the system projections are running (fresh install). Click the “Enable All” button on the projection tab.
Your projection name doesn’t start with a dollar sign ($). My projections never worked until I stumbled over this requirement. (Is it documented anywhere?)
I’ve just gone back and reviewed the blog series you were following and made the change you found, the site should be updated shortly. Thanks for reporting back the solution.