brucexx / heisenberg

powerful distributed mysql middleware
Apache License 2.0
37 stars 13 forks source link

启动报错 #12

Open xiaoyuMo opened 5 years ago

xiaoyuMo commented 5 years ago

common.log

xiaoyuMo commented 5 years ago

java.lang.ArrayIndexOutOfBoundsException: 224 at com.baidu.hsb.mysql.CharsetUtil.getCharset(CharsetUtil.java:122) at com.baidu.hsb.mysql.nio.MySQLConnectionAuthenticator.handle(MySQLConnectionAuthenticator.java:46) at com.baidu.hsb.net.BackendConnection.handle(BackendConnection.java:114) at com.baidu.hsb.net.AbstractConnection.read(AbstractConnection.java:180) at com.baidu.hsb.net.NIOReactor$R.read(NIOReactor.java:120) at com.baidu.hsb.net.NIOReactor$R.run(NIOReactor.java:88) at java.lang.Thread.run(Thread.java:748)