Search found 37 matches

by Madhusmita
04 Aug 2014, 06:50
Forum: SFS2X Questions
Topic: SFS Admin account login
Replies: 3
Views: 7065

Re: SFS Admin account login

Actually my question is:
Suppose I am having admin account created on SFS admin tool with credential "admin1" and password "admin1".
1 - Then from my application if someone login with same credential, then Can I check whether the same credential has been already assigned to the SFS admin tool or ...
by Madhusmita
25 Jul 2014, 13:01
Forum: SFS2X Questions
Topic: SFS Admin account login
Replies: 3
Views: 7065

SFS Admin account login

Is there any API available to get the list of admin user accounts(from SFS Admin tool)?

Is it possible to check on SFS extension, whether the entered login credentials are matching with SFS Administrator tool admin accounts?

I tried the below mentioned code, but it only giving me the user details ...
by Madhusmita
09 Jul 2014, 08:51
Forum: SFS2X Questions
Topic: License Issue
Replies: 2
Views: 4960

Re: License Issue

Its working now, after "reset allocation" against the current license.
by Madhusmita
09 Jul 2014, 08:40
Forum: SFS2X Questions
Topic: License Issue
Replies: 2
Views: 4960

License Issue

Today I have upgraded the SmartFoxServer 2.7 to 2.9 version.

Everything working fine but when I entered the License information on License Manager section, it also not giving me any warning. Test License is also working fine. Then I just stop and start the server again.

In the log viewer warning ...
by Madhusmita
08 Jul 2014, 10:57
Forum: SFS2X Questions
Topic: SmartFoxServer 2.9 Dashboard exception
Replies: 2
Views: 4858

Re: SmartFoxServer 2.9 Dashboard exception

Thanks Lapo

Looks like that was due to cache. Because now that exception is no longer coming...
by Madhusmita
08 Jul 2014, 08:39
Forum: SFS2X Questions
Topic: SmartFoxServer 2.9 Dashboard exception
Replies: 2
Views: 4858

SmartFoxServer 2.9 Dashboard exception

Recently I have upgraded to SmartFoxServer_2.9 on linux ubuntu 32 bit machine. Everything working fine except below exception.
I got below mentioned exception on my log viewer on Admin tool on Server start-up.


java.lang.NullPointerException ...
by Madhusmita
06 Jun 2014, 15:31
Forum: SFS2X Questions
Topic: MMO Room with Invitation with out Game turn on
Replies: 2
Views: 4545

Re: MMO Room with Invitation with out Game turn on

Thanks Lapo, for this clarification.
by Madhusmita
06 Jun 2014, 14:46
Forum: SFS2X Java / Android API
Topic: Handle SFS Client side Exception
Replies: 9
Views: 14103

Re: Handle SFS Client side Exception

Thanks.
I should also have asked this: does the exception cause unexpected behaviors in the app?
I haven't checked this. Because we are using SFS Java Client (1.3.2) only for load testing, where I just need to track the time duration.
In the application we are using SFS Flash Client, we need to ...
by Madhusmita
06 Jun 2014, 11:47
Forum: SFS2X Java / Android API
Topic: Handle SFS Client side Exception
Replies: 9
Views: 14103

Re: Handle SFS Client side Exception

Not knowing the cause of the problem, nor the precise line where the code is failing, it's difficult to answer.
It may be due to the asynchronous nature of the updates from MMORoom although we have spent quite a lot of time testing this aspect and at the moment we're not aware of any bugs ...
by Madhusmita
06 Jun 2014, 10:59
Forum: SFS2X Java / Android API
Topic: Handle SFS Client side Exception
Replies: 9
Views: 14103

Re: Handle SFS Client side Exception

The strange part is that the line of the error doesn't correspond to any code.

As to how to intercept the Exception, it can't be done because it happens in an I/O thread over which you have no control.
However whether you catch the NPE or not doesn't make a difference. In the end the null value ...
by Madhusmita
06 Jun 2014, 06:02
Forum: SFS2X Java / Android API
Topic: Handle SFS Client side Exception
Replies: 9
Views: 14103

Re: Handle SFS Client side Exception

Also are you running the latest SFS2X 2.8.4?
Yes

We have added a couple of fixes related to switching MMORooms that may cause problems to clients.
Which API version are you using please?
1.3.2 Java Client API, which is latest

I think we should understand the cause of the exception.
In the ...
by Madhusmita
05 Jun 2014, 14:17
Forum: SFS2X Java / Android API
Topic: Handle SFS Client side Exception
Replies: 9
Views: 14103

Handle SFS Client side Exception

How to handle exception something like this at SFS java Client code?



java.lang.NullPointerException
at sfs2x.client.controllers.system.ResSetUserPosition.handleResponse(ResSetUserPosition.java:57)
at sfs2x.client.controllers.SystemController.handleMessage(SystemController.java:124)
at sfs2x ...
by Madhusmita
05 Jun 2014, 07:39
Forum: SFS2X Questions
Topic: MMO Room with Invitation with out Game turn on
Replies: 2
Views: 4545

MMO Room with Invitation with out Game turn on

Is it possible that Invitation feature from Game API will work without enabling the Game flag against a MMO room?

While creating MMO room I set the setGame flag to true. Its not showing any error but after creation of that MMORoom its isGame flag is showing false.

roomSettings.setGame(true);
by Madhusmita
15 May 2014, 08:23
Forum: SFS2X Java / Android API
Topic: BuddyList Exception
Replies: 1
Views: 5632

BuddyList Exception

I am getting below mentioned warning some times when number of clients get increased(>20)

Below mentioned code is written on "ZoneJoinHandler.java file" for "SFSEventType.USER_JOIN_ZONE" event on init() method of java extension.

// Initialize buddy list for current user
try {
SmartFoxServer ...
by Madhusmita
15 May 2014, 05:36
Forum: SFS2X Java / Android API
Topic: Sometimes not receive Logout response
Replies: 2
Views: 6293

Sometimes not receive Logout response

Created one Java Test client for load testing:

Just testing for sequence of events such as connection, login and logout.
And calculate the time spent for each event for each client.

When number of clients is less than 20 it works fine sometimes even 50 its works fine(I got response for each event ...