IDA Troubleshooting

To trouble shoot all IDA issues, you may need to adjust log level. You may also need to check data in the IDA database.

  1. On Settings page, set trace level to DEBUG.

  2. Monitor IDA server logs. Reproduce the issue and collect the logs when the issue is reproduced. For example, if you installed IDA on Liberty, you may collect logs using either method below:
    • Find log files console.log, message.log in logs folder.

    • Dump all server logs using Liberty server commmand below. File ida_server.zip is generated in server folder which includes all server logs.
      server dump ida_server --archive="ida_server.zip"
      
    • If OOM error is found in the logs, help to provide the Liberty server dump including the heap dump, using command below:
      server dump ida_server --archive="ida_server.zip" --include=heap
      
  3. Refer Test Project Troubleshooting, Pipeline Troubleshooting and IDA plug-in troubleshooting to collect more info for troubleshooting test project and pipeline issues.

  4. Collect info above into an issue description document. Send us the document and the collected logs and other files. We will review all collected info and follow up with you. We may also provide further instructions to check data in IDA database, according to your specific issue.

  5. Remember to adjust log level back to INFO after troubleshooting is done on production environment if needed.