English 中文(简体)
RavenDB: Errorread RavenJArray from JsonReader
原标题:RavenDB: Error reading RavenJArray from JsonReader
  • 时间:2012-01-12 16:44:21
  •  标签:
  • iis
  • ravendb

我正在主持最新的RavenDB(原称“表”,但现在正在试图利用国际空间法学会7.5的最新“不可调和”。 我们拥有50万英特,正用大量文字打它,因为我们需要定期更新这些书。

我们经常看到拉文演播室中的以下错误(以及“在 lo中添加批量时不提及物体的情况”)。 在针对大量文件执行发送请求时,情况也是如此。 我们以前曾有造成类似问题的大型地图/uce指数。

我们能够做些什么(也许通过国际数据系统处理)更好,阻止数据库的运行,从而削弱或无法使用? 下面是一句 the吗?

我还注意到,我们的ESENT“Data”档案已经变得庞大(10+Gb),或许(不明智)是因为以前储存的大量相当庞大的成套材料。 是否有办法“缩小”这种情况,使之缩小?

(注:我稍后可以总结一下这一Q)。

Error reading RavenJArray from JsonReader.

System.Exception: Error reading RavenJArray from JsonReader.
   at Raven.Json.Linq.RavenJArray.Load(JsonReader reader)
   at Raven.Json.Linq.RavenJArray.Parse(String json)
   at Raven.Client.Silverlight.Connection.Async.AsyncServerClient.b__22(Task`1 task)
   at System.Threading.Tasks.Task`1.c__DisplayClass1a`1.b__19()
   at System.Threading.Tasks.Task`1.InvokeFuture(Object futureAsObj)
   at System.Threading.Tasks.Task.InnerInvoke()
   at System.Threading.Tasks.Task.Execute()

Inner StackTrace: 
   at Raven.Studio.Infrastructure.InvocationExtensions.Catch(Task parent, Action`1 action)
   at Raven.Studio.Infrastructure.InvocationExtensions.Catch(Task parent)
   at Raven.Studio.Infrastructure.Model.TimerTicked()
   at Raven.Studio.Infrastructure.View.b__7(Model model)
   at Raven.Studio.Infrastructure.View.InvokeOnModel(Object ctx, Action`1 action)
   at Raven.Studio.Infrastructure.View.InvokeTimerTicked(Object ctx)
   at Raven.Studio.Infrastructure.View.DispatcherTimerOnTick(Object sender, EventArgs eventArgs)
   at MS.Internal.CoreInvokeHandler.InvokeEventHandler(Int32 typeIndex, Delegate handlerDelegate, Object sender, Object args)
   at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName)
Could not parse json:


System.InvalidOperationException: Could not parse json:
 ---> System.Exception: Error reading RavenJObject from JsonReader.
   at Raven.Json.Linq.RavenJObject.Load(JsonReader reader)
   at Raven.Json.Linq.RavenJObject.Parse(String json)
   --- End of inner exception stack trace ---
   at Raven.Json.Linq.RavenJObject.Parse(String json)
   at Raven.Client.Silverlight.Connection.Async.AsyncServerClient.b__58(Task`1 task)
   at System.Threading.Tasks.Task`1.c__DisplayClass1a`1.b__19()
   at System.Threading.Tasks.Task`1.InvokeFuture(Object futureAsObj)
   at System.Threading.Tasks.Task.InnerInvoke()
   at System.Threading.Tasks.Task.Execute()

Inner StackTrace: 
   at Raven.Studio.Infrastructure.InvocationExtensions.Catch(Task parent, Action`1 action)
   at Raven.Studio.Infrastructure.InvocationExtensions.Catch(Task parent)
   at Raven.Studio.Infrastructure.Model.TimerTicked()
   at Raven.Studio.Infrastructure.View.b__7(Model model)
   at Raven.Studio.Infrastructure.View.InvokeOnModel(Object ctx, Action`1 action)
   at Raven.Studio.Infrastructure.View.InvokeTimerTicked(Object ctx)
   at Raven.Studio.Infrastructure.View.DispatcherTimerOnTick(Object sender, EventArgs eventArgs)
   at MS.Internal.CoreInvokeHandler.InvokeEventHandler(Int32 typeIndex, Delegate handlerDelegate, Object sender, Object args)
   at MS.Internal.JoltHelper.FireEvent(IntPtr unmanagedObj, IntPtr unmanagedObjArgs, Int32 argsTypeIndex, Int32 actualArgsTypeIndex, String eventName)
最佳回答

Can you update your ravendb version? We have added additional error reporting that can help track that down. The size of the db can be truncate, but only offline. The way it works, we never give space back to the OS, but reserve it for our own usage.

问题回答

暂无回答




相关问题
Session Management with Windows Authentication

In an ASP.NET web app, using Integrated Windows Authentication, is the session tied to the windows identity? In other words, if I login (using IWA) to the app, and the app stores some "stuff" in my ...

Using Elmah with Cassini

Does anyone know if I can use Elmah with Visual Studio build-in web server(aka Cassini)? I get it working easily on IIS, but using same configuration, it doesn t work with Cassini. When I requested ...

Setting hostname in IIS, include www?

I want to set the hostname for a website I m adding in IIS 7, however do I include the www in the hostname or not? because I want both www.mysite.com and mysite.com both to point to mysite on the ...

inetpub versus any other folder

I ve run websites out of inetpub, as well as from folders just residing on the C: drive. I wonder, are there any definitive advantages to running websites out of inetputwwwroot?

IIS 6.0 hangs when serving a web-service

I am having issues with one of our web-services. It works fine on my development machine (win XP) whether I host it as a separate application or using cassini from Visual studio. Once I deploy on the ...

热门标签