Update from 3.25.1 to upper does not work

Hello there!
The last successful update took place about 2 weeks ago to version 3.25.1 was updated from 3.22.2.
Now, when trying to upgrade to version 3.26. *, 3.27. *, The service does not start.
Here are the log messages:
nexus3 | 2020-09-06 16:30:48,963+0000 ERROR [quartz-11-thread-4] *SYSTEM org.sonatype.nexus.repository.search.index.RebuildIndexTask - Failed to run task ‘Rebuilding search index of *’ on repository ‘project-raw-third’
nexus3 | org.sonatype.nexus.common.stateguard.InvalidStateException: Invalid state: STOPPED; allowed: [STARTED]
nexus3 | at org.sonatype.nexus.common.stateguard.StateGuard._ensure(StateGuard.java:115)
nexus3 | at org.sonatype.nexus.common.stateguard.StateGuard.access$1(StateGuard.java:108)
nexus3 | at org.sonatype.nexus.common.stateguard.StateGuard$GuardImpl.run(StateGuard.java:271)
nexus3 | at org.sonatype.nexus.common.stateguard.GuardedInterceptor.invoke(GuardedInterceptor.java:53)
nexus3 | at org.sonatype.nexus.repository.search.index.RebuildIndexTask.execute(RebuildIndexTask.java:33)
nexus3 | at org.sonatype.nexus.repository.RepositoryTaskSupport.execute(RepositoryTaskSupport.java:79)
nexus3 | at org.sonatype.nexus.scheduling.TaskSupport.call(TaskSupport.java:100)
nexus3 | at org.sonatype.nexus.quartz.internal.task.QuartzTaskJob.doExecute(QuartzTaskJob.java:143)
nexus3 | at org.sonatype.nexus.quartz.internal.task.QuartzTaskJob.execute(QuartzTaskJob.java:106)
nexus3 | at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
nexus3 | at org.sonatype.nexus.quartz.internal.QuartzThreadPool.lambda$0(QuartzThreadPool.java:145)
nexus3 | at org.sonatype.nexus.thread.internal.MDCAwareRunnable.run(MDCAwareRunnable.java:40)
nexus3 | at org.apache.shiro.subject.support.SubjectRunnable.doRun(SubjectRunnable.java:120)
nexus3 | at org.apache.shiro.subject.support.SubjectRunnable.run(SubjectRunnable.java:108)
nexus3 | at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
nexus3 | at java.util.concurrent.FutureTask.run(FutureTask.java:266)
nexus3 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
nexus3 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
nexus3 | at java.lang.Thread.run(Thread.java:748)
nexus3 | 2020-09-06 16:30:48,963+0000 ERROR [quartz-11-thread-4] *SYSTEM org.sonatype.nexus.repository.search.index.RebuildIndexTask - Failed to run task ‘Rebuilding search index of *’ on repository ‘project-maven-third’
nexus3 | org.sonatype.nexus.common.stateguard.InvalidStateException: Invalid state: STOPPED; allowed: [STARTED]
nexus3 | at org.sonatype.nexus.common.stateguard.StateGuard._ensure(StateGuard.java:115)
nexus3 | at org.sonatype.nexus.common.stateguard.StateGuard.access$1(StateGuard.java:108)
nexus3 | at org.sonatype.nexus.common.stateguard.StateGuard$GuardImpl.run(StateGuard.java:271)
nexus3 | at org.sonatype.nexus.common.stateguard.GuardedInterceptor.invoke(GuardedInterceptor.java:53)
nexus3 | at org.sonatype.nexus.repository.search.index.RebuildIndexTask.execute(RebuildIndexTask.java:33)
nexus3 | at org.sonatype.nexus.repository.RepositoryTaskSupport.execute(RepositoryTaskSupport.java:79)
nexus3 | at org.sonatype.nexus.scheduling.TaskSupport.call(TaskSupport.java:100)
nexus3 | at org.sonatype.nexus.quartz.internal.task.QuartzTaskJob.doExecute(QuartzTaskJob.java:143)
nexus3 | at org.sonatype.nexus.quartz.internal.task.QuartzTaskJob.execute(QuartzTaskJob.java:106)
nexus3 | at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
nexus3 | at org.sonatype.nexus.quartz.internal.QuartzThreadPool.lambda$0(QuartzThreadPool.java:145)
nexus3 | at org.sonatype.nexus.thread.internal.MDCAwareRunnable.run(MDCAwareRunnable.java:40)
nexus3 | at org.apache.shiro.subject.support.SubjectRunnable.doRun(SubjectRunnable.java:120)
nexus3 | at org.apache.shiro.subject.support.SubjectRunnable.run(SubjectRunnable.java:108)
nexus3 | at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
nexus3 | at java.util.concurrent.FutureTask.run(FutureTask.java:266)
nexus3 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
nexus3 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
nexus3 | at java.lang.Thread.run(Thread.java:748)
nexus3 | 2020-09-06 16:30:48,978+0000 WARN [quartz-11-thread-4] *SYSTEM org.sonatype.nexus.quartz.internal.task.QuartzTaskJob - Task a205ec8e-eecd-41c5-aa28-716f879cc4fb : ‘Repair - Rebuild repository search’ [repository.rebuild-index] execution failure
nexus3 | org.sonatype.goodies.common.MultipleFailures$MultipleFailuresException: Failed to run task ‘Rebuilding search index of *’; 286 failures
nexus3 | at org.sonatype.goodies.common.MultipleFailures.maybePropagate(MultipleFailures.java:95)
nexus3 | at org.sonatype.nexus.repository.RepositoryTaskSupport.execute(RepositoryTaskSupport.java:90)
nexus3 | at org.sonatype.nexus.scheduling.TaskSupport.call(TaskSupport.java:100)
nexus3 | at org.sonatype.nexus.quartz.internal.task.QuartzTaskJob.doExecute(QuartzTaskJob.java:143)
nexus3 | at org.sonatype.nexus.quartz.internal.task.QuartzTaskJob.execute(QuartzTaskJob.java:106)
nexus3 | at org.quartz.core.JobRunShell.run(JobRunShell.java:202)
nexus3 | at org.sonatype.nexus.quartz.internal.QuartzThreadPool.lambda$0(QuartzThreadPool.java:145)
nexus3 | at org.sonatype.nexus.thread.internal.MDCAwareRunnable.run(MDCAwareRunnable.java:40)
nexus3 | at org.apache.shiro.subject.support.SubjectRunnable.doRun(SubjectRunnable.java:120)
nexus3 | at org.apache.shiro.subject.support.SubjectRunnable.run(SubjectRunnable.java:108)
nexus3 | at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
nexus3 | at java.util.concurrent.FutureTask.run(FutureTask.java:266)
nexus3 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
nexus3 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
nexus3 | at java.lang.Thread.run(Thread.java:748)


nexus3 | Suppressed: org.sonatype.nexus.common.stateguard.InvalidStateException: Invalid state: STOPPED; allowed: [STARTED]
nexus3 | at org.sonatype.nexus.common.stateguard.StateGuard._ensure(StateGuard.java:115)
nexus3 | at org.sonatype.nexus.common.stateguard.StateGuard.access$1(StateGuard.java:108)
nexus3 | at org.sonatype.nexus.common.stateguard.StateGuard$GuardImpl.run(StateGuard.java:271)
nexus3 | at org.sonatype.nexus.common.stateguard.GuardedInterceptor.invoke(GuardedInterceptor.java:53)
nexus3 | at org.sonatype.nexus.repository.search.index.RebuildIndexTask.execute(RebuildIndexTask.java:33)
nexus3 | at org.sonatype.nexus.repository.RepositoryTaskSupport.execute(RepositoryTaskSupport.java:79)
nexus3 | … 13 common frames omitted
nexus3 | Suppressed: org.sonatype.nexus.common.stateguard.InvalidStateException: Invalid state: STOPPED; allowed: [STARTED]
nexus3 | at org.sonatype.nexus.common.stateguard.StateGuard._ensure(StateGuard.java:115)
nexus3 | at org.sonatype.nexus.common.stateguard.StateGuard.access$1(StateGuard.java:108)
nexus3 | at org.sonatype.nexus.common.stateguard.StateGuard$GuardImpl.run(StateGuard.java:271)
nexus3 | at org.sonatype.nexus.common.stateguard.GuardedInterceptor.invoke(GuardedInterceptor.java:53)
nexus3 | at org.sonatype.nexus.repository.search.index.RebuildIndexTask.execute(RebuildIndexTask.java:33)
nexus3 | at org.sonatype.nexus.repository.RepositoryTaskSupport.execute(RepositoryTaskSupport.java:79)
nexus3 | … 13 common frames omitted
nexus3 | 2020-09-06 16:30:48,998+0000 INFO [quartz-11-thread-4] *SYSTEM org.sonatype.nexus.quartz.internal.task.QuartzTaskInfo - Task ‘Repair - Rebuild repository search’ [repository.rebuild-index] state change RUNNING -> OK
nexus3 | 2020-09-06 16:30:49,007+0000 ERROR [quartz-11-thread-4] *SYSTEM org.quartz.core.ErrorLogger - Unable to notify JobListener(s) of Job that was executed: (error will be ignored). trigger= nexus.294bead5-5d70-49fa-acc9-65c642ec0107 job= nexus.294bead5-5d70-49fa-acc9-65c642ec0107
nexus3 | org.quartz.SchedulerException: JobListener ‘org.sonatype.nexus.quartz.internal.task.QuartzTaskJobListener:nexus.294bead5-5d70-49fa-acc9-65c642ec0107’ threw exception: Invalid state: STOPPED; allowed: [STARTED]
nexus3 | at org.quartz.core.QuartzScheduler.notifyJobListenersWasExecuted(QuartzScheduler.java:1969)
nexus3 | at org.quartz.core.JobRunShell.notifyJobListenersComplete(JobRunShell.java:340)
nexus3 | at org.quartz.core.JobRunShell.run(JobRunShell.java:224)
nexus3 | at org.sonatype.nexus.quartz.internal.QuartzThreadPool.lambda$0(QuartzThreadPool.java:145)
nexus3 | at org.sonatype.nexus.thread.internal.MDCAwareRunnable.run(MDCAwareRunnable.java:40)
nexus3 | at org.apache.shiro.subject.support.SubjectRunnable.doRun(SubjectRunnable.java:120)
nexus3 | at org.apache.shiro.subject.support.SubjectRunnable.run(SubjectRunnable.java:108)
nexus3 | at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
nexus3 | at java.util.concurrent.FutureTask.run(FutureTask.java:266)
nexus3 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
nexus3 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
nexus3 | at java.lang.Thread.run(Thread.java:748)
nexus3 | Caused by: org.sonatype.nexus.common.stateguard.InvalidStateException: Invalid state: STOPPED; allowed: [STARTED]
nexus3 | at org.sonatype.nexus.common.stateguard.StateGuard._ensure(StateGuard.java:115)
nexus3 | at org.sonatype.nexus.common.stateguard.StateGuard.access$1(StateGuard.java:108)
nexus3 | at org.sonatype.nexus.common.stateguard.StateGuard$GuardImpl.run(StateGuard.java:271)
nexus3 | at org.sonatype.nexus.common.stateguard.GuardedInterceptor.invoke(GuardedInterceptor.java:53)
nexus3 | at org.sonatype.nexus.quartz.internal.task.QuartzTaskInfo.setNexusTaskState(QuartzTaskInfo.java:144)
nexus3 | at org.sonatype.nexus.quartz.internal.task.QuartzTaskJobListener.jobWasExecuted(QuartzTaskJobListener.java:172)
nexus3 | at org.quartz.core.QuartzScheduler.notifyJobListenersWasExecuted(QuartzScheduler.java:1967)
nexus3 | … 11 common frames omitted
nexus3 | 2020-09-06 16:30:49,806+0000 INFO [FelixStartLevel] *SYSTEM org.sonatype.nexus.extender.NexusLifecycleManager - Stop SECURITY
nexus3 | 2020-09-06 16:30:49,807+0000 INFO [FelixStartLevel] *SYSTEM org.sonatype.nexus.extender.NexusLifecycleManager - Stop EVENTS
nexus3 | 2020-09-06 16:30:49,808+0000 INFO [FelixStartLevel] *SYSTEM org.sonatype.nexus.extender.NexusLifecycleManager - Stop SCHEMAS
nexus3 | 2020-09-06 16:30:49,809+0000 INFO [FelixStartLevel] *SYSTEM org.sonatype.nexus.extender.NexusLifecycleManager - Stop UPGRADE
nexus3 | 2020-09-06 16:30:49,809+0000 INFO [FelixStartLevel] *SYSTEM org.sonatype.nexus.extender.NexusLifecycleManager - Stop RESTORE
nexus3 | 2020-09-06 16:30:49,809+0000 INFO [FelixStartLevel] *SYSTEM org.sonatype.nexus.extender.NexusLifecycleManager - Stop STORAGE
nexus3 | 2020-09-06 16:30:49,813+0000 INFO [FelixStartLevel] *SYSTEM org.ehcache.core.EhcacheManager - Cache ‘repository-name’ removed from EhcacheManager.
nexus3 | 2020-09-06 16:30:49,814+0000 INFO [FelixStartLevel] *SYSTEM org.ehcache.core.EhcacheManager - Cache ‘repository-name’ removed from EhcacheManager.

nexus3 | 2020-09-06 16:30:49,864+0000 INFO [FelixStartLevel] *SYSTEM org.sonatype.nexus.cache.internal.ehcache.EhCacheManagerProvider - Cache-manager closed
nexus3 | 2020-09-06 16:30:49,865+0000 INFO [FelixStartLevel] *SYSTEM org.elasticsearch.node - [37523927-D856A7A2-8F4F8D98-DFD234B3-F3E29C17] stopping …
nexus3 | 2020-09-06 16:30:50,021+0000 INFO [FelixStartLevel] *SYSTEM org.elasticsearch.node - [37523927-D856A7A2-8F4F8D98-DFD234B3-F3E29C17] stopped
nexus3 | 2020-09-06 16:30:50,022+0000 INFO [FelixStartLevel] *SYSTEM org.elasticsearch.node - [37523927-D856A7A2-8F4F8D98-DFD234B3-F3E29C17] closing …
nexus3 | 2020-09-06 16:30:50,027+0000 INFO [FelixStartLevel] *SYSTEM org.elasticsearch.node - [37523927-D856A7A2-8F4F8D98-DFD234B3-F3E29C17] closed
nexus3 | 2020-09-06 16:30:50,032+0000 INFO [FelixStartLevel] *SYSTEM org.sonatype.nexus.internal.orient.DatabaseManagerImpl - Stopping 3 pools
nexus3 | 2020-09-06 16:30:50,032+0000 INFO [FelixStartLevel] *SYSTEM org.sonatype.nexus.internal.orient.DatabaseManagerImpl - Stopping pool: security
nexus3 | 2020-09-06 16:30:50,032+0000 INFO [FelixStartLevel] *SYSTEM org.sonatype.nexus.internal.orient.DatabaseManagerImpl - Stopping pool: component
nexus3 | 2020-09-06 16:30:50,032+0000 INFO [FelixStartLevel] *SYSTEM org.sonatype.nexus.internal.orient.DatabaseManagerImpl - Stopping pool: config
nexus3 | 2020-09-06 16:30:50,033+0000 INFO [FelixStartLevel] *SYSTEM org.sonatype.nexus.internal.orient.DatabaseServerImpl$1 - OrientDB Server is shutting down…
nexus3 | 2020-09-06 16:30:50,033+0000 INFO [FelixStartLevel] *SYSTEM org.sonatype.nexus.internal.orient.DatabaseServerImpl$1 - Shutting down protocols
nexus3 | 2020-09-06 16:30:50,034+0000 INFO [FelixStartLevel] *SYSTEM com.orientechnologies.orient.server.plugin.OServerPluginManager - Shutting down plugins:
nexus3 | 2020-09-06 16:30:50,034+0000 INFO [FelixStartLevel] *SYSTEM com.orientechnologies.orient.server.plugin.OServerPluginManager - - jmx
nexus3 | 2020-09-06 16:30:50,034+0000 INFO [FelixStartLevel] *SYSTEM org.sonatype.nexus.internal.orient.DatabaseServerImpl$1 - OrientDB Server shutdown complete
nexus3 | 2020-09-06 16:30:50,035+0000 INFO [FelixStartLevel] *SYSTEM com.orientechnologies.orient.core.Orient - Orient Engine is shutting down…
nexus3 | 2020-09-06 16:30:50,035+0000 INFO [FelixStartLevel] *SYSTEM com.orientechnologies.orient.core.Orient - - shutdown storage: component…
nexus3 | 2020-09-06 16:30:50,127+0000 INFO [FelixStartLevel] *SYSTEM com.orientechnologies.orient.core.Orient - - shutdown storage: security…
nexus3 | 2020-09-06 16:30:50,153+0000 INFO [FelixStartLevel] *SYSTEM com.orientechnologies.orient.core.Orient - - shutdown storage: config…
nexus3 | 2020-09-06 16:30:50,217+0000 INFO [FelixStartLevel] *SYSTEM com.orientechnologies.orient.core.Orient - - shutdown storage: OSystem…
nexus3 | 2020-09-06 16:30:51,234+0000 INFO [FelixStartLevel] *SYSTEM com.orientechnologies.orient.core.Orient - OrientDB Engine shutdown complete
nexus3 | 2020-09-06 16:30:51,234+0000 INFO [FelixStartLevel] *SYSTEM org.sonatype.nexus.internal.orient.DatabaseServerImpl - Shutdown
nexus3 | 2020-09-06 16:30:51,234+0000 INFO [FelixStartLevel] *SYSTEM org.sonatype.nexus.extender.NexusLifecycleManager - Stop KERNEL
nexus3 exited with code 255

I have the same problem

was any solution found?

Thanks

Best Regards