When I run my RPA project it doesn't come through "AllProjectsStared" without errors

Hello,

Could you help me with this issue please?

My RPA project (vs 19.1.87.0) it’s working fine in VM.

Actually, the issue is in localhost (workstation), when I run the project, it never start main process flow and doesn’t comes through “AllProjectsStared” Runtime Loader. It was working fine and I don’t know how it gets broken.

Pd. It doesn’t show errors.

I attach a print screen.

Regards,

@AntonySolis Could you please attach the runtime log with Verbose enabled

@gummv1 thanks! Attaching…

@gummv1 I’m not using startmyday functionality. I checked the exceptions but the project is not working yet.

@AntonySolis

Hello , Please create a support incident to investigate further on a webex.

Regards,

@AntonySolis

Please let us know the Support Case ID so that we may track for you.

Thank you!

@gummv1

It’s working now!!! I solved the error right in an empty json file “StartMyDay-Project-8D69725CFC9331F.json” located in the %AppData% directory.

First, I just deleted the json file, then I ran the project, finally that steps recreated the json file correctly, now with data.

Thanks for yor help!!!

@AntonySolis From the log I could see some exception occurred during allProjectsStartedEvent. May I know if you are using startmyday functionality in the project. Also this may need some debugging, please create support incident to work on this.

Error in the log you shared

1) Exception Information
*********************************************
Exception Type: System.ArgumentNullException
Message: "Value cannot be null."
ParamName: NULL
Data: IDictionary (System.Collections.ListDictionaryInternal) with 0 items
TargetSite: Void ReliableEnter(System.Object, Boolean ByRef)
HelpLink: NULL
Source: "mscorlib"
HResult: -2147467261

StackTrace Information
*********************************************
   at System.Threading.Monitor.ReliableEnter(Object obj, Boolean& lockTaken)
   at OpenSpan.ApplicationFramework.StartMyDay.StartMyDayService.AddOrUpdateAdapter(IStartMyDayAdapter adapter)
   at OpenSpan.ApplicationFramework.StartMyDay.StartMyDayService.OnBeforeAllProjectsStarted(Object sender, EventArgs e)
   at OpenSpan.Runtime.ProjectManager.RuntimeLoader_BeforeAllProjectsStarted(Object sender, EventArgs e)
   at OpenSpan.Runtime.RuntimeLoader.OnAllProjectsStarted()