Hello,
I try to setup Telerik for our customer. In their infrastructure, there is a virtual machine running with a Telerik Execution Server License. We want to have a number of Telerik clients that can checkout test cases from a git repository. These clients should be able to manually start test cases that are executed on the Remote Execution Server.
I setup the server with one admin: It is constantly running with admin privileges, the browsers als calibrated and the Telerik plugin is installed in Chrome. We used the default ports.
The firewall allows connections via ports 8009, 8492 and 55555. I verified that I can connect from my local laptop.
In my local Telerik installation, I can connect to the machine (See Screenshot "Scheduling Server Settings.png).
Under Tab "Test Lists" I added a Test case that successfully runs on my local machine. When I choose that Test List and choose "Run List Remotely", I can see the Remote Execution Server (See screenshot "Run Test List Remotely.png").
But when I click "Run Test List" it's stuck at "Uploading latest project files" with the error message "Running test list failed internally due to unhandled error". In the Log I see the following:
[01.14 11:01:04,Telerik.TestStudio.Scheduling.Client.exe(10116:18),Execution] WindowsMachineMonitor.GatherProfilingResults() : Counter issue: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
[01.14 11:01:04,Telerik.TestStudio.Scheduling.Client.exe(10116:18),Execution] WindowsMachineMonitor.GatherProfilingResults() : EXCEPTION! (see below)
Outer Exception Type: System.NullReferenceException
Message: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
HRESULT: 0x80004003 (Official ID (if app.) = E_POINTER, Error Bit = FAILED, Facility = FACILITY_NULL, Code = 16387)
Call Stack:
bei Telerik.TestStudio.ProcessManager.MachineMonitor.WindowsMachineMonitor.GatherProfilingResults()
[01.14 11:01:04,Telerik.TestStudio.Scheduling.Client.exe(10116:29)] First trace message from pool unnamed thread (managed ID = 29, native ID = 18904).
[01.14 11:01:04,Telerik.TestStudio.Scheduling.Client.exe(10116:29),Execution] ProcessManager.RefreshMachineStatusAsync() : Error trying to report to scheduling server: Fehler beim Senden der Anforderung.
[01.14 11:01:09,Telerik.TestStudio.Scheduling.Client.exe(10116:5),Execution] WindowsMachineMonitor.GatherProfilingResults() : Counter issue: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
[01.14 11:01:09,Telerik.TestStudio.Scheduling.Client.exe(10116:5),Execution] WindowsMachineMonitor.GatherProfilingResults() : EXCEPTION! (see below)
Outer Exception Type: System.NullReferenceException
Message: Der Objektverweis wurde nicht auf eine Objektinstanz festgelegt.
HRESULT: 0x80004003 (Official ID (if app.) = E_POINTER, Error Bit = FAILED, Facility = FACILITY_NULL, Code = 16387)
Call Stack:
bei Telerik.TestStudio.ProcessManager.MachineMonitor.WindowsMachineMonitor.GatherProfilingResults()
[01.14 11:01:09,Telerik.TestStudio.Scheduling.Client.exe(10116:29),Execution] ProcessManager.RefreshMachineStatusAsync() : Error trying to report to scheduling server: Fehler beim Senden der Anforderung.
I suspect that I missed a detail during the setup. Can someone help?