Well, reviewing the log I have these errors :


































































































*19-Oct-2023 09:15:13.760 GRAVE [main] 
org.apache.catalina.startup.HostConfig.deployDescriptor Error durante el 
despliegue del descriptor de configuración 
[/opt/tomcat/apache-tomcat-9.0.65/conf/Catalina/localhost/server.xml]      
  java.lang.IllegalStateException: Error starting child                at 
org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:729) 
 
              at 
org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:698)    
            at 
org.apache.catalina.core.StandardHost.addChild(StandardHost.java:696)      
          at 
org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:690)  
              at 
org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1889)
  
              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.deployDescriptors(HostConfig.java:583)  
              at 
org.apache.catalina.startup.HostConfig.deployApps(HostConfig.java:473)      
          at 
org.apache.catalina.startup.HostConfig.start(HostConfig.java:1618)          
      at 
org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:319)  
              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:946)  
              at 
org.apache.catalina.core.StandardHost.startInternal(StandardHost.java:835)  
              at 
org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)        
        at 
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1396) 
 
              at 
org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1386) 
 
              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:919)  
              at 
org.apache.catalina.core.StandardEngine.startInternal(StandardEngine.java:265)  
              at 
org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)        
        at 
org.apache.catalina.core.StandardService.startInternal(StandardService.java:432)
  
              at 
org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)        
        at 
org.apache.catalina.core.StandardServer.startInternal(StandardServer.java:930)  
              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:345)          
      at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:476)    
    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:726) 
 
              ... 37 more        Caused by: java.lang.RuntimeException: 
Failure during ServletContext initialisation: Error creating bean with name 
'licenseValidation': Unsatisfied dependency expressed thro>                
at 
org.dspace.app.rest.utils.DSpaceKernelInitializer.initialize(DSpaceKernelInitializer.java:65)
  
              at 
org.springframework.boot.SpringApplication.applyInitializers(SpringApplication.java:618)
  
              at 
org.springframework.boot.SpringApplication.prepareContext(SpringApplication.java:385)
  
              at 
org.springframework.boot.SpringApplication.run(SpringApplication.java:306)  
              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:5219)
  
              at 
org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:183)        
        ... 38 more        Caused by: 
org.springframework.beans.factory.UnsatisfiedDependencyException: Error 
creating bean with name 'licenseValidation': Unsatisfied dependency 
expressed through fiel>                at 
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.jav>
  
              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.dspace.servicemanager.DSpaceServiceManager.startup(DSpaceServiceManager.java:277)
  
              at 
org.dspace.servicemanager.DSpaceKernelImpl.start(DSpaceKernelImpl.java:153)  
              at 
org.dspace.app.rest.utils.DSpaceKernelInitializer.initialize(DSpaceKernelInitializer.java:49)
  
              ... 47 more        Caused by: 
org.springframework.beans.factory.CannotLoadBeanClassException: Cannot find 
class 
[org.dspace.app.bulkaccesscontrol.model.BulkAccessConditionConfiguration] 
for be>                at 
org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(AbstractBeanFactory.java:1542)
  
              at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.determineTargetType(AbstractAutowireCapableBeanFactory.java:704)
  
              at 
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.predictBeanType(AbstractAutowireCapableBeanFactory.java:674)
  
              at 
org.springframework.beans.factory.support.AbstractBeanFactory.isFactoryBean(AbstractBeanFactory.java:1670)
  
              at 
org.springframework.beans.factory.support.DefaultListableBeanFactory.doGetBeanNamesForType(DefaultListableBeanFactory.java:570)
  
              at 
org.springframework.beans.factory.support.DefaultListableBeanFactory.getBeanNamesForType(DefaultListableBeanFactory.java:550)
  
              at 
org.springframework.beans.factory.BeanFactoryUtils.beanNamesForTypeIncludingAncestors(BeanFactoryUtils.java:265)
  
              at 
org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1555)
  
              at 
org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1352)
  
              at 
org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1309)
  
              at 
org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.resolveFieldValue(AutowiredAnnotationBeanPostProcessor.jav>
  
              ... 63 more        Caused by: 
java.lang.ClassNotFoundException: 
org.dspace.app.bulkaccesscontrol.model.BulkAccessConditionConfiguration    
            at 
org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1412)
  
              at 
org.apache.catalina.loader.WebappClassLoaderBase.loadClass(WebappClassLoaderBase.java:1220)
  
              at java.base/java.lang.Class.forName0(Native Method)          
      at java.base/java.lang.Class.forName(Class.java:398)                
at org.springframework.util.ClassUtils.forName(ClassUtils.java:284)        
        at 
org.springframework.beans.factory.support.AbstractBeanDefinition.resolveBeanClass(AbstractBeanDefinition.java:469)
  
              at 
org.springframework.beans.factory.support.AbstractBeanFactory.doResolveBeanClass(AbstractBeanFactory.java:1607)
  
              at 
org.springframework.beans.factory.support.AbstractBeanFactory.resolveBeanClass(AbstractBeanFactory.java:1534)
  
              ... 73 more*



Any idea how to solve them?

El miércoles, 18 de octubre de 2023 a las 14:02:46 UTC-6, 
[email protected] escribió:

> Check your Tomcat logs.  If Tomcat can't load the server webapp cleanly 
> then /server will return a 404.  Happened to me earlier in the week.
>
> It could be something else, but I usually start with Tomcat.  There's also 
> a page on the DSpace wiki with some troubleshooting tips: 
> https://wiki.lyrasis.org/display/DSPACE/Troubleshoot+an+error
>
> - Darryl
>
>
> On Wednesday, October 18, 2023 at 1:49:09 PM UTC-6 Jorge Alberto Bonilla 
> Castaneda wrote:
>
>> hello everyone
>>
>> I followed the documentation in this process but when I finished I 
>> received an HTTP 404 message when entering /server
>>
>> I was reading similar cases saying that it could be some kind of problem 
>> with permissions, but that doesn't convince me because with version 7.4 
>> everything worked normally.
>>
>> somebody could help me ?
>>
>
-- 
*AVISO DE CONFIDENCIALIDAD:* Este mensaje y cualquier archivo adjunto al 
mismo, se dirige exclusivamente a su(s) destinatario(s), y no puede ser 
compartido o reenviado a un tercero sin autorización del remitente. Solo 
puede ser utilizado por las personas o entidades a las cuales está 
dirigido. 
Si usted no es el destinatario al que ha sido remitida esta 
información, queda prohibida, cualquier modificación, retención, difusión o 
copia total o parcial, y no puede emprender con ella ningún tipo de acción. 
Le rogamos que lo comunique inmediatamente por esta misma vía y proceda a 
su eliminación.
Si es miembro de la Comunidad Educativa de la UDB y viola 
lo anterior será sujeto a sanción disciplinaria conforme al Art.134, 
literales “r”, “s”, y “t” del Reglamento General Administrativo-Académico. 

*CONFIDENTIALITY NOTICE:* The content of this email and any attachments 
are intended solely for the addressee(s). The information cannot be shared 
without the authorization of the sender. It can only be used by the 
intended recipients.
If you are not the intended recipient, you are hereby 
notified that any modification, dissemination, full or partial copy of this 
email is forbidden. You must not take any kind of action in reliance on it. 
Please, notify the sender by replying to this email and delete the message 
without copying or disclosing it.
If you are a member of the UDB community 
and were to violate the foregoing, you will be subject to disciplinary 
actions in accordance to Article 134, literal “r”, “s”, and “t” of the 
General Administrative-Academic Regulations.

-- 
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/ad3587d5-6d07-4eb7-8348-77ee1b8d5a80n%40googlegroups.com.

Reply via email to