Bronson17 Опубликовано 21 января Жалоба Поделиться Опубликовано 21 января (изменено) При попытке запустить игру вылетает ошибка "Font 0 not found in .\Morrowind.ini" Лаунчер отсюда: https://www.fullrest.ru/files/morrowind-fullrest-repackВерсия 4.0.90 бетаВиндовс 10 хом 64В ридми сказано: "Сам образ диска можно взять из каталога M[FR]\Extras\disk\Morrowind.iso" У меня в этой папке диска нет.application.log.2022-01-20.0.gz Изменено 21 января пользователем Bronson17 Ссылка на комментарий Поделиться на другие сайты Поделиться
Марк К. Марцелл Опубликовано 21 января Жалоба Поделиться Опубликовано 21 января При попытке запустить игру вылетает ошибка "Font 0 not found in .\Morrowind.ini" Лаунчер отсюда: https://www.fullrest.ru/files/morrowind-fullrest-repackВерсия 4.0.90 бетаВиндовс 10 хом 64В ридми сказано: "Сам образ диска можно взять из каталога M[FR]\Extras\disk\Morrowind.iso" У меня в этой папке диска нет.[/size]Проверку целостности проводили? Папка игры в исключениях антивируса и защитника? Права доступа к редактированию .ини у игры есть? Ссылка на комментарий Поделиться на другие сайты Поделиться
Goradi Опубликовано 30 января Жалоба Поделиться Опубликовано 30 января После установки запускаю лаунчер, появляется лого и висит до бесконечности. Если попытаться с ним взаимодействовать перестает отвечать. Пока работает, почти никаких ресурсов не жрет, только пол гига оперативы.Качал с фулреста: https://www.fullrest.ru/files/morrowind-fullrest-repackСистема: W10 офф со всеми обновлениями Лог за один запуск под спойлером "2022-01-30 03:25:21 [DefaultDispatcher-worker-1] INFO o.s.boot.SpringApplication - Starting application using Java 11.0.2 on MyPc with PID 1076 (C:\Games\M[FR]\M[FR] Launcher.exe started by User in C:\Games\M[FR])""2022-01-30 03:25:21 [DefaultDispatcher-worker-1] INFO o.s.boot.SpringApplication - No active profile set, falling back to default profiles: default""2022-01-30 03:25:21 [DefaultDispatcher-worker-1] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'""2022-01-30 03:25:22 [DefaultDispatcher-worker-1] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.""2022-01-30 03:25:22 [DefaultDispatcher-worker-1] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 162 ms. Found 6 JPA repository interfaces.""2022-01-30 03:25:23 [DefaultDispatcher-worker-1] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...""2022-01-30 03:25:23 [DefaultDispatcher-worker-1] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.""2022-01-30 03:25:23 [DefaultDispatcher-worker-1] INFO liquibase.database - Set default schema name to PUBLIC""2022-01-30 03:25:23 [DefaultDispatcher-worker-1] INFO liquibase.lockservice - Successfully acquired change log lock""2022-01-30 03:25:24 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Reading from PUBLIC.DATABASECHANGELOG""2022-01-30 03:25:24 [DefaultDispatcher-worker-1] INFO liquibase.lockservice - Successfully released change log lock""2022-01-30 03:25:24 [DefaultDispatcher-worker-1] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]""2022-01-30 03:25:24 [DefaultDispatcher-worker-1] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 5.4.31.Final""2022-01-30 03:25:25 [DefaultDispatcher-worker-1] INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.1.2.Final}""2022-01-30 03:25:25 [DefaultDispatcher-worker-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.H2Dialect""2022-01-30 03:25:26 [DefaultDispatcher-worker-1] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]""2022-01-30 03:25:26 [DefaultDispatcher-worker-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'""2022-01-30 03:25:27 [JavaFX Application Thread] ERROR ru.fullrest.mfr.launcher.Launcher - Application take an error and will be closed"ru.fullrest.mfr.launcher.exception.OnlineModException: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/client":PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed; nested exception is javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed at ru.fullrest.mfr.launcher.service.RestTemplateService.client(RestTemplateService.kt:91)at ru.fullrest.mfr.launcher.javafx.controller.LauncherController$checkApplicationUpdate$2.invokeSuspend(LauncherController.kt:232)at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)Caused by: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/client":PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed; nested exception is javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:785)at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:711)at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:631)at ru.fullrest.mfr.launcher.service.RestTemplateService.client(RestTemplateService.kt:116)... 7 common frames omittedCaused by: javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failedat java.base/sun.security.ssl.Alert.createSSLException(Alert.java:128)at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:321)at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:264)at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:259)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts(CertificateMessage.java:642)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.onCertificate(CertificateMessage.java:461)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.consume(CertificateMessage.java:361)at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392)at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:444)at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:421)at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:178)at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:164)at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1152)at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1063)at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:402)at java.base/sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:567)at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:163)at org.springframework.http.client.SimpleBufferingClientHttpRequest.executeInternal(SimpleBufferingClientHttpRequest.java:76)at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48)at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:66)at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:776)... 10 common frames omittedCaused by: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failedat java.base/sun.security.validator.PKIXValidator.doValidate(PKIXValidator.java:350)at java.base/sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:248)at java.base/sun.security.validator.Validator.validate(Validator.java:264)at java.base/sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:321)at java.base/sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:221)at java.base/sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:129)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts(CertificateMessage.java:626)... 27 common frames omittedCaused by: java.security.cert.CertPathValidatorException: validity check failedat java.base/sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(PKIXMasterCertPathValidator.java:135)at java.base/sun.security.provider.certpath.PKIXCertPathValidator.validate(PKIXCertPathValidator.java:233)at java.base/sun.security.provider.certpath.PKIXCertPathValidator.validate(PKIXCertPathValidator.java:141)at java.base/sun.security.provider.certpath.PKIXCertPathValidator.engineValidate(PKIXCertPathValidator.java:80)at java.base/java.security.cert.CertPathValidator.validate(CertPathValidator.java:309)at java.base/sun.security.validator.PKIXValidator.doValidate(PKIXValidator.java:345)... 33 common frames omittedCaused by: java.security.cert.CertificateExpiredException: NotAfter: Sun Jan 30 01:17:10 MSK 2022at java.base/sun.security.x509.CertificateValidity.valid(CertificateValidity.java:274)at java.base/sun.security.x509.X509CertImpl.checkValidity(X509CertImpl.java:687)at java.base/sun.security.provider.certpath.BasicChecker.verifyValidity(BasicChecker.java:190)at java.base/sun.security.provider.certpath.BasicChecker.check(BasicChecker.java:144)at java.base/sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(PKIXMasterCertPathValidator.java:125)... 38 common frames omitted Ссылка на комментарий Поделиться на другие сайты Поделиться
Dobry_Enot Опубликовано 30 января Жалоба Поделиться Опубликовано 30 января Добрый день, присоединяюсь к коментатору выше. Вчера все было ок, сегодня нет ответа. уже переустановил клиент со Стима, и перекачал дважды установщик, сначала идет загрузка, лаунчера, после он повисает и висит.Качал с фуллреста: https://www.fullrest.ru/files/morrowind-fullrest-repackWin 10 с последними Обновами. "2022-01-30 13:06:51 [DefaultDispatcher-worker-1] INFO o.s.boot.SpringApplication - Starting application using Java 11.0.2 on LAPTOP-IU1MI94D with PID 12536 (C:\Program Files (x86)\Steam\steamapps\common\Morrowind\M[FR]\M[FR] Launcher.exe started by funny in C:\Program Files (x86)\Steam\steamapps\common\Morrowind\M[FR])""2022-01-30 13:06:51 [DefaultDispatcher-worker-1] INFO o.s.boot.SpringApplication - No active profile set, falling back to default profiles: default""2022-01-30 13:06:51 [DefaultDispatcher-worker-1] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'""2022-01-30 13:06:51 [DefaultDispatcher-worker-1] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.""2022-01-30 13:06:52 [DefaultDispatcher-worker-1] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 135 ms. Found 6 JPA repository interfaces.""2022-01-30 13:06:52 [DefaultDispatcher-worker-1] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...""2022-01-30 13:06:53 [DefaultDispatcher-worker-1] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.""2022-01-30 13:06:53 [DefaultDispatcher-worker-1] INFO liquibase.database - Set default schema name to PUBLIC""2022-01-30 13:06:53 [DefaultDispatcher-worker-1] INFO liquibase.lockservice - Successfully acquired change log lock""2022-01-30 13:06:54 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Creating database history table with name: PUBLIC.DATABASECHANGELOG""2022-01-30 13:06:54 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Reading from PUBLIC.DATABASECHANGELOG""2022-01-30 13:06:54 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Table PROPERTY created""2022-01-30 13:06:54 [DefaultDispatcher-worker-1] INFO liquibase.changelog - ChangeSet db/changelog/changelog-1.0.xml::create property table::Lezenford ran successfully in 97ms""2022-01-30 13:06:54 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Table sections created""2022-01-30 13:06:54 [DefaultDispatcher-worker-1] INFO liquibase.changelog - ChangeSet db/changelog/changelog-1.0.xml::create packages table::Lezenford ran successfully in 37ms""2022-01-30 13:06:54 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Table options created""2022-01-30 13:06:54 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Unique constraint added to options(section_id, name)""2022-01-30 13:06:54 [DefaultDispatcher-worker-1] INFO liquibase.changelog - ChangeSet db/changelog/changelog-1.0.xml::create option table::Lezenford ran successfully in 46ms""2022-01-30 13:06:54 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Table items created""2022-01-30 13:06:54 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Unique constraint added to items(option_id, storage_path)""2022-01-30 13:06:54 [DefaultDispatcher-worker-1] INFO liquibase.changelog - ChangeSet db/changelog/changelog-1.0.xml::create item table::Lezenford ran successfully in 46ms""2022-01-30 13:06:54 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Foreign key constraint added to options (section_id)""2022-01-30 13:06:54 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Foreign key constraint added to items (option_id)""2022-01-30 13:06:54 [DefaultDispatcher-worker-1] INFO liquibase.changelog - ChangeSet db/changelog/changelog-1.0.xml::create FK for tables::Lezenford ran successfully in 81ms""2022-01-30 13:06:54 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Table extra created""2022-01-30 13:06:54 [DefaultDispatcher-worker-1] INFO liquibase.changelog - ChangeSet db/changelog/changelog-1.0.xml::create extra content table::Lezenford ran successfully in 27ms""2022-01-30 13:06:54 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Table extra_files created""2022-01-30 13:06:54 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Foreign key constraint added to extra_files (extra_id)""2022-01-30 13:06:54 [DefaultDispatcher-worker-1] INFO liquibase.changelog - ChangeSet db/changelog/changelog-1.0.xml::create extra content file table::Lezenford ran successfully in 40ms""2022-01-30 13:06:54 [DefaultDispatcher-worker-1] INFO liquibase.lockservice - Successfully released change log lock""2022-01-30 13:06:54 [DefaultDispatcher-worker-1] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]""2022-01-30 13:06:55 [DefaultDispatcher-worker-1] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 5.4.31.Final""2022-01-30 13:06:55 [DefaultDispatcher-worker-1] INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.1.2.Final}""2022-01-30 13:06:55 [DefaultDispatcher-worker-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.H2Dialect""2022-01-30 13:06:55 [DefaultDispatcher-worker-1] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]""2022-01-30 13:06:55 [DefaultDispatcher-worker-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'""2022-01-30 13:06:57 [JavaFX Application Thread] ERROR ru.fullrest.mfr.launcher.Launcher - Application take an error and will be closed"ru.fullrest.mfr.launcher.exception.OnlineModException: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/client":PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed; nested exception is javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed at ru.fullrest.mfr.launcher.service.RestTemplateService.client(RestTemplateService.kt:91)at ru.fullrest.mfr.launcher.javafx.controller.LauncherController$checkApplicationUpdate$2.invokeSuspend(LauncherController.kt:232)at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)Caused by: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/client":PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed; nested exception is javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:785)at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:711)at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:631)at ru.fullrest.mfr.launcher.service.RestTemplateService.client(RestTemplateService.kt:116)... 7 common frames omittedCaused by: javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failedat java.base/sun.security.ssl.Alert.createSSLException(Alert.java:128)at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:321)at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:264)at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:259)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts(CertificateMessage.java:642)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.onCertificate(CertificateMessage.java:461)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.consume(CertificateMessage.java:361)at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392)at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:444)at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:421)at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:178)at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:164)at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1152)at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1063)at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:402)at java.base/sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:567)at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:163)at org.springframework.http.client.SimpleBufferingClientHttpRequest.executeInternal(SimpleBufferingClientHttpRequest.java:76)at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48)at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:66)at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:776)... 10 common frames omittedCaused by: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failedat java.base/sun.security.validator.PKIXValidator.doValidate(PKIXValidator.java:350)at java.base/sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:248)at java.base/sun.security.validator.Validator.validate(Validator.java:264)at java.base/sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:321)at java.base/sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:221)at java.base/sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:129)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts(CertificateMessage.java:626)... 27 common frames omittedCaused by: java.security.cert.CertPathValidatorException: validity check failedat java.base/sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(PKIXMasterCertPathValidator.java:135)at java.base/sun.security.provider.certpath.PKIXCertPathValidator.validate(PKIXCertPathValidator.java:233)at java.base/sun.security.provider.certpath.PKIXCertPathValidator.validate(PKIXCertPathValidator.java:141)at java.base/sun.security.provider.certpath.PKIXCertPathValidator.engineValidate(PKIXCertPathValidator.java:80)at java.base/java.security.cert.CertPathValidator.validate(CertPathValidator.java:309)at java.base/sun.security.validator.PKIXValidator.doValidate(PKIXValidator.java:345)... 33 common frames omittedCaused by: java.security.cert.CertificateExpiredException: NotAfter: Sun Jan 30 03:17:10 YEKT 2022at java.base/sun.security.x509.CertificateValidity.valid(CertificateValidity.java:274)at java.base/sun.security.x509.X509CertImpl.checkValidity(X509CertImpl.java:687)at java.base/sun.security.provider.certpath.BasicChecker.verifyValidity(BasicChecker.java:190)at java.base/sun.security.provider.certpath.BasicChecker.check(BasicChecker.java:144)at java.base/sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(PKIXMasterCertPathValidator.java:125)... 38 common frames omitted"2022-01-30 13:10:16 [DefaultDispatcher-worker-1] INFO o.s.boot.SpringApplication - Starting application using Java 11.0.2 on LAPTOP-IU1MI94D with PID 11860 (C:\Program Files (x86)\Steam\steamapps\common\Morrowind\M[FR]\M[FR] Launcher.exe started by funny in C:\Program Files (x86)\Steam\steamapps\common\Morrowind\M[FR])""2022-01-30 13:10:16 [DefaultDispatcher-worker-1] INFO o.s.boot.SpringApplication - No active profile set, falling back to default profiles: default""2022-01-30 13:10:16 [DefaultDispatcher-worker-1] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'""2022-01-30 13:10:16 [DefaultDispatcher-worker-1] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.""2022-01-30 13:10:17 [DefaultDispatcher-worker-1] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 133 ms. Found 6 JPA repository interfaces.""2022-01-30 13:10:17 [DefaultDispatcher-worker-1] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...""2022-01-30 13:10:18 [DefaultDispatcher-worker-1] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.""2022-01-30 13:10:18 [DefaultDispatcher-worker-1] INFO liquibase.database - Set default schema name to PUBLIC""2022-01-30 13:10:18 [DefaultDispatcher-worker-1] INFO liquibase.lockservice - Successfully acquired change log lock""2022-01-30 13:10:19 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Reading from PUBLIC.DATABASECHANGELOG""2022-01-30 13:10:19 [DefaultDispatcher-worker-1] INFO liquibase.lockservice - Successfully released change log lock""2022-01-30 13:10:19 [DefaultDispatcher-worker-1] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]""2022-01-30 13:10:19 [DefaultDispatcher-worker-1] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 5.4.31.Final""2022-01-30 13:10:19 [DefaultDispatcher-worker-1] INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.1.2.Final}""2022-01-30 13:10:19 [DefaultDispatcher-worker-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.H2Dialect""2022-01-30 13:10:20 [DefaultDispatcher-worker-1] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]""2022-01-30 13:10:20 [DefaultDispatcher-worker-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'""2022-01-30 13:10:21 [JavaFX Application Thread] ERROR ru.fullrest.mfr.launcher.Launcher - Application take an error and will be closed"ru.fullrest.mfr.launcher.exception.OnlineModException: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/client":PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed; nested exception is javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed at ru.fullrest.mfr.launcher.service.RestTemplateService.client(RestTemplateService.kt:91)at ru.fullrest.mfr.launcher.javafx.controller.LauncherController$checkApplicationUpdate$2.invokeSuspend(LauncherController.kt:232)at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)Caused by: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/client":PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed; nested exception is javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:785)at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:711)at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:631)at ru.fullrest.mfr.launcher.service.RestTemplateService.client(RestTemplateService.kt:116)... 7 common frames omittedCaused by: javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failedat java.base/sun.security.ssl.Alert.createSSLException(Alert.java:128)at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:321)at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:264)at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:259)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts(CertificateMessage.java:642)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.onCertificate(CertificateMessage.java:461)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.consume(CertificateMessage.java:361)at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392)at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:444)at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:421)at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:178)at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:164)at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1152)at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1063)at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:402)at java.base/sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:567)at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:163)at org.springframework.http.client.SimpleBufferingClientHttpRequest.executeInternal(SimpleBufferingClientHttpRequest.java:76)at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48)at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:66)at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:776)... 10 common frames omittedCaused by: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failedat java.base/sun.security.validator.PKIXValidator.doValidate(PKIXValidator.java:350)at java.base/sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:248)at java.base/sun.security.validator.Validator.validate(Validator.java:264)at java.base/sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:321)at java.base/sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:221)at java.base/sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:129)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts(CertificateMessage.java:626)... 27 common frames omittedCaused by: java.security.cert.CertPathValidatorException: validity check failedat java.base/sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(PKIXMasterCertPathValidator.java:135)at java.base/sun.security.provider.certpath.PKIXCertPathValidator.validate(PKIXCertPathValidator.java:233)at java.base/sun.security.provider.certpath.PKIXCertPathValidator.validate(PKIXCertPathValidator.java:141)at java.base/sun.security.provider.certpath.PKIXCertPathValidator.engineValidate(PKIXCertPathValidator.java:80)at java.base/java.security.cert.CertPathValidator.validate(CertPathValidator.java:309)at java.base/sun.security.validator.PKIXValidator.doValidate(PKIXValidator.java:345)... 33 common frames omittedCaused by: java.security.cert.CertificateExpiredException: NotAfter: Sun Jan 30 03:17:10 YEKT 2022at java.base/sun.security.x509.CertificateValidity.valid(CertificateValidity.java:274)at java.base/sun.security.x509.X509CertImpl.checkValidity(X509CertImpl.java:687)at java.base/sun.security.provider.certpath.BasicChecker.verifyValidity(BasicChecker.java:190)at java.base/sun.security.provider.certpath.BasicChecker.check(BasicChecker.java:144)at java.base/sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(PKIXMasterCertPathValidator.java:125)... 38 common frames omitted Ссылка на комментарий Поделиться на другие сайты Поделиться
Lugerr Опубликовано 30 января Жалоба Поделиться Опубликовано 30 января Добрый день, та же самая проблема, как у двух комментаторов выше. Появилась сегодня ночью, вчера вечером все работало отлично.Win 10, Java обновленная, Лаунчер скачивал вчера с фуллреста.Логи такие же: "2022-01-30 13:22:20 [DefaultDispatcher-worker-1] INFO o.s.boot.SpringApplication - Starting application using Java 11.0.2 on Volta with PID 15084 (C:\Games\M[FR]\M[FR] Launcher.exe started by luger in C:\Games\M[FR])""2022-01-30 13:22:20 [DefaultDispatcher-worker-1] INFO o.s.boot.SpringApplication - No active profile set, falling back to default profiles: default""2022-01-30 13:22:20 [DefaultDispatcher-worker-1] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'""2022-01-30 13:22:21 [DefaultDispatcher-worker-1] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.""2022-01-30 13:22:21 [DefaultDispatcher-worker-1] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 98 ms. Found 6 JPA repository interfaces.""2022-01-30 13:22:21 [DefaultDispatcher-worker-1] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...""2022-01-30 13:22:21 [DefaultDispatcher-worker-1] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.""2022-01-30 13:22:21 [DefaultDispatcher-worker-1] INFO liquibase.database - Set default schema name to PUBLIC""2022-01-30 13:22:22 [DefaultDispatcher-worker-1] INFO liquibase.lockservice - Successfully acquired change log lock""2022-01-30 13:22:22 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Reading from PUBLIC.DATABASECHANGELOG""2022-01-30 13:22:22 [DefaultDispatcher-worker-1] INFO liquibase.lockservice - Successfully released change log lock""2022-01-30 13:22:22 [DefaultDispatcher-worker-1] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]""2022-01-30 13:22:22 [DefaultDispatcher-worker-1] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 5.4.31.Final""2022-01-30 13:22:22 [DefaultDispatcher-worker-1] INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.1.2.Final}""2022-01-30 13:22:23 [DefaultDispatcher-worker-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.H2Dialect""2022-01-30 13:22:23 [DefaultDispatcher-worker-1] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]""2022-01-30 13:22:23 [DefaultDispatcher-worker-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'""2022-01-30 13:22:24 [JavaFX Application Thread] ERROR ru.fullrest.mfr.launcher.Launcher - Application take an error and will be closed"ru.fullrest.mfr.launcher.exception.OnlineModException: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/client":PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed; nested exception is javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed at ru.fullrest.mfr.launcher.service.RestTemplateService.client(RestTemplateService.kt:91)at ru.fullrest.mfr.launcher.javafx.controller.LauncherController$checkApplicationUpdate$2.invokeSuspend(LauncherController.kt:232)at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)Caused by: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/client":PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed; nested exception is javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:785)at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:711)at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:631)at ru.fullrest.mfr.launcher.service.RestTemplateService.client(RestTemplateService.kt:116)... 7 common frames omittedCaused by: javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failedat java.base/sun.security.ssl.Alert.createSSLException(Alert.java:128)at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:321)at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:264)at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:259)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts(CertificateMessage.java:642)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.onCertificate(CertificateMessage.java:461)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.consume(CertificateMessage.java:361)at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392)at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:444)at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:421)at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:178)at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:164)at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1152)at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1063)at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:402)at java.base/sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:567)at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:163)at org.springframework.http.client.SimpleBufferingClientHttpRequest.executeInternal(SimpleBufferingClientHttpRequest.java:76)at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48)at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:66)at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:776)... 10 common frames omittedCaused by: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failedat java.base/sun.security.validator.PKIXValidator.doValidate(PKIXValidator.java:350)at java.base/sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:248)at java.base/sun.security.validator.Validator.validate(Validator.java:264)at java.base/sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:321)at java.base/sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:221)at java.base/sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:129)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts(CertificateMessage.java:626)... 27 common frames omittedCaused by: java.security.cert.CertPathValidatorException: validity check failedat java.base/sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(PKIXMasterCertPathValidator.java:135)at java.base/sun.security.provider.certpath.PKIXCertPathValidator.validate(PKIXCertPathValidator.java:233)at java.base/sun.security.provider.certpath.PKIXCertPathValidator.validate(PKIXCertPathValidator.java:141)at java.base/sun.security.provider.certpath.PKIXCertPathValidator.engineValidate(PKIXCertPathValidator.java:80)at java.base/java.security.cert.CertPathValidator.validate(CertPathValidator.java:309)at java.base/sun.security.validator.PKIXValidator.doValidate(PKIXValidator.java:345)... 33 common frames omittedCaused by: java.security.cert.CertificateExpiredException: NotAfter: Sun Jan 30 02:17:10 SAMT 2022at java.base/sun.security.x509.CertificateValidity.valid(CertificateValidity.java:274)at java.base/sun.security.x509.X509CertImpl.checkValidity(X509CertImpl.java:687)at java.base/sun.security.provider.certpath.BasicChecker.verifyValidity(BasicChecker.java:190)at java.base/sun.security.provider.certpath.BasicChecker.check(BasicChecker.java:144)at java.base/sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(PKIXMasterCertPathValidator.java:125)... 38 common frames omitted Ссылка на комментарий Поделиться на другие сайты Поделиться
Urgarat Опубликовано 30 января Жалоба Поделиться Опубликовано 30 января Та же проблема, что и у людей выше. 1. Сегодня днём лаунчер перестал подключаться к серверу, хотя вчера всё работало хорошо. Решил переустановить сборку. После переустановки лаунчер зависает при запуске.3. Лаунчер скачан с фуллреста.4. 4.0.565. Win 10 "2022-01-30 12:36:58 [DefaultDispatcher-worker-1] INFO o.s.boot.SpringApplication - Starting application using Java 11.0.2 on ADMIN-PC with PID 19336 (D:\GAMES\zOTHER\M[FR]\M[FR] Launcher.exe started by ADMIN in D:\GAMES\zOTHER\M[FR])""2022-01-30 12:36:58 [DefaultDispatcher-worker-1] INFO o.s.boot.SpringApplication - No active profile set, falling back to default profiles: default""2022-01-30 12:36:58 [DefaultDispatcher-worker-1] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'""2022-01-30 12:36:59 [DefaultDispatcher-worker-1] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.""2022-01-30 12:36:59 [DefaultDispatcher-worker-1] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 81 ms. Found 6 JPA repository interfaces.""2022-01-30 12:36:59 [DefaultDispatcher-worker-1] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...""2022-01-30 12:36:59 [DefaultDispatcher-worker-1] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.""2022-01-30 12:37:00 [DefaultDispatcher-worker-1] INFO liquibase.database - Set default schema name to PUBLIC""2022-01-30 12:37:00 [DefaultDispatcher-worker-1] INFO liquibase.lockservice - Successfully acquired change log lock""2022-01-30 12:37:00 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Reading from PUBLIC.DATABASECHANGELOG""2022-01-30 12:37:00 [DefaultDispatcher-worker-1] INFO liquibase.lockservice - Successfully released change log lock""2022-01-30 12:37:01 [DefaultDispatcher-worker-1] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]""2022-01-30 12:37:01 [DefaultDispatcher-worker-1] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 5.4.31.Final""2022-01-30 12:37:01 [DefaultDispatcher-worker-1] INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.1.2.Final}""2022-01-30 12:37:01 [DefaultDispatcher-worker-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.H2Dialect""2022-01-30 12:37:01 [DefaultDispatcher-worker-1] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]""2022-01-30 12:37:01 [DefaultDispatcher-worker-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'""2022-01-30 12:37:02 [JavaFX Application Thread] ERROR ru.fullrest.mfr.launcher.Launcher - Application take an error and will be closed"ru.fullrest.mfr.launcher.exception.OnlineModException: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/client":PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed; nested exception is javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed at ru.fullrest.mfr.launcher.service.RestTemplateService.client(RestTemplateService.kt:91)at ru.fullrest.mfr.launcher.javafx.controller.LauncherController$checkApplicationUpdate$2.invokeSuspend(LauncherController.kt:232)at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)Caused by: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/client":PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed; nested exception is javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:785)at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:711)at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:631)at ru.fullrest.mfr.launcher.service.RestTemplateService.client(RestTemplateService.kt:116)... 7 common frames omittedCaused by: javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failedat java.base/sun.security.ssl.Alert.createSSLException(Alert.java:128)at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:321)at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:264)at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:259)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts(CertificateMessage.java:642)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.onCertificate(CertificateMessage.java:461)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.consume(CertificateMessage.java:361)at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392)at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:444)at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:421)at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:178)at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:164)at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1152)at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1063)at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:402)at java.base/sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:567)at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:163)at org.springframework.http.client.SimpleBufferingClientHttpRequest.executeInternal(SimpleBufferingClientHttpRequest.java:76)at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48)at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:66)at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:776)... 10 common frames omittedCaused by: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failedat java.base/sun.security.validator.PKIXValidator.doValidate(PKIXValidator.java:350)at java.base/sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:248)at java.base/sun.security.validator.Validator.validate(Validator.java:264)at java.base/sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:321)at java.base/sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:221)at java.base/sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:129)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts(CertificateMessage.java:626)... 27 common frames omittedCaused by: java.security.cert.CertPathValidatorException: validity check failedat java.base/sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(PKIXMasterCertPathValidator.java:135)at java.base/sun.security.provider.certpath.PKIXCertPathValidator.validate(PKIXCertPathValidator.java:233)at java.base/sun.security.provider.certpath.PKIXCertPathValidator.validate(PKIXCertPathValidator.java:141)at java.base/sun.security.provider.certpath.PKIXCertPathValidator.engineValidate(PKIXCertPathValidator.java:80)at java.base/java.security.cert.CertPathValidator.validate(CertPathValidator.java:309)at java.base/sun.security.validator.PKIXValidator.doValidate(PKIXValidator.java:345)... 33 common frames omittedCaused by: java.security.cert.CertificateExpiredException: NotAfter: Sun Jan 30 01:17:10 MSK 2022at java.base/sun.security.x509.CertificateValidity.valid(CertificateValidity.java:274)at java.base/sun.security.x509.X509CertImpl.checkValidity(X509CertImpl.java:687)at java.base/sun.security.provider.certpath.BasicChecker.verifyValidity(BasicChecker.java:190)at java.base/sun.security.provider.certpath.BasicChecker.check(BasicChecker.java:144)at java.base/sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(PKIXMasterCertPathValidator.java:125)... 38 common frames omitted Ссылка на комментарий Поделиться на другие сайты Поделиться
Siberian Crab Опубликовано 30 января Жалоба Поделиться Опубликовано 30 января (изменено) Изменено 30 января пользователем Siberian Crab Ссылка на комментарий Поделиться на другие сайты Поделиться
Nikwin112 Опубликовано 30 января Жалоба Поделиться Опубликовано 30 января Такая же проблема: не запускается лаунчер. Удалил игру. Установил заново, но всё равно не запускается.Лаунчер скачан с фуллреста.4.0.56Win 10Логи:"2022-01-30 13:29:32 [DefaultDispatcher-worker-1] INFO o.s.boot.SpringApplication - Starting application using Java 11.0.2 on DESKTOP-U2JI8UD with PID 4596 (C:\Games\M[FR]\M[FR] Launcher.exe started by z in C:\Games\M[FR])""2022-01-30 13:29:32 [DefaultDispatcher-worker-1] INFO o.s.boot.SpringApplication - No active profile set, falling back to default profiles: default""2022-01-30 13:29:32 [DefaultDispatcher-worker-1] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'""2022-01-30 13:29:34 [DefaultDispatcher-worker-1] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.""2022-01-30 13:29:34 [DefaultDispatcher-worker-1] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 393 ms. Found 6 JPA repository interfaces.""2022-01-30 13:29:36 [DefaultDispatcher-worker-1] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...""2022-01-30 13:29:37 [DefaultDispatcher-worker-1] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.""2022-01-30 13:29:37 [DefaultDispatcher-worker-1] INFO liquibase.database - Set default schema name to PUBLIC""2022-01-30 13:29:37 [DefaultDispatcher-worker-1] INFO liquibase.lockservice - Successfully acquired change log lock""2022-01-30 13:29:38 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Creating database history table with name: PUBLIC.DATABASECHANGELOG""2022-01-30 13:29:38 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Reading from PUBLIC.DATABASECHANGELOG""2022-01-30 13:29:39 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Table PROPERTY created""2022-01-30 13:29:39 [DefaultDispatcher-worker-1] INFO liquibase.changelog - ChangeSet db/changelog/changelog-1.0.xml::create property table::Lezenford ran successfully in 214ms""2022-01-30 13:29:39 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Table sections created""2022-01-30 13:29:39 [DefaultDispatcher-worker-1] INFO liquibase.changelog - ChangeSet db/changelog/changelog-1.0.xml::create packages table::Lezenford ran successfully in 74ms""2022-01-30 13:29:39 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Table options created""2022-01-30 13:29:39 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Unique constraint added to options(section_id, name)""2022-01-30 13:29:39 [DefaultDispatcher-worker-1] INFO liquibase.changelog - ChangeSet db/changelog/changelog-1.0.xml::create option table::Lezenford ran successfully in 106ms""2022-01-30 13:29:39 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Table items created""2022-01-30 13:29:39 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Unique constraint added to items(option_id, storage_path)""2022-01-30 13:29:39 [DefaultDispatcher-worker-1] INFO liquibase.changelog - ChangeSet db/changelog/changelog-1.0.xml::create item table::Lezenford ran successfully in 87ms""2022-01-30 13:29:39 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Foreign key constraint added to options (section_id)""2022-01-30 13:29:39 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Foreign key constraint added to items (option_id)""2022-01-30 13:29:39 [DefaultDispatcher-worker-1] INFO liquibase.changelog - ChangeSet db/changelog/changelog-1.0.xml::create FK for tables::Lezenford ran successfully in 132ms""2022-01-30 13:29:39 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Table extra created""2022-01-30 13:29:39 [DefaultDispatcher-worker-1] INFO liquibase.changelog - ChangeSet db/changelog/changelog-1.0.xml::create extra content table::Lezenford ran successfully in 63ms""2022-01-30 13:29:39 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Table extra_files created""2022-01-30 13:29:39 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Foreign key constraint added to extra_files (extra_id)""2022-01-30 13:29:39 [DefaultDispatcher-worker-1] INFO liquibase.changelog - ChangeSet db/changelog/changelog-1.0.xml::create extra content file table::Lezenford ran successfully in 90ms""2022-01-30 13:29:39 [DefaultDispatcher-worker-1] INFO liquibase.lockservice - Successfully released change log lock""2022-01-30 13:29:40 [DefaultDispatcher-worker-1] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]""2022-01-30 13:29:40 [DefaultDispatcher-worker-1] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 5.4.31.Final""2022-01-30 13:29:40 [DefaultDispatcher-worker-1] INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.1.2.Final}""2022-01-30 13:29:41 [DefaultDispatcher-worker-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.H2Dialect""2022-01-30 13:29:42 [DefaultDispatcher-worker-1] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]""2022-01-30 13:29:42 [DefaultDispatcher-worker-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'""2022-01-30 13:29:44 [JavaFX Application Thread] ERROR ru.fullrest.mfr.launcher.Launcher - Application take an error and will be closed"ru.fullrest.mfr.launcher.exception.OnlineModException: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/client":PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed; nested exception is javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed at ru.fullrest.mfr.launcher.service.RestTemplateService.client(RestTemplateService.kt:91)at ru.fullrest.mfr.launcher.javafx.controller.LauncherController$checkApplicationUpdate$2.invokeSuspend(LauncherController.kt:232)at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)Caused by: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/client":PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed; nested exception is javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:785)at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:711)at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:631)at ru.fullrest.mfr.launcher.service.RestTemplateService.client(RestTemplateService.kt:116)... 7 common frames omittedCaused by: javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failedat java.base/sun.security.ssl.Alert.createSSLException(Alert.java:128)at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:321)at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:264)at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:259)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts(CertificateMessage.java:642)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.onCertificate(CertificateMessage.java:461)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.consume(CertificateMessage.java:361)at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392)at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:444)at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:421)at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:178)at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:164)at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1152)at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1063)at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:402)at java.base/sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:567)at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:163)at org.springframework.http.client.SimpleBufferingClientHttpRequest.executeInternal(SimpleBufferingClientHttpRequest.java:76)at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48)at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:66)at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:776)... 10 common frames omittedCaused by: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failedat java.base/sun.security.validator.PKIXValidator.doValidate(PKIXValidator.java:350)at java.base/sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:248)at java.base/sun.security.validator.Validator.validate(Validator.java:264)at java.base/sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:321)at java.base/sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:221)at java.base/sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:129)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts(CertificateMessage.java:626)... 27 common frames omittedCaused by: java.security.cert.CertPathValidatorException: validity check failedat java.base/sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(PKIXMasterCertPathValidator.java:135)at java.base/sun.security.provider.certpath.PKIXCertPathValidator.validate(PKIXCertPathValidator.java:233)at java.base/sun.security.provider.certpath.PKIXCertPathValidator.validate(PKIXCertPathValidator.java:141)at java.base/sun.security.provider.certpath.PKIXCertPathValidator.engineValidate(PKIXCertPathValidator.java:80)at java.base/java.security.cert.CertPathValidator.validate(CertPathValidator.java:309)at java.base/sun.security.validator.PKIXValidator.doValidate(PKIXValidator.java:345)... 33 common frames omittedCaused by: java.security.cert.CertificateExpiredException: NotAfter: Sun Jan 30 01:17:10 MSK 2022at java.base/sun.security.x509.CertificateValidity.valid(CertificateValidity.java:274)at java.base/sun.security.x509.X509CertImpl.checkValidity(X509CertImpl.java:687)at java.base/sun.security.provider.certpath.BasicChecker.verifyValidity(BasicChecker.java:190)at java.base/sun.security.provider.certpath.BasicChecker.check(BasicChecker.java:144)at java.base/sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(PKIXMasterCertPathValidator.java:125)... 38 common frames omitted"2022-01-30 13:32:37 [DefaultDispatcher-worker-1] INFO o.s.boot.SpringApplication - Starting application using Java 11.0.2 on DESKTOP-U2JI8UD with PID 6808 (C:\Games\M[FR]\M[FR] Launcher.exe started by z in C:\Games\M[FR])""2022-01-30 13:32:37 [DefaultDispatcher-worker-1] INFO o.s.boot.SpringApplication - No active profile set, falling back to default profiles: default""2022-01-30 13:32:37 [DefaultDispatcher-worker-1] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'""2022-01-30 13:32:38 [DefaultDispatcher-worker-1] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.""2022-01-30 13:32:38 [DefaultDispatcher-worker-1] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 380 ms. Found 6 JPA repository interfaces.""2022-01-30 13:32:41 [DefaultDispatcher-worker-1] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...""2022-01-30 13:32:41 [DefaultDispatcher-worker-1] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.""2022-01-30 13:32:42 [DefaultDispatcher-worker-1] INFO liquibase.database - Set default schema name to PUBLIC""2022-01-30 13:32:42 [DefaultDispatcher-worker-1] INFO liquibase.lockservice - Successfully acquired change log lock""2022-01-30 13:32:44 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Reading from PUBLIC.DATABASECHANGELOG""2022-01-30 13:32:44 [DefaultDispatcher-worker-1] INFO liquibase.lockservice - Successfully released change log lock""2022-01-30 13:32:44 [DefaultDispatcher-worker-1] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]""2022-01-30 13:32:44 [DefaultDispatcher-worker-1] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 5.4.31.Final""2022-01-30 13:32:45 [DefaultDispatcher-worker-1] INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.1.2.Final}""2022-01-30 13:32:45 [DefaultDispatcher-worker-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.H2Dialect""2022-01-30 13:32:46 [DefaultDispatcher-worker-1] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]""2022-01-30 13:32:46 [DefaultDispatcher-worker-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'""2022-01-30 13:32:49 [JavaFX Application Thread] ERROR ru.fullrest.mfr.launcher.Launcher - Application take an error and will be closed"ru.fullrest.mfr.launcher.exception.OnlineModException: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/client":PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed; nested exception is javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed at ru.fullrest.mfr.launcher.service.RestTemplateService.client(RestTemplateService.kt:91)at ru.fullrest.mfr.launcher.javafx.controller.LauncherController$checkApplicationUpdate$2.invokeSuspend(LauncherController.kt:232)at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)Caused by: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/client":PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed; nested exception is javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:785)at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:711)at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:631)at ru.fullrest.mfr.launcher.service.RestTemplateService.client(RestTemplateService.kt:116)... 7 common frames omittedCaused by: javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failedat java.base/sun.security.ssl.Alert.createSSLException(Alert.java:128)at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:321)at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:264)at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:259)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts(CertificateMessage.java:642)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.onCertificate(CertificateMessage.java:461)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.consume(CertificateMessage.java:361)at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392)at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:444)at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:421)at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:178)at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:164)at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1152)at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1063)at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:402)at java.base/sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:567)at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:163)at org.springframework.http.client.SimpleBufferingClientHttpRequest.executeInternal(SimpleBufferingClientHttpRequest.java:76)at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48)at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:66)at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:776)... 10 common frames omittedCaused by: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failedat java.base/sun.security.validator.PKIXValidator.doValidate(PKIXValidator.java:350)at java.base/sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:248)at java.base/sun.security.validator.Validator.validate(Validator.java:264)at java.base/sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:321)at java.base/sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:221)at java.base/sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:129)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts(CertificateMessage.java:626)... 27 common frames omittedCaused by: java.security.cert.CertPathValidatorException: validity check failedat java.base/sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(PKIXMasterCertPathValidator.java:135)at java.base/sun.security.provider.certpath.PKIXCertPathValidator.validate(PKIXCertPathValidator.java:233)at java.base/sun.security.provider.certpath.PKIXCertPathValidator.validate(PKIXCertPathValidator.java:141)at java.base/sun.security.provider.certpath.PKIXCertPathValidator.engineValidate(PKIXCertPathValidator.java:80)at java.base/java.security.cert.CertPathValidator.validate(CertPathValidator.java:309)at java.base/sun.security.validator.PKIXValidator.doValidate(PKIXValidator.java:345)... 33 common frames omittedCaused by: java.security.cert.CertificateExpiredException: NotAfter: Sun Jan 30 01:17:10 MSK 2022at java.base/sun.security.x509.CertificateValidity.valid(CertificateValidity.java:274)at java.base/sun.security.x509.X509CertImpl.checkValidity(X509CertImpl.java:687)at java.base/sun.security.provider.certpath.BasicChecker.verifyValidity(BasicChecker.java:190)at java.base/sun.security.provider.certpath.BasicChecker.check(BasicChecker.java:144)at java.base/sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(PKIXMasterCertPathValidator.java:125)... 38 common frames omitted"2022-01-30 13:34:01 [DefaultDispatcher-worker-1] INFO o.s.boot.SpringApplication - Starting application using Java 11.0.2 on DESKTOP-U2JI8UD with PID 5920 (C:\Games\M[FR]\M[FR] Launcher.exe started by z in C:\Games\M[FR])""2022-01-30 13:34:01 [DefaultDispatcher-worker-1] INFO o.s.boot.SpringApplication - No active profile set, falling back to default profiles: default""2022-01-30 13:34:01 [DefaultDispatcher-worker-1] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'""2022-01-30 13:34:02 [DefaultDispatcher-worker-1] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.""2022-01-30 13:34:02 [DefaultDispatcher-worker-1] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 369 ms. Found 6 JPA repository interfaces.""2022-01-30 13:34:04 [DefaultDispatcher-worker-1] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...""2022-01-30 13:34:05 [DefaultDispatcher-worker-1] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.""2022-01-30 13:34:05 [DefaultDispatcher-worker-1] INFO liquibase.database - Set default schema name to PUBLIC""2022-01-30 13:34:05 [DefaultDispatcher-worker-1] INFO liquibase.lockservice - Successfully acquired change log lock""2022-01-30 13:34:06 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Reading from PUBLIC.DATABASECHANGELOG""2022-01-30 13:34:07 [DefaultDispatcher-worker-1] INFO liquibase.lockservice - Successfully released change log lock""2022-01-30 13:34:07 [DefaultDispatcher-worker-1] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]""2022-01-30 13:34:07 [DefaultDispatcher-worker-1] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 5.4.31.Final""2022-01-30 13:34:08 [DefaultDispatcher-worker-1] INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.1.2.Final}""2022-01-30 13:34:08 [DefaultDispatcher-worker-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.H2Dialect""2022-01-30 13:34:09 [DefaultDispatcher-worker-1] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]""2022-01-30 13:34:09 [DefaultDispatcher-worker-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'""2022-01-30 13:34:11 [JavaFX Application Thread] ERROR ru.fullrest.mfr.launcher.Launcher - Application take an error and will be closed"ru.fullrest.mfr.launcher.exception.OnlineModException: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/client":PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed; nested exception is javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed at ru.fullrest.mfr.launcher.service.RestTemplateService.client(RestTemplateService.kt:91)at ru.fullrest.mfr.launcher.javafx.controller.LauncherController$checkApplicationUpdate$2.invokeSuspend(LauncherController.kt:232)at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)Caused by: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/client":PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed; nested exception is javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:785)at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:711)at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:631)at ru.fullrest.mfr.launcher.service.RestTemplateService.client(RestTemplateService.kt:116)... 7 common frames omittedCaused by: javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failedat java.base/sun.security.ssl.Alert.createSSLException(Alert.java:128)at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:321)at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:264)at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:259)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts(CertificateMessage.java:642)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.onCertificate(CertificateMessage.java:461)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.consume(CertificateMessage.java:361)at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392)at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:444)at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:421)at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:178)at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:164)at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1152)at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1063)at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:402)at java.base/sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:567)at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:163)at org.springframework.http.client.SimpleBufferingClientHttpRequest.executeInternal(SimpleBufferingClientHttpRequest.java:76)at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48)at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:66)at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:776)... 10 common frames omittedCaused by: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failedat java.base/sun.security.validator.PKIXValidator.doValidate(PKIXValidator.java:350)at java.base/sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:248)at java.base/sun.security.validator.Validator.validate(Validator.java:264)at java.base/sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:321)at java.base/sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:221)at java.base/sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:129)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts(CertificateMessage.java:626)... 27 common frames omittedCaused by: java.security.cert.CertPathValidatorException: validity check failedat java.base/sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(PKIXMasterCertPathValidator.java:135)at java.base/sun.security.provider.certpath.PKIXCertPathValidator.validate(PKIXCertPathValidator.java:233)at java.base/sun.security.provider.certpath.PKIXCertPathValidator.validate(PKIXCertPathValidator.java:141)at java.base/sun.security.provider.certpath.PKIXCertPathValidator.engineValidate(PKIXCertPathValidator.java:80)at java.base/java.security.cert.CertPathValidator.validate(CertPathValidator.java:309)at java.base/sun.security.validator.PKIXValidator.doValidate(PKIXValidator.java:345)... 33 common frames omittedCaused by: java.security.cert.CertificateExpiredException: NotAfter: Sun Jan 30 01:17:10 MSK 2022at java.base/sun.security.x509.CertificateValidity.valid(CertificateValidity.java:274)at java.base/sun.security.x509.X509CertImpl.checkValidity(X509CertImpl.java:687)at java.base/sun.security.provider.certpath.BasicChecker.verifyValidity(BasicChecker.java:190)at java.base/sun.security.provider.certpath.BasicChecker.check(BasicChecker.java:144)at java.base/sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(PKIXMasterCertPathValidator.java:125)... 38 common frames omitted"2022-01-30 13:40:37 [DefaultDispatcher-worker-2] INFO o.s.boot.SpringApplication - Starting application using Java 11.0.2 on DESKTOP-U2JI8UD with PID 1152 (C:\Games\M[FR]\M[FR] Launcher.exe started by z in C:\Games\M[FR])""2022-01-30 13:40:37 [DefaultDispatcher-worker-2] INFO o.s.boot.SpringApplication - No active profile set, falling back to default profiles: default""2022-01-30 13:40:38 [DefaultDispatcher-worker-2] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'""2022-01-30 13:40:40 [DefaultDispatcher-worker-2] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.""2022-01-30 13:40:40 [DefaultDispatcher-worker-2] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 381 ms. Found 6 JPA repository interfaces.""2022-01-30 13:40:42 [DefaultDispatcher-worker-2] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...""2022-01-30 13:40:43 [DefaultDispatcher-worker-2] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.""2022-01-30 13:40:43 [DefaultDispatcher-worker-2] INFO liquibase.database - Set default schema name to PUBLIC""2022-01-30 13:40:43 [DefaultDispatcher-worker-2] INFO liquibase.lockservice - Successfully acquired change log lock""2022-01-30 13:40:44 [DefaultDispatcher-worker-2] INFO liquibase.changelog - Reading from PUBLIC.DATABASECHANGELOG""2022-01-30 13:40:45 [DefaultDispatcher-worker-2] INFO liquibase.lockservice - Successfully released change log lock""2022-01-30 13:40:45 [DefaultDispatcher-worker-2] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]""2022-01-30 13:40:45 [DefaultDispatcher-worker-2] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 5.4.31.Final""2022-01-30 13:40:46 [DefaultDispatcher-worker-2] INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.1.2.Final}""2022-01-30 13:40:46 [DefaultDispatcher-worker-2] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.H2Dialect""2022-01-30 13:40:48 [DefaultDispatcher-worker-2] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]""2022-01-30 13:40:48 [DefaultDispatcher-worker-2] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'""2022-01-30 13:40:51 [JavaFX Application Thread] ERROR ru.fullrest.mfr.launcher.Launcher - Application take an error and will be closed"ru.fullrest.mfr.launcher.exception.OnlineModException: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/client":PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed; nested exception is javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed at ru.fullrest.mfr.launcher.service.RestTemplateService.client(RestTemplateService.kt:91)at ru.fullrest.mfr.launcher.javafx.controller.LauncherController$checkApplicationUpdate$2.invokeSuspend(LauncherController.kt:232)at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)Caused by: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/client":PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed; nested exception is javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:785)at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:711)at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:631)at ru.fullrest.mfr.launcher.service.RestTemplateService.client(RestTemplateService.kt:116)... 7 common frames omittedCaused by: javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failedat java.base/sun.security.ssl.Alert.createSSLException(Alert.java:128)at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:321)at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:264)at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:259)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts(CertificateMessage.java:642)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.onCertificate(CertificateMessage.java:461)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.consume(CertificateMessage.java:361)at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392)at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:444)at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:421)at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:178)at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:164)at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1152)at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1063)at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:402)at java.base/sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:567)at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:163)at org.springframework.http.client.SimpleBufferingClientHttpRequest.executeInternal(SimpleBufferingClientHttpRequest.java:76)at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48)at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:66)at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:776)... 10 common frames omittedCaused by: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failedat java.base/sun.security.validator.PKIXValidator.doValidate(PKIXValidator.java:350)at java.base/sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:248)at java.base/sun.security.validator.Validator.validate(Validator.java:264)at java.base/sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:321)at java.base/sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:221)at java.base/sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:129)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts(CertificateMessage.java:626)... 27 common frames omittedCaused by: java.security.cert.CertPathValidatorException: validity check failedat java.base/sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(PKIXMasterCertPathValidator.java:135)at java.base/sun.security.provider.certpath.PKIXCertPathValidator.validate(PKIXCertPathValidator.java:233)at java.base/sun.security.provider.certpath.PKIXCertPathValidator.validate(PKIXCertPathValidator.java:141)at java.base/sun.security.provider.certpath.PKIXCertPathValidator.engineValidate(PKIXCertPathValidator.java:80)at java.base/java.security.cert.CertPathValidator.validate(CertPathValidator.java:309)at java.base/sun.security.validator.PKIXValidator.doValidate(PKIXValidator.java:345)... 33 common frames omittedCaused by: java.security.cert.CertificateExpiredException: NotAfter: Sun Jan 30 01:17:10 MSK 2022at java.base/sun.security.x509.CertificateValidity.valid(CertificateValidity.java:274)at java.base/sun.security.x509.X509CertImpl.checkValidity(X509CertImpl.java:687)at java.base/sun.security.provider.certpath.BasicChecker.verifyValidity(BasicChecker.java:190)at java.base/sun.security.provider.certpath.BasicChecker.check(BasicChecker.java:144)at java.base/sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(PKIXMasterCertPathValidator.java:125)... 38 common frames omitted"2022-01-30 13:41:23 [DefaultDispatcher-worker-1] INFO o.s.boot.SpringApplication - Starting application using Java 11.0.2 on DESKTOP-U2JI8UD with PID 1000 (C:\Games\M[FR]\M[FR] Launcher.exe started by z in C:\Games\M[FR])""2022-01-30 13:41:23 [DefaultDispatcher-worker-1] INFO o.s.boot.SpringApplication - No active profile set, falling back to default profiles: default""2022-01-30 13:41:23 [DefaultDispatcher-worker-1] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'""2022-01-30 13:41:25 [DefaultDispatcher-worker-1] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.""2022-01-30 13:41:26 [DefaultDispatcher-worker-1] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 453 ms. Found 6 JPA repository interfaces.""2022-01-30 13:41:29 [DefaultDispatcher-worker-1] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...""2022-01-30 13:41:31 [DefaultDispatcher-worker-1] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.""2022-01-30 13:41:31 [DefaultDispatcher-worker-1] INFO liquibase.database - Set default schema name to PUBLIC""2022-01-30 13:41:32 [DefaultDispatcher-worker-1] INFO liquibase.lockservice - Successfully acquired change log lock""2022-01-30 13:41:36 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Reading from PUBLIC.DATABASECHANGELOG""2022-01-30 13:41:36 [DefaultDispatcher-worker-1] INFO liquibase.lockservice - Successfully released change log lock""2022-01-30 13:41:37 [DefaultDispatcher-worker-1] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]""2022-01-30 13:41:37 [DefaultDispatcher-worker-1] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 5.4.31.Final""2022-01-30 13:41:38 [DefaultDispatcher-worker-1] INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.1.2.Final}""2022-01-30 13:41:39 [DefaultDispatcher-worker-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.H2Dialect""2022-01-30 13:41:41 [DefaultDispatcher-worker-1] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]""2022-01-30 13:41:41 [DefaultDispatcher-worker-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'""2022-01-30 13:41:44 [JavaFX Application Thread] ERROR ru.fullrest.mfr.launcher.Launcher - Application take an error and will be closed"ru.fullrest.mfr.launcher.exception.OnlineModException: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/client":PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed; nested exception is javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed at ru.fullrest.mfr.launcher.service.RestTemplateService.client(RestTemplateService.kt:91)at ru.fullrest.mfr.launcher.javafx.controller.LauncherController$checkApplicationUpdate$2.invokeSuspend(LauncherController.kt:232)at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)Caused by: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/client":PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed; nested exception is javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:785)at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:711)at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:631)at ru.fullrest.mfr.launcher.service.RestTemplateService.client(RestTemplateService.kt:116)... 7 common frames omittedCaused by: javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failedat java.base/sun.security.ssl.Alert.createSSLException(Alert.java:128)at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:321)at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:264)at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:259)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts(CertificateMessage.java:642)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.onCertificate(CertificateMessage.java:461)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.consume(CertificateMessage.java:361)at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392)at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:444)at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:421)at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:178)at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:164)at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1152)at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1063)at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:402)at java.base/sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:567)at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:163)at org.springframework.http.client.SimpleBufferingClientHttpRequest.executeInternal(SimpleBufferingClientHttpRequest.java:76)at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48)at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:66)at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:776)... 10 common frames omittedCaused by: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failedat java.base/sun.security.validator.PKIXValidator.doValidate(PKIXValidator.java:350)at java.base/sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:248)at java.base/sun.security.validator.Validator.validate(Validator.java:264)at java.base/sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:321)at java.base/sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:221)at java.base/sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:129)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts(CertificateMessage.java:626)... 27 common frames omittedCaused by: java.security.cert.CertPathValidatorException: validity check failedat java.base/sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(PKIXMasterCertPathValidator.java:135)at java.base/sun.security.provider.certpath.PKIXCertPathValidator.validate(PKIXCertPathValidator.java:233)at java.base/sun.security.provider.certpath.PKIXCertPathValidator.validate(PKIXCertPathValidator.java:141)at java.base/sun.security.provider.certpath.PKIXCertPathValidator.engineValidate(PKIXCertPathValidator.java:80)at java.base/java.security.cert.CertPathValidator.validate(CertPathValidator.java:309)at java.base/sun.security.validator.PKIXValidator.doValidate(PKIXValidator.java:345)... 33 common frames omittedCaused by: java.security.cert.CertificateExpiredException: NotAfter: Sun Jan 30 01:17:10 MSK 2022at java.base/sun.security.x509.CertificateValidity.valid(CertificateValidity.java:274)at java.base/sun.security.x509.X509CertImpl.checkValidity(X509CertImpl.java:687)at java.base/sun.security.provider.certpath.BasicChecker.verifyValidity(BasicChecker.java:190)at java.base/sun.security.provider.certpath.BasicChecker.check(BasicChecker.java:144)at java.base/sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(PKIXMasterCertPathValidator.java:125)... 38 common frames omitted Ссылка на комментарий Поделиться на другие сайты Поделиться
Goradi Опубликовано 30 января Жалоба Поделиться Опубликовано 30 января Ребяты, у кого были такие же проблемы, как за последние сутки. Теперь все заработало. Ссылка на комментарий Поделиться на другие сайты Поделиться
reserv003 Опубликовано 4 февраля Жалоба Поделиться Опубликовано 4 февраля (изменено) Не могу установить саму игру. Лаунчер отсюда Win 10 Логи: "2022-02-04 20:05:08 [DefaultDispatcher-worker-1] INFO o.s.boot.SpringApplication - Starting application using Java 11.0.2 on DESKTOP-PHIKMNA with PID 6716 (C:\Games\M[FR]\M[FR] Launcher.exe started by reserv003 in C:\Games\M[FR])""2022-02-04 20:05:08 [DefaultDispatcher-worker-1] INFO o.s.boot.SpringApplication - No active profile set, falling back to default profiles: default""2022-02-04 20:05:08 [DefaultDispatcher-worker-1] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'""2022-02-04 20:05:08 [DefaultDispatcher-worker-1] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.""2022-02-04 20:05:08 [DefaultDispatcher-worker-1] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 147 ms. Found 6 JPA repository interfaces.""2022-02-04 20:05:09 [DefaultDispatcher-worker-1] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...""2022-02-04 20:05:09 [DefaultDispatcher-worker-1] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.""2022-02-04 20:05:09 [DefaultDispatcher-worker-1] INFO liquibase.database - Set default schema name to PUBLIC""2022-02-04 20:05:10 [DefaultDispatcher-worker-1] INFO liquibase.lockservice - Successfully acquired change log lock""2022-02-04 20:05:10 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Creating database history table with name: PUBLIC.DATABASECHANGELOG""2022-02-04 20:05:10 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Reading from PUBLIC.DATABASECHANGELOG""2022-02-04 20:05:10 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Table PROPERTY created""2022-02-04 20:05:10 [DefaultDispatcher-worker-1] INFO liquibase.changelog - ChangeSet db/changelog/changelog-1.0.xml::create property table::Lezenford ran successfully in 75ms""2022-02-04 20:05:10 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Table sections created""2022-02-04 20:05:10 [DefaultDispatcher-worker-1] INFO liquibase.changelog - ChangeSet db/changelog/changelog-1.0.xml::create packages table::Lezenford ran successfully in 28ms""2022-02-04 20:05:10 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Table options created""2022-02-04 20:05:10 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Unique constraint added to options(section_id, name)""2022-02-04 20:05:10 [DefaultDispatcher-worker-1] INFO liquibase.changelog - ChangeSet db/changelog/changelog-1.0.xml::create option table::Lezenford ran successfully in 39ms""2022-02-04 20:05:10 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Table items created""2022-02-04 20:05:10 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Unique constraint added to items(option_id, storage_path)""2022-02-04 20:05:10 [DefaultDispatcher-worker-1] INFO liquibase.changelog - ChangeSet db/changelog/changelog-1.0.xml::create item table::Lezenford ran successfully in 41ms""2022-02-04 20:05:10 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Foreign key constraint added to options (section_id)""2022-02-04 20:05:10 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Foreign key constraint added to items (option_id)""2022-02-04 20:05:10 [DefaultDispatcher-worker-1] INFO liquibase.changelog - ChangeSet db/changelog/changelog-1.0.xml::create FK for tables::Lezenford ran successfully in 62ms""2022-02-04 20:05:10 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Table extra created""2022-02-04 20:05:10 [DefaultDispatcher-worker-1] INFO liquibase.changelog - ChangeSet db/changelog/changelog-1.0.xml::create extra content table::Lezenford ran successfully in 26ms""2022-02-04 20:05:10 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Table extra_files created""2022-02-04 20:05:10 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Foreign key constraint added to extra_files (extra_id)""2022-02-04 20:05:10 [DefaultDispatcher-worker-1] INFO liquibase.changelog - ChangeSet db/changelog/changelog-1.0.xml::create extra content file table::Lezenford ran successfully in 42ms""2022-02-04 20:05:10 [DefaultDispatcher-worker-1] INFO liquibase.lockservice - Successfully released change log lock""2022-02-04 20:05:11 [DefaultDispatcher-worker-1] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]""2022-02-04 20:05:11 [DefaultDispatcher-worker-1] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 5.4.31.Final""2022-02-04 20:05:11 [DefaultDispatcher-worker-1] INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.1.2.Final}""2022-02-04 20:05:11 [DefaultDispatcher-worker-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.H2Dialect""2022-02-04 20:05:12 [DefaultDispatcher-worker-1] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]""2022-02-04 20:05:12 [DefaultDispatcher-worker-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'""2022-02-04 20:05:13 [JavaFX Application Thread] WARN javafx - Loading FXML document with JavaFX API of version 16 by JavaFX runtime of version 11.0.2""2022-02-04 20:05:13 [DefaultDispatcher-worker-1] INFO o.s.boot.SpringApplication - Started application in 6.213 seconds (JVM running for 8.424)""2022-02-04 20:05:23 [JavaFX Application Thread] ERROR r.f.m.l.exception.ExceptionHandler - ru.fullrest.mfr.launcher.exception.OnlineModException: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/client":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed out"ru.fullrest.mfr.launcher.exception.OnlineModException: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/client":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed outat ru.fullrest.mfr.launcher.service.RestTemplateService.client(RestTemplateService.kt:91)at ru.fullrest.mfr.launcher.javafx.controller.LauncherController$checkApplicationUpdate$2.invokeSuspend(LauncherController.kt:232)at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)Caused by: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/client":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed outat org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:785)at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:711)at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:631)at ru.fullrest.mfr.launcher.service.RestTemplateService.client(RestTemplateService.kt:116)... 7 common frames omittedCaused by: java.net.SocketTimeoutException: Read timed outat java.base/java.net.SocketInputStream.socketRead0(Native Method)at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)at java.base/sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:746)at java.base/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:689)at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1604)at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1509)at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:527)at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:329)at org.springframework.http.client.SimpleBufferingClientHttpRequest.executeInternal(SimpleBufferingClientHttpRequest.java:82)at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48)at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:66)at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:776)... 10 common frames omitted"2022-02-04 20:05:23 [DefaultDispatcher-worker-1] ERROR r.f.m.l.exception.ExceptionHandler - ru.fullrest.mfr.launcher.exception.OnlineModException: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/game":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed out"ru.fullrest.mfr.launcher.exception.OnlineModException: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/game":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed outat ru.fullrest.mfr.launcher.service.RestTemplateService.builds(RestTemplateService.kt:45)at ru.fullrest.mfr.launcher.service.RunnerService.run(RunnerService.kt:48)at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)at java.base/java.lang.reflect.Method.invoke(Method.java:566)at org.springframework.context.event.ApplicationListenerMethodAdapter.doInvoke(ApplicationListenerMethodAdapter.java:344)at org.springframework.context.event.ApplicationListenerMethodAdapter.processEvent(ApplicationListenerMethodAdapter.java:229)at org.springframework.context.event.ApplicationListenerMethodAdapter.onApplicationEvent(ApplicationListenerMethodAdapter.java:166)at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176)at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169)at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143)at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:421)at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:378)at org.springframework.boot.context.event.EventPublishingRunListener.running(EventPublishingRunListener.java:111)at org.springframework.boot.SpringApplicationRunListeners.lambda$running$6(SpringApplicationRunListeners.java:79)at java.base/java.util.ArrayList.forEach(ArrayList.java:1540)at org.springframework.boot.SpringApplicationRunListeners.doWithListeners(SpringApplicationRunListeners.java:117)at org.springframework.boot.SpringApplicationRunListeners.doWithListeners(SpringApplicationRunListeners.java:111)at org.springframework.boot.SpringApplicationRunListeners.running(SpringApplicationRunListeners.java:79)at org.springframework.boot.SpringApplication.run(SpringApplication.java:354)at org.springframework.boot.SpringApplication.run(SpringApplication.java:1329)at org.springframework.boot.SpringApplication.run(SpringApplication.java:1318)at ru.fullrest.mfr.launcher.Launcher$initSpringBoot$1.invokeSuspend(Launcher.kt:99)at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)Caused by: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/game":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed outat org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:785)at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:711)at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:631)at ru.fullrest.mfr.launcher.service.RestTemplateService.builds(RestTemplateService.kt:107)... 29 common frames omittedCaused by: java.net.SocketTimeoutException: Read timed outat java.base/java.net.SocketInputStream.socketRead0(Native Method)at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)at java.base/sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:746)at java.base/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:689)at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1604)at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1509)at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:527)at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:329)at org.springframework.http.client.SimpleBufferingClientHttpRequest.executeInternal(SimpleBufferingClientHttpRequest.java:82)at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48)at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:66)at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:776)... 32 common frames omitted"2022-02-04 20:05:24 [DefaultDispatcher-worker-1] INFO ru.fullrest.mfr.launcher.Launcher - Spring Boot initialization completed""2022-02-04 20:05:52 [DefaultDispatcher-worker-1] ERROR r.f.m.l.exception.ExceptionHandler - ru.fullrest.mfr.launcher.exception.OnlineModException: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/game/0":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed out"ru.fullrest.mfr.launcher.exception.OnlineModException: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/game/0":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed outat ru.fullrest.mfr.launcher.service.RestTemplateService.content(RestTemplateService.kt:72)at ru.fullrest.mfr.launcher.service.RestTemplateService.content$default(RestTemplateService.kt:51)at ru.fullrest.mfr.launcher.javafx.task.GameInstallTask.execute$suspendImpl(GameInstallTask.kt:45)at ru.fullrest.mfr.launcher.javafx.task.GameInstallTask.execute(GameInstallTask.kt)at ru.fullrest.mfr.launcher.javafx.component.UpdateComponent$installGame$1.invokeSuspend(UpdateComponent.kt:80)at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)Caused by: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/game/0":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed outat org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:785)at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:711)at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:631)at ru.fullrest.mfr.launcher.service.RestTemplateService.content(RestTemplateService.kt:112)... 10 common frames omittedCaused by: java.net.SocketTimeoutException: Read timed outat java.base/java.net.SocketInputStream.socketRead0(Native Method)at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)at java.base/sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:746)at java.base/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:689)at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1604)at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1509)at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:527)at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:329)at org.springframework.http.client.SimpleBufferingClientHttpRequest.executeInternal(SimpleBufferingClientHttpRequest.java:82)at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48)at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:66)at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:776)... 13 common frames omitted"2022-02-04 20:05:52 [DefaultDispatcher-worker-1] ERROR r.f.m.l.exception.ExceptionHandler - java.lang.IllegalStateException: Not on FX application thread; currentThread = DefaultDispatcher-worker-1"java.lang.IllegalStateException: Not on FX application thread; currentThread = DefaultDispatcher-worker-1at com.sun.javafx.tk.Toolkit.checkFxUserThread(Toolkit.java:291)at com.sun.javafx.tk.quantum.QuantumToolkit.checkFxUserThread(QuantumToolkit.java:424)at javafx.scene.Parent$3.onProposedChange(Parent.java:471)at com.sun.javafx.collections.VetoableListDecorator.setAll(VetoableListDecorator.java:113)at com.sun.javafx.collections.VetoableListDecorator.setAll(VetoableListDecorator.java:108)at javafx.scene.control.skin.LabeledSkinBase.updateChildren(LabeledSkinBase.java:272)at javafx.scene.control.skin.LabeledSkinBase.lambda$new$11(LabeledSkinBase.java:220)at com.sun.javafx.scene.control.LambdaMultiplePropertyChangeListenerHandler.lambda$new$1(LambdaMultiplePropertyChangeListenerHandler.java:49)at javafx.beans.value.WeakChangeListener.changed(WeakChangeListener.java:86)at com.sun.javafx.binding.ExpressionHelper$SingleChange.fireValueChangedEvent(ExpressionHelper.java:181)at com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(ExpressionHelper.java:80)at javafx.beans.property.StringPropertyBase.fireValueChangedEvent(StringPropertyBase.java:104)at javafx.beans.property.StringPropertyBase.markInvalid(StringPropertyBase.java:111)at javafx.beans.property.StringPropertyBase.set(StringPropertyBase.java:145)at javafx.beans.property.StringPropertyBase.set(StringPropertyBase.java:50)at javafx.beans.property.StringProperty.setValue(StringProperty.java:65)at javafx.scene.control.Labeled.setText(Labeled.java:147)at ru.fullrest.mfr.launcher.javafx.controller.LauncherController$6.invoke(LauncherController.kt:93)at ru.fullrest.mfr.launcher.javafx.controller.LauncherController$6.invoke(LauncherController.kt:91)at ru.fullrest.mfr.launcher.component.ApplicationStatus$Observer.setValue(ApplicationStatus.kt:29)at ru.fullrest.mfr.launcher.exception.ExceptionHandler.uncaughtException(ExceptionHandler.kt:58)at java.base/java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1055)at java.base/java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1050)at org.springframework.boot.devtools.restart.SilentExitExceptionHandler.uncaughtException(SilentExitExceptionHandler.java:47)at kotlinx.coroutines.CoroutineExceptionHandlerImplKt.handleCoroutineExceptionImpl(CoroutineExceptionHandlerImpl.kt:39)at kotlinx.coroutines.CoroutineExceptionHandlerKt.handleCoroutineException(CoroutineExceptionHandler.kt:33)at kotlinx.coroutines.StandaloneCoroutine.handleJobException(Builders.common.kt:189)at kotlinx.coroutines.JobSupport.finalizeFinishingState(JobSupport.kt:229)at kotlinx.coroutines.JobSupport.tryMakeCompletingSlowPath(JobSupport.kt:903)at kotlinx.coroutines.JobSupport.tryMakeCompleting(JobSupport.kt:860)at kotlinx.coroutines.JobSupport.makeCompletingOnce$kotlinx_coroutines_core(JobSupport.kt:825)at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:111)at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)"2022-02-04 20:05:55 [springContextShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default'""2022-02-04 20:05:55 [springContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...""2022-02-04 20:05:55 [springContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.""2022-02-04 20:39:17 [DefaultDispatcher-worker-1] INFO o.s.boot.SpringApplication - Starting application using Java 11.0.2 on DESKTOP-PHIKMNA with PID 6472 (C:\Games\M[FR]\M[FR] Launcher.exe started by reserv003 in C:\Games\M[FR])""2022-02-04 20:39:17 [DefaultDispatcher-worker-1] INFO o.s.boot.SpringApplication - No active profile set, falling back to default profiles: default""2022-02-04 20:39:17 [DefaultDispatcher-worker-1] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'""2022-02-04 20:39:17 [DefaultDispatcher-worker-1] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.""2022-02-04 20:39:17 [DefaultDispatcher-worker-1] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 155 ms. Found 6 JPA repository interfaces.""2022-02-04 20:39:18 [DefaultDispatcher-worker-1] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...""2022-02-04 20:39:18 [DefaultDispatcher-worker-1] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.""2022-02-04 20:39:18 [DefaultDispatcher-worker-1] INFO liquibase.database - Set default schema name to PUBLIC""2022-02-04 20:39:19 [DefaultDispatcher-worker-1] INFO liquibase.lockservice - Successfully acquired change log lock""2022-02-04 20:39:19 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Reading from PUBLIC.DATABASECHANGELOG""2022-02-04 20:39:19 [DefaultDispatcher-worker-1] INFO liquibase.lockservice - Successfully released change log lock""2022-02-04 20:39:19 [DefaultDispatcher-worker-1] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]""2022-02-04 20:39:19 [DefaultDispatcher-worker-1] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 5.4.31.Final""2022-02-04 20:39:20 [DefaultDispatcher-worker-1] INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.1.2.Final}""2022-02-04 20:39:20 [DefaultDispatcher-worker-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.H2Dialect""2022-02-04 20:39:20 [DefaultDispatcher-worker-1] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]""2022-02-04 20:39:20 [DefaultDispatcher-worker-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'""2022-02-04 20:39:22 [JavaFX Application Thread] WARN javafx - Loading FXML document with JavaFX API of version 16 by JavaFX runtime of version 11.0.2""2022-02-04 20:39:22 [DefaultDispatcher-worker-1] INFO o.s.boot.SpringApplication - Started application in 6.215 seconds (JVM running for 8.324)""2022-02-04 20:39:31 [JavaFX Application Thread] ERROR r.f.m.l.exception.ExceptionHandler - ru.fullrest.mfr.launcher.exception.OnlineModException: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/client":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed out"ru.fullrest.mfr.launcher.exception.OnlineModException: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/client":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed outat ru.fullrest.mfr.launcher.service.RestTemplateService.client(RestTemplateService.kt:91)at ru.fullrest.mfr.launcher.javafx.controller.LauncherController$checkApplicationUpdate$2.invokeSuspend(LauncherController.kt:232)at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)Caused by: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/client":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed outat org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:785)at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:711)at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:631)at ru.fullrest.mfr.launcher.service.RestTemplateService.client(RestTemplateService.kt:116)... 7 common frames omittedCaused by: java.net.SocketTimeoutException: Read timed outat java.base/java.net.SocketInputStream.socketRead0(Native Method)at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)at java.base/sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:746)at java.base/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:689)at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1604)at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1509)at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:527)at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:329)at org.springframework.http.client.SimpleBufferingClientHttpRequest.executeInternal(SimpleBufferingClientHttpRequest.java:82)at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48)at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:66)at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:776)... 10 common frames omitted"2022-02-04 20:39:32 [DefaultDispatcher-worker-1] ERROR r.f.m.l.exception.ExceptionHandler - ru.fullrest.mfr.launcher.exception.OnlineModException: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/game":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed out"ru.fullrest.mfr.launcher.exception.OnlineModException: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/game":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed outat ru.fullrest.mfr.launcher.service.RestTemplateService.builds(RestTemplateService.kt:45)at ru.fullrest.mfr.launcher.service.RunnerService.run(RunnerService.kt:48)at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)at java.base/java.lang.reflect.Method.invoke(Method.java:566)at org.springframework.context.event.ApplicationListenerMethodAdapter.doInvoke(ApplicationListenerMethodAdapter.java:344)at org.springframework.context.event.ApplicationListenerMethodAdapter.processEvent(ApplicationListenerMethodAdapter.java:229)at org.springframework.context.event.ApplicationListenerMethodAdapter.onApplicationEvent(ApplicationListenerMethodAdapter.java:166)at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176)at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169)at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143)at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:421)at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:378)at org.springframework.boot.context.event.EventPublishingRunListener.running(EventPublishingRunListener.java:111)at org.springframework.boot.SpringApplicationRunListeners.lambda$running$6(SpringApplicationRunListeners.java:79)at java.base/java.util.ArrayList.forEach(ArrayList.java:1540)at org.springframework.boot.SpringApplicationRunListeners.doWithListeners(SpringApplicationRunListeners.java:117)at org.springframework.boot.SpringApplicationRunListeners.doWithListeners(SpringApplicationRunListeners.java:111)at org.springframework.boot.SpringApplicationRunListeners.running(SpringApplicationRunListeners.java:79)at org.springframework.boot.SpringApplication.run(SpringApplication.java:354)at org.springframework.boot.SpringApplication.run(SpringApplication.java:1329)at org.springframework.boot.SpringApplication.run(SpringApplication.java:1318)at ru.fullrest.mfr.launcher.Launcher$initSpringBoot$1.invokeSuspend(Launcher.kt:99)at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)Caused by: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/game":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed outat org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:785)at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:711)at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:631)at ru.fullrest.mfr.launcher.service.RestTemplateService.builds(RestTemplateService.kt:107)... 29 common frames omittedCaused by: java.net.SocketTimeoutException: Read timed outat java.base/java.net.SocketInputStream.socketRead0(Native Method)at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)at java.base/sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:746)at java.base/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:689)at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1604)at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1509)at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:527)at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:329)at org.springframework.http.client.SimpleBufferingClientHttpRequest.executeInternal(SimpleBufferingClientHttpRequest.java:82)at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48)at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:66)at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:776)... 32 common frames omitted"2022-02-04 20:39:32 [DefaultDispatcher-worker-1] INFO ru.fullrest.mfr.launcher.Launcher - Spring Boot initialization completed""2022-02-04 20:39:48 [DefaultDispatcher-worker-1] ERROR r.f.m.l.exception.ExceptionHandler - ru.fullrest.mfr.launcher.exception.OnlineModException: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/game/0":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed out"ru.fullrest.mfr.launcher.exception.OnlineModException: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/game/0":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed outat ru.fullrest.mfr.launcher.service.RestTemplateService.content(RestTemplateService.kt:72)at ru.fullrest.mfr.launcher.service.RestTemplateService.content$default(RestTemplateService.kt:51)at ru.fullrest.mfr.launcher.javafx.task.GameInstallTask.execute$suspendImpl(GameInstallTask.kt:45)at ru.fullrest.mfr.launcher.javafx.task.GameInstallTask.execute(GameInstallTask.kt)at ru.fullrest.mfr.launcher.javafx.component.UpdateComponent$installGame$1.invokeSuspend(UpdateComponent.kt:80)at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)Caused by: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/game/0":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed outat org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:785)at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:711)at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:631)at ru.fullrest.mfr.launcher.service.RestTemplateService.content(RestTemplateService.kt:112)... 10 common frames omittedCaused by: java.net.SocketTimeoutException: Read timed outat java.base/java.net.SocketInputStream.socketRead0(Native Method)at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)at java.base/sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:746)at java.base/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:689)at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1604)at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1509)at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:527)at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:329)at org.springframework.http.client.SimpleBufferingClientHttpRequest.executeInternal(SimpleBufferingClientHttpRequest.java:82)at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48)at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:66)at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:776)... 13 common frames omitted"2022-02-04 20:39:48 [DefaultDispatcher-worker-1] ERROR r.f.m.l.exception.ExceptionHandler - java.lang.IllegalStateException: Not on FX application thread; currentThread = DefaultDispatcher-worker-1"java.lang.IllegalStateException: Not on FX application thread; currentThread = DefaultDispatcher-worker-1at com.sun.javafx.tk.Toolkit.checkFxUserThread(Toolkit.java:291)at com.sun.javafx.tk.quantum.QuantumToolkit.checkFxUserThread(QuantumToolkit.java:424)at javafx.scene.Parent$3.onProposedChange(Parent.java:471)at com.sun.javafx.collections.VetoableListDecorator.setAll(VetoableListDecorator.java:113)at com.sun.javafx.collections.VetoableListDecorator.setAll(VetoableListDecorator.java:108)at javafx.scene.control.skin.LabeledSkinBase.updateChildren(LabeledSkinBase.java:272)at javafx.scene.control.skin.LabeledSkinBase.lambda$new$11(LabeledSkinBase.java:220)at com.sun.javafx.scene.control.LambdaMultiplePropertyChangeListenerHandler.lambda$new$1(LambdaMultiplePropertyChangeListenerHandler.java:49)at javafx.beans.value.WeakChangeListener.changed(WeakChangeListener.java:86)at com.sun.javafx.binding.ExpressionHelper$SingleChange.fireValueChangedEvent(ExpressionHelper.java:181)at com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(ExpressionHelper.java:80)at javafx.beans.property.StringPropertyBase.fireValueChangedEvent(StringPropertyBase.java:104)at javafx.beans.property.StringPropertyBase.markInvalid(StringPropertyBase.java:111)at javafx.beans.property.StringPropertyBase.set(StringPropertyBase.java:145)at javafx.beans.property.StringPropertyBase.set(StringPropertyBase.java:50)at javafx.beans.property.StringProperty.setValue(StringProperty.java:65)at javafx.scene.control.Labeled.setText(Labeled.java:147)at ru.fullrest.mfr.launcher.javafx.controller.LauncherController$6.invoke(LauncherController.kt:93)at ru.fullrest.mfr.launcher.javafx.controller.LauncherController$6.invoke(LauncherController.kt:91)at ru.fullrest.mfr.launcher.component.ApplicationStatus$Observer.setValue(ApplicationStatus.kt:29)at ru.fullrest.mfr.launcher.exception.ExceptionHandler.uncaughtException(ExceptionHandler.kt:58)at java.base/java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1055)at java.base/java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1050)at org.springframework.boot.devtools.restart.SilentExitExceptionHandler.uncaughtException(SilentExitExceptionHandler.java:47)at kotlinx.coroutines.CoroutineExceptionHandlerImplKt.handleCoroutineExceptionImpl(CoroutineExceptionHandlerImpl.kt:39)at kotlinx.coroutines.CoroutineExceptionHandlerKt.handleCoroutineException(CoroutineExceptionHandler.kt:33)at kotlinx.coroutines.StandaloneCoroutine.handleJobException(Builders.common.kt:189)at kotlinx.coroutines.JobSupport.finalizeFinishingState(JobSupport.kt:229)at kotlinx.coroutines.JobSupport.tryMakeCompletingSlowPath(JobSupport.kt:903)at kotlinx.coroutines.JobSupport.tryMakeCompleting(JobSupport.kt:860)at kotlinx.coroutines.JobSupport.makeCompletingOnce$kotlinx_coroutines_core(JobSupport.kt:825)at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:111)at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)"2022-02-04 20:39:50 [springContextShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default'""2022-02-04 20:39:50 [springContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...""2022-02-04 20:39:50 [springContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.""2022-02-04 21:17:35 [DefaultDispatcher-worker-1] INFO o.s.boot.SpringApplication - Starting application using Java 11.0.2 on DESKTOP-PHIKMNA with PID 6224 (C:\Games\M[FR]\M[FR] Launcher.exe started by reserv003 in C:\Games\M[FR])""2022-02-04 21:17:35 [DefaultDispatcher-worker-1] INFO o.s.boot.SpringApplication - No active profile set, falling back to default profiles: default""2022-02-04 21:17:35 [DefaultDispatcher-worker-1] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'""2022-02-04 21:17:35 [DefaultDispatcher-worker-1] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.""2022-02-04 21:17:35 [DefaultDispatcher-worker-1] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 147 ms. Found 6 JPA repository interfaces.""2022-02-04 21:17:36 [DefaultDispatcher-worker-1] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...""2022-02-04 21:17:36 [DefaultDispatcher-worker-1] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.""2022-02-04 21:17:36 [DefaultDispatcher-worker-1] INFO liquibase.database - Set default schema name to PUBLIC""2022-02-04 21:17:36 [DefaultDispatcher-worker-1] INFO liquibase.lockservice - Successfully acquired change log lock""2022-02-04 21:17:37 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Reading from PUBLIC.DATABASECHANGELOG""2022-02-04 21:17:37 [DefaultDispatcher-worker-1] INFO liquibase.lockservice - Successfully released change log lock""2022-02-04 21:17:37 [DefaultDispatcher-worker-1] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]""2022-02-04 21:17:37 [DefaultDispatcher-worker-1] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 5.4.31.Final""2022-02-04 21:17:38 [DefaultDispatcher-worker-1] INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.1.2.Final}""2022-02-04 21:17:38 [DefaultDispatcher-worker-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.H2Dialect""2022-02-04 21:17:38 [DefaultDispatcher-worker-1] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]""2022-02-04 21:17:38 [DefaultDispatcher-worker-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'""2022-02-04 21:17:39 [JavaFX Application Thread] WARN javafx - Loading FXML document with JavaFX API of version 16 by JavaFX runtime of version 11.0.2""2022-02-04 21:17:40 [DefaultDispatcher-worker-1] INFO o.s.boot.SpringApplication - Started application in 5.873 seconds (JVM running for 7.897)""2022-02-04 21:17:49 [JavaFX Application Thread] ERROR r.f.m.l.exception.ExceptionHandler - ru.fullrest.mfr.launcher.exception.OnlineModException: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/client":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed out"ru.fullrest.mfr.launcher.exception.OnlineModException: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/client":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed outat ru.fullrest.mfr.launcher.service.RestTemplateService.client(RestTemplateService.kt:91)at ru.fullrest.mfr.launcher.javafx.controller.LauncherController$checkApplicationUpdate$2.invokeSuspend(LauncherController.kt:232)at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)Caused by: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/client":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed outat org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:785)at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:711)at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:631)at ru.fullrest.mfr.launcher.service.RestTemplateService.client(RestTemplateService.kt:116)... 7 common frames omittedCaused by: java.net.SocketTimeoutException: Read timed outat java.base/java.net.SocketInputStream.socketRead0(Native Method)at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)at java.base/sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:746)at java.base/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:689)at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1604)at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1509)at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:527)at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:329)at org.springframework.http.client.SimpleBufferingClientHttpRequest.executeInternal(SimpleBufferingClientHttpRequest.java:82)at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48)at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:66)at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:776)... 10 common frames omitted"2022-02-04 21:17:50 [DefaultDispatcher-worker-1] ERROR r.f.m.l.exception.ExceptionHandler - ru.fullrest.mfr.launcher.exception.OnlineModException: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/game":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed out"ru.fullrest.mfr.launcher.exception.OnlineModException: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/game":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed outat ru.fullrest.mfr.launcher.service.RestTemplateService.builds(RestTemplateService.kt:45)at ru.fullrest.mfr.launcher.service.RunnerService.run(RunnerService.kt:48)at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)at java.base/java.lang.reflect.Method.invoke(Method.java:566)at org.springframework.context.event.ApplicationListenerMethodAdapter.doInvoke(ApplicationListenerMethodAdapter.java:344)at org.springframework.context.event.ApplicationListenerMethodAdapter.processEvent(ApplicationListenerMethodAdapter.java:229)at org.springframework.context.event.ApplicationListenerMethodAdapter.onApplicationEvent(ApplicationListenerMethodAdapter.java:166)at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176)at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169)at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143)at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:421)at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:378)at org.springframework.boot.context.event.EventPublishingRunListener.running(EventPublishingRunListener.java:111)at org.springframework.boot.SpringApplicationRunListeners.lambda$running$6(SpringApplicationRunListeners.java:79)at java.base/java.util.ArrayList.forEach(ArrayList.java:1540)at org.springframework.boot.SpringApplicationRunListeners.doWithListeners(SpringApplicationRunListeners.java:117)at org.springframework.boot.SpringApplicationRunListeners.doWithListeners(SpringApplicationRunListeners.java:111)at org.springframework.boot.SpringApplicationRunListeners.running(SpringApplicationRunListeners.java:79)at org.springframework.boot.SpringApplication.run(SpringApplication.java:354)at org.springframework.boot.SpringApplication.run(SpringApplication.java:1329)at org.springframework.boot.SpringApplication.run(SpringApplication.java:1318)at ru.fullrest.mfr.launcher.Launcher$initSpringBoot$1.invokeSuspend(Launcher.kt:99)at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)Caused by: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/game":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed outat org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:785)at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:711)at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:631)at ru.fullrest.mfr.launcher.service.RestTemplateService.builds(RestTemplateService.kt:107)... 29 common frames omittedCaused by: java.net.SocketTimeoutException: Read timed outat java.base/java.net.SocketInputStream.socketRead0(Native Method)at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)at java.base/sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:746)at java.base/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:689)at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1604)at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1509)at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:527)at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:329)at org.springframework.http.client.SimpleBufferingClientHttpRequest.executeInternal(SimpleBufferingClientHttpRequest.java:82)at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48)at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:66)at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:776)... 32 common frames omitted"2022-02-04 21:17:50 [DefaultDispatcher-worker-1] INFO ru.fullrest.mfr.launcher.Launcher - Spring Boot initialization completed""2022-02-04 21:17:53 [DefaultDispatcher-worker-1] ERROR r.f.m.l.exception.ExceptionHandler - java.util.NoSuchElementException: Collection contains no element matching the predicate."java.util.NoSuchElementException: Collection contains no element matching the predicate.at ru.fullrest.mfr.launcher.javafx.task.GameInstallTask.execute$suspendImpl(GameInstallTask.kt:90)at ru.fullrest.mfr.launcher.javafx.task.GameInstallTask.execute(GameInstallTask.kt)at ru.fullrest.mfr.launcher.javafx.component.UpdateComponent$installGame$1.invokeSuspend(UpdateComponent.kt:80)at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)"2022-02-04 21:17:55 [DefaultDispatcher-worker-1] ERROR r.f.m.l.exception.ExceptionHandler - java.util.NoSuchElementException: Collection contains no element matching the predicate."java.util.NoSuchElementException: Collection contains no element matching the predicate.at ru.fullrest.mfr.launcher.javafx.task.GameInstallTask.execute$suspendImpl(GameInstallTask.kt:90)at ru.fullrest.mfr.launcher.javafx.task.GameInstallTask.execute(GameInstallTask.kt)at ru.fullrest.mfr.launcher.javafx.component.UpdateComponent$installGame$1.invokeSuspend(UpdateComponent.kt:80)at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)"2022-02-04 21:18:06 [springContextShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default'""2022-02-04 21:18:06 [springContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...""2022-02-04 21:18:06 [springContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.""2022-02-04 21:21:08 [DefaultDispatcher-worker-1] INFO o.s.boot.SpringApplication - Starting application using Java 11.0.2 on DESKTOP-PHIKMNA with PID 6892 (C:\Games\M[FR]\M[FR] Launcher.exe started by reserv003 in C:\Games\M[FR])""2022-02-04 21:21:08 [DefaultDispatcher-worker-1] INFO o.s.boot.SpringApplication - No active profile set, falling back to default profiles: default""2022-02-04 21:21:08 [DefaultDispatcher-worker-1] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'""2022-02-04 21:21:08 [DefaultDispatcher-worker-1] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.""2022-02-04 21:21:08 [DefaultDispatcher-worker-1] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 155 ms. Found 6 JPA repository interfaces.""2022-02-04 21:21:09 [DefaultDispatcher-worker-1] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...""2022-02-04 21:21:09 [DefaultDispatcher-worker-1] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.""2022-02-04 21:21:09 [DefaultDispatcher-worker-1] INFO liquibase.database - Set default schema name to PUBLIC""2022-02-04 21:21:10 [DefaultDispatcher-worker-1] INFO liquibase.lockservice - Successfully acquired change log lock""2022-02-04 21:21:10 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Reading from PUBLIC.DATABASECHANGELOG""2022-02-04 21:21:10 [DefaultDispatcher-worker-1] INFO liquibase.lockservice - Successfully released change log lock""2022-02-04 21:21:10 [DefaultDispatcher-worker-1] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]""2022-02-04 21:21:10 [DefaultDispatcher-worker-1] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 5.4.31.Final""2022-02-04 21:21:11 [DefaultDispatcher-worker-1] INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.1.2.Final}""2022-02-04 21:21:11 [DefaultDispatcher-worker-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.H2Dialect""2022-02-04 21:21:11 [DefaultDispatcher-worker-1] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]""2022-02-04 21:21:11 [DefaultDispatcher-worker-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'""2022-02-04 21:21:12 [JavaFX Application Thread] WARN javafx - Loading FXML document with JavaFX API of version 16 by JavaFX runtime of version 11.0.2""2022-02-04 21:21:13 [DefaultDispatcher-worker-1] INFO o.s.boot.SpringApplication - Started application in 5.808 seconds (JVM running for 7.845)""2022-02-04 21:21:22 [JavaFX Application Thread] ERROR r.f.m.l.exception.ExceptionHandler - ru.fullrest.mfr.launcher.exception.OnlineModException: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/client":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed out"ru.fullrest.mfr.launcher.exception.OnlineModException: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/client":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed outat ru.fullrest.mfr.launcher.service.RestTemplateService.client(RestTemplateService.kt:91)at ru.fullrest.mfr.launcher.javafx.controller.LauncherController$checkApplicationUpdate$2.invokeSuspend(LauncherController.kt:232)at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)Caused by: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/client":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed outat org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:785)at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:711)at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:631)at ru.fullrest.mfr.launcher.service.RestTemplateService.client(RestTemplateService.kt:116)... 7 common frames omittedCaused by: java.net.SocketTimeoutException: Read timed outat java.base/java.net.SocketInputStream.socketRead0(Native Method)at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)at java.base/sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:746)at java.base/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:689)at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1604)at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1509)at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:527)at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:329)at org.springframework.http.client.SimpleBufferingClientHttpRequest.executeInternal(SimpleBufferingClientHttpRequest.java:82)at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48)at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:66)at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:776)... 10 common frames omitted"2022-02-04 21:21:23 [DefaultDispatcher-worker-1] ERROR r.f.m.l.exception.ExceptionHandler - ru.fullrest.mfr.launcher.exception.OnlineModException: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/game":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed out"ru.fullrest.mfr.launcher.exception.OnlineModException: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/game":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed outat ru.fullrest.mfr.launcher.service.RestTemplateService.builds(RestTemplateService.kt:45)at ru.fullrest.mfr.launcher.service.RunnerService.run(RunnerService.kt:48)at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)at java.base/java.lang.reflect.Method.invoke(Method.java:566)at org.springframework.context.event.ApplicationListenerMethodAdapter.doInvoke(ApplicationListenerMethodAdapter.java:344)at org.springframework.context.event.ApplicationListenerMethodAdapter.processEvent(ApplicationListenerMethodAdapter.java:229)at org.springframework.context.event.ApplicationListenerMethodAdapter.onApplicationEvent(ApplicationListenerMethodAdapter.java:166)at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176)at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169)at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143)at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:421)at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:378)at org.springframework.boot.context.event.EventPublishingRunListener.running(EventPublishingRunListener.java:111)at org.springframework.boot.SpringApplicationRunListeners.lambda$running$6(SpringApplicationRunListeners.java:79)at java.base/java.util.ArrayList.forEach(ArrayList.java:1540)at org.springframework.boot.SpringApplicationRunListeners.doWithListeners(SpringApplicationRunListeners.java:117)at org.springframework.boot.SpringApplicationRunListeners.doWithListeners(SpringApplicationRunListeners.java:111)at org.springframework.boot.SpringApplicationRunListeners.running(SpringApplicationRunListeners.java:79)at org.springframework.boot.SpringApplication.run(SpringApplication.java:354)at org.springframework.boot.SpringApplication.run(SpringApplication.java:1329)at org.springframework.boot.SpringApplication.run(SpringApplication.java:1318)at ru.fullrest.mfr.launcher.Launcher$initSpringBoot$1.invokeSuspend(Launcher.kt:99)at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)Caused by: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/game":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed outat org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:785)at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:711)at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:631)at ru.fullrest.mfr.launcher.service.RestTemplateService.builds(RestTemplateService.kt:107)... 29 common frames omittedCaused by: java.net.SocketTimeoutException: Read timed outat java.base/java.net.SocketInputStream.socketRead0(Native Method)at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)at java.base/sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:746)at java.base/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:689)at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1604)at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1509)at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:527)at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:329)at org.springframework.http.client.SimpleBufferingClientHttpRequest.executeInternal(SimpleBufferingClientHttpRequest.java:82)at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48)at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:66)at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:776)... 32 common frames omitted"2022-02-04 21:21:23 [DefaultDispatcher-worker-1] INFO ru.fullrest.mfr.launcher.Launcher - Spring Boot initialization completed""2022-02-04 21:21:27 [DefaultDispatcher-worker-1] ERROR r.f.m.l.exception.ExceptionHandler - java.util.NoSuchElementException: Collection contains no element matching the predicate."java.util.NoSuchElementException: Collection contains no element matching the predicate.at ru.fullrest.mfr.launcher.javafx.task.GameInstallTask.execute$suspendImpl(GameInstallTask.kt:90)at ru.fullrest.mfr.launcher.javafx.task.GameInstallTask.execute(GameInstallTask.kt)at ru.fullrest.mfr.launcher.javafx.component.UpdateComponent$installGame$1.invokeSuspend(UpdateComponent.kt:80)at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)"2022-02-04 21:21:31 [DefaultDispatcher-worker-1] ERROR r.f.m.l.exception.ExceptionHandler - java.util.NoSuchElementException: Collection contains no element matching the predicate."java.util.NoSuchElementException: Collection contains no element matching the predicate.at ru.fullrest.mfr.launcher.javafx.task.GameInstallTask.execute$suspendImpl(GameInstallTask.kt:90)at ru.fullrest.mfr.launcher.javafx.task.GameInstallTask.execute(GameInstallTask.kt)at ru.fullrest.mfr.launcher.javafx.component.UpdateComponent$installGame$1.invokeSuspend(UpdateComponent.kt:80)at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)"2022-02-04 21:21:58 [DefaultDispatcher-worker-1] ERROR r.f.m.l.exception.ExceptionHandler - java.util.NoSuchElementException: Collection contains no element matching the predicate."java.util.NoSuchElementException: Collection contains no element matching the predicate.at ru.fullrest.mfr.launcher.javafx.task.GameInstallTask.execute$suspendImpl(GameInstallTask.kt:90)at ru.fullrest.mfr.launcher.javafx.task.GameInstallTask.execute(GameInstallTask.kt)at ru.fullrest.mfr.launcher.javafx.component.UpdateComponent$installGame$1.invokeSuspend(UpdateComponent.kt:80)at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)"2022-02-04 21:22:50 [DefaultDispatcher-worker-1] ERROR r.f.m.l.exception.ExceptionHandler - ru.fullrest.mfr.launcher.exception.OnlineModException: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/game/0":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed out"ru.fullrest.mfr.launcher.exception.OnlineModException: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/game/0":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed outat ru.fullrest.mfr.launcher.service.RestTemplateService.content(RestTemplateService.kt:72)at ru.fullrest.mfr.launcher.service.RestTemplateService.content$default(RestTemplateService.kt:51)at ru.fullrest.mfr.launcher.javafx.task.GameInstallTask.execute$suspendImpl(GameInstallTask.kt:45)at ru.fullrest.mfr.launcher.javafx.task.GameInstallTask.execute(GameInstallTask.kt)at ru.fullrest.mfr.launcher.javafx.component.UpdateComponent$installGame$1.invokeSuspend(UpdateComponent.kt:80)at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)Caused by: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/game/0":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed outat org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:785)at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:711)at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:631)at ru.fullrest.mfr.launcher.service.RestTemplateService.content(RestTemplateService.kt:112)... 10 common frames omittedCaused by: java.net.SocketTimeoutException: Read timed outat java.base/java.net.SocketInputStream.socketRead0(Native Method)at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)at java.base/sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:746)at java.base/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:689)at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1604)at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1509)at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:527)at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:329)at org.springframework.http.client.SimpleBufferingClientHttpRequest.executeInternal(SimpleBufferingClientHttpRequest.java:82)at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48)at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:66)at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:776)... 13 common frames omitted"2022-02-04 21:22:50 [DefaultDispatcher-worker-1] ERROR r.f.m.l.exception.ExceptionHandler - java.lang.IllegalStateException: Not on FX application thread; currentThread = DefaultDispatcher-worker-1"java.lang.IllegalStateException: Not on FX application thread; currentThread = DefaultDispatcher-worker-1at com.sun.javafx.tk.Toolkit.checkFxUserThread(Toolkit.java:291)at com.sun.javafx.tk.quantum.QuantumToolkit.checkFxUserThread(QuantumToolkit.java:424)at javafx.scene.Parent$3.onProposedChange(Parent.java:471)at com.sun.javafx.collections.VetoableListDecorator.setAll(VetoableListDecorator.java:113)at com.sun.javafx.collections.VetoableListDecorator.setAll(VetoableListDecorator.java:108)at javafx.scene.control.skin.LabeledSkinBase.updateChildren(LabeledSkinBase.java:272)at javafx.scene.control.skin.LabeledSkinBase.lambda$new$11(LabeledSkinBase.java:220)at com.sun.javafx.scene.control.LambdaMultiplePropertyChangeListenerHandler.lambda$new$1(LambdaMultiplePropertyChangeListenerHandler.java:49)at javafx.beans.value.WeakChangeListener.changed(WeakChangeListener.java:86)at com.sun.javafx.binding.ExpressionHelper$SingleChange.fireValueChangedEvent(ExpressionHelper.java:181)at com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(ExpressionHelper.java:80)at javafx.beans.property.StringPropertyBase.fireValueChangedEvent(StringPropertyBase.java:104)at javafx.beans.property.StringPropertyBase.markInvalid(StringPropertyBase.java:111)at javafx.beans.property.StringPropertyBase.set(StringPropertyBase.java:145)at javafx.beans.property.StringPropertyBase.set(StringPropertyBase.java:50)at javafx.beans.property.StringProperty.setValue(StringProperty.java:65)at javafx.scene.control.Labeled.setText(Labeled.java:147)at ru.fullrest.mfr.launcher.javafx.controller.LauncherController$6.invoke(LauncherController.kt:93)at ru.fullrest.mfr.launcher.javafx.controller.LauncherController$6.invoke(LauncherController.kt:91)at ru.fullrest.mfr.launcher.component.ApplicationStatus$Observer.setValue(ApplicationStatus.kt:29)at ru.fullrest.mfr.launcher.exception.ExceptionHandler.uncaughtException(ExceptionHandler.kt:58)at java.base/java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1055)at java.base/java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1050)at org.springframework.boot.devtools.restart.SilentExitExceptionHandler.uncaughtException(SilentExitExceptionHandler.java:47)at kotlinx.coroutines.CoroutineExceptionHandlerImplKt.handleCoroutineExceptionImpl(CoroutineExceptionHandlerImpl.kt:39)at kotlinx.coroutines.CoroutineExceptionHandlerKt.handleCoroutineException(CoroutineExceptionHandler.kt:33)at kotlinx.coroutines.StandaloneCoroutine.handleJobException(Builders.common.kt:189)at kotlinx.coroutines.JobSupport.finalizeFinishingState(JobSupport.kt:229)at kotlinx.coroutines.JobSupport.tryMakeCompletingSlowPath(JobSupport.kt:903)at kotlinx.coroutines.JobSupport.tryMakeCompleting(JobSupport.kt:860)at kotlinx.coroutines.JobSupport.makeCompletingOnce$kotlinx_coroutines_core(JobSupport.kt:825)at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:111)at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)"2022-02-04 21:23:18 [springContextShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default'""2022-02-04 21:23:18 [springContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...""2022-02-04 21:23:18 [springContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.""2022-02-04 21:23:41 [DefaultDispatcher-worker-2] INFO o.s.boot.SpringApplication - Starting application using Java 11.0.2 on DESKTOP-PHIKMNA with PID 7032 (C:\Games\M[FR]\M[FR] Launcher.exe started by reserv003 in C:\Games\M[FR])""2022-02-04 21:23:41 [DefaultDispatcher-worker-2] INFO o.s.boot.SpringApplication - No active profile set, falling back to default profiles: default""2022-02-04 21:23:41 [DefaultDispatcher-worker-2] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'""2022-02-04 21:23:41 [DefaultDispatcher-worker-2] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.""2022-02-04 21:23:42 [DefaultDispatcher-worker-2] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 150 ms. Found 6 JPA repository interfaces.""2022-02-04 21:23:42 [DefaultDispatcher-worker-2] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...""2022-02-04 21:23:43 [DefaultDispatcher-worker-2] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.""2022-02-04 21:23:43 [DefaultDispatcher-worker-2] INFO liquibase.database - Set default schema name to PUBLIC""2022-02-04 21:23:43 [DefaultDispatcher-worker-2] INFO liquibase.lockservice - Successfully acquired change log lock""2022-02-04 21:23:43 [DefaultDispatcher-worker-2] INFO liquibase.changelog - Reading from PUBLIC.DATABASECHANGELOG""2022-02-04 21:23:44 [DefaultDispatcher-worker-2] INFO liquibase.lockservice - Successfully released change log lock""2022-02-04 21:23:44 [DefaultDispatcher-worker-2] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]""2022-02-04 21:23:44 [DefaultDispatcher-worker-2] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 5.4.31.Final""2022-02-04 21:23:44 [DefaultDispatcher-worker-2] INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.1.2.Final}""2022-02-04 21:23:44 [DefaultDispatcher-worker-2] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.H2Dialect""2022-02-04 21:23:45 [DefaultDispatcher-worker-2] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]""2022-02-04 21:23:45 [DefaultDispatcher-worker-2] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'""2022-02-04 21:23:46 [JavaFX Application Thread] WARN javafx - Loading FXML document with JavaFX API of version 16 by JavaFX runtime of version 11.0.2""2022-02-04 21:23:46 [DefaultDispatcher-worker-2] INFO o.s.boot.SpringApplication - Started application in 5.899 seconds (JVM running for 7.954)""2022-02-04 21:23:56 [JavaFX Application Thread] ERROR r.f.m.l.exception.ExceptionHandler - ru.fullrest.mfr.launcher.exception.OnlineModException: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/client":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed out"ru.fullrest.mfr.launcher.exception.OnlineModException: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/client":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed outat ru.fullrest.mfr.launcher.service.RestTemplateService.client(RestTemplateService.kt:91)at ru.fullrest.mfr.launcher.javafx.controller.LauncherController$checkApplicationUpdate$2.invokeSuspend(LauncherController.kt:232)at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)Caused by: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/client":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed outat org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:785)at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:711)at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:631)at ru.fullrest.mfr.launcher.service.RestTemplateService.client(RestTemplateService.kt:116)... 7 common frames omittedCaused by: java.net.SocketTimeoutException: Read timed outat java.base/java.net.SocketInputStream.socketRead0(Native Method)at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)at java.base/sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:746)at java.base/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:689)at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1604)at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1509)at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:527)at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:329)at org.springframework.http.client.SimpleBufferingClientHttpRequest.executeInternal(SimpleBufferingClientHttpRequest.java:82)at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48)at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:66)at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:776)... 10 common frames omitted"2022-02-04 21:23:56 [DefaultDispatcher-worker-2] ERROR r.f.m.l.exception.ExceptionHandler - ru.fullrest.mfr.launcher.exception.OnlineModException: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/game":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed out"ru.fullrest.mfr.launcher.exception.OnlineModException: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/game":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed outat ru.fullrest.mfr.launcher.service.RestTemplateService.builds(RestTemplateService.kt:45)at ru.fullrest.mfr.launcher.service.RunnerService.run(RunnerService.kt:48)at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)at java.base/java.lang.reflect.Method.invoke(Method.java:566)at org.springframework.context.event.ApplicationListenerMethodAdapter.doInvoke(ApplicationListenerMethodAdapter.java:344)at org.springframework.context.event.ApplicationListenerMethodAdapter.processEvent(ApplicationListenerMethodAdapter.java:229)at org.springframework.context.event.ApplicationListenerMethodAdapter.onApplicationEvent(ApplicationListenerMethodAdapter.java:166)at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:176)at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:169)at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:143)at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:421)at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:378)at org.springframework.boot.context.event.EventPublishingRunListener.running(EventPublishingRunListener.java:111)at org.springframework.boot.SpringApplicationRunListeners.lambda$running$6(SpringApplicationRunListeners.java:79)at java.base/java.util.ArrayList.forEach(ArrayList.java:1540)at org.springframework.boot.SpringApplicationRunListeners.doWithListeners(SpringApplicationRunListeners.java:117)at org.springframework.boot.SpringApplicationRunListeners.doWithListeners(SpringApplicationRunListeners.java:111)at org.springframework.boot.SpringApplicationRunListeners.running(SpringApplicationRunListeners.java:79)at org.springframework.boot.SpringApplication.run(SpringApplication.java:354)at org.springframework.boot.SpringApplication.run(SpringApplication.java:1329)at org.springframework.boot.SpringApplication.run(SpringApplication.java:1318)at ru.fullrest.mfr.launcher.Launcher$initSpringBoot$1.invokeSuspend(Launcher.kt:99)at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)Caused by: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/game":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed outat org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:785)at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:711)at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:631)at ru.fullrest.mfr.launcher.service.RestTemplateService.builds(RestTemplateService.kt:107)... 29 common frames omittedCaused by: java.net.SocketTimeoutException: Read timed outat java.base/java.net.SocketInputStream.socketRead0(Native Method)at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)at java.base/sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:746)at java.base/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:689)at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1604)at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1509)at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:527)at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:329)at org.springframework.http.client.SimpleBufferingClientHttpRequest.executeInternal(SimpleBufferingClientHttpRequest.java:82)at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48)at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:66)at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:776)... 32 common frames omitted"2022-02-04 21:23:57 [DefaultDispatcher-worker-2] INFO ru.fullrest.mfr.launcher.Launcher - Spring Boot initialization completed""2022-02-04 21:23:58 [DefaultDispatcher-worker-2] ERROR r.f.m.l.exception.ExceptionHandler - java.util.NoSuchElementException: Collection contains no element matching the predicate."java.util.NoSuchElementException: Collection contains no element matching the predicate.at ru.fullrest.mfr.launcher.javafx.task.GameInstallTask.execute$suspendImpl(GameInstallTask.kt:90)at ru.fullrest.mfr.launcher.javafx.task.GameInstallTask.execute(GameInstallTask.kt)at ru.fullrest.mfr.launcher.javafx.component.UpdateComponent$installGame$1.invokeSuspend(UpdateComponent.kt:80)at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)"2022-02-04 21:24:42 [DefaultDispatcher-worker-2] ERROR r.f.m.l.exception.ExceptionHandler - ru.fullrest.mfr.launcher.exception.OnlineModException: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/game/0":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed out"ru.fullrest.mfr.launcher.exception.OnlineModException: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/game/0":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed outat ru.fullrest.mfr.launcher.service.RestTemplateService.content(RestTemplateService.kt:72)at ru.fullrest.mfr.launcher.service.RestTemplateService.content$default(RestTemplateService.kt:51)at ru.fullrest.mfr.launcher.javafx.task.GameInstallTask.execute$suspendImpl(GameInstallTask.kt:45)at ru.fullrest.mfr.launcher.javafx.task.GameInstallTask.execute(GameInstallTask.kt)at ru.fullrest.mfr.launcher.javafx.component.UpdateComponent$installGame$1.invokeSuspend(UpdateComponent.kt:80)at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)Caused by: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/game/0":Read timed out; nested exception is java.net.SocketTimeoutException: Read timed outat org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:785)at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:711)at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:631)at ru.fullrest.mfr.launcher.service.RestTemplateService.content(RestTemplateService.kt:112)... 10 common frames omittedCaused by: java.net.SocketTimeoutException: Read timed outat java.base/java.net.SocketInputStream.socketRead0(Native Method)at java.base/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)at java.base/java.net.SocketInputStream.read(SocketInputStream.java:168)at java.base/java.net.SocketInputStream.read(SocketInputStream.java:140)at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:448)at java.base/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:68)at java.base/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1104)at java.base/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:823)at java.base/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)at java.base/java.io.BufferedInputStream.read1(BufferedInputStream.java:292)at java.base/java.io.BufferedInputStream.read(BufferedInputStream.java:351)at java.base/sun.net.www.http.HttpClient.parseHTTPHeader(HttpClient.java:746)at java.base/sun.net.www.http.HttpClient.parseHTTP(HttpClient.java:689)at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1604)at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1509)at java.base/java.net.HttpURLConnection.getResponseCode(HttpURLConnection.java:527)at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:329)at org.springframework.http.client.SimpleBufferingClientHttpRequest.executeInternal(SimpleBufferingClientHttpRequest.java:82)at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48)at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:66)at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:776)... 13 common frames omitted"2022-02-04 21:24:42 [DefaultDispatcher-worker-2] ERROR r.f.m.l.exception.ExceptionHandler - java.lang.IllegalStateException: Not on FX application thread; currentThread = DefaultDispatcher-worker-2"java.lang.IllegalStateException: Not on FX application thread; currentThread = DefaultDispatcher-worker-2at com.sun.javafx.tk.Toolkit.checkFxUserThread(Toolkit.java:291)at com.sun.javafx.tk.quantum.QuantumToolkit.checkFxUserThread(QuantumToolkit.java:424)at javafx.scene.Parent$3.onProposedChange(Parent.java:471)at com.sun.javafx.collections.VetoableListDecorator.setAll(VetoableListDecorator.java:113)at com.sun.javafx.collections.VetoableListDecorator.setAll(VetoableListDecorator.java:108)at javafx.scene.control.skin.LabeledSkinBase.updateChildren(LabeledSkinBase.java:272)at javafx.scene.control.skin.LabeledSkinBase.lambda$new$11(LabeledSkinBase.java:220)at com.sun.javafx.scene.control.LambdaMultiplePropertyChangeListenerHandler.lambda$new$1(LambdaMultiplePropertyChangeListenerHandler.java:49)at javafx.beans.value.WeakChangeListener.changed(WeakChangeListener.java:86)at com.sun.javafx.binding.ExpressionHelper$SingleChange.fireValueChangedEvent(ExpressionHelper.java:181)at com.sun.javafx.binding.ExpressionHelper.fireValueChangedEvent(ExpressionHelper.java:80)at javafx.beans.property.StringPropertyBase.fireValueChangedEvent(StringPropertyBase.java:104)at javafx.beans.property.StringPropertyBase.markInvalid(StringPropertyBase.java:111)at javafx.beans.property.StringPropertyBase.set(StringPropertyBase.java:145)at javafx.beans.property.StringPropertyBase.set(StringPropertyBase.java:50)at javafx.beans.property.StringProperty.setValue(StringProperty.java:65)at javafx.scene.control.Labeled.setText(Labeled.java:147)at ru.fullrest.mfr.launcher.javafx.controller.LauncherController$6.invoke(LauncherController.kt:93)at ru.fullrest.mfr.launcher.javafx.controller.LauncherController$6.invoke(LauncherController.kt:91)at ru.fullrest.mfr.launcher.component.ApplicationStatus$Observer.setValue(ApplicationStatus.kt:29)at ru.fullrest.mfr.launcher.exception.ExceptionHandler.uncaughtException(ExceptionHandler.kt:58)at java.base/java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1055)at java.base/java.lang.ThreadGroup.uncaughtException(ThreadGroup.java:1050)at org.springframework.boot.devtools.restart.SilentExitExceptionHandler.uncaughtException(SilentExitExceptionHandler.java:47)at kotlinx.coroutines.CoroutineExceptionHandlerImplKt.handleCoroutineExceptionImpl(CoroutineExceptionHandlerImpl.kt:39)at kotlinx.coroutines.CoroutineExceptionHandlerKt.handleCoroutineException(CoroutineExceptionHandler.kt:33)at kotlinx.coroutines.StandaloneCoroutine.handleJobException(Builders.common.kt:189)at kotlinx.coroutines.JobSupport.finalizeFinishingState(JobSupport.kt:229)at kotlinx.coroutines.JobSupport.tryMakeCompletingSlowPath(JobSupport.kt:903)at kotlinx.coroutines.JobSupport.tryMakeCompleting(JobSupport.kt:860)at kotlinx.coroutines.JobSupport.makeCompletingOnce$kotlinx_coroutines_core(JobSupport.kt:825)at kotlinx.coroutines.AbstractCoroutine.resumeWith(AbstractCoroutine.kt:111)at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:46)at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)"2022-02-04 21:24:46 [springContextShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default'""2022-02-04 21:24:46 [springContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...""2022-02-04 21:24:46 [springContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed." Изменено 4 февраля пользователем reserv003 Ссылка на комментарий Поделиться на другие сайты Поделиться
Hospitalier Опубликовано 5 февраля Жалоба Поделиться Опубликовано 5 февраля (изменено) Друзья! Я вернулся) с 2007го года я не заходил на свою страничку на Фуллресте, но сейчас до меня дошли слухи про Фуллрест Репак, который я и установил. Буду пробовать. Шарниры двемерского механизма моей учетной записи выдают во мне пыль годов. Всех рад видеть, всем рад! Снова ЗДРАВСТВУЙТЕ!!! Изменено 5 февраля пользователем Hospitalier Ссылка на комментарий Поделиться на другие сайты Поделиться
Stenchers Опубликовано 6 февраля Жалоба Поделиться Опубликовано 6 февраля Позавчера случайно удалил папку с MFR. Решил сразу же переустановить. Попробовал переустановить, но скорость загрузки в лаунчере оказалась слишком низкой (0,2-1,5 мб/с вместо привычных 3-5). К тому же, каждые 5-20 минут выскакивает ошибка, которая прерывает загрузку. Из-за этого завершить загрузку не представляется возможным. Пробовал выключать антивирус, брандмауэр, включать/выключать VPN и прокси, но ничего не помогло. Ссылка на комментарий Поделиться на другие сайты Поделиться
Марк К. Марцелл Опубликовано 6 февраля Жалоба Поделиться Опубликовано 6 февраля Друзья! Я вернулся) с 2007го года я не заходил на свою страничку на Фуллресте, но сейчас до меня дошли слухи про Фуллрест Репак, который я и установил. Буду пробовать. Шарниры двемерского механизма моей учетной записи выдают во мне пыль годов. Всех рад видеть, всем рад! Снова ЗДРАВСТВУЙТЕ!!!Привет. С возвращением! Позавчера случайно удалил папку с MFR. Решил сразу же переустановить. Попробовал переустановить, но скорость загрузки в лаунчере оказалась слишком низкой (0,2-1,5 мб/с вместо привычных 3-5). К тому же, каждые 5-20 минут выскакивает ошибка, которая прерывает загрузку. Из-за этого завершить загрузку не представляется возможным. Пробовал выключать антивирус, брандмауэр, включать/выключать VPN и прокси, но ничего не помогло.Вчера велись работы на сервере. Сегодня не было попыток загрузить по новой? Ссылка на комментарий Поделиться на другие сайты Поделиться
Stenchers Опубликовано 6 февраля Жалоба Поделиться Опубликовано 6 февраля (изменено) Вчера велись работы на сервере. Сегодня не было попыток загрузить по новой?Пробовал снова буквально пару минут назад. То же самое. Файлы на Торренте скачиваются со скоростью 10 мб/с, а здесь - 500 кб/с. Это просто пипец какой-то. Изменено 6 февраля пользователем Stenchers Ссылка на комментарий Поделиться на другие сайты Поделиться
Stenchers Опубликовано 7 февраля Жалоба Поделиться Опубликовано 7 февраля До сих пор не могу начать установку MFR, но если раньше установка начиналась, и лишь через некоторое время выдавало ошибку, то теперь она выскакивает сразу после нажатия кнопки "Установить игру". У меня вопрос: на сервере опять какие-то технические работы или моя сеть окончательно долбанулась? Ссылка на комментарий Поделиться на другие сайты Поделиться
Urgarat Опубликовано 8 февраля Жалоба Поделиться Опубликовано 8 февраля Та же проблема, что и у человека выше: выдаёт ошибку при нажатии кнопки "Установить игру". Ссылка на комментарий Поделиться на другие сайты Поделиться
Марк К. Марцелл Опубликовано 8 февраля Жалоба Поделиться Опубликовано 8 февраля До сих пор не могу начать установку MFR, но если раньше установка начиналась, и лишь через некоторое время выдавало ошибку, то теперь она выскакивает сразу после нажатия кнопки "Установить игру". У меня вопрос: на сервере опять какие-то технические работы или моя сеть окончательно долбанулась? Та же проблема, что и у человека выше: выдаёт ошибку при нажатии кнопки "Установить игру". Сервер поднят после утечки оперативной памяти. Проверяйте. Ссылка на комментарий Поделиться на другие сайты Поделиться
Stenchers Опубликовано 8 февраля Жалоба Поделиться Опубликовано 8 февраля Сервер поднят после утечки оперативной памяти. Проверяйте.Проверил. К счастью, все заработало и баг исчез. Игра успешно докачалась за один час. Ссылка на комментарий Поделиться на другие сайты Поделиться
Алексей82 Опубликовано 9 февраля Жалоба Поделиться Опубликовано 9 февраля (изменено) никогда такого не было и вот опять)игра не скачивается с лаунчера,пишет :"произошла ошибка".лаунчер скачан с фуллреста.4.0.56.,"2022-02-09 22:47:27 [DefaultDispatcher-worker-1] INFO o.s.boot.SpringApplication - Starting application using Java 11.0.2 on DESKTOP-ARQ9ABH with PID 2904 (F:\M[FR]\M[FR] Launcher.exe started by Alexey in F:\M[FR])""2022-02-09 22:47:27 [DefaultDispatcher-worker-1] INFO o.s.boot.SpringApplication - No active profile set, falling back to default profiles: default""2022-02-09 22:47:27 [DefaultDispatcher-worker-1] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'""2022-02-09 22:47:27 [DefaultDispatcher-worker-1] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.""2022-02-09 22:47:27 [DefaultDispatcher-worker-1] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 79 ms. Found 6 JPA repository interfaces.""2022-02-09 22:47:28 [DefaultDispatcher-worker-1] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...""2022-02-09 22:47:28 [DefaultDispatcher-worker-1] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.""2022-02-09 22:47:28 [DefaultDispatcher-worker-1] INFO liquibase.database - Set default schema name to PUBLIC""2022-02-09 22:47:28 [DefaultDispatcher-worker-1] INFO liquibase.lockservice - Successfully acquired change log lock""2022-02-09 22:47:29 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Creating database history table with name: PUBLIC.DATABASECHANGELOG""2022-02-09 22:47:29 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Reading from PUBLIC.DATABASECHANGELOG""2022-02-09 22:47:29 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Table PROPERTY created""2022-02-09 22:47:29 [DefaultDispatcher-worker-1] INFO liquibase.changelog - ChangeSet db/changelog/changelog-1.0.xml::create property table::Lezenford ran successfully in 93ms""2022-02-09 22:47:29 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Table sections created""2022-02-09 22:47:29 [DefaultDispatcher-worker-1] INFO liquibase.changelog - ChangeSet db/changelog/changelog-1.0.xml::create packages table::Lezenford ran successfully in 32ms""2022-02-09 22:47:29 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Table options created""2022-02-09 22:47:29 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Unique constraint added to options(section_id, name)""2022-02-09 22:47:29 [DefaultDispatcher-worker-1] INFO liquibase.changelog - ChangeSet db/changelog/changelog-1.0.xml::create option table::Lezenford ran successfully in 44ms""2022-02-09 22:47:29 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Table items created""2022-02-09 22:47:29 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Unique constraint added to items(option_id, storage_path)""2022-02-09 22:47:29 [DefaultDispatcher-worker-1] INFO liquibase.changelog - ChangeSet db/changelog/changelog-1.0.xml::create item table::Lezenford ran successfully in 50ms""2022-02-09 22:47:29 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Foreign key constraint added to options (section_id)""2022-02-09 22:47:29 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Foreign key constraint added to items (option_id)""2022-02-09 22:47:29 [DefaultDispatcher-worker-1] INFO liquibase.changelog - ChangeSet db/changelog/changelog-1.0.xml::create FK for tables::Lezenford ran successfully in 71ms""2022-02-09 22:47:29 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Table extra created""2022-02-09 22:47:29 [DefaultDispatcher-worker-1] INFO liquibase.changelog - ChangeSet db/changelog/changelog-1.0.xml::create extra content table::Lezenford ran successfully in 29ms""2022-02-09 22:47:29 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Table extra_files created""2022-02-09 22:47:29 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Foreign key constraint added to extra_files (extra_id)""2022-02-09 22:47:29 [DefaultDispatcher-worker-1] INFO liquibase.changelog - ChangeSet db/changelog/changelog-1.0.xml::create extra content file table::Lezenford ran successfully in 58ms""2022-02-09 22:47:29 [DefaultDispatcher-worker-1] INFO liquibase.lockservice - Successfully released change log lock""2022-02-09 22:47:29 [DefaultDispatcher-worker-1] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]""2022-02-09 22:47:30 [DefaultDispatcher-worker-1] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 5.4.31.Final""2022-02-09 22:47:30 [DefaultDispatcher-worker-1] INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.1.2.Final}""2022-02-09 22:47:30 [DefaultDispatcher-worker-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.H2Dialect""2022-02-09 22:47:30 [DefaultDispatcher-worker-1] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]""2022-02-09 22:47:30 [DefaultDispatcher-worker-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'""2022-02-09 22:47:35 [JavaFX Application Thread] WARN javafx - Loading FXML document with JavaFX API of version 16 by JavaFX runtime of version 11.0.2""2022-02-09 22:47:35 [DefaultDispatcher-worker-1] INFO o.s.boot.SpringApplication - Started application in 9.135 seconds (JVM running for 11.187)""2022-02-09 22:47:36 [DefaultDispatcher-worker-1] INFO ru.fullrest.mfr.launcher.Launcher - Spring Boot initialization completed""2022-02-09 22:47:55 [springContextShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default'""2022-02-09 22:47:55 [springContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...""2022-02-09 22:47:55 [springContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.""2022-02-09 22:48:05 [DefaultDispatcher-worker-2] INFO o.s.boot.SpringApplication - Starting application using Java 11.0.2 on DESKTOP-ARQ9ABH with PID 7992 (F:\M[FR]\M[FR] Launcher.exe started by Alexey in F:\M[FR])""2022-02-09 22:48:05 [DefaultDispatcher-worker-2] INFO o.s.boot.SpringApplication - No active profile set, falling back to default profiles: default""2022-02-09 22:48:05 [DefaultDispatcher-worker-2] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'""2022-02-09 22:48:05 [DefaultDispatcher-worker-2] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.""2022-02-09 22:48:05 [DefaultDispatcher-worker-2] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 81 ms. Found 6 JPA repository interfaces.""2022-02-09 22:48:06 [DefaultDispatcher-worker-2] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...""2022-02-09 22:48:06 [DefaultDispatcher-worker-2] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.""2022-02-09 22:48:06 [DefaultDispatcher-worker-2] INFO liquibase.database - Set default schema name to PUBLIC""2022-02-09 22:48:06 [DefaultDispatcher-worker-2] INFO liquibase.lockservice - Successfully acquired change log lock""2022-02-09 22:48:07 [DefaultDispatcher-worker-2] INFO liquibase.changelog - Reading from PUBLIC.DATABASECHANGELOG""2022-02-09 22:48:07 [DefaultDispatcher-worker-2] INFO liquibase.lockservice - Successfully released change log lock""2022-02-09 22:48:07 [DefaultDispatcher-worker-2] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]""2022-02-09 22:48:07 [DefaultDispatcher-worker-2] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 5.4.31.Final""2022-02-09 22:48:07 [DefaultDispatcher-worker-2] INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.1.2.Final}""2022-02-09 22:48:08 [DefaultDispatcher-worker-2] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.H2Dialect""2022-02-09 22:48:08 [DefaultDispatcher-worker-2] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]""2022-02-09 22:48:08 [DefaultDispatcher-worker-2] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'""2022-02-09 22:48:14 [JavaFX Application Thread] WARN javafx - Loading FXML document with JavaFX API of version 16 by JavaFX runtime of version 11.0.2""2022-02-09 22:48:14 [DefaultDispatcher-worker-2] INFO o.s.boot.SpringApplication - Started application in 9.571 seconds (JVM running for 11.475)""2022-02-09 22:48:15 [DefaultDispatcher-worker-2] INFO ru.fullrest.mfr.launcher.Launcher - Spring Boot initialization completed""2022-02-09 22:49:05 [DefaultDispatcher-worker-2] ERROR r.f.m.l.exception.ExceptionHandler - java.lang.IllegalArgumentException: Schema file not found"java.lang.IllegalArgumentException: Schema file not foundat ru.fullrest.mfr.launcher.javafx.task.FillSchemeTask.execute$suspendImpl(FillSchemeTask.kt:41)at ru.fullrest.mfr.launcher.javafx.task.FillSchemeTask.execute(FillSchemeTask.kt)at ru.fullrest.mfr.launcher.javafx.task.GameInstallTask.execute$suspendImpl(GameInstallTask.kt:66)at ru.fullrest.mfr.launcher.javafx.task.GameInstallTask$execute$1.invokeSuspend(GameInstallTask.kt)at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)"2022-02-09 22:54:51 [DefaultDispatcher-worker-1] ERROR r.f.m.l.exception.ExceptionHandler - java.lang.IllegalArgumentException: Schema file not found"java.lang.IllegalArgumentException: Schema file not foundat ru.fullrest.mfr.launcher.javafx.task.FillSchemeTask.execute$suspendImpl(FillSchemeTask.kt:41)at ru.fullrest.mfr.launcher.javafx.task.FillSchemeTask.execute(FillSchemeTask.kt)at ru.fullrest.mfr.launcher.javafx.task.GameInstallTask.execute$suspendImpl(GameInstallTask.kt:66)at ru.fullrest.mfr.launcher.javafx.task.GameInstallTask$execute$1.invokeSuspend(GameInstallTask.kt)at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)"2022-02-09 22:55:17 [DefaultDispatcher-worker-2] ERROR r.f.m.l.exception.ExceptionHandler - java.lang.IllegalArgumentException: Schema file not found"java.lang.IllegalArgumentException: Schema file not foundat ru.fullrest.mfr.launcher.javafx.task.FillSchemeTask.execute$suspendImpl(FillSchemeTask.kt:41)at ru.fullrest.mfr.launcher.javafx.task.FillSchemeTask.execute(FillSchemeTask.kt)at ru.fullrest.mfr.launcher.javafx.task.GameInstallTask.execute$suspendImpl(GameInstallTask.kt:66)at ru.fullrest.mfr.launcher.javafx.task.GameInstallTask$execute$1.invokeSuspend(GameInstallTask.kt)at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)"2022-02-09 23:04:34 [DefaultDispatcher-worker-1] ERROR r.f.m.l.exception.ExceptionHandler - java.lang.IllegalArgumentException: Schema file not found"java.lang.IllegalArgumentException: Schema file not foundat ru.fullrest.mfr.launcher.javafx.task.FillSchemeTask.execute$suspendImpl(FillSchemeTask.kt:41)at ru.fullrest.mfr.launcher.javafx.task.FillSchemeTask.execute(FillSchemeTask.kt)at ru.fullrest.mfr.launcher.javafx.task.GameInstallTask.execute$suspendImpl(GameInstallTask.kt:66)at ru.fullrest.mfr.launcher.javafx.task.GameInstallTask$execute$1.invokeSuspend(GameInstallTask.kt)at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)"2022-02-09 23:04:37 [springContextShutdownHook] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Closing JPA EntityManagerFactory for persistence unit 'default'""2022-02-09 23:04:38 [springContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...""2022-02-09 23:04:38 [springContextShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.""2022-02-09 23:05:52 [DefaultDispatcher-worker-1] INFO o.s.boot.SpringApplication - Starting application using Java 11.0.2 on DESKTOP-ARQ9ABH with PID 8608 (F:\M[FR]\M[FR] Launcher.exe started by Alexey in F:\M[FR])""2022-02-09 23:05:52 [DefaultDispatcher-worker-1] INFO o.s.boot.SpringApplication - No active profile set, falling back to default profiles: default""2022-02-09 23:05:52 [DefaultDispatcher-worker-1] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'""2022-02-09 23:05:52 [DefaultDispatcher-worker-1] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.""2022-02-09 23:05:52 [DefaultDispatcher-worker-1] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 82 ms. Found 6 JPA repository interfaces.""2022-02-09 23:05:53 [DefaultDispatcher-worker-1] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...""2022-02-09 23:05:53 [DefaultDispatcher-worker-1] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.""2022-02-09 23:05:53 [DefaultDispatcher-worker-1] INFO liquibase.database - Set default schema name to PUBLIC""2022-02-09 23:05:53 [DefaultDispatcher-worker-1] INFO liquibase.lockservice - Successfully acquired change log lock""2022-02-09 23:05:54 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Reading from PUBLIC.DATABASECHANGELOG""2022-02-09 23:05:54 [DefaultDispatcher-worker-1] INFO liquibase.lockservice - Successfully released change log lock""2022-02-09 23:05:54 [DefaultDispatcher-worker-1] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]""2022-02-09 23:05:54 [DefaultDispatcher-worker-1] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 5.4.31.Final""2022-02-09 23:05:54 [DefaultDispatcher-worker-1] INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.1.2.Final}""2022-02-09 23:05:54 [DefaultDispatcher-worker-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.H2Dialect""2022-02-09 23:05:55 [DefaultDispatcher-worker-1] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]""2022-02-09 23:05:55 [DefaultDispatcher-worker-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'""2022-02-09 23:05:56 [JavaFX Application Thread] WARN javafx - Loading FXML document with JavaFX API of version 16 by JavaFX runtime of version 11.0.2""2022-02-09 23:05:56 [DefaultDispatcher-worker-1] INFO o.s.boot.SpringApplication - Started application in 5.103 seconds (JVM running for 7.012)""2022-02-09 23:05:57 [DefaultDispatcher-worker-1] INFO ru.fullrest.mfr.launcher.Launcher - Spring Boot initialization completed""2022-02-09 23:06:11 [DefaultDispatcher-worker-2] ERROR r.f.m.l.exception.ExceptionHandler - java.lang.IllegalArgumentException: Schema file not found"java.lang.IllegalArgumentException: Schema file not foundat ru.fullrest.mfr.launcher.javafx.task.FillSchemeTask.execute$suspendImpl(FillSchemeTask.kt:41)at ru.fullrest.mfr.launcher.javafx.task.FillSchemeTask.execute(FillSchemeTask.kt)at ru.fullrest.mfr.launcher.javafx.task.GameInstallTask.execute$suspendImpl(GameInstallTask.kt:66)at ru.fullrest.mfr.launcher.javafx.task.GameInstallTask$execute$1.invokeSuspend(GameInstallTask.kt)at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665) вин 10. Изменено 9 февраля пользователем Алексей82 Ссылка на комментарий Поделиться на другие сайты Поделиться
Ryuzecu Опубликовано 13 февраля Жалоба Поделиться Опубликовано 13 февраля У меня ошибок нет, но скорость закачки очень низкая 100-300 кб\с. Придётся оставить комп включенным на ночь, до утра докачается.. Ссылка на комментарий Поделиться на другие сайты Поделиться
Drug Опубликовано 15 февраля Жалоба Поделиться Опубликовано 15 февраля (изменено) 1. Установил игру, запускаю настройщик - ничего не происходит, проходит анимация значка мышки(загружается) и все, диспетчер задач чистый.в реестр добавлял, запуск от адиминстратора, образ создал2. 3. https://www.fullrest.ru/files/morrowind-fullrest-repack4. 4.0.565. Windows 106. Видимо их нет потому что игра ни разу не запускалась Помогите пожалуйста Изменено 15 февраля пользователем Drug Ссылка на комментарий Поделиться на другие сайты Поделиться
Drug Опубликовано 15 февраля Жалоба Поделиться Опубликовано 15 февраля проблему как-то решил? Та же проблема, что и у людей выше. 1. Сегодня днём лаунчер перестал подключаться к серверу, хотя вчера всё работало хорошо. Решил переустановить сборку. После переустановки лаунчер зависает при запуске.3. Лаунчер скачан с фуллреста.4. 4.0.565. Win 10 "2022-01-30 12:36:58 [DefaultDispatcher-worker-1] INFO o.s.boot.SpringApplication - Starting application using Java 11.0.2 on ADMIN-PC with PID 19336 (D:\GAMES\zOTHER\M[FR]\M[FR] Launcher.exe started by ADMIN in D:\GAMES\zOTHER\M[FR])""2022-01-30 12:36:58 [DefaultDispatcher-worker-1] INFO o.s.boot.SpringApplication - No active profile set, falling back to default profiles: default""2022-01-30 12:36:58 [DefaultDispatcher-worker-1] INFO o.s.b.d.e.DevToolsPropertyDefaultsPostProcessor - For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'""2022-01-30 12:36:59 [DefaultDispatcher-worker-1] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Bootstrapping Spring Data JPA repositories in DEFAULT mode.""2022-01-30 12:36:59 [DefaultDispatcher-worker-1] INFO o.s.d.r.c.RepositoryConfigurationDelegate - Finished Spring Data repository scanning in 81 ms. Found 6 JPA repository interfaces.""2022-01-30 12:36:59 [DefaultDispatcher-worker-1] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...""2022-01-30 12:36:59 [DefaultDispatcher-worker-1] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.""2022-01-30 12:37:00 [DefaultDispatcher-worker-1] INFO liquibase.database - Set default schema name to PUBLIC""2022-01-30 12:37:00 [DefaultDispatcher-worker-1] INFO liquibase.lockservice - Successfully acquired change log lock""2022-01-30 12:37:00 [DefaultDispatcher-worker-1] INFO liquibase.changelog - Reading from PUBLIC.DATABASECHANGELOG""2022-01-30 12:37:00 [DefaultDispatcher-worker-1] INFO liquibase.lockservice - Successfully released change log lock""2022-01-30 12:37:01 [DefaultDispatcher-worker-1] INFO o.h.jpa.internal.util.LogHelper - HHH000204: Processing PersistenceUnitInfo [name: default]""2022-01-30 12:37:01 [DefaultDispatcher-worker-1] INFO org.hibernate.Version - HHH000412: Hibernate ORM core version 5.4.31.Final""2022-01-30 12:37:01 [DefaultDispatcher-worker-1] INFO o.h.annotations.common.Version - HCANN000001: Hibernate Commons Annotations {5.1.2.Final}""2022-01-30 12:37:01 [DefaultDispatcher-worker-1] INFO org.hibernate.dialect.Dialect - HHH000400: Using dialect: org.hibernate.dialect.H2Dialect""2022-01-30 12:37:01 [DefaultDispatcher-worker-1] INFO o.h.e.t.j.p.i.JtaPlatformInitiator - HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]""2022-01-30 12:37:01 [DefaultDispatcher-worker-1] INFO o.s.o.j.LocalContainerEntityManagerFactoryBean - Initialized JPA EntityManagerFactory for persistence unit 'default'""2022-01-30 12:37:02 [JavaFX Application Thread] ERROR ru.fullrest.mfr.launcher.Launcher - Application take an error and will be closed"ru.fullrest.mfr.launcher.exception.OnlineModException: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/client":PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed; nested exception is javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failedat ru.fullrest.mfr.launcher.service.RestTemplateService.client(RestTemplateService.kt:91)at ru.fullrest.mfr.launcher.javafx.controller.LauncherController$checkApplicationUpdate$2.invokeSuspend(LauncherController.kt:232)at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:56)at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:571)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:738)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:678)at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:665)Caused by: org.springframework.web.client.ResourceAccessException: I/O error on GET request for "https://mfr.fullrest.ru/api/v1/client":PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failed; nested exception is javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failedat org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:785)at org.springframework.web.client.RestTemplate.execute(RestTemplate.java:711)at org.springframework.web.client.RestTemplate.exchange(RestTemplate.java:631)at ru.fullrest.mfr.launcher.service.RestTemplateService.client(RestTemplateService.kt:116)... 7 common frames omittedCaused by: javax.net.ssl.SSLHandshakeException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failedat java.base/sun.security.ssl.Alert.createSSLException(Alert.java:128)at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:321)at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:264)at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:259)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts(CertificateMessage.java:642)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.onCertificate(CertificateMessage.java:461)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.consume(CertificateMessage.java:361)at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392)at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:444)at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:421)at java.base/sun.security.ssl.TransportContext.dispatch(TransportContext.java:178)at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:164)at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1152)at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1063)at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:402)at java.base/sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:567)at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:185)at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.connect(HttpsURLConnectionImpl.java:163)at org.springframework.http.client.SimpleBufferingClientHttpRequest.executeInternal(SimpleBufferingClientHttpRequest.java:76)at org.springframework.http.client.AbstractBufferingClientHttpRequest.executeInternal(AbstractBufferingClientHttpRequest.java:48)at org.springframework.http.client.AbstractClientHttpRequest.execute(AbstractClientHttpRequest.java:66)at org.springframework.web.client.RestTemplate.doExecute(RestTemplate.java:776)... 10 common frames omittedCaused by: sun.security.validator.ValidatorException: PKIX path validation failed: java.security.cert.CertPathValidatorException: validity check failedat java.base/sun.security.validator.PKIXValidator.doValidate(PKIXValidator.java:350)at java.base/sun.security.validator.PKIXValidator.engineValidate(PKIXValidator.java:248)at java.base/sun.security.validator.Validator.validate(Validator.java:264)at java.base/sun.security.ssl.X509TrustManagerImpl.validate(X509TrustManagerImpl.java:321)at java.base/sun.security.ssl.X509TrustManagerImpl.checkTrusted(X509TrustManagerImpl.java:221)at java.base/sun.security.ssl.X509TrustManagerImpl.checkServerTrusted(X509TrustManagerImpl.java:129)at java.base/sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts(CertificateMessage.java:626)... 27 common frames omittedCaused by: java.security.cert.CertPathValidatorException: validity check failedat java.base/sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(PKIXMasterCertPathValidator.java:135)at java.base/sun.security.provider.certpath.PKIXCertPathValidator.validate(PKIXCertPathValidator.java:233)at java.base/sun.security.provider.certpath.PKIXCertPathValidator.validate(PKIXCertPathValidator.java:141)at java.base/sun.security.provider.certpath.PKIXCertPathValidator.engineValidate(PKIXCertPathValidator.java:80)at java.base/java.security.cert.CertPathValidator.validate(CertPathValidator.java:309)at java.base/sun.security.validator.PKIXValidator.doValidate(PKIXValidator.java:345)... 33 common frames omittedCaused by: java.security.cert.CertificateExpiredException: NotAfter: Sun Jan 30 01:17:10 MSK 2022at java.base/sun.security.x509.CertificateValidity.valid(CertificateValidity.java:274)at java.base/sun.security.x509.X509CertImpl.checkValidity(X509CertImpl.java:687)at java.base/sun.security.provider.certpath.BasicChecker.verifyValidity(BasicChecker.java:190)at java.base/sun.security.provider.certpath.BasicChecker.check(BasicChecker.java:144)at java.base/sun.security.provider.certpath.PKIXMasterCertPathValidator.validate(PKIXMasterCertPathValidator.java:125)... 38 common frames omitted Ссылка на комментарий Поделиться на другие сайты Поделиться
Ryuzecu Опубликовано 16 февраля Жалоба Поделиться Опубликовано 16 февраля (изменено) 1. Установил игру, запускаю настройщик - ничего не происходит, проходит анимация значка мышки(загружается) и все, диспетчер задач чистый.в реестр добавлял, запуск от адиминстратора, образ создал2. 3. https://www.fullrest.ru/files/morrowind-fullrest-repack4. 4.0.565. Windows 106. Видимо их нет потому что игра ни разу не запускалась Помогите пожалуйста дополнительный софт весь установил в папке Extras? и в трее лаунчер смотри ещё потом, он после запуска игры в трей сворачивается Изменено 16 февраля пользователем Ryuzecu Ссылка на комментарий Поделиться на другие сайты Поделиться
Drug Опубликовано 16 февраля Жалоба Поделиться Опубликовано 16 февраля (изменено) дополнительный софт весь установил в папке Extras? и в трее лаунчер смотри ещё потом, он после запуска игры в трей сворачиваетсяhttps://youtu.be/54eT1moTEX0 Microsoft Visual, устанавливал раз 5 который у вас, потом установил с интернета самый новый, в целом переустанавливал игру раз 10Вот видео всей моей установкиустановщик качал отсюда Изменено 16 февраля пользователем Drug Ссылка на комментарий Поделиться на другие сайты Поделиться
Drug Опубликовано 16 февраля Жалоба Поделиться Опубликовано 16 февраля https://youtu.be/54eT1moTEX0 Microsoft Visual, устанавливал раз 5 который у вас, потом установил с интернета самый новый, в целом переустанавливал игру раз 10Вот видео всей моей установкиустановщик качал отсюдаПроблема решилась сама собой, поставил на C , и все заработало, видимо какая-то чушь с жестким Ссылка на комментарий Поделиться на другие сайты Поделиться
Рекомендуемые сообщения
Для публикации сообщений создайте учётную запись или авторизуйтесь
Вы должны быть пользователем, чтобы оставить комментарий
Создать учетную запись
Зарегистрируйте новую учётную запись в нашем сообществе. Это очень просто!
Регистрация нового пользователяВойти
Уже есть аккаунт? Войти в систему.
Войти