Запуск сервера?

Помогите пожалуйста запустить сервер на CentOS 7 или на Windows 11.

При запуске на Windows через Git Bash в логах:

 > [main][2022-12-17 15:10:13,135][INFO, (ConfigUtil.java:41).loadProperties] load properties ..\data\conf
java.io.FileNotFoundException: ..\data\conf\gls.properties (—истеме не удаетс¤ найти указанный путь)
    at java.base/java.io.FileInputStream.open0(Native Method)
    at java.base/java.io.FileInputStream.open(FileInputStream.java:216)
    at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157)
    at java.base/java.io.FileInputStream.<init>(FileInputStream.java:111)
    at common.util.ConfigUtil.loadProperties(ConfigUtil.java:43)
    at game.server.GameLogicServer.main(GameLogicServer.java:173)
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulting to no-operation (NOP) logger implementation
SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
Exception in thread "main" java.lang.IllegalStateException: Cannot load configuration class: game.server.AppConfig
    at org.springframework.context.annotation.ConfigurationClassPostProcessor.enhanceConfigurationClasses(ConfigurationClassPostProcessor.java:410)
    at org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanFactory(ConfigurationClassPostProcessor.java:263)
    at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:284)
    at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:130)
    at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:677)
    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:519)
    at org.springframework.context.annotation.AnnotationConfigApplicationContext.<init>(AnnotationConfigApplicationContext.java:84)
    at game.server.GameLogicServer.main(GameLogicServer.java:174)
Caused by: java.lang.ExceptionInInitializerError
    at org.springframework.cglib.core.KeyFactory$Generator.getProtectionDomain(KeyFactory.java:136)
    at org.springframework.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:206)
    at org.springframework.cglib.core.KeyFactory$Generator.create(KeyFactory.java:149)
    at org.springframework.cglib.core.KeyFactory.create(KeyFactory.java:117)
    at org.springframework.cglib.core.KeyFactory.create(KeyFactory.java:109)
    at org.springframework.cglib.core.KeyFactory.create(KeyFactory.java:105)
    at org.springframework.cglib.proxy.Enhancer.<clinit>(Enhancer.java:71)
    at org.springframework.context.annotation.ConfigurationClassEnhancer.newEnhancer(ConfigurationClassEnhancer.java:121)
    at org.springframework.context.annotation.ConfigurationClassEnhancer.enhance(ConfigurationClassEnhancer.java:109)
    at org.springframework.context.annotation.ConfigurationClassPostProcessor.enhanceConfigurationClasses(ConfigurationClassPostProcessor.java:400)
    ... 7 more
Caused by: java.lang.reflect.InaccessibleObjectException: Unable to make protected final java.lang.Class java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain) throws java.lang.ClassFormatError accessible: module java.base does not "opens java.lang" to unnamed module @5a4aa2f2
    at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:354)
    at java.base/java.lang.reflect.AccessibleObject.checkCanSetAccessible(AccessibleObject.java:297)
    at java.base/java.lang.reflect.Method.checkCanSetAccessible(Method.java:199)
    at java.base/java.lang.reflect.Method.setAccessible(Method.java:193)
    at org.springframework.cglib.core.ReflectUtils$1.run(ReflectUtils.java:52)
    at java.base/java.security.AccessController.doPrivileged(AccessController.java:318)
    at org.springframework.cglib.core.ReflectUtils.<clinit>(ReflectUtils.java:42)
    ... 17 more

А в самой консоли nohup: redirecting stderr to stdout

Подскажите пожалуйста решение?

Прилепляю ссылка на сам сервер! Скачать сервер


Ответы (0 шт):