run:
java.io.FileNotFoundException: world.properties (系統找不到指定的檔案。)
at java.io.FileInputStream.open(Native Method)
Could not find the configuration: java.io.FileNotFoundException: server.properties (系統找不到指定的檔案。)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at java.io.FileInputStream.<init>(FileInputStream.java:97)
at java.io.FileReader.<init>(FileReader.java:58)
at server.ServerProperties.<clinit>(ServerProperties.java:32)
at server.Start.main(Start.java:24)
java.io.FileNotFoundException: db.properties (系統找不到指定的檔案。)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at java.io.FileInputStream.<init>(FileInputStream.java:97)
at java.io.FileReader.<init>(FileReader.java:58)
at server.ServerProperties.<clinit>(ServerProperties.java:32)
at server.Start.main(Start.java:24)
java.io.FileNotFoundException: login.properties (系統找不到指定的檔案。)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at java.io.FileInputStream.<init>(FileInputStream.java:97)
at java.io.FileReader.<init>(FileReader.java:58)
at server.ServerProperties.<clinit>(ServerProperties.java:32)
at server.Start.main(Start.java:24)
java.io.FileNotFoundException: channel.properties (系統找不到指定的檔案。)
at java.io.FileInputStream.open(Native Method)
at java.io.FileInputStream.<init>(FileInputStream.java:138)
at java.io.FileInputStream.<init>(FileInputStream.java:97)
at java.io.FileReader.<init>(FileReader.java:58)
at server.ServerProperties.<clinit>(ServerProperties.java:32)
at server.Start.main(Start.java:24)
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'zenthosdev.auth_server_channel_ip' doesn't exist
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:525)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:409)
at com.mysql.jdbc.Util.getInstance(Util.java:384)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1054)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3562)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3494)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1960)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2114)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2696)
at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2105)
at com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2264)
at server.ServerProperties.<clinit>(ServerProperties.java:41)
at server.Start.main(Start.java:24)
BUILD SUCCESSFUL (total time: 0 seconds) 作者: smiome1020 時間: 2016-10-2 23:57