My plugin seems to be crashing the test server...

Discussion in 'Plugin Help/Development/Requests' started by Arjuncraft, Jul 25, 2015.

Thread Status:
Not open for further replies.
  1. Offline

    Arjuncraft

    My plugin uses CraftBukkit and NMS code, which I believe may be a source of my issue (CB is known to whack things up a bit), I'm not sure.

    Anyway, I loaded the plugin on a test server with Spigot. After debugging the various exceptions that I got, it appeared to be fixed, showing no errors or exceptions in the console. I thought that everything was fixed...

    But now the server doesn't go up. No one can connect to it, and I can't run commands through the console.

    It says debug logging is disabled. I turned debug in the server properties to true, but the same message keeps showing. When I looked through it, a few things caught my eye that aren't usually in a server startup.
    • Using epoll channel type
    • Set PluginClassLoader as parallel capable
    • Using 4 threads for Netty based IO
    Help would be much appreciated! Thanks!

    Error Message

    25.07 15:09:29 [Server] INFO Fire Emblem server plugin has been enabled!
    25.07 15:09:29 [Server] INFO Enabling FireEmblemMC v1.0
    25.07 15:09:29 [Server] INFO Loading FireEmblemMC v1.0
    25.07 15:09:29 [Server] INFO Loading Sentry v1.8.2
    25.07 15:09:29 [Server] INFO Loading Citizens v2.0.16-SNAPSHOT (build 1247)
    25.07 15:09:29 [Server] INFO Set PluginClassLoader as parallel capable
    25.07 15:09:28 [Server] INFO Using epoll channel type
    25.07 15:09:28 [Server] INFO Starting Minecraft server on 167.114.172.109:25695
    25.07 15:09:28 [Server] INFO Generating keypair
    25.07 15:09:28 [Server] INFO Using 4 threads for Netty based IO
    25.07 15:09:28 [Server] INFO Server Ping Player Sample Count: 12
    25.07 15:09:28 [Server] INFO Debug logging is disabled
    25.07 15:09:28 [Server] INFO This server is running CraftBukkit version git-Spigot-f94fe8f-219686b (MC: 1.8.7) (Implementing API version 1.8.7-R0.1-SNAPSHOT)
    25.07 15:09:28 [Server] INFO Default game type: SURVIVAL
    25.07 15:09:28 [Server] INFO Loading properties
    25.07 15:09:28 [Server] INFO Starting minecraft server version 1.8.7
    25.07 15:09:22 [Server] INFO Loading libraries, please wait...
     
  2. Moved to Bukkit Alternates.
     
Thread Status:
Not open for further replies.

Share This Page