Search found 9 matches

by h128
10 Nov 2024, 10:05
Forum: SFS2X Questions
Topic: License server is down!
Replies: 65
Views: 76007

Re: License server is down!

We are using the temporary fix stated above. How long will this fix be effective? Do we have to restart the server as soon as possible or can wait a couple of days? It is not a good idea to interrupt the production server too often. We have regular maintenance scheduled every Tuesday can we wait ...
by h128
10 Nov 2024, 06:15
Forum: SFS2X Questions
Topic: License server is down!
Replies: 65
Views: 76007

Re: License server is down!

same here - the license server is down we back to 100CCU
by h128
27 Feb 2024, 12:31
Forum: SFS2X Questions
Topic: Replacing the embeded Tomcat
Replies: 1
Views: 1162

Replacing the embeded Tomcat

I am wondering if it is possible to replace the embeded tomcat 9 with Tomcat 10?

Tomcat 10 is required to run Spring Boot 3 app.

Thanks!
by h128
04 Mar 2021, 15:25
Forum: SFS2X Questions
Topic: set allowClientUdpPortChanges to true has no effect
Replies: 5
Views: 6121

Re: set allowClientUdpPortChanges to true has no effect

My bad!

The error message is actually Discard UDP packet from ..., reason: Sender UDP IP doesn't match current session IP: X != Y

It is IP mismatch.

If putting Smart fox server behind proxy services is not possible how do we protect the production server from DDOS? By the way TCP connection ...
by h128
04 Mar 2021, 14:48
Forum: SFS2X Questions
Topic: set allowClientUdpPortChanges to true has no effect
Replies: 5
Views: 6121

Re: set allowClientUdpPortChanges to true has no effect

But I thought by setting allowClientUdpPortChanges to true the server does not try to validate the authenticity of the request.

"This is basically telling the server to ignore client UDP port changes at the cost of reducing security" This was what you suggested from the post mentioned previously.
by h128
04 Mar 2021, 11:54
Forum: SFS2X Questions
Topic: set allowClientUdpPortChanges to true has no effect
Replies: 5
Views: 6121

set allowClientUdpPortChanges to true has no effect

I am using TCP/UDP proxy service to protect my server and encountered the TCP/UDP IP not matching problem.

Discard UDP packet from ..., reason: Sender UDP Port doesn't match current session port: X != Y

So I set allowClientUdpPortChanges to true as suggested by the forum post:

https://forums ...
by h128
01 Aug 2019, 08:31
Forum: SFS2X Questions
Topic: SFS2X Guava Version seems too Old for Google Pubsub
Replies: 1
Views: 4121

SFS2X Guava Version seems too Old for Google Pubsub

Hi, we are trying to integrate Google Pubsub into our SFS2X game backend.

However, we find the following error, which implies that the Preconditions.checkArgument(ZLjava/lang/String;CLjava/lang/Object) method, provided by Guava and called by Pubsub library, can’t be found.


Exception in thread ...
by h128
20 Jun 2019, 09:41
Forum: SFS2X Questions
Topic: Failed startup of context when Deploy Spring-boot WAR
Replies: 2
Views: 7194

Re: Failed startup of context when Deploy Spring-boot WAR

Hi,
maybe it has something to do with this?
https://stackoverflow.com/questions/52716062/java-lang-runtimeexception-error-scanning-entry-module-info-class-from-jar

Cheers

Thanks for your reply.

It's about JEP-238 jar problem. Since the current Jetty SmartFox is v.9.3.11 and Jetty only supports ...
by h128
18 Jun 2019, 10:05
Forum: SFS2X Questions
Topic: Failed startup of context when Deploy Spring-boot WAR
Replies: 2
Views: 7194

Failed startup of context when Deploy Spring-boot WAR

I have a Spring-boot web application, which contains some user authentication features and is planned to perform management tasks on SmartFoxServer, such as kicking players or setting configs of our game dynamically.

I can successfully package my spring-boot application as a WAR file and deploy it ...