Skip Headers
Oracle® Functional Testing OpenScript User's Guide
Version 9.20

Part Number E15488-05
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Index
Index
Go to Feedback page
Contact Us

Go to previous page
Previous
Go to next page
Next
View PDF

B Error Message Reference

This appendix lists the error messages for the OpenScript Workbench Platform and HTTP and Siebel Modules.

B.1 Basic Module Error Messages

This section list the Error messages for the OpenScript Workbench Basic Module.

B.1.1 General Script Exceptions

Error Message Description
File not found: {0} The file was not found.
  Error Component ID: oracle.oats.scripting.modules.basic.api
  Error Code ID: ERR_FILE_NOT_FOUND
Failed to create variable {0}, path={1} Failed to create the specified variable.
  Error Component ID: oracle.oats.scripting.modules.basic.api
  Error Code ID: ERR_CREATE_VARIABLE_ERRORCODE
An unexpected exception occurred in the script. Script section: {0}. Represents an unexpected exception in the user's script code.
  Error Component ID: oracle.oats.scripting.modulesbasic.api
  Error Code ID: ERR_GENERIC_ERROR_CODE

B.1.2 Binary Decoding Exceptions

Error Message Description
Failed to decode character at offset {1} in string "{0}" This exception may be thrown while converting a string into binary using the {@link oracle.oats.scripting.modules.basic.api.utilities.BinaryUtil#hexString2Binary(String)} method.
  Error Component ID: oracle.oats.scripting.modules.basic.api
  Error Code ID: ERR_BINARY_DECODE

B.1.3 Script Creation Exceptions

Error Message Description
Could not find script "{0}" in workspace "{1}" in repository "{2}" Indicates that the specified script could not be found in the indicated workspace and repository.
  Error Component ID: oracle.oats.scripting.modules.basic.api
  Error Code ID: SCRIPT_NOT_FOUND
Script not found: {0} Indicates that the specified script could not be found in the path.
  Error Component ID: oracle.oats.scripting.modules.basic.api
  Error Code ID: SCRIPT_PATH_NOT_FOUND
Exception occurred while reading script {0}. An exception occurred while reading the specified script.
  Error Component ID: oracle.oats.scripting.modules.basic.api
  Error Code ID: EXCEPTION_READING_SCRIPT
Failed to load script class {0}. Class not found. Indicates that a script class failed to load.
  Error Component ID: oracle.oats.scripting.modules.basic.api
  Error Code ID: FAILED_TO_LOAD_SCRIPT_CLASS_NOT_FOUND
Failed to load virtual user class {0}. Indicates that a virtual user class failed to load.
  Error Component ID: oracle.oats.scripting.modules.basic.api
  Error Code ID: FAILED_TO_LOAD_VUSER_CLASS
Failed to create instance of virtual user class {0}. Indicates that an instance of a virtual user class failed to be created.
  Error Component ID: oracle.oats.scripting.modules.basic.api
  Error Code ID: FAILED_TO_CREATE_VUSER_INSTANCE
Failed to load script class {0}. {1} Indicates that a script class failed to load.
  Error Component ID: oracle.oats.scripting.modules.basic.api
  Error Code ID: FAILED_TO_LOAD_SCRIPT_CLASS
Failed to create instance of script "{0}". Indicates that an instance of script class failed to be created.
  Error Component ID: oracle.oats.scripting.modules.basic.api
  Error Code ID: FAILED_TO_CREATE_SCRIPT_INSTANCE

B.1.4 Segment Parser Exceptions

Error Message Description
Parameter missing: {0} Indicates that a parameter was not found when parsing {{ }} syntax calling Transforms.transform(String, Variables)
  Error Component ID: oracle.oats.scripting.modules.basic.api
  Error Code ID: PARAMETER_NOT_FOUND
Unknown segment type: {0} Indicates that a parameter was not recognized when parsing {{ }} syntax calling Transforms.transform(String, Variables)
  Error Component ID: oracle.oats.scripting.modules.basic.api
  Error Code ID: UNKNOWN_SEGMENT_TYPE
Unexpected end of string found while parsing string "{0}" Indicates that an end of string was not recognized when parsing {{ }} syntax calling Transforms.transform(String, Variables)
  Error Component ID: oracle.oats.scripting.modules.basic.api
  Error Code ID: UNEXPECTED_END_OF_STRING
Unexpected parent segment type {0} found while parsing string "{1}" Indicates that a parent type was not recognized when parsing {{ }} syntax calling Transforms.transform(String, Variables)
  Error Component ID: oracle.oats.scripting.modules.basic.api
  Error Code ID: UNEXPECTED_PARENT_SEGMENT
Unexpected end of function found near character offset {0} while parsing string "{1}" Indicates that a function was not recognized when parsing {{ }} syntax calling Transforms.transform(String, Variables)
  Error Component ID: oracle.oats.scripting.modules.basic.api
  Error Code ID: UNEXPECTED_END_OF_FUNCTION
Function name not registered: {0}. Indicates that a function was not registered. Use SegmentParser.addCustomTransformFunction(oracle.oats.scripting.main.CustomFunction functionName) to register custom transform functions.
  Error Component ID: oracle.oats.scripting.modules.basic.api
  Error Code ID: UNREGISTERED_FUNCTION
The following characters cannot be escaped: {0} Indicates that a invalid characters were found when parsing {{ }} syntax.
  Error Component ID: oracle.oats.scripting.modules.basic.api
  Error Code ID: INVALID_CHARACTERS_IN_SEGMENT

B.1.5 Script Service Exceptions

Error Message Description
Failed to create script service {0} Indicates that the specified script service failed.
  Error Component ID: oracle.oats.scripting.modules.basic.api
  Error Code ID: FAILED_TO_CREATE_SCRIPT_SERVICE

B.1.6 URL Encoding Exceptions

Error Message Description
Failed to URL-encode string "{0}" Indicates that the specified URL encoding failed.
  Error Component ID: oracle.oats.scripting.modules.basic.api
  Error Code ID: URL_ENCODING_EXCEPTION

B.1.7 Variable Exceptions

Error Message Description
Variable not found: {0} Indicates that a variable could not be found when evaluating a string containing curly brace {{ }} formatted data. This exceptions is typically thrown when {@link oracle.oats.scripting.modules.basic.api.Transforms#transform(String, oracle.oats.scripting.modules.basic.api.Variables)} is invoked using a string that references a non-existent variable.
  Error Component ID: oracle.oats.scripting.modules.basic.api
  Error Code ID: ERR_VARIABLE_NOT_FOUND
Variable "{0}" not found for string: {1} Indicates that a variable could not be found when evaluating a string containing curly brace {{ }} formatted data. This exceptions is typically thrown when {@link oracle.oats.scripting.modules.basic.api.Transforms#transform(String, oracle.oats.scripting.modules.basic.api.Variables)} is invoked using a string that references a non-existent variable.
  Error Component ID: oracle.oats.scripting.modules.basic.api
  Error Code ID: VARIABLE_NOT_FOUND_FOR_STRING

B.2 Platform Error Messages

This section lists the error messages for the OpenScript Workbench platform.

B.2.1 Browser Exceptions

Error Message Description
Exception parsing NTLM response: {0} Indicates an error parsing the NTLM response authentication protocol.
  Error Component ID: oracle.oats.lbrowser
  Error Code ID: BROWSER_NTLM_EXCEPTION
Cache look-up error. Could not find document with host {0}, file {1} in the local browser cache. Indicates an error looking for a document in the browser cache.
  Error Component ID: oracle.oats.lbrowser
  Error Code ID: BROWSER_CACHE_LOOKUP_ERROR
Too many redirects. Browser will not redirect more than {0} times. Comparable WinInet error code: Error 12156: Redirect Failed. The redirection failed because either the scheme changed (for example HTTP to FTP) or all attempts to redirect failed (default is five attempts).
  Error Component ID: oracle.oats.lbrowser
  Error Code ID: BROWSER_TOO_MANY_REDIRECTS

B.2.2 SSL Exceptions

Error Message Description
Error creating new SSL session. Indicates an error creating a Secure Socket Layer session.
  Error Component ID: oracle.oats.lbrowser
  Error Code ID: ERROR_CREATING_SSL_SESSION
Failed to prepare SSL socket factory. Indicates an error preparing a Secure Socket Layer socket factory.
  Error Component ID: oracle.oats.lbrowser
  Error Code ID: FAILED_TO_PREPARE_SOCKET_FACTORY

B.2.3 TCP Exceptions

Error Message Description
The server name {0} could not be resolved. Comparable WinInet error code: Error 12007: Name Not resolved. The server name could not be resolved. This happens when Java throws an UnknownHostException.
  Error Component ID: oracle.oats.lbrowser
  Error Code ID: ERROR_INTERNET_NAME_NOT_RESOLVED
The attempt to connect to the server {0} on port {1} failed. Comparable WinInet error code: Error 12029: Cannot Connect. The attempt to connect to the server failed.
  Error Component ID: oracle.oats.lbrowser
  Error Code ID: ERROR_INTERNET_CANNOT_CONNECT
The request to the proxy was invalid. Comparable to WinInet error code: Error 12033: Invalid Proxy Request. The request to the proxy was invalid.
  Error Component ID: oracle.oats.lbrowser
  Error Code ID: ERROR_INTERNET_INVALID_PROXY_REQUEST
Invalid response received from proxy server: {0}. Comparable to WinInet error code: Error 12033: Invalid Proxy Request. The request to the proxy was invalid.
  Error Component ID: oracle.oats.lbrowser
  Error Code ID: ERROR_INTERNET_INVALID_PROXY_RESPONSE
The connection with the server has been terminated. Comparable to WinInet error code: Error 12030: Connection aborted. The connection with the server has been terminated.
  Error Component ID: oracle.oats.lbrowser
  Error Code ID: ERROR_INTERNET_CONNECTION_ABORTED
Timeout occurred while sending request to server. Comparable to WinInet error code: Error 12002: Timeout. The request has timed out.
  Error Component ID: oracle.oats.lbrowser
  Error Code ID: ERROR_INTERNET_REQUEST_TIMEOUT
Timeout occurred while waiting for server response. Comparable to WinInet error code: Error 12002: Timeout. The request has timed out.
  Error Component ID: oracle.oats.lbrowser
  Error Code ID: ERROR_INTERNET_RESPONSE_TIMEOUT
SSL exception occurred while connecting to {0} on port {1}. {2} Indicates a Secure Socket Layer exception while connecting to the indicated server and port.
  Error Component ID: oracle.oats.lbrowser
  Error Code ID: SSL_CONNECT_EXCEPTION
Failed to bind socket to local port {0} Indicates a failure to bind to the socket on the indicated local port.
  Error Component ID: oracle.oats.lbrowser
  Error Code ID: FAILED_TO_BIND

B.2.4 HTTP Exceptions

Error Message Description
The URL is invalid. Comparable to WinInet error code: Error 12005: Invalid URL. The Uniform Resource Locator (URL) is invalid.
  Error Component ID: oracle.oats.lbrowser
  Error Code ID: ERROR_INTERNET_INVALID_URL
Failed to write HTTP request header: {0}. Comparable to WinInet error code: Error 12030: Connection Aborted. The connection with the server has been terminated.
  Error Component ID: oracle.oats.lbrowser
  Error Code ID: WRITE_REQUEST_EXCEPTION_HEADER
Failed to write request HTTP postdata: {1}. Comparable to WinInet error code: Error 12030: Connection Aborted. The connection with the server has been terminated.
  Error Component ID: oracle.oats.lbrowser
  Error Code ID: WRITE_REQUEST_EXCEPTION_POSTDATA
Failed to read HTTP response header from server. Comparable to WinInet error code: Error 12152: Invalid Server Response. The server response could not be parsed.
  Error Component ID: oracle.oats.lbrowser
  Error Code ID: ERROR_READING_HTTP_RESPONSE_HEADER
Failed to read HTTP response contents from server. Comparable to WinInet error code: Error 12152: Invalid Server Response. The server response could not be parsed.
  Error Component ID: oracle.oats.lbrowser
  Error Code ID: ERROR_READING_HTTP_RESPONSE_CONTENTS

B.3 HTTP Error Messages

This section lists the error messages for the HTTP Module.

B.3.1 HTTP Service Exceptions

Error Message Description
Comparable to WinInet error code: Error 12005: Invalid URL. The Uniform Resource Locator (URL) is invalid. Indicates a failure when attempting to validate the contents of a Siebel page.
  Error Component ID: oracle.oats.scripting.modules.http.api
  Error Code ID: ERROR_INTERNET_INVALID_URL
Invalid HTTP response code: {0} The HTTP Service browser returns this error if an HTTP response is received from a web server containing a response code greater than or equal to 400.
  Error Component ID: oracle.oats.scripting.modules.http.api
  Error Code ID: ERROR_INVALID_HTTP_RESPONSE_CODE
Error parsing HTML. {0} Indicates an unexpected parsing failure in the HTTP service while parsing HTML.
  Error Component ID: oracle.oats.scripting.modules.http.api
  Error Code ID: HTML_PARSING_ERROR
Failed to solve variable {0} Indicates a failure during a match() operation. See oracle.oats.scripting.modules.http.api.ThinIteratingVUserScript#match(String, String, String, oracle.oats.scripting.modules.http.api.ThinIteratingVUserScript.Source, boolean, boolean). The actual error message is defined by the script. The error message shown is an example default error message.
  Error Component ID: oracle.oats.scripting.modules.http.api
  Error Code ID: MATCH_ERROR

B.4 Oracle Forms Load Test Error Messages

This section lists the error messages for the Oracle Forms Load Test Module.

B.4.1 Connect Errors

Error Message Description
Connection Error (Generic): "{0}" Indicates a failure when attempting connect to the Oracle Forms server.
  Error Component ID: oracle.oats.scripting.modules.formsLT.api
  Error Code ID: CONN_ERROR_GENERIC
Connection Error: Failed to connect to forms server at URL "{0} Indicates a failure when attempting connect to the Oracle Forms server at the specified URL.
  Error Component ID: oracle.oats.scripting.modules.formsLT.api
  Error Code ID: CONN_ERROR_HTTP_CONNECT_EXCEPTION
Connection Error: Failed to connect to forms server over socket at "{0}:{1}". Indicates a failure when attempting connect to the Oracle Forms server over the specified socket.
  Error Component ID: oracle.oats.scripting.modules.formsLT.api
  Error Code ID: CONN_ERROR_SOCKET_CONNECT_EXCEPTION
Connection Error: No servlet session id found. Indicates the session ID for a servlet was not found.
  Error Component ID: oracle.oats.scripting.modules.formsLT.api
  Error Code ID: CONN_ERROR_NOSERVLETSESSIONID
Connection Error: Invalid Session Cookie found. Indicates the session cookie was invalid.
  Error Component ID: oracle.oats.scripting.modules.formsLT.api
  Error Code ID: CONN_ERROR_NEED_COOKIE
Connection Error: Unable to initialize runtime process. Indicates the runtime process for the forms server could not be initialized.
  Error Component ID: oracle.oats.scripting.modules.formsLT.api
  Error Code ID: CONN_ERROR_FAILED_TO_INITIALIZE_PROCESS
Connection Error: Runtime process has unexpectedly terminated. Indicates an unexpected runtime process termination.
  Error Component ID: oracle.oats.scripting.modules.formsLT.api
  Error Code ID: CONN_ERROR_PROCESS_STARTUP_TERMINATED
Connection Error: Session migration in progress. Indicates the JSessionID you are using to post forms navigations to the server is incorrect.

EBS/Forms module plays back a script which is a combination of HTTP/Forms navigations. After playing the HTTP navigations successfully a JSessionID captured from the navigation right before the Forms Connect statement is used as the URL to send Forms navigations to the server. If this URL is not correlated correctly you will see the error string.

The most common way to fix this issue is to revert script to recorded and re-correlate it. This should automatically correlate the Connect statement.

  Error Component ID: oracle.oats.scripting.modules.formsLT.api
  Error Code ID: CONN_ERROR_SESSION_MIGRATION_IN_PROGRESS
Connection Error: Cannot connect to OID server. Indicates a failure connecting to the Oracle Internet Directory server.
  Error Component ID: oracle.oats.scripting.modules.formsLT.api
  Error Code ID: CONN_ERROR_OID_CONNECTION_ERROR
Connection Error: The user does not have proper credentials for OID. Indicates the user does not have proper authentication credentials to connect to the Oracle Internet Directory server.
  Error Component ID: oracle.oats.scripting.modules.formsLT.api
  Error Code ID: CONN_ERROR_OID_AUTHENTICATION_ERROR
Connection Error: SSO user information is invalid. Indicates the user Single Sign On authentication credentials are not valid.
  Error Component ID: oracle.oats.scripting.modules.formsLT.api
  Error Code ID: CONN_ERROR_INVALID_SSO
Connection Error: Multiple Sessions are disallowed in this transaction. Indicates that multiple session are not allows for the transaction attempted.
  Error Component ID: oracle.oats.scripting.modules.formsLT.api
  Error Code ID: CONN_ERROR_MULTIPLE_SESSIONS
Connection Error: Could not create the runtime process. Indicates a failure to create a runtime process on the Forms server.
  Error Component ID: oracle.oats.scripting.modules.formsLT.api
  Error Code ID: CONN_ERROR_RUNTIME_PROCESS_CREATION_ERROR

B.4.2 I/O Errors

Error Message Description
Unexpected exception occurred while serializing a Forms Message. Indicates an error occurred while transferring an Oracle Forms message between the client and the server.
  Error Component ID: oracle.oats.scripting.modules.formsLT.api
  Error Code ID: IO_ERROR_MESSAGE_SERIALIZATION_EXCEPTION
Failed to read more than 10 server messages. Indicates failed to read server message after ten tries.
  Error Component ID: oracle.oats.scripting.modules.formsLT.api
  Error Code ID: IO_ERROR_FAILED_TO_READ_TEN_DATA_STREAMS
Forms input/output exception occurred. Indicates an unexpected input/output exception occurred.
  Error Component ID: oracle.oats.scripting.modules.formsLT.api
  Error Code ID: IO_ERROR
Forms encryption exception occurred. Indicates an encryption exception occurred.
  Error Component ID:oracle.oats.scripting.modules.formsLT.api
  Error Code ID: IO_ERROR_ENCRYPTION_EXCEPTION
Communication with server is broken. Check nohup logs for detailed error. Indicates a communication problem with the server. Run the nohup (no hang up) command an view thee error log.
  Error Component ID: oracle.oats.scripting.modules.formsLT.api
  Error Code ID: IO_ERROR_COMM_BROKEN
Throttling requested with a non-integer value "{0}". Indicates Bandwidth throttling (limiting quantity of data) was requested using and non-integer value.
  Error Component ID:oracle.oats.scripting.modules.formsLT.api
  Error Code ID: IO_ERROR_THROTTLING_NUMBER_FORMAT_EXCEPTION
Failed to read message from server. Indicates an exception occurred when trying to read an Oracle Forms message from the server.
  Error Component ID: oracle.oats.scripting.modules.formsLT.api
  Error Code ID: IO_ERROR_MESSAGE_READ_EXCEPTION
Failed to read terminal message from server. Indicates an exception occurred when trying to read an Oracle Forms terminal message from the server.
  Error Component ID:oracle.oats.scripting.modules.formsLT.api
  Error Code ID: IO_ERROR_TERMINAL_MESSAGE_READ_EXCEPTION

B.4.3 Match Errors

Error Message Description
Text Matching Test "{0}" failed. Failed to match "{1}". Indicates a Text Matching Test failure and shows the test name and the text to match.
  Error Component ID:oracle.oats.scripting.modules.formsLT.api
  Error Code ID: MATCH_ERROR_TEXT_FAILED_TO_MATCH
StatusBar Text Matching Test "{0}" failed. Failed to match "{1}". Indicates a Status bar Text Matching Test failure and shows the test name and the text to match.
  Error Component ID:oracle.oats.scripting.modules.formsLT.api
  Error Code ID: MATCH_ERROR_STATUSBAR_FAILED_TO_MATCH

B.4.4 Component Not Found Errors

Error Message Description
Component "{0}" does not exist. Indicates an Oracle Forms component does not exist.
  Error Component ID:oracle.oats.scripting.modules.formsLT.api
  Error Code ID: COMPONENT_DOES_NOT_EXIST
Component with handler ID "{0}" does not exist. Indicates an Oracle Forms component with the specified handler ID does not exist.
  Error Component ID: oracle.oats.scripting.modules.formsLT.api
  Error Code ID: MATCH_ERROR_STATUSBAR_FAILED_TO_MATCH
Component with handler ID "{0}" does not exist. Last seen alert message: "{1}". Indicates an Oracle Forms component with the specified handler ID does not exist and shows the last alert message.
  Error Component ID: oracle.oats.scripting.modules.formsLT.api
  Error Code ID: COMPONENT_ID_DOES_NOT_EXIST_WITH_STATUS

B.4.5 Playback Errors

Error Message Description
Control "{0}" not initialized. Indicates that control between client and server could not be initialized.
  Error Component ID:oracle.oats.scripting.modules.formsLT.api
  Error Code ID: CONTROL_INITIALIZE_ERROR
Cannot send forms messages. Not connected to forms server. Indicates no connection to the Oracle Forms server.
  Error Component ID:oracle.oats.scripting.modules.formsLT.api
  Error Code ID: NOT_CONNECTED_ERROR
Invalid state exception. Indicates an invalid state.
  Error Component ID:oracle.oats.scripting.modules.formsLT.api
  Error Code ID: INVALID_STATE_EXCEPTION
Invalid state exception. Server sent the client a CREATE message for a component that was already created. Component handler ID is "{0}". Indicates an invalid state because the server sent the client a CREATE message for a component that was already created and shows the handler ID.
  Error Component ID:oracle.oats.scripting.modules.formsLT.api
  Error Code ID: INVALID_STATE_EXCEPTION_COMPONENT_ALREADY_EXISTS
Malformed Forms message exception. Forms could not parse the message, "{0}". Indicates an incorrectly formed Oracle Forms message stream and could not parse the message, "<Message... />" XML.
  Error Component ID:oracle.oats.scripting.modules.formsLT.api
  Error Code ID: MALFORMED_MESSAGE_EXCEPTION
Unexpected error occurred. {0}. Indicates any other exception error.
  Error Component ID:oracle.oats.scripting.modules.formsLT.api
  Error Code ID: UNEXPECTED_ERROR

B.5 Shared Data Error Messages

This section lists the error messages for the Shared Data Module.

B.5.1 Shared Data Exceptions

Error Message Description
CreateDataException Indicates a failure when attempting to create a new queue.
  Error Component ID: oracle.oats.scripting.modules.sharedData.api
  Error Code ID: CREATE_QUEUE_EXCEPTION
CreateDataException Indicates a failure when attempting to create a new hash map.
  Error Component ID: oracle.oats.scripting.modules.sharedData.api
  Error Code ID: CREATE_MAP_EXCEPTION
OATSCredentialException Indicates a failure when the OATS credential is incorrect or not provided.
  Error Component ID: oracle.oats.scripting.modules.sharedData.api
  Error Code ID: OATS_CREDENTIAL_EXCEPTION
PutDataException Indicates a failure when adding items to a queue.
  Error Component ID: oracle.oats.scripting.modules.sharedData.api
  Error Code ID: PUT_TO_QUEUE_EXCEPTION
PutDataException Indicates a failure when adding items to a hash map.
  Error Component ID: oracle.oats.scripting.modules.sharedData.api
  Error Code ID: PUT_TO_MAP_EXCEPTION
SharedDataServiceInitException Indicates a failure when initializing the service.
  Error Component ID: oracle.oats.scripting.modules.sharedData.api
  Error Code ID: SHARED_DATA_INITIALIZE_EXCEPTION
RequestDataException Indicates a failure when retrieving data/info from a queue.
  Error Component ID: oracle.oats.scripting.modules.sharedData.api
  Error Code ID: REQUEST_DATA_FROM_QUEUE_EXCEPTION
RequestDataException Indicates a failure when retrieving data/info from a hash map.
  Error Component ID: oracle.oats.scripting.modules.sharedData.api
  Error Code ID: REQUEST_DATA_FROM_MAP_EXCEPTION

B.6 Siebel Error Messages

This section lists the error messages for the Siebel Module.

B.6.1 Siebel Exceptions

Error Message Description
Siebel content failure. {0} Indicates a failure when attempting to validate the contents of a Siebel page.
  Error Component ID: oracle.oats.scripting.modules.siebel.api
  Error Code ID: SIEBEL_CONTENT_FAILURE

B.7 Web Error Messages

This section lists the error messages for the Web Functional Test Module.

B.7.1 Web Service Exceptions

Error Message Description
Invalid object path: {0}. Indicates the object identification path is invalid, where {0} is the full path to the object.
  Error Component ID: oracle.oats.scripting.modules.webdom.api
  Error Code ID: ERR_INVALID_PATH
Object not found: {0}. Indicates the object identified by {0} was not found.
  1. Select OpenScript Preferences from the View menu.

  2. Expand OpenScript and the Playback section.

  3. Select Web Functional and increase the Object Timeout value.

-or-

Verify that object path is correct.

Some window.close() actions may be triggered by a previous action and playback of a previous action may close the window automatically. You may need to remove the window.close() manually from the Java Code.

  Error Component ID: oracle.oats.scripting.modules.webdom.api
  Error Code ID: ERR_OBJECT_NOT_FOUND
Timeout occurred waiting for page to load. Indicates a timeout occurred waiting for any page or specific page.
  1. Select OpenScript Preferences from the View menu.

  2. Expand OpenScript and the Playback section.

  3. Select Web Functional and increase the Object Timeout value.

-or-

Change web.browser("<path>").waitForPage(null) to a specific duration. For example, web.browser("<path>").waitForPage(120) means wait for 120 seconds. Modify the <path> to a specific path or set it to use wait for any page.

  Error Component ID: oracle.oats.scripting.modules.webdom.api
  Error Code ID: ERR_TIMEOUT_WAITING_FOR_PAGE
Cannot playback the {0} action on this element. Indicates the action is not supported by the element identified by {0}.
  Error Component ID: oracle.oats.scripting.modules.webdom.api
  Error Code ID: INVALID_ACTION_ON_ELEMENT
Failed to playback: {0}. Indicates a failure to execute an action on the object identified by {0}.
  Error Component ID: oracle.oats.scripting.modules.webdom.api
  Error Code ID: FAIL_TO_PLAYBACK
Failed to get a response after sending the message: {0}. Indicates a failure to get a playback result from the browser after sending the request identified by {0}.
  Error Component ID: oracle.oats.scripting.modules.webdom.api
  Error Code ID: FAIL_TO_GET_RESULT
Launch browser timeout after {0} seconds. Indicates a failure to find a browser within the duration of 'Startup Timeout' setting ({0} seconds) in the browser preferences.
  1. Select OpenScript Preferences from the View menu.

  2. Expand OpenScript and the General section.

  3. Select Browsers and increase the Startup Timeout value.

-or-

Check if the "Oracle Application Testing Suite Helper Service" is running, or restart it.

-or-

Close all browsers (IE, FF), run <installdir>\OpenScript\UninstallBrowserHelpers.bat and InstallBrowserHelpers.bat.

  Error Component ID: oracle.oats.scripting.modules.webdom.api
  Error Code ID: FAIL_TO_GET_RESULT
Fail to build message: {0}. Indicates a failure to build a message specified by {0}. The attributes or Identification of a custom DOM element is not correct.
  Error Component ID: oracle.oats.scripting.modules.webdom.api
  Error Code ID: ERR_BUILD_MESSAGE