This documentation supports the 19.02 version of BMC Atrium Core.

To view the latest version, select the version from the Product version menu.

Troubleshooting the REST API

To understand errors from the REST API, examine the status code of the response along with the response body if present. If that does not help, and you have access to the application's logs, look at the log file for the REST APIs and services. The steps to set the log level for the REST APIs and services are explained as follows:

To set the log level

  1. You can configure the log level from the CMDB Portal to collect more log information. 
  2. On the CMDB Portal, select Configurations> Core Configurations > CMDB Services.
  3. Set the log level of CMDB Services component to Info or Debug as shown in the following figure:


For more information, see CMDB Services configuration settings.

For setting up CMDB Engine logging, see Contents of the logs. 


Issues with using the Graphwalk endpoint to search for related CIs

An error “Error parsing: graph_walk_query” indicates that one or more query parameters are not compliant with the query parameter format as described in the graphwalk query parameters table.

See Endpoints in the REST API.

CMDB Portal does not launch

This issue is observed when you configure the Jetty server by using a secured socket layer (SSL). Perform the following steps:

  1. Open the arserver.config file, located in the InstallationDirectory\ARSystem folder.
  2. Add the following line in the arserver.config file.
    jvm.option.<next_no>=-Dorg.apache.activemq.broker.BouncyCastlePosition=100
Was this page helpful? Yes No Submitting... Thank you

Comments