Lusion Posted February 24, 2021 Report Posted February 24, 2021 I followed all the steps in the tutorials on setting up unity packages and setting up the windows manager server, I am getting the error "Can't find world server" But my world server is up and so is my authentication... I don't know whats wrong and haven't been able to figure it out... I am on version X and used the 3 part download then used 7zip to put them together... Help?
Martin (Dragonsan) Posted February 24, 2021 Report Posted February 24, 2021 There are many things that can cause such behavior, but my guess is that you can use java 11 instead of java 8. Please check any of your logs (not error one) in the logs/world directory to verify what java version is being used.
Lusion Posted February 24, 2021 Author Report Posted February 24, 2021 How can I change the java version of the server? I did it through windows and my java version is updated...
Martin (Dragonsan) Posted February 25, 2021 Report Posted February 25, 2021 Have you verified that you used Java 11? Were you able to start your server using Java 8?
Lusion Posted February 27, 2021 Author Report Posted February 27, 2021 My computer is java 11, the server is running 8, how can I update the server
Martin (Dragonsan) Posted February 27, 2021 Report Posted February 27, 2021 You can have multiple java versions, the most important is what environment parameters you have within your system. To ensure that your server is running with java 11, check proxy log or any other log, and find parameter java.runtime.version = 1.8.0_151-8u151-b12-0ubuntu0.17.10.2-b12 If you will have Java 11 there, you cna try to uninstall this version and keep only 8
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now