21
JTS3ServerMod Projekte und Skripte von anderen Benutzern / Re: Anti-Flood bei Nutzung von Docker (solved)
« Last post by Stefan1200 on August 25, 2022, 12:13:22 PM »Falsche IP Adresse auf der query_ip_whitelist.txt vom TS3 Server. Durch Docker ändert sich ja die IP Adresse. Im TS3 log siehst du ja, welche IP Adresse vom JTS3ServerMod genutzt wird, die muss dann auf die query_ip_whitelist.txt
22
JTS3ServerMod Projekte und Skripte von anderen Benutzern / Anti-Flood bei Nutzung von Docker (solved)
« Last post by LFS96 on August 25, 2022, 10:50:08 AM »Hi,
auch wenn ich jetzt die Lösung gefunden habe, hier die Zusammenfassung:
Ich habe meinen Teamspeak in einen Dockercontainer gesteckt und hatte seit dem Update von Teamspeak auf 3.13.7 Problme, dass der JTS3 Bot sich nicht richtig verbunden hat. Es scheint was mit dem Anti-Flood zu tun zu haben.
Daraus ergebeben sich dann die Untenstehenden Logs.
Ich konnte mein Problem jetzt lösen, indem ich den JTS3-Bot auch in einen Docker gepackt habe.
Wenn man diesen Container dann noch in das Teamspeak-Netzwek packt, scheint der Antifload nicht mehr zu greifen.
Fragt mich nicht warum.
auch wenn ich jetzt die Lösung gefunden habe, hier die Zusammenfassung:
Ich habe meinen Teamspeak in einen Dockercontainer gesteckt und hatte seit dem Update von Teamspeak auf 3.13.7 Problme, dass der JTS3 Bot sich nicht richtig verbunden hat. Es scheint was mit dem Anti-Flood zu tun zu haben.
Daraus ergebeben sich dann die Untenstehenden Logs.
Ich konnte mein Problem jetzt lösen, indem ich den JTS3-Bot auch in einen Docker gepackt habe.
Wenn man diesen Container dann noch in das Teamspeak-Netzwek packt, scheint der Antifload nicht mehr zu greifen.
Fragt mich nicht warum.
Code: [Select]
JTS3ServerMod 6.5.7 (31.01.2020) Instance Manager started...
Operating System : Linux (version: 5.10.0-16-amd64 / arch: amd64)
Used Java Version: 11.0.15 (path: /usr/lib/jvm/java-11-openjdk)
Current directory: /app
Writing InstanceManager log file to: /app/JTS3ServerMod_InstanceManager.log
Loading InstanceManager config file from: /app/config/JTS3ServerMod_InstanceManager.cfg
bot1: Writing bot log file to: /app/JTS3ServerMod_server1.log
bot1: Virtual bot instance "bot1" starts now (build 6508)
bot1 / NeuerBesucherMsg: Slow Mode is activated, if the bot gets banned by the TS3 server, you should disable the Server Group Notify!
bot1 / OKPMsg: Slow Mode is activated, if the bot gets banned by the TS3 server, you should disable the Server Group Notify!
bot1 / JoinMove: Slow Mode is activated, if the bot gets banned by the TS3 server, you should disable Auto Move!
bot1: Slow mode activated (using less commands at once)
bot1: Unable to connect to Teamspeak 3 server at 127.0.0.1!
bot1: java.net.ConnectException: Connection refused (Connection refused)
bot1: Reconnecting in 65 seconds...
Code: [Select]
25.08.2022 07:28:50 VirtualServer Info query client connected 'Private'(id:###) from 172.31.0.1:43728
25.08.2022 07:28:50 VirtualServerBase Info query client disconnected 'Private'(id:###) reason 'reasonmsg=disconnecting'
23
General Discussions / Re: Error Unable to request the current JTS3ServerMod version
« Last post by Stefan1200 on June 01, 2022, 10:53:31 AM »Quote
Error while validating licence key! Reason: java.net.ConnectException: Connection timed out: connect
Maybe blocked by the Windows Firewall? Something is blocking the HTTPS connection of the java process.
24
General Discussions / Re: Error Unable to request the current JTS3ServerMod version
« Last post by PzSniper on June 01, 2022, 02:51:40 AM »I did not changed nothing, just updated windows.
I also notice that other error:
2022-06-01 02:44:22 START_MANAGER JTS3ServerMod 6.5.7 Hosting Edition (31.01.2020) Instance Manager started...
2022-06-01 02:44:22 SYSTEM_INFO Operating System : Windows Server 2019 (version: 10.0 / arch: amd64)
2022-06-01 02:44:23 SYSTEM_INFO Used Java Version: 1.8.0_333 (path: C:\Program Files\Java\jre1.8.0_333)
2022-06-01 02:44:24 SYSTEM_INFO Current directory: C:\Program Files\JTS3ServerMod_HostingEdition
2022-06-01 02:44:26 CONFIG Loading InstanceManager config file from: C:\Program Files\JTS3ServerMod_HostingEdition\config\JTS3ServerMod_InstanceManager.cfg
2022-06-01 02:44:26 CONFIG Bot chat command !exec is disabled!
2022-06-01 02:44:26 CONFIG Multi IP Mode disabled!
2022-06-01 02:44:30 LOGGER_SQL_CONNECT Successfully connected to MySQL server for logging!
2022-06-01 02:44:31 CONFIG MySQL mode enabled!
2022-06-01 02:45:11 LICENCE_CHECK Error while validating licence key! Reason: java.net.ConnectException: Connection timed out: connect
2022-06-01 02:45:11 JTS3ServerMod 6.5.7 Hosting Edition (31.01.2020): EXCEPTION
java.net.ConnectException: Connection timed out: connect
at java.net.DualStackPlainSocketImpl.connect0(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
at sun.security.ssl.SSLSocketImpl.<init>(Unknown Source)
at sun.security.ssl.SSLSocketFactoryImpl.createSocket(Unknown Source)
at de.stefan1200.jts3servermod.f.f(Unknown Source)
at de.stefan1200.jts3servermod.f.<init>(Unknown Source)
at de.stefan1200.jts3servermod.JTS3ServerMod.main(Unknown Source)
2022-06-01 02:45:11 QUIT_MANAGER JTS3ServerMod licence is not valid, quitting now...
I also notice that other error:
2022-06-01 02:44:22 START_MANAGER JTS3ServerMod 6.5.7 Hosting Edition (31.01.2020) Instance Manager started...
2022-06-01 02:44:22 SYSTEM_INFO Operating System : Windows Server 2019 (version: 10.0 / arch: amd64)
2022-06-01 02:44:23 SYSTEM_INFO Used Java Version: 1.8.0_333 (path: C:\Program Files\Java\jre1.8.0_333)
2022-06-01 02:44:24 SYSTEM_INFO Current directory: C:\Program Files\JTS3ServerMod_HostingEdition
2022-06-01 02:44:26 CONFIG Loading InstanceManager config file from: C:\Program Files\JTS3ServerMod_HostingEdition\config\JTS3ServerMod_InstanceManager.cfg
2022-06-01 02:44:26 CONFIG Bot chat command !exec is disabled!
2022-06-01 02:44:26 CONFIG Multi IP Mode disabled!
2022-06-01 02:44:30 LOGGER_SQL_CONNECT Successfully connected to MySQL server for logging!
2022-06-01 02:44:31 CONFIG MySQL mode enabled!
2022-06-01 02:45:11 LICENCE_CHECK Error while validating licence key! Reason: java.net.ConnectException: Connection timed out: connect
2022-06-01 02:45:11 JTS3ServerMod 6.5.7 Hosting Edition (31.01.2020): EXCEPTION
java.net.ConnectException: Connection timed out: connect
at java.net.DualStackPlainSocketImpl.connect0(Native Method)
at java.net.DualStackPlainSocketImpl.socketConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
at java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
at java.net.AbstractPlainSocketImpl.connect(Unknown Source)
at java.net.PlainSocketImpl.connect(Unknown Source)
at java.net.SocksSocketImpl.connect(Unknown Source)
at java.net.Socket.connect(Unknown Source)
at sun.security.ssl.SSLSocketImpl.connect(Unknown Source)
at sun.security.ssl.SSLSocketImpl.<init>(Unknown Source)
at sun.security.ssl.SSLSocketFactoryImpl.createSocket(Unknown Source)
at de.stefan1200.jts3servermod.f.f(Unknown Source)
at de.stefan1200.jts3servermod.f.<init>(Unknown Source)
at de.stefan1200.jts3servermod.JTS3ServerMod.main(Unknown Source)
2022-06-01 02:45:11 QUIT_MANAGER JTS3ServerMod licence is not valid, quitting now...
25
General Discussions / Re: Error Unable to request the current JTS3ServerMod version
« Last post by Stefan1200 on May 31, 2022, 09:47:12 PM »Make sure, that the JTS3ServerMod can connect to https://www.stefan1200.de
Also change the log level to INFO oder DEBUG, maybe I can see more details.
Also change the log level to INFO oder DEBUG, maybe I can see more details.
26
General Discussions / Error Unable to request the current JTS3ServerMod version
« Last post by PzSniper on May 31, 2022, 09:22:35 PM »I run the bot since 2 years but yesterday after windows and java updated on Windows Server 2019 i notice this log error:
31/May/22 09:12:55PM JTS3ServerMod Error Unable to request the current JTS3ServerMod version from https://www.stefan1200.de for the client PzSniper (Alex) (id: 110)!
31/May/22 09:12:11PM JTS3ServerMod Status Activate log level: ERROR
31/May/22 09:12:11PM JTS3ServerMod Status Virtual bot instance "ciwbot_ts" starts now (build 6508)
31/May/22 09:12:04PM JTS3ServerMod Status Virtual bot instance "ciwbot_ts" stopped
can you help me?
31/May/22 09:12:55PM JTS3ServerMod Error Unable to request the current JTS3ServerMod version from https://www.stefan1200.de for the client PzSniper (Alex) (id: 110)!
31/May/22 09:12:11PM JTS3ServerMod Status Activate log level: ERROR
31/May/22 09:12:11PM JTS3ServerMod Status Virtual bot instance "ciwbot_ts" starts now (build 6508)
31/May/22 09:12:04PM JTS3ServerMod Status Virtual bot instance "ciwbot_ts" stopped
can you help me?
27
Allgemeine Diskussionen / Re: Bad Nickname / Bad Channel Name
« Last post by LiveSide on May 31, 2022, 02:13:08 PM »Hallo Zusammen,
ich habe mir mal die Arbeit gemacht und Bad Nick- bzw Bad Channelname erweitert.
Wer Interresse hat einfach Copy/Paste.
Wenn Fehler auftreten bitte ich um Feedback.
Grüße Manuel
Würde mit deiner Erlaubnis deine Nick-/Channelnames in der Liste von mir aufführen https://test.pierreneumann.eu/interface/namecheck.php
Klar
28
JTS3ServerMod Projekte und Skripte von anderen Benutzern / Re: Verschiedene Plugins für den JTS3ServerMod
« Last post by LiveSide on May 31, 2022, 02:05:01 PM »Hallo,
ich habe interresse an den channelgruppen zuweisen wenn servergruppe plugin.
hat das ganze auch ein webinterface plugin dabei?
grüße
ich habe interresse an den channelgruppen zuweisen wenn servergruppe plugin.
hat das ganze auch ein webinterface plugin dabei?
grüße
29
JTS3ServerMod Projects and Scripts from other people / Re: ServerQuery Error 1280
« Last post by Stefan1200 on February 18, 2022, 08:18:03 PM »Me and a friend have checked logs high and low and come to the conclusion that JTS3 and TS3 did nothing wrong.
The culprit was actually the MYSQL Server it self that for some reason restarted it self. And thus JTS3 made an error
in the log file.
Okay, so it really was an "database error"

30
JTS3ServerMod Projects and Scripts from other people / Re: ServerQuery Error 1280
« Last post by Gramse on February 18, 2022, 06:31:16 PM »Ok some news in this matter.
Me and a friend have checked logs high and low and come to the conclusion that JTS3 and TS3 did nothing wrong.
The culprit was actually the MYSQL Server it self that for some reason restarted it self. And thus JTS3 made an error
in the log file.
Thanks for the help and showed interest in the matter.
Me and a friend have checked logs high and low and come to the conclusion that JTS3 and TS3 did nothing wrong.
The culprit was actually the MYSQL Server it self that for some reason restarted it self. And thus JTS3 made an error
in the log file.
Thanks for the help and showed interest in the matter.