Forum Discussion

erikv's avatar
erikv
Occasional Contributor
8 years ago

TestComplete/TestExecute can be launched only on the Windows OS.

We have a jenkins job that is launching a TestComplete project every day.

Today we see this in the console:

[TestComplete] The test execution started (FUGRIS/FUGRIS_2.0_Trunk).
[TestComplete] [ERROR] An error occurred while executing code on the test machine (slave): java.io.IOException: Remote call on brus-review failed.
[TestComplete] [ERROR] TestComplete/TestExecute can be launched only on the Windows OS.

Before today we did not have that problem, and see this in the console:

[TestComplete] The test execution started (FUGRIS/FUGRIS_2.0_Trunk).
[TestComplete] Found TestComplete/TestExecute installations:
	Type: TC, Version: 12.20.935.7, Path: "C:\Program Files (x86)\SmartBear\TestComplete 12\bin\TestComplete.exe"
	Type: TE, Version: 12.20.935.11, Path: "C:\Program Files (x86)\SmartBear\TestExecute 12\bin\TestExecute.exe"

The machine really does have a Windows OS, so what could be wrong ?

2 Replies

  • shankar_r's avatar
    shankar_r
    Community Hero

    I'm guessing your post itself having answer. see the highlighted ones

     

    [TestComplete] The test execution started (FUGRIS/FUGRIS_Offline).
    [TestComplete] [ERROR] An error occurred while executing code on the test machine (slave): java.io.IOException: Remote call on brus-review failed.
    [TestComplete] [ERROR] TestComplete/TestExecute can be launched only on the Windows OS.

     

    [TestComplete] The test execution started (FUGRIS/FUGRIS_2.0_Trunk).
    [TestComplete] Found TestComplete/TestExecute installations:
    	Type: TC, Version: 12.20.935.7, Path: "C:\Program Files (x86)\SmartBear\TestComplete 12\bin\TestComplete.exe"
    	Type: TE, Version: 12.20.935.11, Path: "C:\Program Files (x86)\SmartBear\TestExecute 12\

     When there are no slave to execute by default it will display that message

    • erikv's avatar
      erikv
      Occasional Contributor

      Not really, but I changed the original post a bit to make it clear that the name of the project is not relevant. The FUGRIS/FUGRIS_2.0_Trunk project used to succeed, but today it starts complaining about the remote calls ...