Server Crashes 3.0.12.4 (virtualserver_manager.cpp:576)

Swaight

Member
Joined
Jan 17, 2016
Messages
5
Reaction score
0
Points
38
The TS3 Server crashes every ~2 hours since today.
The setup is Ubuntu 15.04 "Vivid Vervet" 64bit, up to date with teamspeak server version 3.0.12.4.

Error Log:

Can some1 help me?
 

ehthe

Retired Staff
Contributor
Joined
Apr 26, 2015
Messages
1,029
Reaction score
896
Points
216
Seems like you got 0 actual virtual servers, which would point to a database corruption.
 

ehthe

Retired Staff
Contributor
Joined
Apr 26, 2015
Messages
1,029
Reaction score
896
Points
216
You should first try
Code:
sqlite3 yourdatabase.db "PRAGMA integrity_check"
src : https://stackoverflow.com/questions...lity-for-validating-sqlite-databases-in-linux

That should tell you if your database is in need of care.
Also I got that from a quick google search, so try and search next time !

If it's your db the culprit then have fun here: https://stackoverflow.com/questions/18259692/how-to-recover-a-corrupt-sqlite3-database

Otherwise wait for some more input on the thread.

Google is wonderful really.
 

tagKnife

Well-Known Member
Joined
Oct 2, 2015
Messages
343
Reaction score
270
Points
146
best thing to do. delete the database start over.
 
Top