I have processes that are stalling (not suspended, so no action can be taken). It just stops mid-stream. I have two users experiencing stalls (where the task just doesn’t move forward) and there’s no indication that there’s a problem. Here’s one bit of info from the event log:
[502]: An unexpected error has occurred. [LFF502-UnexpectedError]
Details:
URL:
Error: UnexpectedError
Date: 8/27/2018 12:10:05 PM (Eastern Standard Time)
HTTP Status Code: 500
Business Process ID: 0
Business Process Name:
Stack Trace:
Caught exception: Laserfiche.Forms.CommonUtils.Exceptions.LFFormsException
Message: An unexpected error has occurred. [LFF502-UnexpectedError]
Inner exception: System.Data.Entity.Validation.DbEntityValidationException
Message: Validation failed for one or more entities. See 'EntityValidationErrors' property for more details.
at System.Data.Entity.Internal.InternalContext.SaveChanges()
at Laserfiche.Forms.Routing.RoutingMainProcessInstance.CancelProcessInstance(BPInstanceCancelMode cancelMode, Int32 retryCount, IRoutingContext routingContext)
at Laserfiche.Forms.Routing.RoutingDispatcher.ExecuteSteps()
at Laserfiche.Forms.Routing.RoutingEngineService.RunRouting(RoutingRequestParameters requestParam)
at Laserfiche.Forms.Routing.RoutingEngineService.<>c__DisplayClass8_0.<StartRouting_Async>b__0()
These two users have used these processes before with no issues. Not sure what’s happening here suddenly. The one thing they have in common: The LF server is on the East coast and both users are on the West coast.
Any ideas anyone?