TechzoneMC / SonarPet

A fork of EchoPet, updated to 1.11
https://ci.techcable.net/job/SonarPet/
GNU General Public License v3.0
19 stars 16 forks source link

not sure why its not connecting to mysql #35

Closed Twi5TeD closed 8 years ago

Twi5TeD commented 8 years ago

also when it does connect it also creates the file pets and saves the data in the file aswell as mysql [17:21:50 INFO]: [SonarPet] Disabling SonarPet v1.0.1 [17:21:50 WARN]: The shutdown() method has been deprecated, please use the close() method instead [17:21:50 INFO]: HikariPool-5 - Close initiated... [17:21:50 INFO]: HikariPool-5 - Closed. [17:21:50 INFO]: [SonarPet] Enabling SonarPet v1.0.1 [17:21:50 INFO]: [EchoPet] [INFO] Converting data files to UUID system... [17:21:50 INFO]: HikariPool-6 - Started. [17:21:50 INFO]: HikariPool-6 - Driver does not support get/set network timeout for connections. (com.mysql.jdbc.JDBC4Connection.getNetworkTimeout()I) [17:21:50 INFO]: [EchoPet] [INFO] [WorldGuard] Successfully hooked

Techcable commented 8 years ago

Is this on shutdown?

Twi5TeD commented 8 years ago

this part is on shutdown [17:21:50 INFO]: [SonarPet] Disabling SonarPet v1.0.1 [17:21:50 WARN]: The shutdown() method has been deprecated, please use the close() method instead [17:21:50 INFO]: HikariPool-5 - Close initiated... [17:21:50 INFO]: HikariPool-5 - Closed. and this part is on load up [17:21:50 INFO]: [SonarPet] Enabling SonarPet v1.0.1 [17:21:50 INFO]: [EchoPet] [INFO] Converting data files to UUID system... [17:21:50 INFO]: HikariPool-6 - Started. [17:21:50 INFO]: HikariPool-6 - Driver does not support get/set network timeout for connections. (com.mysql.jdbc.JDBC4Connection.getNetworkTimeout()I) [17:21:50 INFO]: [EchoPet] [INFO] [WorldGuard] Successfully hooked

Techcable commented 8 years ago

Those logs dont mean that sql isnt working. Why do you think its off?

Twi5TeD commented 8 years ago

doesnt support it ? :p if not would be support

Techcable commented 8 years ago

It supports it. Do you have a real reason to think mysql support is broken?

Twi5TeD commented 8 years ago

so could you atleast tell me what's wrong?

Techcable commented 8 years ago

nothing is wrong. My question is why you think something is wrong. Those messages in the log don't mean that mysql is broken.

Twi5TeD commented 8 years ago

alright was just wondering as i haven't seen that before