DEVSENSE / phptools-docs

PHP Tools public content
Apache License 2.0
75 stars 9 forks source link

Crash in `v1.47.15628 (pre-release)` #578

Closed ging-dev closed 2 weeks ago

ging-dev commented 2 weeks ago
Unhandled exception. System.InvalidOperationException: JsonSerializerIsReflectionDisabled
   at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_JsonSerializerIsReflectionDisabled()
   at System.Text.Json.JsonSerializerOptions.ConfigureForJsonSerializer()
   at System.Text.Json.JsonSerializerOptions.MakeReadOnly(Boolean)
   at System.Text.Json.JsonSerializer.GetTypeInfo(JsonSerializerOptions, Type)
   at System.Text.Json.JsonSerializer.GetTypeInfo[T](JsonSerializerOptions)
   at System.Text.Json.JsonSerializer.Deserialize[TValue](Utf8JsonReader&, JsonSerializerOptions )
   at Devsense.LanguageServer.JsonRpc.MessageStreamReader.ReadRequest()
   at Devsense.LanguageServer.JsonRpc.MessageStreamReader.<.ctor>b__5_0(Object _)
   at System.Threading.QueueUserWorkItemCallbackDefaultContext.Execute()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
   at System.Threading.Thread.StartCallback()
[Info  - 11:03:32 AM] Connection to server got closed. Server will restart.
Unhandled exception. System.InvalidOperationException: JsonSerializerIsReflectionDisabled
   at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_JsonSerializerIsReflectionDisabled()
   at System.Text.Json.JsonSerializerOptions.ConfigureForJsonSerializer()
   at System.Text.Json.JsonSerializerOptions.MakeReadOnly(Boolean)
   at System.Text.Json.JsonSerializer.GetTypeInfo(JsonSerializerOptions, Type)
   at System.Text.Json.JsonSerializer.GetTypeInfo[T](JsonSerializerOptions)
   at System.Text.Json.JsonSerializer.Deserialize[TValue](Utf8JsonReader&, JsonSerializerOptions )
   at Devsense.LanguageServer.JsonRpc.MessageStreamReader.ReadRequest()
   at Devsense.LanguageServer.JsonRpc.MessageStreamReader.<.ctor>b__5_0(Object _)
   at System.Threading.QueueUserWorkItemCallbackDefaultContext.Execute()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
   at System.Threading.Thread.StartCallback()
[Info  - 11:03:33 AM] Connection to server got closed. Server will restart.
Unhandled exception. System.InvalidOperationException: JsonSerializerIsReflectionDisabled
   at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_JsonSerializerIsReflectionDisabled()
   at System.Text.Json.JsonSerializerOptions.ConfigureForJsonSerializer()
   at System.Text.Json.JsonSerializerOptions.MakeReadOnly(Boolean)
   at System.Text.Json.JsonSerializer.GetTypeInfo(JsonSerializerOptions, Type)
   at System.Text.Json.JsonSerializer.GetTypeInfo[T](JsonSerializerOptions)
   at System.Text.Json.JsonSerializer.Deserialize[TValue](Utf8JsonReader&, JsonSerializerOptions )
   at Devsense.LanguageServer.JsonRpc.MessageStreamReader.ReadRequest()
   at Devsense.LanguageServer.JsonRpc.MessageStreamReader.<.ctor>b__5_0(Object _)
   at System.Threading.QueueUserWorkItemCallbackDefaultContext.Execute()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
   at System.Threading.Thread.StartCallback()
[Info  - 11:03:34 AM] Connection to server got closed. Server will restart.
Unhandled exception. System.InvalidOperationException: JsonSerializerIsReflectionDisabled
   at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_JsonSerializerIsReflectionDisabled()
   at System.Text.Json.JsonSerializerOptions.ConfigureForJsonSerializer()
   at System.Text.Json.JsonSerializerOptions.MakeReadOnly(Boolean)
   at System.Text.Json.JsonSerializer.GetTypeInfo(JsonSerializerOptions, Type)
   at System.Text.Json.JsonSerializer.GetTypeInfo[T](JsonSerializerOptions)
   at System.Text.Json.JsonSerializer.Deserialize[TValue](Utf8JsonReader&, JsonSerializerOptions )
   at Devsense.LanguageServer.JsonRpc.MessageStreamReader.ReadRequest()
   at Devsense.LanguageServer.JsonRpc.MessageStreamReader.<.ctor>b__5_0(Object _)
   at System.Threading.QueueUserWorkItemCallbackDefaultContext.Execute()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
   at System.Threading.Thread.StartCallback()
[Info  - 11:03:34 AM] Connection to server got closed. Server will restart.
Unhandled exception. System.InvalidOperationException: JsonSerializerIsReflectionDisabled
   at System.Text.Json.ThrowHelper.ThrowInvalidOperationException_JsonSerializerIsReflectionDisabled()
   at System.Text.Json.JsonSerializerOptions.ConfigureForJsonSerializer()
   at System.Text.Json.JsonSerializerOptions.MakeReadOnly(Boolean)
   at System.Text.Json.JsonSerializer.GetTypeInfo(JsonSerializerOptions, Type)
   at System.Text.Json.JsonSerializer.GetTypeInfo[T](JsonSerializerOptions)
   at System.Text.Json.JsonSerializer.Deserialize[TValue](Utf8JsonReader&, JsonSerializerOptions )
   at Devsense.LanguageServer.JsonRpc.MessageStreamReader.ReadRequest()
   at Devsense.LanguageServer.JsonRpc.MessageStreamReader.<.ctor>b__5_0(Object _)
   at System.Threading.QueueUserWorkItemCallbackDefaultContext.Execute()
   at System.Threading.ThreadPoolWorkQueue.Dispatch()
   at System.Threading.PortableThreadPool.WorkerThread.WorkerThreadStart()
   at System.Threading.Thread.StartCallback()
[Error - 11:03:35 AM] Connection to server got closed. Server will not be restarted.

image

jakubmisek commented 2 weeks ago

Sorry for that. Releasing update asap.