Thank you for your response! I completely understand now.
Hi, today I tested the Join process using the JoinByToken
method.
There were no issues with hosting, but when trying to join, even though I entered the correct Token, I got a Web Server Error 604.
Additionally, GetServerList did not return any results.
So, I checked the logs and found the following messages right after successfully hosting:
UnrealHostPlugin: TCP Server started on port: 8000
UnrealHostPlugin: TCP Server stopped: 8000
UnrealHostPlugin: Remove Host: 3EJ8hM
Could this be the cause of the issue?
You must activate “Is Public Server” in the “Start Host” function so that it appears in the server list. The “Host Token” also comes from the “Start Host” function.
I’ve already done that…
Or, could it be because hosting takes an unusually long time to connect, although I’m not sure of the exact reason?
Have you entered the correct ipv6 and ipv4 in the web.xml? This could be the reason why it takes so long. The client tries different things to connect.
Otherwise you can also activate the logs in the web.xml. Then much more is written into it.
Oops, I had entered a value other than my IPv4.
Thanks to you, hosting is now much faster!
However, there still seems to be an issue with the Join process…
Hard to say from here. Perhaps deactivate the firewall to test whether this is the cause. Does the demo build in which my server is registered work? Does the demo project work with your server?
+++ Web Server Error 605 appears, followed by another 604, and then the process fails. And Your demo project worked perfectly
This could be because you have entered 0 for server slots. This is the maximum number of players that can join.
Hmm, this time I tried changing the ServerSlots value to 2, but it seems to be the same as before…
Just to be clear. Did you take my demo project and enter your server data there and it worked?
No, I used your demo data exactly as it was.
I’m not sure of the exact reason, but after placing SetAllowClientsToJoin
right after the StartUEGameHost
method, it worked successfully!! But manually entering the token and triggering JoinUEGameHostByToken
still doesn’t work.
You can enter your server in the demo project and test it to see if there is a problem with your client or your server.
You could also try to create a build and start it twice. One for the host and one for the client.
In my project, I still get Web Service Error 605, and while hosting works, joining doesn’t. Even after refreshing, the issue remains the same.
I looked in the code. 605 is returned if joining is not allowed. Joining is only allowed when the host is fully started.
Stop the tomcat. Delete all log files. Activate the logs in the web.xml file. Start the tomcat. Start the host. Copy the logs (catalina) here.
Is the log you’re looking for catalina.2025-03-17?
Yes, I don’t know if it wouldn’t be better to switch to e-mail.
17-Mar-2025 19:56:06.045 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version name: Apache Tomcat/10.1.39
17-Mar-2025 19:56:06.049 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server build time: Mar 4 2025 19:02:32 UTC
17-Mar-2025 19:56:06.049 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Server version number: 10.1.39.0
17-Mar-2025 19:56:06.049 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Operating system name: Windows 10
17-Mar-2025 19:56:06.049 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Operating system version: 10.0
17-Mar-2025 19:56:06.051 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Architecture: amd64
17-Mar-2025 19:56:06.051 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Java home: C:\Program Files\Java\jdk-23.0.2
17-Mar-2025 19:56:06.051 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM version: 23.0.2+7-58
17-Mar-2025 19:56:06.051 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM vendor: Oracle Corporation
17-Mar-2025 19:56:06.051 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_BASE: C:\Program Files\Apache Software Foundation\Tomcat 10.1_Tomcat10_SSS_Master
17-Mar-2025 19:56:06.051 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log CATALINA_HOME: C:\Program Files\Apache Software Foundation\Tomcat 10.1_Tomcat10_SSS_Master
17-Mar-2025 19:56:06.062 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.home=C:\Program Files\Apache Software Foundation\Tomcat 10.1_Tomcat10
17-Mar-2025 19:56:06.063 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Dcatalina.base=C:\Program Files\Apache Software Foundation\Tomcat 10.1_Tomcat10
17-Mar-2025 19:56:06.063 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.io.tmpdir=C:\Program Files\Apache Software Foundation\Tomcat 10.1_Tomcat10\temp
17-Mar-2025 19:56:06.063 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager
17-Mar-2025 19:56:06.063 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Djava.util.logging.config.file=C:\Program Files\Apache Software Foundation\Tomcat 10.1_Tomcat10\conf\logging.properties
17-Mar-2025 19:56:06.063 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.lang=ALL-UNNAMED
17-Mar-2025 19:56:06.063 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.base/java.io=ALL-UNNAMED
17-Mar-2025 19:56:06.063 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED
17-Mar-2025 19:56:06.063 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: exit
17-Mar-2025 19:56:06.064 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: abort
17-Mar-2025 19:56:06.064 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xms256m
17-Mar-2025 19:56:06.064 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log Command line argument: -Xmx512m
17-Mar-2025 19:56:06.067 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent Loaded APR-based Apache Tomcat Native library [2.0.8] using APR version [1.7.4]
17-Mar-2025 19:56:06.075 INFO [main] org.apache.catalina.core.AprLifecycleListener.initializeSSL OpenSSL successfully initialized: [OpenSSL 3.0.14 4 Jun 2024]
17-Mar-2025 19:56:06.355 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing protocol handler [“http-nio-8080”]
17-Mar-2025 19:56:06.379 INFO [main] org.apache.catalina.startup.Catalina.load Server initialized in [543] milliseconds
17-Mar-2025 19:56:06.428 INFO [main] org.apache.catalina.core.StandardService.startInternal Starting service [Catalina]
17-Mar-2025 19:56:06.429 INFO [main] org.apache.catalina.core.StandardEngine.startInternal Starting server engine: [Apache Tomcat/10.1.39]
17-Mar-2025 19:56:06.448 INFO [main] org.apache.catalina.startup.HostConfig.deployWAR Deploying web application archive [C:\Program Files\Apache Software Foundation\Tomcat 10.1_Tomcat10\webapps\UnrealHostPlugin.war]
17-Mar-2025 19:56:06.863 INFO [main] org.apache.catalina.startup.HostConfig.deployWAR Deployment of [UnrealHostPlugin.war] completed in [413] milliseconds
17-Mar-2025 19:56:06.864 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [docs]
17-Mar-2025 19:56:06.917 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of [docs] completed in [53] milliseconds
17-Mar-2025 19:56:06.917 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [examples]
17-Mar-2025 19:56:07.573 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of [examples] completed in [656] milliseconds
17-Mar-2025 19:56:07.574 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [host-manager]
17-Mar-2025 19:56:07.632 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of [host-manager] completed in [58] milliseconds
17-Mar-2025 19:56:07.632 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [manager]
17-Mar-2025 19:56:07.689 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of [manager] completed in [57] milliseconds
17-Mar-2025 19:56:07.689 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deploying web application directory [ROOT]
17-Mar-2025 19:56:07.726 INFO [main] org.apache.catalina.startup.HostConfig.deployDirectory Deployment of [ROOT] completed in [37] milliseconds
17-Mar-2025 19:56:07.731 INFO [main] org.apache.coyote.AbstractProtocol.start Starting protocol handler [“http-nio-8080”]
17-Mar-2025 19:56:07.759 INFO [main] org.apache.catalina.startup.Catalina.start Server started in [1379] milliseconds
I don’t see anything from my app. Is this after you have started a host?