./dspace database update-sequences

work for me!

30 Mayıs 2023 Salı tarihinde saat 16:18:32 UTC+3 itibarıyla Muhep Atasoy 
şunları yazdı:

> Same here. I'm trying to upgrade from version 7.3 to version 7.5. It 
> worked a few times but now tomcat9 gives this error.
>
> 29 Mayıs 2023 Pazartesi tarihinde saat 17:51:08 UTC+3 itibarıyla Jorge 
> Costa şunları yazdı:
>
>> Unable to view localhost 8080 /server
>> logs say
>> 29-May-2023 15:44:43.857 SEVERE [main] 
>> org.apache.catalina.startup.HostConfig.deployDirectory Error deploying web 
>> application directory [/opt/apache-tomcat-9.0.75/webapps/server]
>>         java.lang.IllegalStateException: Error starting child
>>                 at 
>> org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:686)
>>                 at 
>> org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:658)
>>                 at 
>> org.apache.catalina.core.StandardHost.addChild(StandardHost.java:662)
>>                 at 
>> org.apache.catalina.startup.HostConfig.deployDirectory(HostConfig.java:1184)
>>                 at 
>> org.apache.catalina.startup.HostConfig$DeployDirectory.run(HostConfig.java:1932)
>>                 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:1094)
>>                 at 
>> org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:476)
>>                 at 
>> org.apache.catalina.startup.HostConfig.start(HostConfig.java:1617)
>>                 at 
>> org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:318)
>>                 at 
>> org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:123)
>>                 at 
>> org.apache.catalina.util.LifecycleBase.setStateInternal(LifecycleBase.java:423)
>>                 at 
>> org.apache.catalina.util.LifecycleBase.setState(LifecycleBase.java:366)
>>                 at 
>> org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:898)
>>                 at 
>> org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:795)
>>                 at 
>> org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
>>                 at 
>> org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1332)
>>                 at 
>> org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1322)
>>                 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:140)
>>                 at 
>> org.apache.catalina.core.ContainerBase.startInternal(ContainerBase.java:871)
>>                 at 
>> org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:249)
>>                 at 
>> org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
>>                 at 
>> org.apache.catalina.core.StandardService.startInternal(StandardService.java:428)
>>                 at 
>> org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
>>                 at 
>> org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:914)
>>                 at 
>> org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
>>                 at 
>> org.apache.catalina.startup.Catalina.start(Catalina.java:772)
>>                 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.apache.catalina.startup.Bootstrap.start(Bootstrap.java:347)
>>                 at 
>> org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:478)
>>         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:683)
>>                 ... 37 more
>>         Caused by: 
>> org.springframework.beans.factory.UnsatisfiedDependencyException: Error 
>> creating bean with name 'authenticationRestController': Unsatisfied 
>> dependency expressed through field 'converter'; nested exception is 
>> org.springframework.beans.factory.UnsatisfiedDependencyException: Error 
>> creating bean with name 'converterService': Unsatisfied dependency 
>> expressed through field 'webSecurityExpressionEvaluator'; nested exception 
>> is org.springframework.beans.factory.UnsatisfiedDependencyException: Error 
>> creating bean with name 'webSecurityExpressionEvaluator' defined in file 
>> [/opt/apache-tomcat-9.0.75/webapps/server/WEB-INF/classes/org/dspace/app/rest/security/WebSecurityExpressionEvaluator.class]:
>>  
>> Unsatisfied dependency expressed through constructor parameter 0; nested 
>> exception is org.springframework.beans.factory.BeanCreationException: Error 
>> creating bean with name 'springSecurityFilterChain' defined in class path 
>> resource 
>> [org/springframework/security/config/annotation/web/configuration/WebSecurityConfiguration.class]:
>>  
>> Bean instantiation via factory method failed; nested exception is 
>> org.springframework.beans.BeanInstantiationException: Failed to instantiate 
>> [javax.servlet.Filter]: Factory method 'springSecurityFilterChain' threw 
>> exception; nested exception is 
>> org.springframework.beans.factory.BeanCreationException: Error creating 
>> bean with name 'mvcHandlerMappingIntrospector' defined in class path 
>> resource 
>> [org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class]:
>>  
>> Invocation of init method failed; nested exception is 
>> org.springframework.beans.factory.UnsatisfiedDependencyException: Error 
>> creating bean with name 'restHandlerMapping' defined in class path resource 
>> [org/springframework/data/rest/webmvc/config/RepositoryRestMvcConfiguration.class]:
>>  
>> Unsatisfied dependency expressed through method 'restHandlerMapping' 
>> parameter 2; nested exception is 
>> org.springframework.beans.factory.BeanCreationException: Error creating 
>> bean with name 'jpaHelper' defined in class path resource 
>> [org/springframework/data/rest/webmvc/config/RepositoryRestMvcConfiguration.class]:
>>  
>> Initialization of bean failed; nested exception is 
>> org.springframework.beans.factory.BeanCreationException: Error creating 
>> bean with name 'sessionFactory' defined in file 
>> [/dspace/config/spring/api/core-hibernate.xml]: Invocation of init method 
>> failed; nested exception is 
>> org.hibernate.tool.schema.spi.SchemaManagementException: Schema-validation: 
>> missing column [type] in table [subscription]
>> Related cause: org.springframework.beans.factory.BeanCreationException: 
>> Error creating bean with name 'jsonSchemaConverter' defined in class path 
>> resource 
>> [org/springframework/data/rest/webmvc/config/RepositoryRestMvcConfiguration.class]:
>>  
>> Bean instantiation via factory method failed; nested exception is 
>> org.springframework.beans.BeanInstantiationException: Failed to instantiate 
>> [org.springframework.data.rest.webmvc.json.PersistentEntityToJsonSchemaConverter]:
>>  
>> Factory method 'jsonSchemaConverter' threw exception; nested exception is 
>> org.springframework.beans.factory.BeanCurrentlyInCreationException: Error 
>> creating bean with name 'linkCollector': Requested bean is currently in 
>> creation: Is there an unresolvable circular reference?
>>                 at 
>> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:659)
>>                 at 
>> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:639)
>>                 at 
>> org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119)
>>                 at 
>> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
>>                 at 
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431)
>>                 at 
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619)
>>                 at 
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
>>                 at 
>> org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
>>                 at 
>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
>>                 at 
>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
>>                 at 
>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
>>                 at 
>> org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:953)
>>                 at 
>> org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918)
>>                 at 
>> org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
>>                 at 
>> org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145)
>>                 at 
>> org.springframework.boot.SpringApplication.refresh(SpringApplication.java:745)
>>                 at 
>> org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:420)
>>                 at 
>> org.springframework.boot.SpringApplication.run(SpringApplication.java:307)
>>                 at 
>> org.springframework.boot.web.servlet.support.SpringBootServletInitializer.run(SpringBootServletInitializer.java:175)
>>                 at 
>> org.springframework.boot.web.servlet.support.SpringBootServletInitializer.createRootApplicationContext(SpringBootServletInitializer.java:155)
>>                 at 
>> org.springframework.boot.web.servlet.support.SpringBootServletInitializer.onStartup(SpringBootServletInitializer.java:97)
>>                 at 
>> org.springframework.web.SpringServletContainerInitializer.onStartup(SpringServletContainerInitializer.java:174)
>>                 at 
>> org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:4936)
>>                 at 
>> org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)
>>                 ... 38 more
>>         Caused by: 
>> org.springframework.beans.factory.UnsatisfiedDependencyException: Error 
>> creating bean with name 'converterService': Unsatisfied dependency 
>> expressed through field 'webSecurityExpressionEvaluator'; nested exception 
>> is org.springframework.beans.factory.UnsatisfiedDependencyException: Error 
>> creating bean with name 'webSecurityExpressionEvaluator' defined in file 
>> [/opt/apache-tomcat-9.0.75/webapps/server/WEB-INF/classes/org/dspace/app/rest/security/WebSecurityExpressionEvaluator.class]:
>>  
>> Unsatisfied dependency expressed through constructor parameter 0; nested 
>> exception is org.springframework.beans.factory.BeanCreationException: Error 
>> creating bean with name 'springSecurityFilterChain' defined in class path 
>> resource 
>> [org/springframework/security/config/annotation/web/configuration/WebSecurityConfiguration.class]:
>>  
>> Bean instantiation via factory method failed; nested exception is 
>> org.springframework.beans.BeanInstantiationException: Failed to instantiate 
>> [javax.servlet.Filter]: Factory method 'springSecurityFilterChain' threw 
>> exception; nested exception is 
>> org.springframework.beans.factory.BeanCreationException: Error creating 
>> bean with name 'mvcHandlerMappingIntrospector' defined in class path 
>> resource 
>> [org/springframework/boot/autoconfigure/web/servlet/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class]:
>>  
>> Invocation of init method failed; nested exception is 
>> org.springframework.beans.factory.UnsatisfiedDependencyException: Error 
>> creating bean with name 'restHandlerMapping' defined in class path resource 
>> [org/springframework/data/rest/webmvc/config/RepositoryRestMvcConfiguration.class]:
>>  
>> Unsatisfied dependency expressed through method 'restHandlerMapping' 
>> parameter 2; nested exception is 
>> org.springframework.beans.factory.BeanCreationException: Error creating 
>> bean with name 'jpaHelper' defined in class path resource 
>> [org/springframework/data/rest/webmvc/config/RepositoryRestMvcConfiguration.class]:
>>  
>> Initialization of bean failed; nested exception is 
>> org.springframework.beans.factory.BeanCreationException: Error creating 
>> bean with name 'sessionFactory' defined in file 
>> [/dspace/config/spring/api/core-hibernate.xml]: Invocation of init method 
>> failed; nested exception is 
>> org.hibernate.tool.schema.spi.SchemaManagementException: Schema-validation: 
>> missing column [type] in table [subscription]
>>                 at 
>> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:659)
>>                 at 
>> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:639)
>>                 at 
>> org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:119)
>>                 at 
>> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessProperties(AutowiredAnnotationBeanPostProcessor.java:399)
>>                 at 
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1431)
>>                 at 
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:619)
>>                 at 
>> org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
>>                 at 
>> org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
>>                 at 
>> org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
>>                 at 
>> org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
>>                 at 
>> org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
>>                 at 
>> org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
>>                 at 
>> org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1389)
>>                 at 
>> org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1309)
>>                 at 
>> org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.java:656)
>>                 ... 61 more
>>
>>
>>
>> Any assistance is appreciated.
>> Have reinstalled tomcat 9 and upgraded solr and still same error.
>> Any ideas ?
>>
>

-- 
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 dspace-tech+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dspace-tech/328c99d9-7bc7-4b66-a458-b498f2c48bcfn%40googlegroups.com.

Reply via email to