Error messages
This topic provides the following information for troubleshooting issues in
:
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
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 Development Studio tries to communicate with a target Web Service Definition Language (WSDL) either through the Web Services adapter or via the Development Studio New Process from WSDL option. | Verify the URL used. |
Could not create the view Plug-in | 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
Development Studio that has never connected to Grid Manager, this error can be ignored. For an existing installation:
|
Starting Dev Studio fails with message "Could | Development Studio cannot find the directory that stores workflows that are loaded and edited in Development Studio. This usually occurs if directories have been removed or renamed on the file system. | Reinstall Development Studio or recreate the directory. The exact name of the folder can be found in the $STUDIO_HOME/config/management/ environments.xml file, in the id attribute for the <environment-name> element. For example, given the following XML segment, the folder to add is "ENV1-2012-02-17T125912Z": <environment-name id="ENV1-2012-02-17T125912Z"> ENV1</environment-name> |
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 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 Development Studio. For the second reason for the error, verify that Development Studio has a valid Java version. On 64-bit computers, Development Studio expects a 64-bit Java. For more information, see Knowledge Base article KA000077151 (Support logon required). |
Server redirected too many times | The 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 | Development Studio is relaunched when it is already running, which is not allowed. The secondary message varies. | Do not attempt to run the 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: Development Studio is installed, with Development Studio shut down, delete the .jms/disco folder. 3. Start Development Studio and connect it to the CDP. You can verify that you have used the new URL in the Development Studio config/server.xml file. |
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:
|