Inventory-Rollback-Plus
Inventory-Rollback-Plus copied to clipboard
Bug report: Communications link failure
Server details:
- Server version: This server is running Paper version 1.21.1-132-ver/1.21.1@b48403b (2024-11-21T10:14:27Z) (Implementing API version 1.21.1-R0.1-SNAPSHOT)
- IRP Version: v1.6.21
Bug description:
When I set up the plugin in my server and connected it to a MYSQL Database this issue occured. I have multiple servers setup, linked to the same MySQL server to link the results. It seems like the issues started happening when the MySQL was added to a second server.
How to reproduce:
Install InventoryRollBackPlus Set it up to use mySQL install it on another server issue starts occuring
The issue wasn't here when I had it installed on only 1 server
Logs, screenshots & other:
https://mclo.gs/u5R6VuH
Additional info:
N/A
From your logs: Caused by: java.security.cert.CertificateException: java.security.cert.CertPathValidatorException: Path does not chain with any of the trust anchors
You don't have SSL configured on your database (or at least not correctly). Please disable SSL in the config.
Stale issue
Sorry for not responding earlier
From your logs:
Caused by: java.security.cert.CertificateException: java.security.cert.CertPathValidatorException: Path does not chain with any of the trust anchorsYou don't have SSL configured on your database (or at least not correctly). Please disable SSL in the config.
The issue was indeed resolved by disabling SSL in the config. Thank you very much :)