You can use the Test Integrations and APIs JVM console to debug
any errors that might occur while you are working with
Test Integrations and APIs.
Accessing the JVM console from the GUI
If
the Test Integrations and APIs GUI is running, to open the JVM Console, click .
Accessing the JVM console from the command line
- Open a command window and navigate to the Test Integrations and APIs installation
folder.
- Run the
IntegrationTester -console command. The
Java console is opened.
Accessing the JVM console through HTTP
- Open the Library Manger. In the JVM Arguments field of the Application
pane, add the following line:
-Dgreenhat.http.port=8999Note: If
port 8999 is already in use, specify a different port number.
- Open the IntegrationTester.ini file that
is available in the installation folder.
- After the
-vm parameter value line, add the following
entries: -consoleLog
-debug
Note: The Java console window is displayed when
Test Integrations and APIs is started and is closed when Test Integrations and APIs
is closed.
- To view the Java console, open a browser and specify the following
URL:
http://localhost:8999/ConsoleOutput? in a browser.