Hi everyone,
I’m getting this error when the event store starts up. Any idea what would cause it?
Unhandled exception while starting application:
actualDataSize should be non negative.
Parameter name: actualDataSize
System.ArgumentOutOfRangeException: actualDataSize should be non negative.
Parameter name: actualDataSize
at EventStore.Common.Utils.Ensure.Nonnegative(Int32 number, String argumentName) in c:\BuildAgent\work\c5e2638da829398b\src\EventStore\EventStore.Common\Utils\Ensure.cs:line 67
at EventStore.Core.TransactionLog.Chunks.ChunkFooter…ctor(Boolean completed, Int32 actualChunkSize, Int32 actualDataSize, Int32 mapSize, Byte[] md5Hash) in c:\BuildAgent\work\c5e2638da829398b\src\EventStore\EventStore.Core\TransactionLog\Chunks\ChunkFooter.cs:line 52
at EventStore.Core.TransactionLog.Chunks.ChunkFooter.FromStream(Stream stream) in c:\BuildAgent\work\c5e2638da829398b\src\EventStore\EventStore.Core\TransactionLog\Chunks\ChunkFooter.cs:line 98
at EventStore.Core.TransactionLog.Chunks.TFChunk.TFChunk.InitCompleted(Boolean verifyHash) in c:\BuildAgent\work\c5e2638da829398b\src\EventStore\EventStore.Core\TransactionLog\Chunks\TFChunk\TFChunk.cs:line 189
at EventStore.Core.TransactionLog.Chunks.TFChunk.TFChunk.FromCompletedFile(String filename, Boolean verifyHash) in c:\BuildAgent\work\c5e2638da829398b\src\EventStore\EventStore.Core\TransactionLog\Chunks\TFChunk\TFChunk.cs:line 128
at EventStore.Core.TransactionLog.Chunks.TFChunkDb.OpenVerifyAndClean(Boolean verifyHash) in c:\BuildAgent\work\c5e2638da829398b\src\EventStore\EventStore.Core\TransactionLog\Chunks\TFChunkDb.cs:line 127
at EventStore.Core.SingleVNode…ctor(TFChunkDb db, SingleVNodeSettings vNodeSettings, Boolean dbVerifyHashes, Int32 memTableEntryCount) in c:\BuildAgent\work\c5e2638da829398b\src\EventStore\EventStore.Core\SingleVNode.cs:line 83
at EventStore.SingleNode.Program.Create(SingleNodeOptions options)
at EventStore.Core.ProgramBase`1.Run(String[] args) in c:\BuildAgent\work\c5e2638da829398b\src\EventStore\EventStore.Core\ProgramBase.cs:line 84
[PID:2616 2013.06.09 13:57:50.882 Info Application 1]
Exiting with exitcode 1
Exit reason : actualDataSize should be non negative.
Parameter name: actualDataSize