IDA Troubleshooting
To troubleshoot all IDA issues, you may need to adjust the log level. You may also need to check data in the IDA database.
-
On the Settings page, set the trace level to DEBUG.
- Monitor the IDA server logs. Reproduce the issue and collect the logs when the issue is reproduced. For example, if you have installed IDA on Liberty, you may collect logs using either method below:
- Find the log files console.log and message.log in the logs folder.
- Dump all server logs using the Liberty server command below. The file ida_server.zip is generated in the server folder, which includes all server logs.
server dump ida_server --archive="ida_server.zip"
- If an OutOfMemory (OOM) error is found in the logs, please provide the Liberty server dump including the heap dump, using the command below:
server dump ida_server --archive="ida_server.zip" --include=heap
-
Refer to Test Project Troubleshooting, Pipeline Troubleshooting, and IDA plug-in troubleshooting to collect more information for troubleshooting test project and pipeline issues.
-
Collect the information above into an issue description document. Send us the document and the collected logs and other files. We will review all the collected information and follow up with you. We may also provide further instructions to check data in the IDA database, according to your specific issue.
- Remember to adjust the log level back to INFO after troubleshooting is done on the production environment if needed.