Search found 8 matches

by Bru
15 May 2007, 13:26
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Non logged user trying to send a private message
Replies: 1
Views: 4544

Non logged user trying to send a private message

Hi, we get the following message sometimes in the server log and I was wondering how it could happen. Anyone has an idea? How can you send a message when you're not even logged in?

Non logged user trying to send a private message. IP: xx.xx.xx.xx

We're using SmartFox Server 1.4 Pro

Thanks!
by Bru
16 Mar 2007, 13:51
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Problem with database connection to SqlServer 2005
Replies: 1
Views: 4830

Problem with database connection to SqlServer 2005

Hi, we are trying to connect to a SQLServer 2005 database and it failed with the following error:

(DbManager.executeQuery): DbManager could not retrive a connection. com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the host has failed. java.net.ConnectException: Connection ...
by Bru
27 Feb 2007, 13:55
Forum: The Bug Trap
Topic: Unexpected Exception: java.lang.NullPointerException
Replies: 3
Views: 143

Actually, the createRoom is disable for each zone. It's the only one.
by Bru
26 Feb 2007, 14:49
Forum: The Bug Trap
Topic: Unexpected Exception: java.lang.NullPointerException
Replies: 3
Views: 143

Unexpected Exception: java.lang.NullPointerException

Hi, in the server log file we get that error quite often and I would like your opinion on that:

[ WARNING ] > Unexpected Exception: java.lang.NullPointerException
at it.gotoandplay.smartfoxserver.controllers.SystemHandler.processEvent(SystemHandler.java:274)
at it.gotoandplay.smartfoxserver ...
by Bru
16 Feb 2007, 15:20
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Dropped messages
Replies: 1
Views: 5053

Dropped messages

Hi, I am a bit confused about the link between the outgoing message queue size in the admin tool and the MaxWriterQueue param in the config file.

I understand that the MaxWriterQueue is on a per user basis but the outgoing message queue size in the admin tools seems to be kind of global. Are the 2 ...
by Bru
20 Dec 2006, 14:57
Forum: Server Side Extension Development
Topic: creating room from the server side: java.lang.NullPointerExc
Replies: 1
Views: 6015

creating room from the server side: java.lang.NullPointerExc

Hi, sometime I get the following error in the server log file and then almost any other room creation fail on the server side (with the same message). The only way to resolve this is to restart the server.

[ WARNING ] [id: 11] (ExtensionHelper.createRoom): Exception while creating room from the ...
by Bru
21 Nov 2006, 19:17
Forum: SmartFoxServer 1.x Discussions and Help
Topic: Admin tool, can't refresh rooms in a zone with Reload Zone
Replies: 1
Views: 4749

Admin tool, can't refresh rooms in a zone with Reload Zone

I can't refresh (add, remove or update) the rooms inside a zone when I press the Reload Zone button in the admin tool. It only seems to refresh the zone properties (like maxUsers).

Am I doing something wrong?

Is this feature suppose to work?

I am using Smarfox Server PRO 1.4 on windows.

Thanks!
by Bru
13 Oct 2006, 17:42
Forum: The Bug Trap
Topic: SmartFoxClient.as use the undefined currRoom.setMyPlayerId
Replies: 1
Views: 119

SmartFoxClient.as use the undefined currRoom.setMyPlayerId

In the SmartFoxClient.as the player id inside the room is set using the setMyPlayerId method which is incorrect. The right method is setMyPlayerIndex. It cause the getMyPlayerIndex method of a room to always return undefined.

Found in SmartFox ver 1.4 pro as2 api