Discussion list for Unity developers.
unity-dev at moock.org
Wed Feb 6 12:06:39 CST 2008
The same thing is happening with me: a client connect, error message, then reconnected with another ID Gabriel ----- Original Message ----- From: "Discussion list for Unity developers." <unity-dev at moock.org> To: <unity-dev at moock.org> Sent: Wednesday, February 06, 2008 6:58 PM Subject: Re: ||unity-dev|| unity error >I have seen some errors in my logs that says : > > 2008-02-05 12:15:07,861 DEBUG - ClientServer accepted a connection. > 2008-02-05 12:15:07,861 INFO - Client 42 connected to the server from ip > 192.168.1.10 > 2008-02-05 12:15:07,862 DEBUG - Sending to 42: > <UPC><METH>upcSetClientID</METH><ARGS><ARG>42</ARG></ARGS></UPC> > 2008-02-05 12:15:07,862 DEBUG - Sending to 42: > 2008-02-05 12:15:07,863 DEBUG - Client 42 received message: > <policy-file-request/> > 2008-02-05 12:15:07,863 ERROR - Message from client id: 42 was not valid > UPC: XML error parsing UPC.. Ignored. > 2008-02-05 12:15:07,863 ERROR - Cannot find Room null. Message sent by > Client ID 42 ignored. > 2008-02-05 12:15:07,912 INFO - 42 is being removed: 4 > 2008-02-05 12:15:07,912 INFO - Client 42 removed from server after 0 > seconds. > 2008-02-05 12:15:08,046 DEBUG - ClientServer accepted a connection. > 2008-02-05 12:15:08,046 INFO - Client 43 connected to the server from ip > 192.168.1.10 > 2008-02-05 12:15:08,046 DEBUG - Sending to 43: > <UPC><METH>upcSetClientID</METH><ARGS><ARG>43</ARG></ARGS></UPC> > > That happens when a client connects to the server. Unity gives a ClientID, > then the error, then gives another client ID to the same client. How can i > make unity respond to <policy-file-request/> coming from flash player 9. > And > can it be the source of this error : > > INFO - IOException in client 1978 receive. Killing client. > java.net.SocketException: Connection reset > at java.net.SocketInputStream.read(Unknown Source) > at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) > at sun.nio.cs.StreamDecoder.implRead(Unknown Source) > at sun.nio.cs.StreamDecoder.read(Unknown Source) > at java.io.InputStreamReader.read(Unknown Source) > at java.io.BufferedReader.fill(Unknown Source) > at java.io.BufferedReader.read(Unknown Source) > at org.moock.unity.core.m.readLine(Unknown Source) > at org.moock.unity.core.ab.run(Unknown Source) > at java.lang.Thread.run(Unknown Source) > > Tolga > > -----Original Message----- > From: unity-dev-bounces at moock.org [mailto:unity-dev-bounces at moock.org] On > Behalf Of Discussion list for Unity developers. > Sent: Wednesday, February 06, 2008 3:02 PM > To: unity-dev at moock.org > Subject: ||unity-dev|| unity error > > Hi, > > I have an error in unity logs, causing most of the connected clients to > disconnect from the server at the same time. > > The error is : > > java.net.SocketException: Connection reset > at java.net.SocketInputStream.read(Unknown Source) > at sun.nio.cs.StreamDecoder.readBytes(Unknown Source) > at sun.nio.cs.StreamDecoder.implRead(Unknown Source) > at sun.nio.cs.StreamDecoder.read(Unknown Source) > at java.io.InputStreamReader.read(Unknown Source) > at java.io.BufferedReader.fill(Unknown Source) > at java.io.BufferedReader.read(Unknown Source) > at org.moock.unity.core.m.readLine(Unknown Source) > at org.moock.unity.core.ab.run(Unknown Source) > at java.lang.Thread.run(Unknown Source) > > anybody experienced this before ? what should i do ? > > Thanks, > > Tolga > > > No virus found in this outgoing message. > Checked by AVG Free Edition. > Version: 7.5.516 / Virus Database: 269.19.20/1261 - Release Date: > 05.02.2008 > 20:57 > > > -- > you're a unity-dev subscriber. to unsubscribe, visit > www.moock.org/mailman/listinfo/unity-dev/ > > superb hosting for this list and moock.org is generously provided by > Rackspace. See: http://www.rackspace.com/?supbid=moock > > No virus found in this incoming message. > Checked by AVG Free Edition. > Version: 7.5.516 / Virus Database: 269.19.20/1261 - Release Date: > 05.02.2008 > 20:57 > > > No virus found in this outgoing message. > Checked by AVG Free Edition. > Version: 7.5.516 / Virus Database: 269.19.20/1261 - Release Date: > 05.02.2008 > 20:57 > > > -- > you're a unity-dev subscriber. to unsubscribe, visit > www.moock.org/mailman/listinfo/unity-dev/ > > superb hosting for this list and moock.org is generously provided by > Rackspace. See: http://www.rackspace.com/?supbid=moock > >