Error messages
This topic provides the following information for troubleshooting issues in TrueSight Orchestration:
Errors in grid.log
Errors in processes.log
Message text | Explanation | User response |
---|---|---|
An internal error occurred while | An adapter fails to return information to the running process. | Check the grid.log file for a more detailed error message. |
[Num=9093][Text=User is currently connected from another machine] | For licensing reasons, the Remedy Action Request (AR) System server prevents a user from accessing the same server instance from multiple client systems. This error occurs when a Remedy AR System adapter uses logon credentials that are concurrently used by other adapters or Remedy AR System clients running on other systems. | Use one of the following responses:
|
A specified logon session does not exist. | The Windows Command adapter tries to log on. | Verify that the logon credentials used for the connection have |
Errors in TrueSight Orchestration Development Studio
Message text | Explanation | User response |
---|---|---|
Error: no protocol | The URL used is invalid and the protocol (HTTP or HTTPS) cannot be determined. This usually occurs when TrueSight Orchestration Development Studio tries to communicate with a target Web Service Definition Language (WSDL) either through the Web Services adapter or via the TrueSight Orchestration Development Studio New Process from WSDL option. | Verify the URL used. |
Could not create the view Plug-in | TrueSight Orchestration Development Studio does not have permission to access its components. | Right-click the BMC Atrium Orchestrator |
Java language binding bytecode generation failed. | The process generation failure is due to failure of the Web Service Definition Language (WSDL) to meet Java standards, specifically, the limit of 255 for method arguments. | Determine the problematic type definition in |
"Server returned no modules. Either no modules | Either the user does not have permission to any modules or no content has been installed in the Repository. | Verify that the user is a member of a role that has |
"Save Document" error with no details. | This message occurs when you save a process that has a Switch statement with an extra or empty port. | Verify that all the Switch statements have the correct |
The attempt to clear the existing grid | The $STUDIO_HOME\server or server.xml file does not exist. | For a new installation of TrueSight Orchestration
|
Starting Dev Studio fails with message "Could | TrueSight Orchestration Development Studio cannot find the directory that stores workflows that are loaded and edited in TrueSight Orchestration Development Studio. This usually occurs if directories have been removed or renamed on the file system. | Reinstall TrueSight Orchestration Development Studio |
Ssh1Client cannot be cast | The two systems in question, the adapter and the remote server, do not match the accepted SSH protocol. | Verify that the remote device has the SSH2 protocol enabled. |
JVM Terminated. Exit Code -1 | This error occurs for one of the following reasons:
| For the first reason for the error, free up memory on the system running TrueSight Orchestration Development Studio or decrease the requested memory by modifying the Development Studio.ini file so that it uses less memory by replacing -Xmx768m with -Xmx512m and restarting TrueSight Orchestration Development Studio. |
Server redirected too many times | The TrueSight Orchestration server hosting the adapter might be set up to access the Internet via a proxy. | Some adapters do not support proxy servers. If you receive this message, verify that the peer has direct access to the Internet without going through a proxy server. |
Error while multiple users try to logon to | TrueSight Orchestration Development Studio is relaunched when it is already running, which is not allowed. The secondary message varies. | Do not attempt to run the TrueSight Orchestration Development Studio client twice. |
performCommand() SSH Client is not connected!. | The server where the command is being executed by using the SSH adapter requires a prompt. | Specify the <prompt> element when it is required by the target host. |
Unable to retrieve the module list | The peer cannot access the Repository. This can occur when server names change. | Verify that the repository URL is correct and accessible by performing the following steps: |
Errors in Grid Manager
Message text | Explanation | User response |
---|---|---|
"There must be at least one Case in the Switch | There is a Switch statement in the module with no cases for one of the following reasons:
| In the first case, modify the rules.xml file to remove the stand-alone <switch /> statement. |
Error: Java Not Enabled. Java must be enabled | You see this error on Windows x64 systems where the default web browser (typically used for web shortcuts) is the 32-bit version of Windows Internet Explorer (iexplore.exe, or IE). | Use either of the following responses:
|