Search found 6 matches

by hitme
01 Jul 2011, 11:56
Forum: BlueBox
Topic: got ERR#01
Replies: 3
Views: 12763

ERR#01 menas that the user session has been removed by the bluebox. Possible reasons are: 1) user send "disconnect" to end the session 2) long time no "poll" 3) long time no request sent to the sfs 4) sfs close the user session 5) exceptions I got belowing info when I turn on the...
by hitme
28 Jun 2011, 12:26
Forum: BlueBox
Topic: got ERR#01
Replies: 3
Views: 12763

The exception was fixed but Still I got the ERR#01 from time to time. It seems that the user session was removed for unknown reasons. How can I output the bluebox logs?

I have set the wrapper.logfile.loglevel=FINEST in the wrapper.conf, is that right?

Thanks for your help.
by hitme
27 Jun 2011, 08:50
Forum: BlueBox
Topic: got ERR#01
Replies: 3
Views: 12763

Also got these warnings. 2011/06/27 04:16:33.160 - [ WARNING ] [id: 15] (ExtensionHandler.processEvent): it.gotoandplay.smartfoxserver.exceptions.MissingExtensionException: Unrecognized extension name: [ texasRoomExt ]! Zone: texas, Room: -1 2011/06/27 04:16:44.197 - [ WARNING ] [id: 15] (ExtensionH...
by hitme
24 Jun 2011, 08:07
Forum: BlueBox
Topic: got ERR#01
Replies: 3
Views: 12763

got ERR#01

Hi I am writing a poker game in javascript which connects to the smartfoxserver through the bluebox. The application works but we always get "ERR#01" messages when polling the bluebox. Some times we get the error message in 10 minutes, sometimes 20 minutes. I don't know what does that mean...
by hitme
24 May 2011, 08:34
Forum: SmartFoxServer 1.x Discussions and Help
Topic: how to get JSON format response ?
Replies: 2
Views: 4829

Sorry, but what you're asking for is not possible at the moment. You can send JSON objects using client's sendXtMessage or server's sendResponse method. Everything else are sent as XML. If you want fast data exchange, you may want to consider SFS2X as it's data protocol is much more compressed than...
by hitme
18 May 2011, 02:07
Forum: SmartFoxServer 1.x Discussions and Help
Topic: how to get JSON format response ?
Replies: 2
Views: 4829

how to get JSON format response ?

Hi, I am building a html5 game client which requests the SFS through bluebox. Since I am coding in javascript, I expect the SFS to return JSON-format data all the time though our server extenstions can return JSON data. for example, a poll request returns: <msg t='sys'><body action='rVarsUpdate' r='...

Go to advanced search