[ WARNING ] [id: 12]

You think you've found a bug? Please report it here.

Moderators: Lapo, Bax

Post Reply
neontree
Posts: 41
Joined: 19 Sep 2007, 20:00
Location: Poland

[ WARNING ] [id: 12]

Post by neontree »

hi, since i work with the SFS basic free version, avatar chat example based aplication, I see the following warning in the admin tool logs:

Code: Select all

2007/12/08 23:55:43.745 - [ WARNING ] [id: 12] (SystemHandler.processEvent): SysHandler -> Bad room id. Action: prvMsg >> java.lang.NumberFormatException: For input string: "NaN"
2007/12/08 23:55:57.251 - [ WARNING ] [id: 12] (SystemHandler.processEvent): SysHandler -> Bad room id. Action: prvMsg >> java.lang.NumberFormatException: For input string: "NaN"
2007/12/08 23:55:59.604 - [ WARNING ] [id: 12] (SystemHandler.processEvent): SysHandler -> Bad room id. Action: prvMsg >> java.lang.NumberFormatException: For input string: "undefined"
2007/12/08 23:58:28.738 - [ WARNING ] [id: 12] (SystemHandler.processEvent): SysHandler -> Bad room id. Action: prvMsg >> java.lang.NumberFormatException: For input string: "undefined"
2007/12/09 00:02:22.708 - [ WARNING ] [id: 12] (SystemHandler.processEvent): SysHandler -> Bad room id. Action: prvMsg >> java.lang.NumberFormatException: For input string: "undefined"
What does it mean and is it serious?
regards
User avatar
Lapo
Site Admin
Posts: 23438
Joined: 21 Mar 2005, 09:50
Location: Italy

Post by Lapo »

It simply warns that someone is trying to send a private message from an invalid room. Probably the user failed to join a room but he's trying to send a message anyways.
It's not a "serious" problem :)
Lapo
--
gotoAndPlay()
...addicted to flash games
neontree
Posts: 41
Joined: 19 Sep 2007, 20:00
Location: Poland

Post by neontree »

ok thanks :)
Post Reply