Page 1 of 1

WF servic stop run after error

Posted: Fri 16 Nov 2012 05:56
by EmilyFong
Hi,

I am using Devart.Data.Oracle 6.80.350 for my workflow program.
I found that after error occurred in my workflow service (xamlx which host in IIS), I can't start another workflow instance.
I found an error log in Event Viewer on my IIS Server.

Application: w3wp.exe Framework Version: v4.0.30319 Description: The process was terminated due to an unhandled exception. Exception Info: System.Runtime.CallbackException Stack: at System.Runtime.Fx+AsyncThunk.UnhandledExceptionFrame(System.IAsyncResult) at Devart.Data.Oracle.DurableInstancing.a3.b(Boolean) at Devart.Data.Oracle.DurableInstancing.a.c() at System.Threading.ThreadHelper.ThreadStart_Context(System.Object) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object, Boolean) at System.Threading.ExecutionContext.Run(System.Threading.ExecutionContext, System.Threading.ContextCallback, System.Object) at System.Threading.ThreadHelper.ThreadStart()


How can I debug it?

Thanks!

Best Regards,
Emily

Re: WF servic stop run after error

Posted: Wed 21 Nov 2012 11:07
by Shalex
Try to debug your application with the dbMonitor tool to log the SQL statement which fails to execute.
Download link: http://www.devart.com/dbmonitor/dbmon3.exe
Documentation: http://www.devart.com/dotconnect/oracle ... nitor.html

We are investigating our code from the 6.80.350 version. If we find any possible problems, we will post here suggestions with workarounds.

Re: WF servic stop run after error

Posted: Thu 22 Nov 2012 04:18
by EmilyFong
thanks!