X-Ecutioner
Contributor
- Sep 16, 2015
- 183
- 121
- 175
Donate for the script 1€ or 1$ for helping the dev
It's free for all time
It's free for all time
Damn.. can that image get any smaller?
Damn.. can that image get any smaller?
You could simply pay the developer like 5€ and get a licenseDonate for the script 1€ or 1$ for helping the dev
It's free for all time
Quite, I talk about making a donation to the developer not for meYou could simply pay the developer like 5€ and get a license
Direct official link JTS3Server Mod v6.1.5: downloadcan someone give me the download link please
what abou open the telnet connection?how to fix this : Reached no service on that IP address / port! Make sure that the JTS3ServerMod process is running and the telnet_enable and telnet_run_forever settings at the JTS3ServerMod_InstanceManager.cfg are enabled!
2017-09-23 09:25:43 START_MANAGER JTS3ServerMod 5.5.7 Hosting Edition (28.12.2015) Instance Manager started...
2017-09-23 09:25:43 CONFIG Bot chat command !exec is disabled!
2017-09-23 09:25:43 CONFIG Multi IP Mode disabled!
2017-09-23 09:25:43 CONFIG MySQL mode disabled!
2017-09-23 09:25:44 START_INSTANCE Start virtual bot instance bot1...
2017-09-23 09:25:44 TELNET_START Telnet interface started on port 5873!
2017-09-23 09:25:44 JTS3ServerMod STATUS Virtual bot instance "bot1" starts now
2017-09-23 09:25:44 JTS3ServerMod STATUS Activate log level: ERROR
Pay attention to your logs. To use the bot with it's hosting edition website, you need to configure the MySQL. Otherwise, it won't work.Hey peeps!
I have some issues to get the webinterface connected to my VPS which holds the JTS3 server.
Here's the following list of what I did:
All logs indicates that the server is running. Here's the logs:
- Fresh install of CentOS 6.5
- Updated the server
- Installed Java SDK and Screen
- Copied the JTS3 folder to root folder (tried setting up a new user and duplicated the folder to that one also)
- Changed all necessary settings in both JTS3ServerMod_InstanceManager.cfg and JTS3ServerMod_server.cfg
- Started the server with the command "screen -d -m -S ts3bot java -jar JTS3ServerMod.jar"
JTS3ServerMod_InstanceManager.log:
JTS3ServerMod_server1.log:Code:2017-09-23 09:25:43 START_MANAGER JTS3ServerMod 5.5.7 Hosting Edition (28.12.2015) Instance Manager started... 2017-09-23 09:25:43 CONFIG Bot chat command !exec is disabled! 2017-09-23 09:25:43 CONFIG Multi IP Mode disabled! 2017-09-23 09:25:43 CONFIG MySQL mode disabled! 2017-09-23 09:25:44 START_INSTANCE Start virtual bot instance bot1... 2017-09-23 09:25:44 TELNET_START Telnet interface started on port 5873!
Code:2017-09-23 09:25:44 JTS3ServerMod STATUS Virtual bot instance "bot1" starts now 2017-09-23 09:25:44 JTS3ServerMod STATUS Activate log level: ERROR
Got the error message from the webinterface: Reached no service on that IP address / port! Make sure that the JTS3ServerMod process is running and the telnet_enable and telnet_run_forever settings at the JTS3ServerMod_InstanceManager.cfg are enabled!
I checked the settings "telnet_enable" & "telnet_run_forever" and both of them are enabled.
I tried turn the firewall of to see if that was the problem by executing "service iptables stop". But nothing seems to work..
Anyone has an idea?
2017-09-23 21:27:37 START_MANAGER JTS3ServerMod 5.5.7 Hosting Edition (28.12.2015) Instance Manager started...
2017-09-23 21:27:37 CONFIG Bot chat command !exec is disabled!
2017-09-23 21:27:37 CONFIG Multi IP Mode disabled!
2017-09-23 21:27:38 LOGGER_SQL_ERROR Critical: Cannot connect to MySQL server for logging!
2017-09-23 21:27:38 JTS3ServerMod 5.5.7 Hosting Edition (28.12.2015): EXCEPTION
com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:400)
at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1038)
at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:339)
at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2247)
at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2280)
at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2079)
at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:44)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:400)
at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:325)
at java.sql.DriverManager.getConnection(DriverManager.java:664)
at java.sql.DriverManager.getConnection(DriverManager.java:247)
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:1073)
at de.stefan1200.jts3servermod.InstanceManager.<init>(InstanceManager.java:155)
at de.stefan1200.jts3servermod.JTS3ServerMod.main(JTS3ServerMod.java:249)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:589)
at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:214)
at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:298)
... 20 more
2017-09-23 21:27:38 CONFIG MySQL mode enabled!
2017-09-23 21:27:38 MYSQL_ERROR Error while connecting to database: com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
2017-09-23 21:27:38 JTS3ServerMod 5.5.7 Hosting Edition (28.12.2015): EXCEPTION
com.mysql.jdbc.exceptions.jdbc4.CommunicationsException: Communications link failure
The last packet sent successfully to the server was 0 milliseconds ago. The driver has not received any packets from the server.
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:400)
at com.mysql.jdbc.SQLError.createCommunicationsException(SQLError.java:1038)
at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:339)
at com.mysql.jdbc.ConnectionImpl.coreConnect(ConnectionImpl.java:2247)
at com.mysql.jdbc.ConnectionImpl.connectOneTryOnly(ConnectionImpl.java:2280)
at com.mysql.jdbc.ConnectionImpl.createNewIO(ConnectionImpl.java:2079)
at com.mysql.jdbc.ConnectionImpl.<init>(ConnectionImpl.java:794)
at com.mysql.jdbc.JDBC4Connection.<init>(JDBC4Connection.java:44)
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at com.mysql.jdbc.Util.handleNewInstance(Util.java:400)
at com.mysql.jdbc.ConnectionImpl.getInstance(ConnectionImpl.java:399)
at com.mysql.jdbc.NonRegisteringDriver.connect(NonRegisteringDriver.java:325)
at java.sql.DriverManager.getConnection(DriverManager.java:664)
at java.sql.DriverManager.getConnection(DriverManager.java:247)
at de.stefan1200.util.MySQLConnect.connect(MySQLConnect.java:55)
at de.stefan1200.jts3servermod.InstanceManager.loadInstanceListMySQL(InstanceManager.java:1207)
at de.stefan1200.jts3servermod.InstanceManager.loadConfig(InstanceManager.java:1109)
at de.stefan1200.jts3servermod.InstanceManager.<init>(InstanceManager.java:155)
at de.stefan1200.jts3servermod.JTS3ServerMod.main(JTS3ServerMod.java:249)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.AbstractPlainSocketImpl.doConnect(AbstractPlainSocketImpl.java:350)
at java.net.AbstractPlainSocketImpl.connectToAddress(AbstractPlainSocketImpl.java:206)
at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:188)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:589)
at com.mysql.jdbc.StandardSocketFactory.connect(StandardSocketFactory.java:214)
at com.mysql.jdbc.MysqlIO.<init>(MysqlIO.java:298)
... 19 more
2017-09-23 21:27:38 QUIT_MANAGER InstanceManager config file does not exists or is not readable, quitting now...