kwadmin may generate the message "Database loading stage failed" during the database loading phase if you are using IPv6. Workaround: Add the fully qualified host name to the database.host property. To do this:
- Open <projects_root>/config/admin.conf in a text editor.
- Add the fully qualified host name to the line beginning database.host=. For example:
database.host=myserver
should be changed to:
database.host=myserver.klocwork.com
- Restart the Klocwork servers.
- Restart the Klocwork analysis.