Hi, The "Shutdown in progress" error at the very end makes it sound like your Tomcat was not fully shutdown when you attempted this. I'd recommend ensuring Tomcat is stopped completed (even killing the process if necessary) and then restart Tomcat using the 7.1.1 backend 'server' webapp.
If that doesn't work, we'd need you to send more information to this mailing list about your current setup. Tim On Tuesday, December 14, 2021 at 1:18:58 PM UTC-6 [email protected] wrote: > Here are more details of the tomcat log: > > 14-Dec-2021 18:48:40.279 SEVERE [Catalina-utility-1] > org.apache.catalina.startup.HostConfig.deployDirectory Error deploying web > application directory [/var/lib/tomcat9/webapps/server] > java.lang.IllegalStateException: Error starting child > at > org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:720) > at > org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:690) > at > org.apache.catalina.core.StandardHost.addChild(StandardHost.java:705) > at > org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1133) > at > org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1867) > at > java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) > at > java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) > at > org.apache.tomcat.util.threads.InlineExecutorService.execute(InlineExecutorService.java:75) > at > java.base/java.util.concurrent.AbstractExecutorService.submit(AbstractExecutorService.java:118) > at > org.apache.catalina.startup.HostConfig.deployDirectories(HostConfig.java:1045) > at > org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:429) > at > org.apache.catalina.startup.HostConfig.check(HostConfig.java:1620) > at > org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:305) > at > org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123) > at > org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1151) > at > org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1353) > at > org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1357) > at > org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1335) > at > java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) > at > java.base/java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) > at > java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) > at > java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) > at > java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) > at > org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) > at java.base/java.lang.Thread.run(Thread.java:829) > Caused by: org.apache.catalina.LifecycleException: Failed to start > component > [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/server]] > at > org.apache.catalina.util.LifecycleBase.handleSubClassException(LifecycleBase.java:440) > at > org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:198) > at > org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:717) > ... 24 more > Caused by: java.lang.RuntimeException: Failure during > ServletContext initialisation: Shutdown in progress > at > org.dspace.app.rest.utils.DSpaceKernelInitializer.initialize(DSpaceKernelInitializer.java:65) > > Em terça-feira, 14 de dezembro de 2021 às 14:57:56 UTC-4, Inácio Oliveira > escreveu: > >> Hi. >> >> After installing a new version DSpace7.1.1 in Ubuntu 20, I get this error >> when trying to open it in Tomcat: >> >> "The origin server did not find a current representation for the target >> resource or is not willing to disclose that one exists." >> >> Does anyone know how to fix this? >> > -- All messages to this mailing list should adhere to the Code of Conduct: https://www.lyrasis.org/about/Pages/Code-of-Conduct.aspx --- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/dspace-tech/9f468fb7-d32a-4af8-8ad7-17400fbff74dn%40googlegroups.com.
