Search found 46 matches

by lomriilod
22 Aug 2011, 16:11
Forum: SFS2X Questions
Topic: forceLogout / forceLogin called twice
Replies: 3
Views: 6517


4:11:51,289 INFO [pool-1-thread-1] sessions.DefaultSessionManager - Session removed: { Id: 8432, Type: DEFAULT, Logged: Yes, IP: yyyy:56527 }
14:11:51,289 INFO [SocketReader] sessions.DefaultSessionManager - Session removed: { Id: 8432, Type: DEFAULT, Logged: Yes, IP: yyyy:56527 }

These are the ...
by lomriilod
22 Aug 2011, 15:11
Forum: SFS2X Questions
Topic: forceLogout / forceLogin called twice
Replies: 3
Views: 6517

forceLogout / forceLogin called twice

Hi,
we are using the force login setting within our zone. Most of the times a user is disconnected by this feature, we recieve an error like this one:


14:11:51,289 INFO [pool-1-thread-1] entities.SFSZone - User already logged in. Disconnecting previous instance : ( User Name: xxxxx, Id: 8001 ...
by lomriilod
01 Apr 2011, 08:15
Forum: SFS2X ActionScript 3 API
Topic: Set BlueBox settings without loading config xml
Replies: 5
Views: 10206

Because we are storing various other client settings within the same xml file.
by lomriilod
29 Mar 2011, 09:09
Forum: SFS2X ActionScript 3 API
Topic: Set BlueBox settings without loading config xml
Replies: 5
Views: 10206

Set BlueBox settings without loading config xml

Hi,

I am trying to set the BlueBox settings in sfsclient.config (ConfigData) which does not work, because I am not loading the server settings via loadConfig. (I use my own config loader). Is there a way to force the sfsclient to create ConfigData?

Dirk
by lomriilod
07 Sep 2010, 09:43
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Java Garbage Collector unloading python package classes
Replies: 11
Views: 16499

Ok, we will do so.

Thanks.
by lomriilod
06 Sep 2010, 12:51
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Java Garbage Collector unloading python package classes
Replies: 11
Views: 16499

Thanks for your answer. Intreresting topics. But I ment, that we have exactly the same problem: not running any phyton extensions and massive garbadge collection of phyton classes.

We know deleted the webapps like you suggested. But I was wondering if that helped in the above case.

Dirk
by lomriilod
06 Sep 2010, 08:26
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Java Garbage Collector unloading python package classes
Replies: 11
Views: 16499

Was there a solution for this problem? Because we are experiencing the same thing right now.

Thanks.

Dirk
by lomriilod
02 Dec 2009, 09:28
Forum: The Bug Trap
Topic: Limbo room user count messages
Replies: 5
Views: 208

Hi, thanks for your explenation.
Yes, this seems like a misunderstanding. I assumed, that a limbo room does not receive ANY uCount updates. None from its own room, nor of any others.
We never had any problems with the ucount in the other room, because we request a new roomlist when ever a user ...
by lomriilod
24 Nov 2009, 08:18
Forum: The Bug Trap
Topic: Limbo room user count messages
Replies: 5
Views: 208

Sure,

<Rooms>
<Room name="AA" maxUsers="5000"/>
<Room name="BB" limbo="true" maxUsers="10000"/>
</Rooms>

We use this room setup to first send all users to room AA where they can interact with each other (chat, view user lists...). In special situations we send them to room BB where they are just ...
by lomriilod
19 Nov 2009, 12:40
Forum: The Bug Trap
Topic: Limbo room user count messages
Replies: 5
Views: 208

Limbo room user count messages

When the limbo flag is turned on, the room suppresses certain events (new user arrived, user left, user count changed, room and user variables) and inhibits the ability to send public messages.

It looks like that setting the room to limbo is not enough to prevent the broadcasting of uCount ...
by lomriilod
18 Sep 2008, 13:52
Forum: Server Side Extension Development
Topic: SystemHandler action refused - Problem
Replies: 7
Views: 11788

Hi,

lets ignor any lagging problems.

What could cause the roundTrip error? It is flooding the logs and I hav no idea where it comes from.

Is there any specific info I could give you that might help at least to point in a direction where to look further ?

Thanks.

Dirk
by lomriilod
17 Sep 2008, 06:17
Forum: Server Side Extension Development
Topic: Ghost user - unable to disconnect
Replies: 7
Views: 11865

This could be an issue.
We needed the forceLogout option prior to version 1.6.3. Thats what we did to achiev this:
// log out already logged in user
SocketChannel existingUser = zone.getChannelFromName(nick);
if (existingUser != null) helper.disconnectUser(helper.getUserByChannel(existingUser ...
by lomriilod
16 Sep 2008, 14:54
Forum: Server Side Extension Development
Topic: Ghost user - unable to disconnect
Replies: 7
Views: 11865

Hi,

we have changed the code but still have problems with users we can not disconnect. The only way to remove them is by restarting the server.

...any idea? any more infos I can give you?

Dirk
by lomriilod
16 Sep 2008, 14:52
Forum: Server Side Extension Development
Topic: SystemHandler action refused - Problem
Replies: 7
Views: 11788

...no more ideas?
by lomriilod
15 Sep 2008, 04:55
Forum: Server Side Extension Development
Topic: SystemHandler action refused - Problem
Replies: 7
Views: 11788

Version 1.6.3

The admin panel indicates that there is no problem with neither of the message handlers. All og them show 0 messeges waiting and the load is arround 0 %. The most dropped messages we had were 203 - but not right when this happended.

Dirk