Search found 8 matches

by Pompel
06 Jun 2008, 08:23
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Server not starting up, hangs?
Replies: 4
Views: 6215

When I disable the webserver in config.xml, the rest of the server comes up nicely. SO it's jetty's fault somehow, but the logs don't say much :-(
by Pompel
06 Jun 2008, 07:41
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Server not starting up, hangs?
Replies: 4
Views: 6215

Server not starting up, hangs?

After using it on my Windows desktop for a while, I'm trying to run the server on a linux server. It's not coming up, I van't connect. The log looks like this: [root@node108 Server]# ./sfs console Running SmartFoxServer PRO... wrapper | --> Wrapper Started as Console wrapper | Launching a JVM... jvm...
by Pompel
23 May 2008, 12:19
Forum: SmartFoxServer 1.x Discussions and Help
Topic: onBuddyList: user id is XMLList?
Replies: 3
Views: 5019

Thank you, that made some sense. I figured the id==-1 out myself, and it relates to my next question: The API lets me send private messages to another user if I know his id. Unless I've actually "seen" the user in a room or have him in my buddy list, I have no idea of getting that id, righ...
by Pompel
22 May 2008, 09:37
Forum: SmartFoxServer 1.x Discussions and Help
Topic: mutualAddBuddy not sending on onBuddyPermissionRequest event
Replies: 3
Views: 4924

I am not using the example - I'm writing my own client with Flex. I'll try to isolate the issue in a smaller sample when I can find some time. For now the workaround of setting mutualRemoveBuddy to true seems to work.
by Pompel
21 May 2008, 21:45
Forum: SmartFoxServer 1.x Discussions and Help
Topic: More buddylist strangeness
Replies: 1
Views: 3375

More buddylist strangeness

I have two clients, A and B. They both log on, and A adds B to his buddy list and vice versa (mutualAddBuddy). The onBuddyList event has the correct buddy.id (although it's not an int, see my other post). They both log off. Then A logs in again and gets an onBuddyList event, but it contains -1 as th...
by Pompel
21 May 2008, 20:53
Forum: SmartFoxServer 1.x Discussions and Help
Topic: mutualAddBuddy not sending on onBuddyPermissionRequest event
Replies: 3
Views: 4924

mutualAddBuddy not sending on onBuddyPermissionRequest event

In my Server's configuration, I set mutualAddBuddy=true and mutualRemoveBuddy=false. If i do that, then I don't get the onBuddyPermissionRequest event, and the server always adds the requested buddy to the buddy list. Only when I set mutualRemoveBuddy to true, the onBuddyPermissionRequest gets sent....
by Pompel
21 May 2008, 20:29
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Buddy List Unexplicable Error
Replies: 8
Views: 11151

I'm just having this same bug happen to me. Removing all zones but my own helped, so I agree there must be a bug somewhere.
by Pompel
21 May 2008, 11:23
Forum: SmartFoxServer 1.x Discussions and Help
Topic: onBuddyList: user id is XMLList?
Replies: 3
Views: 5019

onBuddyList: user id is XMLList?

When I get a onBuddyList event and try to parse event.params.list, the objects contains an id that is an XMLList, not an int as stated in http://www.smartfoxserver.com/docs/docPages/as3/html/it_gotoandplay_smartfoxserver_SmartFoxClient.html#buddyList So how do I get the user id for my newly added bu...

Go to advanced search