id7409977 0 Posted June 8, 2020 все сделал по инструкции https://monche.org/article/1055-sozdanie-servera-lineage-2-helios.html но после того как ввожу логин пароль стоит загрузка и все 08.06 14:36:34 INFO Starting GameServer on DESKTOP-PSUOMU6 with PID 6096 (I:\helios\gg\l2helios\game\libs\game-0.0.1.jar started by id740 in I:\helios\gg\l2helios\game) 08.06 14:36:34 INFO No active profile set, falling back to default profiles: default 08.06 14:36:34 INFO Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@4ccb53: startup date [Mon Jun 08 14:36:34 MSK 2020]; root of context hierarchy 08.06 14:36:36 INFO Overriding bean definition for bean 'dataSource' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Hikari; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Hikari.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.jdbc.DataSourceConfiguration$Tomcat; factoryMethodName=dataSource; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/jdbc/DataSourceConfiguration$Tomcat.class]] 08.06 14:36:36 INFO Building JPA container EntityManagerFactory for persistence unit 'default' 08.06 14:36:36 INFO HHH000204: Processing PersistenceUnitInfo [ name: default ...] 08.06 14:36:36 INFO HHH000412: Hibernate Core {5.0.9.Final} 08.06 14:36:36 INFO HHH000206: hibernate.properties not found 08.06 14:36:36 INFO HHH000021: Bytecode provider name : javassist 08.06 14:36:36 INFO HCANN000001: Hibernate Commons Annotations {5.0.1.Final} 08.06 14:36:37 INFO HHH000400: Using dialect: org.hibernate.dialect.MySQLDialect 08.06 14:36:38 INFO HHH000228: Running hbm2ddl schema update 08.06 14:36:38 INFO HHH000262: Table not found: clan_reward 08.06 14:36:38 INFO HHH000262: Table not found: clan_reward 08.06 14:36:38 INFO HHH000262: Table not found: player_community_buffs 08.06 14:36:38 INFO HHH000262: Table not found: player_community_buffs 08.06 14:36:38 INFO HHH000262: Table not found: player_community_teleport 08.06 14:36:38 INFO HHH000262: Table not found: player_community_teleport 08.06 14:36:38 INFO HHH000262: Table not found: player_faction 08.06 14:36:38 INFO HHH000262: Table not found: player_faction 08.06 14:36:38 INFO HHH000262: Table not found: player_login_reward 08.06 14:36:38 INFO HHH000262: Table not found: player_login_reward 08.06 14:36:38 INFO HHH000262: Table not found: player_monster_book 08.06 14:36:38 INFO HHH000262: Table not found: player_monster_book 08.06 14:36:38 INFO Initialized JPA EntityManagerFactory for persistence unit 'default' 08.06 14:36:38 INFO ================================================= 08.06 14:36:38 INFO Authserver host info: IP[127.0.0.1], PORT[9014] 08.06 14:36:38 INFO ================================================= 08.06 14:36:38 INFO Gameserver host info: 08.06 14:36:38 INFO ID[1], IP[127.0.0.1], INNER_IP[127.0.0.1], PORT[7777] 08.06 14:36:38 INFO ================================================= 08.06 14:36:38 INFO Abuse: Loaded 18 abuse words. 08.06 14:36:39 ERROR Property ├п┬╗┬┐# does not exist on target class com.zaxxer.hikari.HikariConfig 08.06 14:36:39 WARN Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'gameServer': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [studio.lineage2.gameserver.GameServer$$EnhancerBySpringCGLIB$$1ec04095]: Constructor threw exception; nested exception is java.lang.ExceptionInInitializerError 08.06 14:36:39 INFO Closing JPA EntityManagerFactory for persistence unit 'default' 08.06 14:36:39 INFO Error starting ApplicationContext. To display the auto-configuration report enable debug logging (start with --debug) 08.06 14:36:39 ERROR Application startup failed org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'gameServer': Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [studio.lineage2.gameserver.GameServer$$EnhancerBySpringCGLIB$$1ec04095]: Constructor threw exception; nested exception is java.lang.ExceptionInInitializerError at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1105) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1050) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482) at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:776) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:861) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:541) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:759) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:369) at org.springframework.boot.SpringApplication.run(SpringApplication.java:313) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1185) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1174) at studio.lineage2.gameserver.GameServer.main(GameServer.java:421) Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [studio.lineage2.gameserver.GameServer$$EnhancerBySpringCGLIB$$1ec04095]: Constructor threw exception; nested exception is java.lang.ExceptionInInitializerError at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:154) at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:89) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1098) ... 16 common frames omitted Caused by: java.lang.ExceptionInInitializerError: null at studio.lineage2.gameserver.database.DatabaseFactory.getInstance(DatabaseFactory.java:26) at studio.lineage2.gameserver.idfactory.IdFactory.resetOnlineStatus(IdFactory.java:73) at studio.lineage2.gameserver.idfactory.IdFactory.<init>(IdFactory.java:63) at studio.lineage2.gameserver.idfactory.BitSetIDFactory.<init>(BitSetIDFactory.java:34) at studio.lineage2.gameserver.idfactory.IdFactory.<clinit>(IdFactory.java:51) at studio.lineage2.gameserver.GameServer.<init>(GameServer.java:162) at studio.lineage2.gameserver.GameServer$$EnhancerBySpringCGLIB$$1ec04095.<init>(<generated>) at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:142) ... 18 common frames omitted Caused by: java.lang.RuntimeException: Property ├п┬╗┬┐# does not exist on target class com.zaxxer.hikari.HikariConfig at com.zaxxer.hikari.util.PropertyElf.setProperty(PropertyElf.java:155) at com.zaxxer.hikari.util.PropertyElf.setTargetFromProperties(PropertyElf.java:67) at com.zaxxer.hikari.HikariConfig.loadProperties(HikariConfig.java:870) at com.zaxxer.hikari.HikariConfig.<init>(HikariConfig.java:144) at studio.lineage2.gameserver.database.DatabaseFactory.<init>(DatabaseFactory.java:15) at studio.lineage2.gameserver.database.DatabaseFactory.<init>(DatabaseFactory.java:9) at studio.lineage2.gameserver.database.DatabaseFactory$DataSourceHolder.<clinit>(DatabaseFactory.java:21) ... 30 common frames omitted Server terminated abnormaly ... Server terminated ... Для продолжения нажмите любую клавишу . . . Quote Share this post Link to post
Flip 82 Posted June 8, 2020 9 часов назад, id7409977 сказал: но после того как ввожу логин пароль привет, могу предположить что проблем может быть несколько - не установлена БД , не поддходит версия java, и еще вариант это русские названия в папке сервера типа : C:\Ла2Сервер\gameserver. ну или типа того. Проверь еще раз все-ли верно установлено Quote Share this post Link to post
id7409977 0 Posted June 9, 2020 1 час назад, haron сказал: не корректно установлена БД а как исправить Quote Share this post Link to post