Hey Brian,
Each VM instance is running the same version, 7.5.1, build 19717. The jobs were imported using VC's import feature. The other software on the server should be the same as well, for example PowerShell is the same version on each. I'd like to know more about how the PowerShellTask works and whether there is any additional logging to find.
So far the only clues we have are this output on the powershell task:
07:24:50: Server->Execute path: C:\Program Files (x86)\VisualCron\\TaskPowerShell.exe
07:24:50: Server->Executing Task process
07:24:51: Server->Executing Task process exited with exit code: -1073741502
This output on the powershell task's error output:
Exception in Task: Non zero exit code
Exception in Task: Non zero exit code
And these two errors on the Application event log:
Faulting application name: TaskPowerShell.exe, version: 1.0.0.0, time stamp: 0x5469c687
Faulting module name: KERNELBASE.dll, version: 6.3.9600.17055, time stamp: 0x532954fb
Exception code: 0xe0434352
Fault offset: 0x0000000000005bf8
Faulting process id: 0x1218
Faulting application start time: 0x01d1b287755f70f1
Faulting application path: C:\Program Files (x86)\VisualCron\TaskPowerShell.exe
Faulting module path: C:\Windows\system32\KERNELBASE.dll
Report Id: b32afbe8-1e7a-11e6-80c7-005056a17bf4
Faulting package full name:
Faulting package-relative application ID:
Application: TaskPowerShell.exe
Framework Version: v4.0.30319
Description: The process was terminated due to an unhandled exception.
Exception Info: System.ServiceModel.CommunicationObjectFaultedException
Stack:
Server stack trace:
at System.ServiceModel.Channels.CommunicationObject.ThrowIfDisposedOrNotOpen()
at System.ServiceModel.Channels.ServiceChannel.EnsureOpened(TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannel.Call(String action, Boolean oneway, ProxyOperationRuntime operation, Object[] ins, Object[] outs, TimeSpan timeout)
at System.ServiceModel.Channels.ServiceChannelProxy.InvokeService(IMethodCallMessage methodCall, ProxyOperationRuntime operation)
at System.ServiceModel.Channels.ServiceChannelProxy.Invoke(IMessage message)
at System.Runtime.Remoting.Proxies.RealProxy.HandleReturnMessage(System.Runtime.Remoting.Messaging.IMessage, System.Runtime.Remoting.Messaging.IMessage)
at System.Runtime.Remoting.Proxies.RealProxy.PrivateInvoke(System.Runtime.Remoting.Proxies.MessageData ByRef, Int32)
at VisualCron.ITaskService.ProcessLog(Int32, System.String, Boolean, System.String)
at cyUrojopSXmvOETD2i.hLMG7L8DnIx3s3NWAG.wSsqaE7VP(Boolean, System.String)
at TaskPowerShell.ProcessTaskService.CreateService(System.String)
at cyUrojopSXmvOETD2i.hLMG7L8DnIx3s3NWAG.wc2R3slHv(System.String[])
I appreciate any guidance,
Ben