ironmansoftware / issues

Public Issue tracker for Ironman Software products.
https://ironmansoftware.com
31 stars 2 forks source link

Double Error in logs on first login - latest build (9474514428) #3388

Closed alexrgreenwood closed 3 weeks ago

alexrgreenwood commented 3 weeks ago

Summary of the feedback

2024-06-12 14:37:50.413 +01:00 [ERR] Error refreshing process. Current process count: 3
System.InvalidOperationException: No process is associated with this object.
   at System.Diagnostics.Process.EnsureState(State state)
   at System.Diagnostics.Process.get_HasExited()
   at PowerShellUniversal.ChildProcess.get_HasExited() in C:\actions-runner\_work\universal\universal\src\PowerShellUniversal\Models\ChildProcess.cs:line 119
   at UniversalAutomation.JobProcessManager.GetChildProcesses() in C:\actions-runner\_work\universal\universal\src\Universal.Server\Services\Automation\JobProcessManager.cs:line 59
2024-06-12 14:37:50.424 +01:00 [ERR] Error refreshing process. Current process count: 2
System.InvalidOperationException: No process is associated with this object.
   at System.Diagnostics.Process.EnsureState(State state)
   at System.Diagnostics.Process.get_HasExited()
   at PowerShellUniversal.ChildProcess.get_HasExited() in C:\actions-runner\_work\universal\universal\src\PowerShellUniversal\Models\ChildProcess.cs:line 119
   at UniversalAutomation.JobProcessManager.GetChildProcesses() in C:\actions-runner\_work\universal\universal\src\Universal.Server\Services\Automation\JobProcessManager.cs:line 59

image