Community Forums Today's Posts     Member List     Archive    
Page 1 of 2 12 LastLast
Results 1 to 15 of 20
  1. #1
    Join Date
    Jul 2012
    Posts
    6

    [SOLVED] VirtualServer stopped - without reason (?)

    Hello all!

    Got TS3 server Version:3.0.6.1 on Linux 3.0.8, i686 32bit

    Few times saw strange thing - server stops without reason. Works fine, but time-to-time cant log-in. In logs:

    2012-07-06 21:03:43.132054|INFO |VirtualServer | 5| client connected '********'(id:241) from xx:xx:xx:xx:50101
    2012-07-06 22:19:48.206900|INFO |VirtualServer | 5| client disconnected '********'(id:241) reason 'reasonmsg=Adios!'
    2012-07-07 08:35:51.341897|INFO |VirtualServer | 5| stopped

    Just stops and nothing more.

    Can telnet via localhost:10011, server listening. Also:
    "ts3server_startscript.sh status
    Server is running"

    So, almost is fine but cant connect :-)

    Only one thing which helps is:
    ts3server_startscript.sh stop
    ts3server_startscript.sh start


    Does anyone had same problem or how to solve it?

    Best regards
    Arthur
    Last edited by zmechu3; 07-07-2012 at 17:48.

  2. #2
    Join Date
    Oct 2010
    Location
    Warsaw / Poland
    Posts
    234
    VirtualServer is not the same as TeamSpeak3 Server process. Server process starts VirtualServer as instances. So your process may be up while your VirtualServer is down (that's why startscript reports server is running).

    Check if you don't have any more logs because I can't tell you why your virtualserver stops running. It looks like a problem with connection to official teamspeak servers checking license or local database.

  3. #3
    Join Date
    Jul 2012
    Posts
    6
    Quote Originally Posted by ARCHI View Post
    VirtualServer is not the same as TeamSpeak3 Server process. Server process starts VirtualServer as instances. So your process may be up while your VirtualServer is down (that's why startscript reports server is running).

    Check if you don't have any more logs because I can't tell you why your virtualserver stops running. It looks like a problem with connection to official teamspeak servers checking license or local database.
    Exactly. TS3 process is fine, but VirtualServer looks like dead.

    How to diagnose/debug connection to official TS3 servers or increase logs verbosity?

    OK, got few problems in logs:
    "2012-07-07 08:53:51.809417|INFO |Query | | listening on 0.0.0.0:10011
    2012-07-07 12:56:39.544381|ERROR |Accounting | | virtual server id 1 is running elsewhere, shutting down!
    2012-07-07 12:56:39.544649|ERROR |Accounting | | virtual server id 5 is running elsewhere, shutting down!"

    and after that:
    "2012-07-07 12:56:39.544802|INFO |VirtualServer | 1| client disconnected '*****'(id:14) reason 'reasonmsg=Server Shutdown!'
    2012-07-07 12:56:39.545652|INFO |VirtualServer | 1| client disconnected '*****'(id:217) reason 'reasonmsg=Server Shutdown!'
    2012-07-07 12:56:39.925136|INFO |VirtualServer | 1| stopped"

    "2012-07-07 08:53:51.806945|INFO |VirtualServer | 5| listening on 0.0.0.0:9988
    2012-07-07 12:56:40.020862|INFO |VirtualServer | 5| stopped"

    A.
    Last edited by zmechu3; 07-07-2012 at 14:40.

  4. #4
    Join Date
    Jul 2006
    Posts
    1,573
    Quote Originally Posted by zmechu3 View Post

    2012-07-07 12:56:39.544381|ERROR |Accounting | | virtual server id 1 is running elsewhere, shutting down!
    2012-07-07 12:56:39.544649|ERROR |Accounting | | virtual server id 5 is running elsewhere, shutting down!"
    You definitely need to check this. Every virtualserver has its own unique id. Apparently two of your servers are (with that exact same unique id) running elsewhere.

  5. #5
    Join Date
    Jul 2012
    Posts
    6
    Well, this second virtualserver (id=5) was build only for test - just delete them and we will see if it helps :-)

    A.

  6. #6
    Join Date
    Dec 2009
    Location
    Texas
    Posts
    754
    This problem can occur if you have the teamspeak server running multiple instances at the same time. Close all teamspeak process and start the server.

  7. #7
    Join Date
    Jul 2012
    Posts
    6
    I know that. There was one TS3 instance with two virtualservers. The second one was only for test, and working without problems. Problems starts about 2 weeks ago - I don't know why. Second virtualserver deleted and we will see it was a cure :-)

    A.

  8. #8
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    2,039
    Most likely you copied the server Folder to another server / PC (for whatever purpose be it backup, testing or moving servers, or any other reason) and then started the server on the new machine without shutting down the other. Hence the same virtualserver is running twice on the world which is not supported.

    Stop the server on any and all PCs / Servers then start a single instance again and just start it once.

  9. #9
    Join Date
    Jul 2012
    Posts
    6
    Whoa! You got a point, I'm just transfering (= 1:1 copy) TS3 server into new one :-)

    TS3 developers, please change log message "virtual server id x is running elsewhere" into sht like that "virtual server id x has multiple instances, probably duplicated configuration at different machhine, please check!" - it will be more clear.

    Thanks for help!

    A.

  10. #10
    Join Date
    Dec 2009
    Location
    Texas
    Posts
    754
    And here I was thinking surely it couldn't be that...simplest solution...

    Sent from my Xoom using Tapatalk 2

  11. #11
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    2,039
    Quote Originally Posted by zmechu3 View Post
    TS3 developers, please change log message "virtual server id x is running elsewhere" into sht like that "virtual server id x has multiple instances, probably duplicated configuration at different machhine, please check!" - it will be more clear.
    Weird... it basicly says just that - just with about half the words...
    It says "Server is running elsewhere" what else could it mean than that the mentioned Virtual Server is already running in another instance?

    Well anyways glad you got everything working.


    Quote Originally Posted by pillbox1234567 View Post
    And here I was thinking surely it couldn't be that...simplest solution...

    Sent from my Xoom using Tapatalk 2
    Simplest Solution is often the correct one

  12. #12
    Join Date
    Jul 2012
    Posts
    6
    Quote Originally Posted by SilentStorm View Post
    Weird... it basicly says just that - just with about half the words...
    It says "Server is running elsewhere" what else could it mean than that the mentioned Virtual Server is already running in another instance?
    In my opinion "elsewhere" means... "elsewhere" :-) So, exactly whai it means? Different instance? Different virtualserver? Different server? Different machine? Logs should be clear as possible and helpful, IMHO.

    A.

  13. #13
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    2,039
    Quote Originally Posted by zmechu3 View Post
    In my opinion "elsewhere" means... "elsewhere" :-) So, exactly whai it means? Different instance? Different virtualserver? Different server? Different machine? Logs should be clear as possible and helpful, IMHO.

    A.
    How is TeamSpeak supposed to know where the server runs? (Well they likely do but still..) It must be a different Instance as you cannot have two identical Virtual Servers in the same instance, where that other instance is running who is supposed to tell? Could be your machine, could be your other backup server...

    elsewhere just means elsewhere as in "not in this instance of ts3server" which is the only thing the Process that creates the log can say for sure.

  14. #14
    Join Date
    Jun 2008
    Posts
    7,764
    A possible situation.
    You create a backup of one virtual server per snapshot. And you use this backup of your server and deploy into another server istance.
    The UID for a virtual server is included in that snapshot and will overwrite the old one of server instance 2.

    The server on server instance 1 will stop, because the same virtual server is running on server instance 2.
    ---------------------------------------------------------
    Please don't send me private support questions.
    They belong into the forum and maybe other users have these questions/problems too.

    TeamSpeak FAQ || What should i report, when i open a client thread? || Report and upload your Crashdump here
    NPL License (Registration)

  15. #15
    Join Date
    Jan 2010
    Location
    Germany
    Posts
    2,039
    I thought snapshots were changed to no longer include the UID of the VServer or at least not to import it? Could be wrong though...

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [Resolved] Can't create a virtualserver
    By Kiste_Becks in forum Server Support
    Replies: 2
    Last Post: 26-03-2012, 18:07
  2. VirtualServer stopped
    By snipershady in forum Linux / FreeBSD
    Replies: 12
    Last Post: 19-05-2011, 09:29
  3. Replies: 6
    Last Post: 13-05-2011, 15:50
  4. Default Virtualserver
    By kedal in forum [TeamSpeak 2] Server Support
    Replies: 3
    Last Post: 14-08-2010, 08:20

Posting Permissions

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