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.
First time, a free jvm (not SUN so GPL licence) was installed.%> 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)
...
...
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.