Not a customer? Click the 'Start a free trial' link to begin a 30-day SaaS trial of our product and to join our community.
Existing Cisco AppDynamics customers should click the 'Sign In' button to authenticate to access the community
on 04-28-2017 10:21 AM - edited on 09-07-2018 02:20 PM by Nina.Wolinsky
The following error appears in the EUM-processor log, or while querying the accounts table from the EUM database schema.
Failed to query account table: java.sql.SQLException: Can't find file: './eum_db/accounts.frm' (errno: 13)
The "Accounts.frm" file is missing or does not have the correct user permissions. The file is located at <Controller_Home>/db/data/eum_db/accounts.frm.
If the file is located in the proper path, the problem is a permissions issue.
To resolve the error, enter the following command in the terminal for the Controller host to change the ownership of the file to the correct user and group. For example, the user/group through which the Controller was installed.
Then restart the EUM-processor to resolve the issue.
chown -R <user>:<group> /AppD4214/Controller/db/
Example:
chown -R appdyn:appdyn <Controller_Home>/db/
If the file is missing, contact AppDynamics support for further troubleshooting, as it could be caused by database corruption.
Thank you! Your submission has been received!
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form