Search found 117 matches

by aliko
08 Dec 2015, 06:21
Forum: SFS2X ActionScript 3 API
Topic: filter roomlist from getRoomListFromGroup
Replies: 2
Views: 10717

filter roomlist from getRoomListFromGroup

Hello,

How can I fillter the roomList that I get from getRoomListFromGroup.
I want to filter the games that not started.

var roomList:Array = sfs.roomManager.getRoomListFromGroup(games_grup);

Best Regards,
by aliko
03 Dec 2015, 09:34
Forum: SFS2X Questions
Topic: Error while handling client request in extension
Replies: 2
Views: 4582

Re: Error while handling client request in extension

Hi Lapo,

debug-mode is active and stack trace : is empty.
EndGame extension make some db operations. This will occure the problem? (perhaps it worked with 10 seconds delay...)

thanks
by aliko
03 Dec 2015, 07:35
Forum: SFS2X Questions
Topic: Error while handling client request in extension
Replies: 2
Views: 4582

Error while handling client request in extension

Hello, I have a backgammon game. Player A sent endgame ext. request at 14:04:54 but when i look the smartfox.log, i see that, Player B 14:05:06,271 | INFO | SFSWorker:Sys:3 | v2.api.SFSApi | | User disconnected: 14:05:06,545 | INFO | SFSWorker:Sys:1 | entities.managers.SFSRoomManager | | Room remove...
by aliko
20 Nov 2015, 10:34
Forum: SFS2X Questions
Topic: Data security
Replies: 11
Views: 10769

Re: Data security

Sorry but same error :(
by aliko
19 Nov 2015, 11:30
Forum: SFS2X Questions
Topic: Data security
Replies: 11
Views: 10769

Re: Data security

/SmartFoxServer_2X/SFS2X/lib/jetty/etc]# keytool -list -keystore key-store-name.jks
Response;

Enter keystore password:

Keystore type: JKS
Keystore provider: SUN

Your keystore contains 1 entry

1, Nov 18, 2015, PrivateKeyEntry,
Certificate fingerprint (SHA1): BA:82:D9:8
by aliko
19 Nov 2015, 05:34
Forum: SFS2X Questions
Topic: Data security
Replies: 11
Views: 10769

Re: Data security

Hi Lapo, Yes I follow it. I agree you, perhaps i did wrong thinks for .jks. - First I download my .crt and .key files from server (for my domain) Should i use Root CA here? - via online tool i created .pfx file - with this cmd i cretaed .jks "keytool -importkeystore -srckeystore cert.pfx -srcst...
by aliko
18 Nov 2015, 17:25
Forum: SFS2X Questions
Topic: Data security
Replies: 11
Views: 10769

Re: Data security

Hi Lapo, sorry i updated them. Also i added .jks to jetty and seems ok but when i try to connect from java client i got below error. Can you help me please? >>> CRYPTO INIT FAIL: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderEx...
by aliko
18 Nov 2015, 12:44
Forum: SFS2X Questions
Topic: Data security
Replies: 11
Views: 10769

Re: Data security

Hi Lapo,

when i try to test your example code. I got CRYPTO_INIT cannot be resolved or is not a field error.
My java api version is v:1.3.4
by aliko
18 Nov 2015, 09:56
Forum: SFS2X Questions
Topic: Data security
Replies: 11
Views: 10769

Data security

Hello,

Is there a way to secure the datas that sending from client.
I mean disallow to manipulate datas.

Best Regards
by aliko
12 Oct 2015, 20:39
Forum: SFS2X Questions
Topic: Android toJson problem
Replies: 2
Views: 4098

Re: Android toJson problem

Ty very much.
by aliko
10 Oct 2015, 10:44
Forum: SFS2X Questions
Topic: Android toJson problem
Replies: 2
Views: 4098

Android toJson problem

Hello, I have an android client and i want to get json of SFSObject with obj.toJson(). but thie error occured, can you help me please? AndroidRuntime: java.lang.NoClassDefFoundError: Failed resolution of: Lorg/apache/commons/collections/map/ListOrderedMap; etc etc... at com.smartfoxserver.v2.protoco...
by aliko
22 Sep 2015, 08:31
Forum: SFS2X ActionScript 3 API
Topic: getRoomListFromGroup
Replies: 3
Views: 11233

Re: getRoomListFromGroup

Thank you very much Lapo, so it is listing me the array not asking server to list.
by aliko
22 Sep 2015, 05:32
Forum: SFS2X ActionScript 3 API
Topic: getRoomListFromGroup
Replies: 3
Views: 11233

getRoomListFromGroup

Hello,

When i use getRoomListFromGroup function, is this listing me that prepared data from client api, or is it request to server for response?

var roomList:Array = sfs.roomManager.getRoomListFromGroup(games_grup);

Best Regards
by aliko
04 Jul 2015, 17:27
Forum: SFS2X Questions
Topic: jetty maxFormContentSize
Replies: 2
Views: 4992

Re: jetty maxFormContentSize

Thank you very much.
by aliko
04 Jul 2015, 10:15
Forum: SFS2X Questions
Topic: jetty maxFormContentSize
Replies: 2
Views: 4992

jetty maxFormContentSize

Hello, I updated maxFormContentSize like below from /SmartFoxServer_2X/SFS2X/lib/jetty/start.ini and restart smartfoxserver org.eclipse.jetty.server.Request.maxFormContentSize=1000000000 but still i'm getting error. jetty.servlet.ServletHandler | | /BlueBox/SFS2XFileUpload java.lang.IllegalStateExce...

Go to advanced search