Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mysql Problem #2 [fixed] #48

Open
GABRYCA opened this issue Jan 19, 2019 · 1 comment
Open

Mysql Problem #2 [fixed] #48

GABRYCA opened this issue Jan 19, 2019 · 1 comment

Comments

@GABRYCA
Copy link

GABRYCA commented Jan 19, 2019

Guys, i have this error and i don't know how to fix this

19.01 15:50:43 [Server] ERROR [LagMonitor] Error saving native stats to database
19.01 15:50:43 [Server] INFO com.mysql.jdbc.MysqlDataTruncation: Data truncation: Out of range value for column 'net_write' at row 1
19.01 15:50:43 [Server] INFO at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3971) ~[server.jar:git-Spigot-596221b-9a1fc1e]
19.01 15:50:43 [Server] INFO at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3909) ~[server.jar:git-Spigot-596221b-9a1fc1e]
19.01 15:50:43 [Server] INFO at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:2527) ~[server.jar:git-Spigot-596221b-9a1fc1e]
19.01 15:50:43 [Server] INFO at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2680) ~[server.jar:git-Spigot-596221b-9a1fc1e]
19.01 15:50:43 [Server] INFO at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2490) ~[server.jar:git-Spigot-596221b-9a1fc1e]
19.01 15:50:43 [Server] INFO at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:1858) ~[server.jar:git-Spigot-596221b-9a1fc1e]
19.01 15:50:43 [Server] INFO at com.mysql.jdbc.PreparedStatement.execute(PreparedStatement.java:1197) ~[server.jar:git-Spigot-596221b-9a1fc1e]
19.01 15:50:43 [Server] INFO at com.github.games647.lagmonitor.storage.Storage.saveNative(Storage.java:181) [LagMonitor.jar:?]
19.01 15:50:43 [Server] INFO at com.github.games647.lagmonitor.storage.NativeSaveTask.run(NativeSaveTask.java:100) [LagMonitor.jar:?]
19.01 15:50:43 [Server] INFO at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftTask.run(CraftTask.java:71) [server.jar:git-Spigot-596221b-9a1fc1e]
19.01 15:50:43 [Server] INFO at org.bukkit.craftbukkit.v1_12_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:52) [server.jar:git-Spigot-596221b-9a1fc1e]
19.01 15:50:43 [Server] INFO at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_181]
19.01 15:50:43 [Server] INFO at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_181]
19.01 15:50:43 [Server] INFO at java.lang.Thread.run(Thread.java:748) [?:1.8.0_181]
19.01 15:50:43 [Server] ERROR [LagMonitor] Using this data [0, 0, 293391, 68.25, 0, 0, 130095, 1276236]

It's about MySql, by default that columns it's INT(11), i tryed VARCHAR(10) but nothing, i still have that error

@GABRYCA GABRYCA changed the title Mysql Problem #2 Mysql Problem #2 [fixed] Jan 24, 2019
@GABRYCA
Copy link
Author

GABRYCA commented Jan 24, 2019

I downloaded a dev build and this fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant