Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - TimNSan

Pages: [1]
1
Allgemeine Diskussionen / Fehler beim Botstart
« on: May 23, 2020, 05:01:19 AM »
Hey, hab den Bote mal wieder auf nen neuen Server gemacht, MySQL eingerichtet usw.
Jetzt hab ich ein Fehler der vorher noch nie kam. Kann mir da jemand weiterhelfen?

Der Log:
Code: [Select]
2020-05-23 04:57:07 START_MANAGER JTS3ServerMod 6.5.7 Hosting Edition (31.01.2020) Instance Manager started...
2020-05-23 04:57:07 SYSTEM_INFO Operating System : Linux (version: 4.15.0-101-generic / arch: amd64)
2020-05-23 04:57:07 SYSTEM_INFO Used Java Version: 11.0.7 (path: /usr/lib/jvm/java-11-openjdk-amd64)
2020-05-23 04:57:07 SYSTEM_INFO Current directory: /home/bot
2020-05-23 04:57:07 CONFIG Loading InstanceManager config file from: /home/bot/config/JTS3ServerMod_InstanceManager.cfg
2020-05-23 04:57:07 CONFIG Bot chat command !exec is disabled!
2020-05-23 04:57:07 CONFIG Multi IP Mode disabled!
2020-05-23 04:57:08 LOGGER_SQL_CONNECT Successfully connected to MySQL server for logging!
2020-05-23 04:57:08 CONFIG MySQL mode enabled!
2020-05-23 04:57:08 MYSQL_ERROR Error while connecting to database: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'tsbot.jts3servermod_instances' doesn't exist
2020-05-23 04:57:08 JTS3ServerMod 6.5.7 Hosting Edition (31.01.2020): EXCEPTION
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Table 'tsbot.jts3servermod_instances' doesn't exist
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:425)
at com.mysql.jdbc.Util.getInstance(Util.java:408)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:944)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3933)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3869)
at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2524)
at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2675)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2465)
at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2439)
at com.mysql.jdbc.StatementImpl.executeQuery(StatementImpl.java:1365)
at de.stefan1200.jts3servermod.f.e(Unknown Source)
at de.stefan1200.jts3servermod.f.c(Unknown Source)
at de.stefan1200.jts3servermod.f.<init>(Unknown Source)
at de.stefan1200.jts3servermod.JTS3ServerMod.main(Unknown Source)
2020-05-23 04:57:08 QUIT_MANAGER Error while loading the JTS3ServerMod InstanceManager config file, read error messages above to know more. Quitting now...

Pages: [1]