Community Forums Today's Posts     Member List     Archive    
Results 1 to 5 of 5
  1. #1
    Join Date
    Sep 2011
    Location
    Poland
    Posts
    9

    Exclamation A few problems with the TS server

    Hello everyone.

    I run a TS3 Version:3.0.1 on Windows Web server 2008

    Since about a month application server - every approximately 15 days turns off automaticly... over the next 14 days is everything well

    I found some errors in my server log

    2012-02-09 17:25:52.318292|INFO |ServerLibPriv | | TeamSpeak 3 Server 3.0.1 (2011-11-17 07:34:30)
    2012-02-09 17:25:52.333916|INFO |DatabaseQuery | | dbPlugin name: SQLite3 plugin, Version 2, (c)TeamSpeak Systems GmbH
    2012-02-09 17:25:52.333916|INFO |DatabaseQuery | | dbPlugin version: 3.7.3
    2012-02-09 17:25:52.333916|INFO |DatabaseQuery | | checking database integrity (may take a while)
    2012-02-09 17:25:54.490097|INFO |Accounting | | Licensing Information
    2012-02-09 17:25:54.490097|INFO |Accounting | | type : Non-profit
    2012-02-09 17:25:54.490097|INFO |Accounting | | starting date : Sun Sep 18 00:00:00 2011
    2012-02-09 17:25:54.490097|INFO |Accounting | | ending date : Tue Sep 18 00:00:00 2012
    2012-02-09 17:25:54.490097|INFO |Accounting | | max virtualservers: 10
    2012-02-09 17:25:54.490097|INFO |Accounting | | max slots : 512
    2012-02-09 17:25:54.708840|INFO |FileManager | | listening on 0.0.0.0:30033
    2012-02-09 17:25:57.068140|INFO |CIDRManager | | updated query_ip_whitelist ips: 127.0.0.1, 195.117.191.194,
    2012-02-09 17:25:57.083764|INFO |Query | | listening on 0.0.0.0:10011
    2012-02-10 17:27:11.777321|INFO |VirtualSvrMgr | | addServer() VirtualServer(4) started
    2012-02-10 19:03:03.994879|ERROR |DatabaseQuery | | db_exec failed disk I/O error
    2012-02-10 19:03:03.994879|ERROR |DatabaseQuery | | db_exec() update servers set server_month_upload= server_month_upload + 0, serv error: disk I/O error
    2012-02-11 20:49:17.052137|WARNING |PktHandler | | detected incorrectly running system clock (>)
    2012-02-11 20:49:17.052137|WARNING |PktHandler | | detected incorrectly running system clock (>)
    2012-02-13 19:35:05.606485|WARNING |PktHandler | | detected incorrectly running system clock (>)
    2012-02-13 19:35:05.606485|WARNING |PktHandler | | detected incorrectly running system clock (>)
    2012-02-15 01:53:46.735654|ERROR | | | TS3ANetwork::Connect failed error: 10060
    2012-02-15 02:59:45.510335|ERROR | | | TS3ANetwork::Connect failed error: 10060
    2012-02-17 13:09:20.348121|ERROR |DatabaseQuery | | db_exec failed disk I/O error
    2012-02-17 13:09:20.348121|ERROR |DatabaseQuery | | db_exec() update clients set client_month_upload= client_month_upload + 0, clie error: disk I/O error
    2012-02-17 13:09:20.348121|CRITICAL|DatabaseQuery | | Assertion "error == ERROR_ok" failed at server\serverlib\database\db_database.cpp:113;



    TS3ANetwork::Connect failed error: 10060 - Seems to be solved because I opened TCP port 2008
    detected incorrectly running system clock (>) - the clock is working properly - it is sometimes only a delay of about 3 sec.


    But I do not know how to handle with

    20.348121|ERROR |DatabaseQuery | | db_exec failed disk I/O error
    2012-02-17 13:09:20.348121|ERROR |DatabaseQuery | | db_exec() update clients set client_month_upload= client_month_upload + 0, clie error: disk I/O error
    2012-02-17 13:09:20.348121|CRITICAL|DatabaseQuery | | Assertion "error == ERROR_ok" failed at server\serverlib\database\db_database.cpp:113;

    and


    03.994879|ERROR |DatabaseQuery | | db_exec failed disk I/O error
    2012-02-10 19:03:03.994879|ERROR |DatabaseQuery | | db_exec() update servers set server_month_upload= server_month_upload + 0, serv error: disk I/O error
    2012-02-11 20:49:


    if anyone had a similar problem and have any suggestions how to solve it?

    I'll be very grateful for help

  2. #2
    Join Date
    May 2010
    Posts
    6,372
    Hello

    About I/O error :
    Do you check the hard drive space ?
    Do you set a quota for the server folder ?

  3. #3
    Join Date
    Sep 2011
    Location
    Poland
    Posts
    9
    Thank you for such a quick answer... but if you ask about the free space on the disk - I have about 50GB of free space; so there's no problem.
    "set a quota for the server folder" I do not know what you mean - the TeamSpeak folder is located on the C drive. I open the application with administrator rights. Administrator has the full participation of the C drive

  4. #4
    Join Date
    May 2010
    Posts
    6,372
    In this case you could try with the dump command
    Code:
    sqlite3 ts3server.sqlitedb .dump > test.sql
    sqlite3 ts3server.sqlitedb < test.sql
    If you don't have the sqlite3 command on your server, you can download it there (shell version) : http://www.sqlite.org/download.html

  5. #5
    Join Date
    Sep 2011
    Location
    Poland
    Posts
    9
    I opened the application server again and it seems that everything in the log is fine, but as I wrote earlier - the problem appears only once a month. Perhaps the problem solved. Thanks for your help

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Many Problems with Server
    By Illiminator31 in forum Windows
    Replies: 2
    Last Post: 22-10-2010, 12:34
  2. New Virtual Server problems (MYSQL 5 and Teamspeak server)
    By aceth in forum [TeamSpeak 2] Server Support
    Replies: 5
    Last Post: 20-08-2007, 22:44
  3. TS server problems
    By popacap21 in forum [TeamSpeak 2] Server Support
    Replies: 2
    Last Post: 07-07-2006, 13:05

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •