Troubleshooting issues
You can find information about the issues or problems that you might encounter while working with HCL OneTest™ Server. Details about issues, their causes and the resolutions that you can apply to fix the issues are described.
Problem |
Description |
Solution |
---|---|---|
When you are installing the server software and you encounter errors in the scripts that are running. |
At times, scripts might not appear to be running due to any of the following reasons:
|
You can complete any of the following tasks:
|
The DNS is not working as expected. |
The DNS configuration that is used by the cluster can be displayed by using the following command: kubectl get cm -n kube-system coredns -ojsonpath="{.data.Corefile}" The forward setting displays the nameservers that are used. For example, you might see the following in the corefile:
.:53 { : forward . 1.1.1.1 8.8.8.8 : } A script (ubuntu-set-dns.sh) is supplied for managing these values. For example, to set the DNS values for the values shown in the previous example:
sudo ubuntu-set-dns.sh --server 1.1.1.1 --server 8.8.8.8 Note: If you do not use sudo in the command, the script runs but the configuration might be lost if the cluster is restarted. To learn more about the behavior of the script, run the following command:
ubuntu-set-dns.sh --help |
Problem |
Description |
Solution |
---|---|---|
Less recently patched versions of OpenShift can give errors whenever OpenShift performs internal checks. For example, the following error is displayed:
ValidationError(Route.spec.to): missing required field "weight" |
The errors are caused because OpenShift performs the internal checks that are invalid. |
Apply the latest OpenShift patches when they become available. If you do not want to apply the patches or cannot apply the patches, you can disable these checks in OpenShift by appending the following option to the helm command: --disable-openapi-validation |
If your user-realm role is changed when you are logged in a session, the changed role is not applied immediately or even after the browser is refreshed. |
You must log out of the session and log in again for the changed role to take effect. |
|
You see the following message displayed on HCL OneTest™ Server: you can’t request to join a project that has no owners |
You requested to join an orphaned project. The project is orphaned because the administrator deleted that user ID from the user registry. That user registry can be either the local Keycloak user registry or an external user registry, for example LDAP that is federated with the local Keycloak registry. That user ID can be deleted by the administrator in cases such as the user leaving the project or company. |
Ask your administrator to take ownership of the project, and then add you as a project owner or member. |
Problem |
Description |
Solution |
---|---|---|
You are not able to add a Prometheus server as a Resource Monitoring source. |
The cause might be that you have not installed the Prometheus server at the time of server installation. |
Verify that the Prometheus server was installed in Helm at the time of server installation. See Installing the server software on Ubuntu by using k3s. If not, consult your cluster administrator to get the Promethues server installed and configured. |
Problem |
Description |
Solution |
---|---|---|
When you configure a run of a schedule that matches the following conditions:
|
The cause might be because of the following reasons:
|
To resolve the problem, select from either of the following methods:
|
Problem |
Description |
Solution |
||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
You encounter any of the following issues:
|
The issue is seen when any of the following events occur:
|
To resolve the problem, you can increase the resource allocation for test runs. You can enter arguments in the Java Arguments field in the Advanced settings panel of the Execute test asset dialog box when configuring a test run. Important: The memory settings that you configure
for a test run is persisted for the test when ever you
run it. You must use this setting judiciously.
Configuring all tests for an increased memory limit
might affect subsequent test runs or cause other memory
issues when tests run simultaneously. You can
increase the resource allocation for test runs by using any
of the following arguments:
|
||||||||||||||||||||||||
You are not able to run the Istio stubs from the Execution page. |
The cause might be that you have not enabled the service virtualization via Istio at the time of server installation. The default configuration does not enable service virtualization via Istio. |
Contact your cluster administrator or if you have the privileges, configure Helm as follows:
|
||||||||||||||||||||||||
The cause might be that the fully qualified domain name is not specified in the Host field for the stub when it was created. | Verify and ensure to add the fully qualified domain name of the server in the Host field when the physical transport for the stub is configured in HCL OneTest™ API. | |||||||||||||||||||||||||
When HTTP stubs on HCL OneTest™ Server and called via the HTTP proxy, the calls fail with HTTP 404 errors. |
You must enable service virtualization through Istio at the time of installation of the server software. See Installation of the server software. |
Problem |
Description |
Solution |
---|---|---|
You are not able to view the Jaeger traces for the tests you ran. |
The cause can be as follows:
|
Check for any of the following solutions:
|