web Ubuntu server 14.04 and Openfire 4.0.3. From a piece of the log you can see what the table is asking for. Do I need to manually create the table and if you create with what parameters?

2016.12.14 10:02:25 org.jivesoftware.openfire.reporting.stats.RrdSqlBackend - Error while accessing information in database: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'openfire.ofRRDs' not exist

    1 answer 1

    Found such a way out:

    1. Installed monitoring service 1.5.8;
    2. Stopped OpenFire - sudo service openfire stop;
    3. Removed content from the monitoring folder, on Ubuntu, this is / usr / share / openfire / ~ plugins / monitoring;
    4. Copy the contents of the archive monitoring_1.4.2.zip to this folder;
    5. Launched OpenFire - sudo service openfire start.