As soon as I try to create a projection I get into a faulted state with this message.
Exception has been thrown by the target of an invocation.
Looking at the logs I see this
[PID:04668:015 2016.03.13 01:57:27.778 DEBUG MultiStreamMessageWr] PROJECTIONS: Scheduling the writing of $dispose to $projections-$1af4fd4c-51fd-43c2-bc1a-11202da2841f. Current status of Writer: Busy: False
[PID:04668:015 2016.03.13 01:57:27.778 DEBUG MultiStreamMessageWr] PROJECTIONS: Scheduling the writing of $create-and-prepare to $projections-$1af4fd4c-51fd-43c2-bc1a-11202da2841f. Current status of Writer: Busy: True
[PID:04668:008 2016.03.13 01:57:28.593 TRACE QueuedHandlerMRES ] SLOW QUEUE MSG [StorageWriterQueue]: WritePrepares - 955ms. Q: 0/7.
[PID:04668:015 2016.03.13 01:57:28.639 DEBUG MultiStreamMessageWr] PROJECTIONS: Finished writing events to $projections-$1af4fd4c51fd43c2bc1a11202da2841f: $dispose
[PID:04668:020 2016.03.13 01:57:28.671 DEBUG ProjectionCoreServic] PROJECTIONS: Command received: 5@$dispose
[PID:04668:015 2016.03.13 01:57:28.702 DEBUG MultiStreamMessageWr] PROJECTIONS: Finished writing events to $projections-$1af4fd4c51fd43c2bc1a11202da2841f: $create-and-prepare
[PID:04668:020 2016.03.13 01:57:28.702 DEBUG ProjectionCoreServic] PROJECTIONS: Command received: 6@$create-and-prepare
[PID:04668:020 2016.03.13 01:57:28.702 DEBUG ResponseWriter ] PROJECTIONS: Scheduling the writing of $faulted to $projections-$master. Current status of Writer: Busy: False
[PID:04668:020 2016.03.13 01:57:28.749 DEBUG ResponseWriter ] PROJECTIONS: Finished writing events to $projections-$master: $faulted
[PID:04668:015 2016.03.13 01:57:28.749 DEBUG ProjectionManagerRes] PROJECTIONS: Response received: 234@$faulted
I am running the client like this
.\EventStore.ClusterNode.exe --db .\data --log .\logs --ext-http-prefixes=“http://*:2113/” --ext-ip=azure_InternalIP–int-ip=azure_InternalIP --add-interface-prefixes=false --ext-tcp-heartbeat-timeout=10000 --ext-tcp-heartbeat-interval=5000 --run-projections=all