Search found 128 matches

by Ardito
15 Nov 2022, 11:50
Forum: SFS2X Questions
Topic: Upload .json files
Replies: 4
Views: 1777

Re: Upload .json files

Can I get help?

Further details:
I have a DNS on Aruba that points to my server, but where should I put this .json file?
by Ardito
14 Nov 2022, 15:46
Forum: SFS2X Questions
Topic: Upload .json files
Replies: 4
Views: 1777

Upload .json files

Hi,
I have to put this .json file in the server (See image), but I don't understand where to put it, who can help me?

Best regards

Screen error.png
(112.02 KiB) Not downloaded yet
by Ardito
20 Jun 2022, 16:21
Forum: SFS2X Questions
Topic: Crypto SSL False
Replies: 5
Views: 2830

Re: Crypto SSL False

Through private messages with SmartFoxServer 2X support, we found that I was missing a piece of code in the client: ConfigData config = new ConfigData(); config.Host = ServerIP; config.HttpPort = HTTPport; config.HttpsPort = HTTPSport; config.Zone = "Login"; sfsConnection.Connect(config); ...
by Ardito
20 Jun 2022, 12:21
Forum: SFS2X Questions
Topic: Crypto SSL False
Replies: 5
Views: 2830

Re: Crypto SSL False

The encryption is active, before the move everything worked perfectly, so I don't think the problem is a TLS version problem

Best regards
by Ardito
17 Jun 2022, 15:34
Forum: SFS2X Questions
Topic: Crypto SSL False
Replies: 5
Views: 2830

Re: Crypto SSL False

Sent via private message
by Ardito
17 Jun 2022, 14:51
Forum: SFS2X Questions
Topic: Crypto SSL False
Replies: 5
Views: 2830

Crypto SSL False

Hi, I had to move my server to another place, now when I try to make an encrypted connection I get "OnCryptoInit FALSE", why the certificate check fails? - I have opened the ports of the Router; - Firewall set; Maybe changing the connection, but the PC remained the same, do I have to recre...
by Ardito
12 May 2022, 17:13
Forum: SFS2X Questions
Topic: Warning in SFS2X 2.18.2
Replies: 2
Views: 1924

Re: Warning in SFS2X 2.18.2

OK thanks
by Ardito
12 May 2022, 12:41
Forum: SFS2X Questions
Topic: Warning in SFS2X 2.18.2
Replies: 2
Views: 1924

Warning in SFS2X 2.18.2

Hello, When I start the SFS2X 2.18.2 server I get these warnings for what, in version 2.17.2 I did not receive them. How can I fix them? 14:43:11,707 INFO [main] v2.SmartFoxServer - Boot sequence starts... WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective acces...
by Ardito
28 Apr 2022, 12:05
Forum: SFS2X Questions
Topic: SDK firebase java.lang.NoClassDefFoundError
Replies: 3
Views: 2349

Re: SDK firebase java.lang.NoClassDefFoundError

You're right! I solved it by inserting other dlls

Thanks!
My greetings
by Ardito
28 Apr 2022, 11:55
Forum: SFS2X Questions
Topic: SDK firebase java.lang.NoClassDefFoundError
Replies: 3
Views: 2349

Re: SDK firebase java.lang.NoClassDefFoundError

I have entered everything, in fact on Eclipse I do not receive errors ..
by Ardito
27 Apr 2022, 18:06
Forum: SFS2X Questions
Topic: SDK firebase java.lang.NoClassDefFoundError
Replies: 3
Views: 2349

SDK firebase java.lang.NoClassDefFoundError

Hi, I am implementing the firebase SDK, I have added the .dll in the "SFS2X\lib" folder, on eclipse I do not get errors, when I run SmartFox.standalone I get this error: 20:06:19,940 WARN [SFSWorker:Ext:2] core.SFSEventManager - java.lang.NoClassDefFoundError: :::::::::::::::::::::::::::::...
by Ardito
24 Apr 2022, 01:42
Forum: SFS2X Questions
Topic: Disconnection [SFS - ERROR] [TCPSocketLayer]
Replies: 15
Views: 7600

Re: Disconnection [SFS - ERROR] [TCPSocketLayer]

I have replicated it but I always get error after "OnConnect ()". In my project before "sfsConnection = new SmartFox ();" I call "sfsConnection.Disconnect ();", but the problem persists. So I have no idea why I am getting this error, I have also updated SFS2X to version...
by Ardito
23 Apr 2022, 17:19
Forum: SFS2X Questions
Topic: Disconnection [SFS - ERROR] [TCPSocketLayer]
Replies: 15
Views: 7600

Re: Disconnection [SFS - ERROR] [TCPSocketLayer]

This error always pops up after OnConnect, but I first do sfs.Disconnect ();
by Ardito
23 Apr 2022, 15:57
Forum: SFS2X Questions
Topic: Disconnection [SFS - ERROR] [TCPSocketLayer]
Replies: 15
Views: 7600

Re: Disconnection [SFS - ERROR] [TCPSocketLayer]

I don't understand why in my code I get this error. I have tried everything, is there an integrated trace?
by Ardito
23 Apr 2022, 13:25
Forum: SFS2X Questions
Topic: Disconnection [SFS - ERROR] [TCPSocketLayer]
Replies: 15
Views: 7600

Re: Disconnection [SFS - ERROR] [TCPSocketLayer]

I tried in a new project, and the error doesn't show up, so something is wrong with my programming

Go to advanced search