Not able to access to flowable task and rest

Hello,
Since i configured flowable with a persistant Mysql database, i’m not able to access to flowable-task and flowable-rest. When i type the url : http://x.x.x.x/flowable-task and http://x.x.x.x/flowable-rest i get this error message : HTTP 404 – Not Found . Please can you help me to solve this issue.

Regards

Hi,

Are there any errors reported in the log files? It could be that there’s something still not happy with the DB connection.

Cheers
Paul.

Hi Paul,

This is the Mysql log : 2018-01-30T12:58:00.976033Z 0 [Warning] Failed to set up SSL because of the following SSL library error: SSL context is not usable without certificate and private key
2018-01-30T12:58:00.976075Z 0 [Note] Server hostname (bind-address): ‘0.0.0.0’; port: 3306
2018-01-30T12:58:00.976097Z 0 [Note] - ‘0.0.0.0’ resolves to ‘0.0.0.0’;
2018-01-30T12:58:00.976140Z 0 [Note] Server socket created on IP: ‘0.0.0.0’.
2018-01-30T12:58:01.292283Z 0 [Note] InnoDB: Buffer pool(s) load completed at 180130 13:58:01
2018-01-30T12:58:01.459113Z 0 [Note] Event Scheduler: Loaded 0 events
2018-01-30T12:58:01.459376Z 0 [Note] /usr/sbin/mysqld: ready for connections.
Version: ‘5.7.21-0ubuntu0.16.04.1’ socket: ‘/var/run/mysqld/mysqld.sock’ port: 3306 (Ubuntu)
2018-01-30T12:58:01.484412Z 2 [Note] Access denied for user ‘root’@‘localhost’ (using password: NO)
2018-01-30T13:08:44.357870Z 14 [Note] Aborted connection 14 to db: ‘flowable’ user: ‘flowable’ host: ‘localhost’ (Got an error reading communication packets)

Hi,

Are you running this in Tomcat? Could you see what errors are its log files?

Cheers
Paul.