Telnet und MySQL Einstellungen werden nicht verwendet

Started by Skeeve, November 17, 2015, 10:53:35 AM

Previous topic - Next topic

Skeeve

Moin,

irgendwie läuft die telnet/mysql Schnittstelle nicht.

bot_fulladmin_list              = **************
bot_command_exec                = 1
bot_update_check                = 1

telnet_enable                   = 1
telnet_run_forever              = 1
telnet_whitelist                = 127.0.0.1
telnet_password                 = ********
telnet_port                     = 5873
telnet_connection_log           = 1

mysql_enable                    = 1
mysql_host                      = 127.0.0.1
mysql_port                      = 3306
mysql_user                      = jts3
mysql_password                  = jts3
mysql_database                  = jts3

1.instance_enable               = 1
1.instance_name                 = bot1_lynnlynn
1.instance_config_path          = config/server1_lynnlynn/server.cfg
1.instance_logfile_path         = config/server1_lynnlynn/server.log
1.instance_csvloginlog_path     = config/server1_lynnlynn/server_login.csv

3.instance_enable               = 1
3.instance_name                 = bot3_egoist
3.instance_config_path          = config/server3_egoist/server.cfg
3.instance_logfile_path         = config/server3_egoist/server.log
3.instance_csvloginlog_path     = config/server3_egoist/server_login.csv

4.instance_enable               = 1
4.instance_name                 = bot4_pangaea
4.instance_config_path          = config/server4_pangaea/server.cfg
4.instance_logfile_path         = config/server4_pangaea/server.log
4.instance_csvloginlog_path     = config/server4_pangaea/server_login.csv



JTS3ServerMod 5.5.5 (25.10.2015) Instance Manager started...
Bot chat command !exec is enabled!
bot1_lynnlynn: Virtual bot instance "bot1_lynnlynn" starts now
bot3_egoist: Virtual bot instance "bot3_egoist" starts now
bot4_pangaea: Virtual bot instance "bot4_pangaea" starts now
bot3_egoist: Successful connected to 127.0.0.1!
bot4_pangaea: Successful connected to 127.0.0.1!
bot1_lynnlynn: Successful connected to 127.0.0.1!
bot3_egoist: Login as "serveradmin" successful!
bot4_pangaea: Login as "serveradmin" successful!
bot1_lynnlynn: Login as "serveradmin" successful!
bot1_lynnlynn: Successful selected virtual server 1!
bot3_egoist: Successful selected virtual server 6!
bot4_pangaea: Successful selected virtual server 7!
bot1_lynnlynn: Server connection log is activated and will be written into the file: config/server1_lynnlynn/server_login.csv
bot1_lynnlynn / away: Clients with away status will be moved to Channel "[cspacer0] 30-?? Min" (id: 290) after 120 seconds and moved back if not away anymore!
bot1_lynnlynn / mute: Clients with headphone muted will be moved to Channel "[cspacer0] 30-?? Min" (id: 290) after 120 seconds and moved back if not muted anymore!
bot1_lynnlynn: Creating client database cache...
bot1_lynnlynn: Bot started and connected successful, write !botinfo in server chat to get an answer!
bot4_pangaea: Server connection log is activated and will be written into the file: config/server4_pangaea/server_login.csv
bot4_pangaea / away: Clients with away status will be moved to Channel "AFK (entmuten für auto move)" (id: 696) after 30 seconds and moved back if not away anymore!
bot4_pangaea / mute: Clients with headphone muted will be moved to Channel "AFK (entmuten für auto move)" (id: 696) after 30 seconds and moved back if not muted anymore!
bot4_pangaea: Bot started and connected successful, write !botinfo in server chat to get an answer!
bot4_pangaea: Creating client database cache...
bot3_egoist: Server connection log is activated and will be written into the file: config/server3_egoist/server_login.csv
bot3_egoist / away: Clients with away status will be moved to Channel "GZ sind alle AFK (entmuten = autoremove)" (id: 531) after 60 seconds and moved back if not away anymore!
bot3_egoist / mute: Clients with headphone muted will be moved to Channel "GZ sind alle AFK (entmuten = autoremove)" (id: 531) after 60 seconds and moved back if not muted anymore!
bot3_egoist: Bot started and connected successful, write !botinfo in server chat to get an answer!
bot3_egoist: Creating client database cache...
bot1_lynnlynn: Client database cache created, 220 clients in cache.
bot4_pangaea: Client database cache created, 277 clients in cache.
bot3_egoist: Client database cache created, 364 clients in cache.

Stefan1200

Vermutlich hast du übersehen, das die Bots im Web Interface angelegt werden. Daher muss unter folgendem Hinweis in der JTS3ServerMod_InstanceManager.cfg nichts ausgefüllt werden:
###########################################################################
### If you use MySQL, you do not have to edit anything below this line! ###
###########################################################################


Poste bitte mal die JTS3ServerMod_InstanceManager.log Datei.

Skeeve

Solange es keine MySQL oder Telnet Verbindung gibt, brauche ich die Bot Config noch in der Datei ;)


2015-11-17 10:50:02     START_MANAGER   JTS3ServerMod 5.5.5 (25.10.2015) Instance Manager started...
2015-11-17 10:50:02     CONFIG  Bot chat command !exec is enabled!
2015-11-17 10:50:02     START_INSTANCE  Start virtual bot instance bot1_lynnlynn...
2015-11-17 10:50:02     START_INSTANCE  Start virtual bot instance bot3_egoist...
2015-11-17 10:50:02     START_INSTANCE  Start virtual bot instance bot4_pangaea...

Stefan1200

Quote from: Skeeve on November 17, 2015, 11:21:24 AM
Solange es keine MySQL oder Telnet Verbindung gibt, brauche ich die Bot Config noch in der Datei ;)

Laut der Log Datei ist MySQL und Telnet ausgeschaltet, bitte aktivieren.

Skeeve

Ist aktiv, config Datei habe ich ganz oben gepostet

monster010

Skeeve du verwendest die normale Bot-jar und nicht die von der Hosting Version, was Stefan eigentlich sehr leicht hätte auf fallen sollen.

Siehe erste Logzeile:
2015-11-17 10:50:02     START_MANAGER   JTS3ServerMod 5.5.5 (25.10.2015) Instance Manager started...

Das ist die von der normalen Botversion und nicht die von der Hosting-Edition, die von der Hosting-Edition sieht so aus:
2015-11-13 20:46:38 START_MANAGER JTS3ServerMod 5.5.5 Hosting Edition (25.10.2015) Instance Manager started...

Skeeve einfach jar auswechseln und er sollte mit telnet und mysql arbeiten =D

Kleine aber feine Unterschiede erleichtern das Problem finden ^^

Stefan1200

Quote from: monster010 on November 17, 2015, 03:07:48 PM
Skeeve du verwendest die normale Bot-jar und nicht die von der Hosting Version, was Stefan eigentlich sehr leicht hätte auf fallen sollen.

Ups, danke dir. Im Moment ist meine Aufmerksamkeit nicht sehr gut. ;)
Aber das ist natürlich genau der Grund und erklärt das Verhalten.

Skeeve

Jepp, das hat all meine Probleme behoben.

PS: Den Play Button bei den Funktionen muss man auch erstmal finden, wollte schon wieder jammern das mein Mute Mover nicht geht

Stefan1200

Quote from: Skeeve on November 17, 2015, 05:22:30 PM
PS: Den Play Button bei den Funktionen muss man auch erstmal finden, wollte schon wieder jammern das mein Mute Mover nicht geht

Beim Speichern der Einstellungen wird dir sogar vorgeschlagen die Funktion zu aktivieren. ;)