Known Issues
TLS and SSL Errors With Connection Steps in versions Cycle 2.10+
The Java version shipped with Cycle was updated with the Cycle 2.10 release. As a result, you may receive error message similar to the example messages below when running steps to establish DB connections in Cycle 2.10+: javax.net.ssl.SSLException ...
My web-based Cycle tests are failing.
Problem My browser-based Cycle Features are failing. Solution Check that the following common mistakes are not causing your failures: 1. Opening the browser first Any browser-based Steps in Cycle should be preceded in their Scenario with: I open ...
My SSH terminal connections are failing in Cycle with error adding to known hosts file.
Problem My SSH terminal connections are failing in Cycle with error adding to known hosts file. Solution SSH terminal connections use a known_hosts file stored in the user’s home directory to store server information when you establish an SSH ...
Record Actions is not producing any Steps
Problem When trying to use the Record Actions function of Cycle on Windows 10, no script is generated once the recording session ends. Solution Update to the latest version of Cycle. As of Cycle version 2.7, Cycle's recording functionality has been ...
Connection Refused error opening native apps
Problem I receive the error: “Connection refused…” when attempting to open a native app using Cycle. Solution The “Connection refused...” error occurs when there is an issue with the WinAppDriver Cycle is attempting to use. The following guide walks ...
Terminal Hangs or Does Not Open
Problem My terminal appears to hang or returns unexpected results when using the Cycle step to open a terminal connection. Potential Issues and Solutions There are several common issues that can cause failures when opening a terminal in your Cycle ...
"Unexpected error occurred communicating with MOCA server: General SSLEngine problem."
Problem I receive the error: "Unexpected error occurred communicating with MOCA server: General SSLEngine problem." while trying to connect to a JDA WMS instance in Cycle. Solution This error occurs when there is an issue with SSL validation. Cycle ...
"Unexpected 302 status code received from MOCA server."
Problem I receive the error: "Unexpected 302 status code received from MOCA server." while trying to connect to a JDA WMS cloud instance in Cycle. Solution This error occurs when the cloud URL is used without /service on the end of the connection ...