AltFreq / BungeeSuite

Plugin suite for BungeeCord
4 stars 37 forks source link

Error Player did not connect properly through BungeeCord, Chat canceled! #64

Open chaos-craft opened 10 years ago

chaos-craft commented 10 years ago

I can't use bungeesuitechat. I am pretty sure I set everything up correctly and it still isn't working. It worked before I updated it.

chaos-craft commented 10 years ago

This is the error from bungee cord:

11:28:58 [SEVERE] com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Unk nown column 'dnd' in 'field list' 11:28:58 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance0( Native Method) 11:28:58 [SEVERE] at sun.reflect.NativeConstructorAccessorImpl.newInstance(U nknown Source) 11:28:58 [SEVERE] at sun.reflect.DelegatingConstructorAccessorImpl.newInstan ce(Unknown Source) 11:28:58 [SEVERE] at java.lang.reflect.Constructor.newInstance(Unknown Sourc e) 11:28:58 [SEVERE] at com.mysql.jdbc.Util.handleNewInstance(Util.java:411) 11:28:58 [SEVERE] at com.mysql.jdbc.Util.getInstance(Util.java:386) 11:28:58 [SEVERE] at com.mysql.jdbc.SQLError.createSQLException(SQLError.jav a:1054) 11:28:58 [SEVERE] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:41 87) 11:28:58 [SEVERE] at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:41 19) 11:28:58 [SEVERE] at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2570) 11:28:58 [SEVERE] at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2731 ) 11:28:58 [SEVERE] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.ja va:2809) 11:28:58 [SEVERE] at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.ja va:2758) 11:28:58 [SEVERE] at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl .java:1612) 11:28:58 [SEVERE] at com.minecraftdimensions.bungeesuite.managers.SQLManager .sqlQuery(SQLManager.java:163) 11:28:58 [SEVERE] at com.minecraftdimensions.bungeesuite.managers.SQLManager .sqlQuery(SQLManager.java:121) 11:28:58 [SEVERE] at com.minecraftdimensions.bungeesuite.managers.PlayerMana ger.loadPlayer(PlayerManager.java:44) 11:28:58 [SEVERE] at com.minecraftdimensions.bungeesuite.listeners.ChatListe ner.playerChat(ChatListener.java:46) 11:28:58 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Met hod) 11:28:58 [SEVERE] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Sou rce) 11:28:58 [SEVERE] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) 11:28:58 [SEVERE] at java.lang.reflect.Method.invoke(Unknown Source) 11:28:58 [SEVERE] at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHa ndlerMethod.java:19) 11:28:58 [SEVERE] at net.md_5.bungee.event.EventBus.post(EventBus.java:47) 11:28:58 [SEVERE] at net.md_5.bungee.api.plugin.PluginManager.callEvent(Plug inManager.java:338) 11:28:58 [SEVERE] at net.md_5.bungee.connection.UpstreamBridge.handle(Upstre amBridge.java:85) 11:28:58 [SEVERE] at net.md_5.bungee.protocol.packet.Chat.handle(Chat.java:3 5) 11:28:58 [SEVERE] at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBo ss.java:75) 11:28:58 [SEVERE] at io.netty.channel.DefaultChannelHandlerContext.invokeCha nnelRead(DefaultChannelHandlerContext.java:338) 11:28:58 [SEVERE] at io.netty.channel.DefaultChannelHandlerContext.fireChann elRead(DefaultChannelHandlerContext.java:324) 11:28:58 [SEVERE] at io.netty.handler.codec.ByteToMessageDecoder.channelRead (ByteToMessageDecoder.java:153) 11:28:58 [SEVERE] at io.netty.channel.DefaultChannelHandlerContext.invokeCha nnelRead(DefaultChannelHandlerContext.java:338) 11:28:58 [SEVERE] at io.netty.channel.DefaultChannelHandlerContext.fireChann elRead(DefaultChannelHandlerContext.java:324) 11:28:58 [SEVERE] at io.netty.handler.codec.ByteToMessageDecoder.channelRead (ByteToMessageDecoder.java:153) 11:28:58 [SEVERE] at io.netty.channel.DefaultChannelHandlerContext.invokeCha nnelRead(DefaultChannelHandlerContext.java:338) 11:28:58 [SEVERE] at io.netty.channel.DefaultChannelHandlerContext.fireChann elRead(DefaultChannelHandlerContext.java:324) 11:28:58 [SEVERE] at io.netty.handler.codec.MessageToMessageDecoder.channelR ead(MessageToMessageDecoder.java:103) 11:28:58 [SEVERE] at io.netty.channel.DefaultChannelHandlerContext.invokeCha nnelRead(DefaultChannelHandlerContext.java:338) 11:28:58 [SEVERE] at io.netty.channel.DefaultChannelHandlerContext.fireChann elRead(DefaultChannelHandlerContext.java:324) 11:28:58 [SEVERE] at io.netty.handler.timeout.ReadTimeoutHandler.channelRead (ReadTimeoutHandler.java:149) 11:28:58 [SEVERE] at io.netty.channel.DefaultChannelHandlerContext.invokeCha nnelRead(DefaultChannelHandlerContext.java:338) 11:28:58 [SEVERE] at io.netty.channel.DefaultChannelHandlerContext.fireChann elRead(DefaultChannelHandlerContext.java:324) 11:28:58 [SEVERE] at io.netty.channel.DefaultChannelPipeline.fireChannelRead (DefaultChannelPipeline.java:785) 11:28:58 [SEVERE] at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsa fe.read(AbstractNioByteChannel.java:122) 11:28:58 [SEVERE] at io.netty.channel.nio.NioEventLoop.processSelectedKey(Ni oEventLoop.java:485) 11:28:58 [SEVERE] at io.netty.channel.nio.NioEventLoop.processSelectedKeysOp timized(NioEventLoop.java:452) 11:28:58 [SEVERE] at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java :346) 11:28:58 [SEVERE] at io.netty.util.concurrent.SingleThreadEventExecutor$2.ru n(SingleThreadEventExecutor.java:101) 11:28:58 [SEVERE] at java.lang.Thread.run(Unknown Source) 11:28:58 [SEVERE] Dec 26, 2013 11:28:58 AM net.md_5.bungee.event.EventBus post WARNING: Error dispatching event ChatEvent(super=TargetedEvent(sender=Rybirdy24, receiver=net.md_5.bungee.ServerConnection@17fca9f9), cancelled=false, message=H ey) to listener com.minecraftdimensions.bungeesuite.listeners.ChatListener@2b1e0 9a4 java.lang.NullPointerException at com.minecraftdimensions.bungeesuite.managers.PlayerManager.loadPlayer(Pla yerManager.java:45) at com.minecraftdimensions.bungeesuite.listeners.ChatListener.playerChat(Cha tListener.java:46) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at net.md_5.bungee.event.EventHandlerMethod.invoke(EventHandlerMethod.java:1 9) at net.md_5.bungee.event.EventBus.post(EventBus.java:47) at net.md_5.bungee.api.plugin.PluginManager.callEvent(PluginManager.java:338 ) at net.md_5.bungee.connection.UpstreamBridge.handle(UpstreamBridge.java:85) at net.md_5.bungee.protocol.packet.Chat.handle(Chat.java:35) at net.md_5.bungee.netty.HandlerBoss.channelRead(HandlerBoss.java:75) at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultCh annelHandlerContext.java:338) at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChan nelHandlerContext.java:324) at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDeco der.java:153) at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultCh annelHandlerContext.java:338) at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChan nelHandlerContext.java:324) at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDeco der.java:153) at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultCh annelHandlerContext.java:338) at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChan nelHandlerContext.java:324) at io.netty.handler.codec.MessageToMessageDecoder.channelRead(MessageToMessa geDecoder.java:103) at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultCh annelHandlerContext.java:338) at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChan nelHandlerContext.java:324) at io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandle r.java:149) at io.netty.channel.DefaultChannelHandlerContext.invokeChannelRead(DefaultCh annelHandlerContext.java:338) at io.netty.channel.DefaultChannelHandlerContext.fireChannelRead(DefaultChan nelHandlerContext.java:324) at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPip eline.java:785) at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNi oByteChannel.java:122) at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:48 5) at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLo op.java:452) at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:346) at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEven tExecutor.java:101) at java.lang.Thread.run(Unknown Source)

SacrilAI commented 9 years ago

i have the same issue, but anyone help :(