Hallo Stefan
ich habe folgende probleme, der startet sicht nicht obwhol alles richtig eingestellt habe
ich bitte um dein Hilfe
MFG
zamir
Ich rate ungern, mehr Infos bitte.
hallo so siehst du da habe zwei makiert mehr info habe ich auch nicht log ist leer
Du solltest überprüfen ob der Bot läuft und sich per Telnet auch verbunden hat.
Dazu unter "Einstellungen" einmal schauen ob der Bot beim Funktionstest "Alles funktioniert einwandfrei!" auswirft.
Hallo Moki
Danke für die antwort
es ist alles richtig aber trotzdem startet nicht siehmal den Einstellung selbst
MFG
Zamir
Quote# Enable the telnet interface of the bot. 1 = Enable, 0 = Disable
# You are able to start, stop or reload a bot instance using this telnet interface.
telnet_enable = 1
# Choose a port for the telnet interface. Set -1 to use the default port 5873.
telnet_port = 5873
# Choose a password for the telnet interface.
# If this password is shorter than 6 characters, the telnet interface will be disabled!
telnet_password = telnetpass
# A comma seperated list (without spaces) of IP addresses, which are allowed to connect to the telnet interface.
# Leave empty, if every IP address is allowed to connect.
telnet_whitelist = 127.0.0.1
# Log telnet connection attempts to logfile? 1 = Enable, 0 = Disable
telnet_connection_log = 1
# Enable this to prevent that the JTS3ServerMod process quits if no bot instances are running. 1 = Enable, 0 = Disable
# You can still quit the process with !botquit in TS3 client chat or with botquit on telnet.
telnet_run_forever = 1
# Use a MySQL database to save bot instances and configurations. 1 = Enable, 0 = Disable
# There should be a structure sql file in the documents directory.
# Import this into your MySQL database to create the tables (the included web interface do this already for you).
# But you must fill this tables by yourself, the bot just reads the informations out there.
mysql_enable = 1
mysql_host = 127.0.0.1
mysql_port = 3306
mysql_user = root
mysql_password = meinpw
mysql_database = meindb
Es ist nicht richtig. Bei telnet_whitelist steht nur 127.0.0.1, du stellst aber Verbindung über 95.222.28.193 her. Wenn du mal in die JTS3ServerMod_InstanceManager.log geschaut hättest, würdest du massig Fehlermeldungen sehen. ;-)
hallo Sefan
wie kan man verbindet telnet mit bot einkleine anleitung bitte ich
MFG
Zamir
Quote from: zamir93 on March 15, 2015, 04:07:01 PM
wie kan man verbindet telnet mit bot einkleine anleitung bitte ich
Hast du den Fehler beheben können? Befinden sich das Web Interface und der Bot auf dem selben Server? Dann hinterlege doch einfach 127.0.0.1 in den Web Interface Einstellungen.
Oder habe ich deine Frage jetzt falsch verstanden?
hallo
ich habe jedemöglichkeit versuch geht nicht dann wollte ich wie ihr verbindet in telnet ein klein Tutorial zu schreiben daas ich vergleich mit meiner
MFG
zamir
Quote from: zamir93 on March 15, 2015, 04:27:53 PM
ich habe jedemöglichkeit versuch geht nicht dann wollte ich wie ihr verbindet in telnet ein klein Tutorial zu schreiben daas ich vergleich mit meiner
Das Tutorial nennt sich readme und die liegt beim Web Interface dabei. Solange du mir nicht mehr Informationen gibst, kann ich dir nicht helfen.
Beantworte daher meine Fragen von heute 16:09 Uhr. Außerdem packe hier mal bitte die JTS3ServerMod_InstanceManager.log rein.
hallo
hier was ich alles in JTS3ServerMod_InstanceManager.log habe
MFG
zamir
Quote
2015-03-15 11:24:17 START_MANAGER JTS3ServerMod 5.4.5 Hosting Edition (08.03.2015) Instance Manager started...
2015-03-15 11:24:17 CONFIG Bot chat command !exec is enabled!
2015-03-15 11:24:17 CONFIG Multi IP Mode disabled!
2015-03-15 11:24:18 LOGGER_SQL_ERROR Critical: Cannot connect to MySQL server for logging!
2015-03-15 11:24:18 JTS3ServerMod 5.4.5 Hosting Edition (08.03.2015): EXCEPTION
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Incorrect database name 'jts3h '
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:534)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:377)
at com.mysql.jdbc.Util.getInstance(Util.java:360)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:978)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3887)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3823)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:870)
at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1659)
at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1206)
at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2234)
at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2265)
at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2064)
at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:790)
at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:44)
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:534)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:377)
at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:395)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:325)
at java.sql.DriverManager.getConnection(DriverManager.java:615)
at java.sql.DriverManager.getConnection(DriverManager.java:195)
at de.stefan1200.util.MySQLConnect.connect(MySQLConnect.java:55)
at de.stefan1200.jts3servermod.MyLogger.initDB(MyLogger.java:49)
at de.stefan1200.jts3servermod.MyLogger.<init>(MyLogger.java:33)
at de.stefan1200.jts3servermod.InstanceManager.loadConfig(InstanceManager.java:1068)
at de.stefan1200.jts3servermod.InstanceManager.<init>(InstanceManager.java:154)
at de.stefan1200.jts3servermod.JTS3ServerMod.main(JTS3ServerMod.java:249)
2015-03-15 11:24:18 CONFIG MySQL mode enabled!
2015-03-15 11:24:18 MYSQL_ERROR Error while connecting to database: com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Incorrect database name 'jts3h '
2015-03-15 11:24:18 JTS3ServerMod 5.4.5 Hosting Edition (08.03.2015): EXCEPTION
com.mysql.jdbc.exceptions.jdbc4.MySQLSyntaxErrorException: Incorrect database name 'jts3h '
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:534)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:377)
at com.mysql.jdbc.Util.getInstance(Util.java:360)
at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:978)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3887)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3823)
at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:870)
at com.mysql.jdbc.MysqlIO.proceedHandshakeWithPluggableAuthentication(MysqlIO.java:1659)
at com.mysql.jdbc.MysqlIO.doHandshake(MysqlIO.java:1206)
at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2234)
at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2265)
at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2064)
at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:790)
at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:44)
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:534)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:377)
at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:395)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:325)
at java.sql.DriverManager.getConnection(DriverManager.java:615)
at java.sql.DriverManager.getConnection(DriverManager.java:195)
at de.stefan1200.util.MySQLConnect.connect(MySQLConnect.java:55)
at de.stefan1200.jts3servermod.InstanceManager.loadInstanceListMySQL(InstanceManager.java:1202)
at de.stefan1200.jts3servermod.InstanceManager.loadConfig(InstanceManager.java:1104)
at de.stefan1200.jts3servermod.InstanceManager.<init>(InstanceManager.java:154)
at de.stefan1200.jts3servermod.JTS3ServerMod.main(JTS3ServerMod.java:249)
2015-03-15 11:24:18 QUIT_MANAGER InstanceManager config file does not exists or is not readable, quitting now...
Bitte behebe den falschen MySQL Datenbank Namen zuerst:
MySQLSyntaxErrorException: Incorrect database name 'jts3h '
Danach starte den Bot erneut und teste das Web Interface. Wenn es immer noch nicht geht, poste hier die Logdatei erneut.
hallo Stefan Danke
ich habe leertaste habt lol
MFG
zamir
Geht jetzt alles?
ja gestartet vielen Danke ;) ;)
MFG
Zamir