Обновление платформы Hybris 1811 заканчивается в середине - PullRequest
1 голос
/ 25 апреля 2020

Я пытаюсь выполнить обновление платформы на Hybris 1811. В середине оно завершается из-за ошибки, указанной ниже. Я попытался собрать заново и перезапустить сервер, но продолжаю получать ту же ошибку. Кто-нибудь сталкивался с такой проблемой?

INFO: Illegal access: this web application instance has been stopped already. Could not load [java.util.concurrent.locks.Lock]. The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access.
java.lang.IllegalStateException: Illegal access: this web application instance has been stopped already. Could not load [java.util.concurrent.locks.Lock]. The following stack trace is thrown for debugging purposes as well as to attempt to terminate the thread which caused the illegal access.
        at org.apache.catalina.loader.WebappClassLoaderBase.checkStateForResourceLoading(WebappClassLoaderBase.java:1384)

WARN  [hybrisHTTP18] (00003FGJ-ImpEx-Import) [Importer] Import aborted after 0d 00h:00m:00s:327ms
ERROR [hybrisHTTP18] (00003FGJ-ImpEx-Import) [Job] Caught throwable java/util/concurrent/locks/Lock
java.lang.NoClassDefFoundError: java/util/concurrent/locks/Lock
        at com.hybris.backoffice.cockpitng.dataaccess.facades.type.DefaultPlatformTypeFacadeStrategy.reset(DefaultPlatformTypeFacadeStrategy.java:801)
...