Inventory-Rollback-Plus icon indicating copy to clipboard operation
Inventory-Rollback-Plus copied to clipboard

Bug report: Communications link failure

Open JorisvD01 opened this issue 10 months ago • 1 comments

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

JorisvD01 avatar Jan 09 '25 19:01 JorisvD01

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.

TechnicallyCoded avatar Jan 09 '25 20:01 TechnicallyCoded

Stale issue

TechnicallyCoded avatar Mar 14 '25 10:03 TechnicallyCoded

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 anchors

You 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 :)

JorisvD01 avatar Mar 17 '25 18:03 JorisvD01