servertap-io / servertap

ServerTap is a REST API for Bukkit/Spigot/Paper Minecraft servers
https://servertap.io
MIT License
225 stars 57 forks source link

failed to find class org/conscrypt/CryptoUpcalls #218

Closed StayOnBush closed 1 year ago

StayOnBush commented 1 year ago

I get the following error when starting my spigot 1.19.3 server using ServerTap v0.5.2. I pulled the git project, used "mvn clean package" maven command to build the plugin and copied the "ServerTap-0.5.3-SNAPSHOT.jar" file into my plugins folder. I then created a key using java keytool and the command provided in the readme. I moved that file into the folder of ServerTap inside the plugins folder. I enabled tls and set the password inside the config.yml. I then started to get the error which stops the server before it even finishes the starting process.

[23:44:01] [Server thread/INFO]: Starting minecraft server version 1.19.3 [23:44:01] [Server thread/INFO]: Loading properties [23:44:01] [Server thread/INFO]: This server is running CraftBukkit version 3663-Spigot-a2190e3-b56426c (MC: 1.19.3) (Implementing API version 1.19.3-R0.1-SNAPSHOT) [23:44:01] [Server thread/INFO]: Debug logging is disabled [23:44:01] [Server thread/INFO]: Server Ping Player Sample Count: 12 [23:44:01] [Server thread/INFO]: Using 4 threads for Netty based IO [23:44:01] [Server thread/INFO]: Default game type: CREATIVE [23:44:01] [Server thread/INFO]: Generating keypair [23:44:01] [Server thread/INFO]: Starting Minecraft server on *:25565 [23:44:01] [Server thread/INFO]: Using default channel type [23:44:01] [Server thread/WARN]: Initializing Legacy Material Support. Unless you have legacy plugins and/or data this is a bug! [23:44:05] [Server thread/WARN]: Legacy plugin weblink v1.0.0 does not specify an api-version. [23:44:05] [Server thread/INFO]: [weblink] Loading weblink v1.0.0 [23:44:05] [Server thread/INFO]: [ServerTap] Loading ServerTap v0.5.3-SNAPSHOT [23:44:05] [Server thread/INFO]: [ServerTap] Enabling ServerTap v0.5.3-SNAPSHOT [23:44:05] [Server thread/INFO]: [ServerTap] No Vault plugin detected

failed to find class org/conscrypt/CryptoUpcalls (here the server shutdowns)

phybros commented 1 year ago

Which JVM and Minecraft server are you using?

phybros commented 1 year ago

@StayOnBush are you able to provide the info? Otherwise I can close this out

phybros commented 1 year ago

Going to close this out now