Development Server:
CS version: 9.6.2.171
DS version: Not sure how to check
Development Server:
CS version: 9.6.3.173
DS version: Not sure how to check
On Development, it works fine. I can open a document from CS and start editing. But On Staging, it (the CS) can open document but when I start typing, a popup show "File editing start error". Inspecting the console show this:
Code: Select all
{
"Detail": "File editing start error",
"inner":
{
"message": "File editing start error",
"source": "mscorlib",
"stack": " at ASC.Web.Files.Services.WCFService.FileStorageServiceController.StartEdit (System.String fileId, System.Boolean editingAlone, System.String doc) [0x00124] in <49c1fd4d320c4b8aac13ecc37110833d>:0 \n at (wrapper dynamic-method) System.Object.lambda_method(System.Runtime.CompilerServices.Closure,object,object[])\n at System.Web.Http.Controllers.ReflectedHttpActionDescriptor+ActionExecutor+<>c__DisplayClass10.<GetExecutor>b__9 (System.Object instance, System.Object[] methodParameters) [0x00000] in <f99f496cb0d249c1a945c1fcabce1695>:0 \n at System.Web.Http.Controllers.ReflectedHttpActionDescriptor+ActionExecutor.Execute (System.Object instance, System.Object[] arguments) [0x00000] in <f99f496cb0d249c1a945c1fcabce1695>:0 \n at System.Web.Http.Controllers.ReflectedHttpActionDescriptor.ExecuteAsync (System.Web.Http.Controllers.HttpControllerContext controllerContext, System.Collections.Generic.IDictionary`2[TKey,TValue] arguments, System.Threading.CancellationToken cancellationToken) [0x00045] in <f99f496cb0d249c1a945c1fcabce1695>:0 \n--- End of stack trace from previous location where exception was thrown ---\n at System.Web.Http.Controllers.ApiControllerActionInvoker+<InvokeActionAsyncCore>d__0.MoveNext () [0x000c7] in <f99f496cb0d249c1a945c1fcabce1695>:0 \n--- End of stack trace from previous location where exception was thrown ---\n at System.Web.Http.Controllers.ActionFilterResult+<ExecuteAsync>d__2.MoveNext () [0x00137] in <f99f496cb0d249c1a945c1fcabce1695>:0 \n--- End of stack trace from previous location where exception was thrown ---\n at System.Web.Http.Filters.AuthorizationFilterAttribute+<ExecuteAuthorizationFilterAsyncCore>d__2.MoveNext () [0x00109] in <f99f496cb0d249c1a945c1fcabce1695>:0 \n--- End of stack trace from previous location where exception was thrown ---\n at System.Web.Http.Controllers.ExceptionFilterResult+<ExecuteAsync>d__0.MoveNext () [0x00097] in <f99f496cb0d249c1a945c1fcabce1695>:0 ",
"type": "System.InvalidOperationException"
},
"message": "Bad request."
}
Anyway, I still try to put these (one at a time) code in the Staging environment and restart server but when I try to open a document, the editor hang. So for now I remove these code (at least the CS editor allow view):
Code: Select all
<add key="files.docservice.url.command value="http://communityserver_ip/coauthoring/CommandService.ashx" />
Code: Select all
<add key="files.docservice.url.command value="http://documentserver_ip/coauthoring/CommandService.ashx" />
Code: Select all
<add key="files.docservice.url.public" value="https://documentserver_ip/" />
<add key="files.docservice.url.internal" value="https://documentserver_ip/" />
<add key="files.docservice.url.portal" value="https://communityserver_ip/" />