Search found 40 matches

by PePPeR
26 Dec 2012, 13:05
Forum: SFS2X Questions
Topic: 4 - 5 any exceptions
Replies: 9
Views: 10465

Re: 4 - 5 any exceptions

Wow, so easy, thank you!
by PePPeR
24 Dec 2012, 09:55
Forum: SFS2X Questions
Topic: 4 - 5 any exceptions
Replies: 9
Views: 10465

Re: 4 - 5 any exceptions

SFServer Version now is 2.5.0 package com.smartfoxserver.v2.redbox.handlers; import java.sql.SQLException; import java.sql.Connection; import java.sql.ResultSet; import java.sql.PreparedStatement; import java.sql.Timestamp; import java.util.Date; import java.util.Random; import java.util.TreeMap; im...
by PePPeR
23 Dec 2012, 23:18
Forum: SFS2X Questions
Topic: 4 - 5 any exceptions
Replies: 9
Views: 10465

Re: 4 - 5 any exceptions

Here is example how server stop work(Server still work, but i can't connect to him), after 9 times of SFSLoginException. in logs i see only sessions created and sessions removed 23 дек 2012 | 03:00:34,761 | INFO | SocketReader | bitswarm.sessions.DefaultSessionManager | | Session created: { Id: 155,...
by PePPeR
21 Dec 2012, 11:20
Forum: RedBox 2X
Topic: client and send() method
Replies: 2
Views: 11027

Re: client and send() method

Thank you. I found a lot of threads about problem with send method in Red5.
by PePPeR
20 Dec 2012, 10:57
Forum: RedBox 2X
Topic: client and send() method
Replies: 2
Views: 11027

client and send() method

Trying to used netStream.send method for indicate if user on or off microphone and activity of it. But for some reason it doens't work. sender code send is bound to button and microphone is perfectly attaching and detaching, but for some reason on reciever i don't see any action bounded to netStream...
by PePPeR
20 Dec 2012, 10:47
Forum: SFS2X Questions
Topic: 4 - 5 any exceptions
Replies: 9
Views: 10465

Re: 4 - 5 any exceptions

ok, i will when receive logs with that problem.
by PePPeR
18 Dec 2012, 17:12
Forum: SFS2X Questions
Topic: 4 - 5 any exceptions
Replies: 9
Views: 10465

Re: 4 - 5 any exceptions

applications written on AS3 (Flash), any different Exception may stopserver, if one or two exception server work perfect, but if the count exceeds 3 time of exceptions server was stop all threed and stop recieve connection, but didn't disconnect allready connected users. Exceptions like (SessionReco...
by PePPeR
18 Dec 2012, 06:51
Forum: SFS2X Questions
Topic: 4 - 5 any exceptions
Replies: 9
Views: 10465

4 - 5 any exceptions

Why after 4 - 5 exception, server was stuck and i cannot connect to him from APP and Admin Tool?
by PePPeR
17 Dec 2012, 06:10
Forum: SFS2X Questions
Topic: scaner doesn't work
Replies: 1
Views: 3833

Re: scaner doesn't work

in another place same code was worked well if (row != null && row.size()>0) { Scanner cards = new Scanner(row.getSFSObject(0).getUtfString("maps")); int id = 0; while (cards.hasNextInt()){ if (id == 0) st_map_0 = new SFSUserVariable("st_map_"+id, cards.nextInt()); if (id ...
by PePPeR
16 Dec 2012, 19:51
Forum: SFS2X Questions
Topic: scaner doesn't work
Replies: 1
Views: 3833

scaner doesn't work

scaner.hasNextInt() return false for string "1,1,1,1,1" code: ISFSArray soundArr = new SFSArray(); if (row != null && row.size()>0) { Scanner scan_sound = new Scanner(row.getSFSObject(0).getUtfString("sound")); int id = 0; ext.trace("SOUND IS "+row.getSFSObject(...
by PePPeR
12 Dec 2012, 09:17
Forum: SFS2X Questions
Topic: as3 client has parameter which server doesn't have
Replies: 2
Views: 4360

Re: as3 client has parameter which server doesn't have

Thank you!
But i can't understand how it solve my problem...
Doens't see hot to get object from message with message...
by PePPeR
12 Dec 2012, 07:30
Forum: SFS2X Questions
Topic: as3 client has parameter which server doesn't have
Replies: 2
Views: 4360

as3 client has parameter which server doesn't have

have problem here AS3 function PublicMessageRequest(message:String, params:ISFSObject = null, targetRoom:Room = null) have parameter "params:ISFSObject", but server doesn't have parameter like SFSObject. public static final SFSEventType PUBLIC_MESSAGE This event is fired when a public mess...
by PePPeR
27 Jun 2012, 12:17
Forum: SFS2X Questions
Topic: the server doesn't disconnect the user by timeout
Replies: 10
Views: 11000

Re: the server doesn't disconnect the user by timeout

I will tried to kick but user isn't go away from server.
by PePPeR
27 Jun 2012, 11:35
Forum: SFS2X Questions
Topic: the server doesn't disconnect the user by timeout
Replies: 10
Views: 11000

Re: the server doesn't disconnect the user by timeout

By default no updates and no variable updates and no chat window in AS3 client side in the room in which users are.

That is hapend not for all users, most of users succesfully disconected by idle time, but same of users isn't.
by PePPeR
27 Jun 2012, 07:43
Forum: SFS2X Questions
Topic: the server doesn't disconnect the user by timeout
Replies: 10
Views: 11000

the server doesn't disconnect the user by timeout

the server doesn't disconnect the user by timeout Elapsed time since last request = 3:23:08 ! But in configuration of server "user maximum idle time" set to 300sec and in zone configuration "override user maximum idle time" set to 200sec http://www.smartfoxserver.com/forums/downl...

Go to advanced search