[Solved]Private TAS Server problem.

[Solved]Private TAS Server problem.

Discuss your problems with the latest release of the engine here. Problems with games, maps or other utilities belong in their respective forums.

Moderator: Moderators

Post Reply
Jorael
Posts: 3
Joined: 19 Feb 2006, 17:34

[Solved]Private TAS Server problem.

Post by Jorael »

Hi Everybody,

Sorry for my bad english.

I try to run TASserver on a debian testing, I have routed port 8200 and 8201 to the server machine.
When a TASclient come to connect to my private server, it is automaticaly disconnected by the server and on the server i have this message. Blue part repeat many times.
%> java TASServer
TASServer 0.195 started on 2006.02.19 at 07:24:58 MST
0 accounts information read from accounts.txt
Couldn't find banlist.txt. Ban list is empty.
Couldn't find agreement.rtf. Using no agreement.
Unable to find <IP2Country> file. Skipping ...
UDP server started on port 8201
Port 8200 opened
Listening for connections ...
New client connected: xxx.xxx.xxx.xxx
exception in readIncomingMessages(): killing the client ... (java.lang.IllegalStateException)
Unregistered user killed
java.lang.IllegalStateException
at java.nio.charset.CharsetDecoder.decode(java.nio.ByteBuffer) (/usr/lib/libgcj.so.6.0.0)
at TASServer.readIncomingMessages() (Unknown Source)
at TASServer.main(java.lang.String[]) (Unknown Source)
at gnu.java.lang.MainThread.call_main() (/usr/lib/libgcj.so.6.0.0)
at gnu.java.lang.MainThread.run() (/usr/lib/libgcj.so.6.0.0)
exception in readIncomingMessages(): killing the client ... (java.nio.channels.NotYetConnectedException)
java.nio.channels.NotYetConnectedException
at gnu.java.nio.SocketChannelImpl.read(java.nio.ByteBuffer) (/usr/lib/libgcj.so.6.0.0)
at TASServer.readIncomingMessages() (Unknown Source)
at TASServer.main(java.lang.String[]) (Unknown Source)
at gnu.java.lang.MainThread.call_main() (/usr/lib/libgcj.so.6.0.0)
at gnu.java.lang.MainThread.run() (/usr/lib/libgcj.so.6.0.0)
exception in readIncomingMessages(): killing the client ... (java.nio.channels.NotYetConnectedException)
...
...
First time, a free jvm (not SUN so GPL licence) was installed.
Then i have tried with the SUN jvm 1.4.2. No changes same message.
I don't know why TASserver do that.

regards,

Jorael.
Last edited by Jorael on 27 Feb 2006, 10:11, edited 1 time in total.
Betalord
Former Engine Dev
Posts: 543
Joined: 29 Jun 2005, 09:31

Post by Betalord »

Run it as it is shown in LanServer.bat. Also, you do need sun's JRE to run it, preferably 1.5.0 since I use java.nio which has been bug fixed a bit in 1.5.0.
Jorael
Posts: 3
Joined: 19 Feb 2006, 17:34

Post by Jorael »

Ok, Now it work well with JRE 1.5.0

Thanks.
Post Reply

Return to “Help & Bugs”