PDA

View Full Version : port


flyguy93
31-05-2008, 22:42
I am trying to host my first teamspeak server. When I look in the server log I see this. What does this mean and how can I fix it. --------------------------------------------------------------
-------------- log started at 31-05-08 16:33 -------------
---------------------------------------------------------------
31-05-08 16:33:28,ALL,Info,server, Server init initialized
31-05-08 16:33:28,ALL,Info,server, Server version: 2.0.23.19 Win32
31-05-08 16:33:29,WARNING,Info,SQL, created table ts2_servers
31-05-08 16:33:29,WARNING,Info,SQL, created table ts2_server_privileges
31-05-08 16:33:29,WARNING,Info,SQL, created table ts2_channels
31-05-08 16:33:29,WARNING,Info,SQL, created table ts2_channel_privileges
31-05-08 16:33:29,WARNING,Info,SQL, created table ts2_clients
31-05-08 16:33:29,WARNING,Info,SQL, created table ts2_bans
31-05-08 16:33:30,ALL,Info,server, Starting VirtualServer id:1 with port:8767
31-05-08 16:33:30,ERROR,All,SERVER, VirtualServer startup failed with port 8767, Exception: EIdCouldNotBindSocket.Could not bind socket. Address and port are already in use.
31-05-08 16:33:32,WARNING,Info,SERVER, Default VirtualServer created
31-05-08 16:33:32,WARNING,Info,SERVER, admin account info: username: admin password:
31-05-08 16:33:32,WARNING,Info,SERVER, superadmin account info: username: superadmin password:
31-05-08 16:33:32,WARNING,Info,SERVER, there is no VirtualServer running!
31-05-08 16:33:33,ERROR,All,WEBINTERFACE, WebInterface startup failed with port 14534, Exception:Could not bind socket. Address and port are already in use.
31-05-08 16:33:33,ERROR,All,TCPQUERY, TCPQuery startup failed with port 51234, Exception: Could not bind socket. Address and port are already in use.
31-05-08 16:33:33,ALL,Info,server, Server init finished
31-05-08 16:34:16,ALL,Info,server, Server shutdown initialized
31-05-08 16:34:17,ALL,Info,server, Server shutdown finishedand port are already in use.

Katana*GFR*
01-06-2008, 00:36
Something is already using the default ports.. Maybe try to a. kill the other application or b. use different ports..

But seeing as TS is somewhat lonely on using those ports i guess there is already a instance running?

ANR Daemon
04-06-2008, 01:03
To me, it looks pretty obvious that there's already TS running.
It is not hard to have TCP ports taken by other services (even then, both at once - it's very little chance), but busy 8767/UDP clearly indicates, that it is other instance of TS server lying around.