Prism MySQL help.

Discussion in 'Bukkit Help' started by jolbol1, Oct 9, 2015.

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

    jolbol1

    Im trying to setup Prism with MySQL but keep getting this error.
    Code:
    09.10 16:58:45 [Server] INFO 4 - World(s) loaded.
    09.10 16:58:45 [Multicraft] Skipped 121 lines due to rate limit (30/s)
    09.10 16:58:42 [Server] INFO at com.helion3.prism.libs.org.apache.tomcat.jdbc.pool.PooledConnection.connectUsingDriver(PooledConnection.java:278) ~[prism-2.0.6.jar:?]
    09.10 16:58:42 [Server] INFO at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:305) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    09.10 16:58:42 [Server] INFO at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:378) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    09.10 16:58:42 [Server] INFO at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    09.10 16:58:42 [Server] INFO at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_51]
    09.10 16:58:42 [Server] INFO at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_51]
    09.10 16:58:42 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_51]
    09.10 16:58:42 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_51]
    09.10 16:58:42 [Server] INFO at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:47) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    09.10 16:58:42 [Server] INFO at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    09.10 16:58:42 [Server] INFO at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2163) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    09.10 16:58:42 [Server] INFO at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2371) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    09.10 16:58:42 [Server] INFO at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2334) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    09.10 16:58:42 [Server] INFO at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:343) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    09.10 16:58:42 [Server] INFO at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1116) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    09.10 16:58:42 [Server] INFO at com.mysql.jdbc.Util.handleNewInstance(Util.java:407) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    09.10 16:58:42 [Server] INFO at java.lang.reflect.Constructor.newInstance(Constructor.java:422) ~[?:1.8.0_51]
    09.10 16:58:42 [Server] INFO at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_51]
    09.10 16:58:42 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_51]
    09.10 16:58:42 [Server] INFO at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_51]
    09.10 16:58:42 [Server] INFO The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
    09.10 16:58:42 [Server] INFO com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
    09.10 16:58:42 [Server] ERROR Unable to create initial connections of pool.
    09.10 16:58:42 [Server] INFO Elixr: Loaded items directory
    09.10 16:58:42 [Server] INFO Elixr: Loaded items directory
    09.10 16:58:42 [Server] INFO [Prism]: Initializing Prism 2.0.6-36. By Viveleroi.
    09.10 16:58:42 [Server] INFO Enabling Prism v2.0.6-36
    09.10 16:58:42 [Server] INFO Permissions listed in as player-commands will be given to all users.
    09.10 16:58:42 [Server] INFO Essentials: Using config file enhanced permissions.
    09.10 16:58:42 [Multicraft] Skipped 22 lines due to rate limit (30/s)
    09.10 16:58:41 [Server] INFO ... 21 more
    09.10 16:58:41 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:131) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    09.10 16:58:41 [Server] INFO at org.bukkit.plugin.java.PluginClassLoader.<init>(PluginClassLoader.java:64) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    09.10 16:58:41 [Server] INFO at java.lang.Class.forName(Class.java:348) ~[?:1.8.0_51]
    09.10 16:58:41 [Server] INFO at java.lang.Class.forName0(Native Method) ~[?:1.8.0_51]
    09.10 16:58:41 [Server] INFO Caused by: java.lang.NoClassDefFoundError: org/mcstats/Metrics
    09.10 16:58:41 [Server] INFO at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
    09.10 16:58:41 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556) [spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    09.10 16:58:41 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653) [spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    09.10 16:58:41 [Server] INFO at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374) [spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    09.10 16:58:41 [Server] INFO at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:714) [spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    09.10 16:58:41 [Server] INFO at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    09.10 16:58:41 [Server] INFO at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_51]
    09.10 16:58:41 [Server] INFO at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_51]
    09.10 16:58:41 [Server] INFO at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    09.10 16:58:41 [Server] INFO at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1) [spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    09.10 16:58:41 [Server] INFO at net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45) [spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    09.10 16:58:41 [Server] INFO at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997) [spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    09.10 16:58:41 [Server] INFO at net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162) [spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    09.10 16:58:41 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:641) [spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    09.10 16:58:41 [Server] INFO at org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141) [spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    09.10 16:58:41 [Server] INFO at org.bukkit.command.defaults.ReloadCommand.execute(ReloadCommand.java:25) [spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    09.10 16:58:41 [Server] INFO at org.bukkit.Bukkit.reload(Bukkit.java:535) [spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    09.10 16:58:41 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.CraftServer.reload(CraftServer.java:739) [spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    09.10 16:58:41 [Server] INFO at org.bukkit.craftbukkit.v1_8_R3.CraftServer.loadPlugins(CraftServer.java:292) [spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    09.10 16:58:41 [Server] INFO at org.bukkit.plugin.SimplePluginManager.loadPlugins(SimplePluginManager.java:251) [spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    09.10 16:58:41 [Server] INFO at org.bukkit.plugin.SimplePluginManager.loadPlugin(SimplePluginManager.java:329) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    09.10 16:58:41 [Server] INFO at org.bukkit.plugin.java.JavaPluginLoader.loadPlugin(JavaPluginLoader.java:135) ~[spigot-1.8.8-20150820a.jar:git-Spigot-fdc1440-53fac9f]
    09.10 16:58:41 [Server] INFO org.bukkit.plugin.InvalidPluginException: java.lang.NoClassDefFoundError: org/mcstats/Metrics
    09.10 16:58:41 [Server] ERROR Could not load 'plugins/original-SuperLogger-v1.6.jar' in folder 'plugins'
    09.10 16:58:41 [Multicraft] Skipped 115 lines due to rate limit (30/s)
    09.10 16:58:39 [Server] INFO Max TNT Explosions: 100
    09.10 16:58:39 [Server] INFO Custom Map Seeds:  Village: 10387312 Feature: 14357617
    09.10 16:58:39 [Server] INFO Max Entity Collisions: 8
    09.10 16:58:39 [Server] INFO Sending up to 10 chunks per packet
    09.10 16:58:39 [Server] INFO Structure Info Saving: true
    09.10 16:58:39 [Server] INFO Random Lighting Updates: false
    09.10 16:58:39 [Server] INFO Hopper Transfer: 8 Hopper Check: 8 Hopper Amount: 1
    09.10 16:58:39 [Server] INFO Entity Tracking Range: Pl 48 / An 48 / Mo 48 / Mi 32 / Other 64
    09.10 16:58:39 [Server] INFO Entity Activation Range: An 32 / Mo 32 / Mi 16
    09.10 16:58:39 [Server] INFO Mob Spawn Range: 4
    09.10 16:58:39 [Server] INFO NetherWart Growth Modifier: 100%
    09.10 16:58:39 [Server] INFO Wheat Growth Modifier: 100%
    09.10 16:58:39 [Server] INFO Sapling Growth Modifier: 100%
    09.10 16:58:39 [Server] INFO Pumpkin Growth Modifier: 100%
    09.10 16:58:39 [Server] INFO Mushroom Growth Modifier: 100%
    09.10 16:58:39 [Server] INFO Melon Growth Modifier: 100%
    09.10 16:58:39 [Server] INFO Cane Growth Modifier: 100%
    09.10 16:58:39 [Server] INFO Cactus Growth Modifier: 100%
    09.10 16:58:39 [Server] INFO Nerfing mobs spawned from spawners: false
    09.10 16:58:39 [Server] INFO Replace Blocks: [1, 5]
    09.10 16:58:39 [Server] INFO Hidden Blocks: [14, 15, 16, 21, 48, 49, 54, 56, 73, 74, 82, 129, 130]
    09.10 16:58:39 [Server] INFO Engine Mode: 1
    09.10 16:58:39 [Server] INFO Anti X-Ray: true
    09.10 16:58:39 [Server] INFO -------- World Settings For [world] --------
    09.10 16:58:39 [Server] INFO Using 4 threads for Netty based IO
    09.10 16:58:39 [Server] INFO Server Ping Player Sample Count: 12
    09.10 16:58:39 [Server] INFO Debug logging is disabled
    09.10 16:58:39 [Server] INFO ImBaffled: If you encounter any issues please use the /stop command to restart your server.
    09.10 16:58:39 [Server] INFO ImBaffled: Please note that this command is not supported and may cause issues when using some plugins.
    09.10 16:56:49 [AFK]ImBaffled ran command Message of the Day
    09.10 16:56:49 [Disconnect] User ImBaffled has disconnected, reason: unknown
    09.10 16:56:49 [Connect] User [AFK]ImBaffled, IP unknown
    09.10 16:51:17 [Server] INFO ImBaffled: Reload complete.
    09.10 16:51:16 [Server] INFO Server permissions file permissions.yml is empty, ignoring it
    09.10 16:51:16 [Server] INFO Version 2.5-b688 (API v18) Enabled - By Rigby, fernferret, lithium3141 and main--
    09.10 16:51:16 [Server] INFO 4 - World(s) loaded.
    
    Heres the MySQL part of the config
    Code:
     mysql:
        hostname: mysql.hostinger.co.uk
        username: u410702953_test
        password: Password
        database: u410702953_ee
        prefix: prism_
        port: '3306'
     
  2. Offline

    oceantheskatr

    Never reload, always restart. Reloading causes plugins to break and memory leaks, which eventually leads to the server crashing. Give your server a restart and see if the problem persists.
     
Thread Status:
Not open for further replies.

Share This Page