You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: