要包含的有用信息 产品名称:
版本:
堆栈跟踪:
说明
我刚刚将ServiceControl从Beta6升级到Beta7.15,当我启动服务时,我收到以下错误(请参阅帖子的底部),它似乎只是挂在那里。请注意,我通过以下脚本删除了以前的数据库,如说明中所述。
net stop "Particular ServiceControl"
RD C:\programdata\particular\ServiceControl\localhost-33333 /S
net start "Particular ServiceControl"
我还使用以下设置配置了ServiceControl配置文件。我在Beta 6中使用ServiceControl/Hostname
和ServiceControl/ExposeRavenDB
设置成功。我刚刚使用提供的说明添加了ExpirationProcessTimerInSeconds
和HoursToKeepMessagesBeforeExpiring
。
<add key="ServiceControl/Hostname" value="*" />
<add key="ServiceControl/ExposeRavenDB" value="true" />
<add key="ExpirationProcessTimerInSeconds" value="600" />
<add key="HoursToKeepMessagesBeforeExpiring" value="168" />
非常感谢您提供的任何帮助。
2014-03-28 15:49:13.5041|Warn|Raven.Database.Indexing.Index.Indexing|Failed to execute indexing function on MessagesViewIndex on FailedMessages/f027b8ef-2be5-7403-820f-4c358ddecba9
Microsoft.CSharp.RuntimeBinder.RuntimeBinderException: Operator '!=' cannot be applied to operands of type 'string' and 'int'
at CallSite.Target(Closure , CallSite , Object , Int32 )
at System.Dynamic.UpdateDelegates.UpdateAndExecute2[T0,T1,TRet](CallSite site, T0 arg0, T1 arg1)
at Index_MessagesViewIndex.<.ctor>b__5e(Object message)
at System.Linq.Enumerable.WhereSelectEnumerableIterator`2.MoveNext()
at Raven.Database.Indexing.RobustEnumerator.MoveNext(IEnumerator en, StatefulEnumerableWrapper`1 innerEnumerator) in c:\Builds\RavenDB-Unstable-v2.5-New\Raven.Database\Indexing\RobustEnumerator.cs:line 91