not sure this helps.. but it may do
08-Aug-2023 18:23:00.683 INFO
[http-nio-8080-exec-11] org.apache.catalina.core.ApplicationContext.log 2
Spring WebApplicationInitializers detected on classpath
08-Aug-2023 18:23:00.858 INFO
[http-nio-8080-exec-11] org.apache.catalina.core.ApplicationContext.log
Initializing Spring root WebApplicationContext
08-Aug-2023 18:23:06.958 SEVERE
[http-nio-8080-exec-11]
org.apache.catalina.core.StandardContext.listenerStart Exception sending
context initialized event to listener instance of class
[org.springframework.web.context.ContextLoaderListener]
org.springframework.beans.factory.UnsatisfiedDependencyException: Error
creating bean with name 'updateSecurityFilterHandlerMethod' defined in
file
[/usr/local/tomcat9/webapps/ROOT/WEB-INF/classes/org/nrg/xnat/event/listeners/methods/UpdateSecurityFilterHandlerMethod.class]:
Unsatisfied dependency expressed through constructor parameter 0;
nested exception is
org.springframework.beans.factory.UnsatisfiedDependencyException: Error
creating bean with name 'org.nrg.xnat.configuration.ApplicationConfig':
Unsatisfied dependency expressed
through method 'setAsyncOperationsPreferences' parameter 0; nested
exception is
org.springframework.beans.factory.UnsatisfiedDependencyException: Error
creating bean with name 'asyncOperationsPreferences' defined in file
[/usr/local/tomcat9/webapps/ROOT/WEB-INF/classes/org/nrg/xnat/preferences/AsyncOperationsPreferences.class]:
Unsatisfied dependency expressed through constructor parameter 0;
nested exception is
org.springframework.beans.factory.UnsatisfiedDependencyException: Error
creating bean with name 'defaultNrgPreferenceService' defined in URL
[jar:file:/usr/local/tomcat9/webapps/ROOT/WEB-INF/lib/prefs-1.8.2.jar!/org/nrg/prefs/services/impl/DefaultNrgPreferenceService.class]:
Unsatisfied dependency expressed through constructor parameter 0;
nested exception is
org.springframework.beans.factory.UnsatisfiedDependencyException: Error
creating bean with name 'hibernateToolService': Unsatisfied dependency
expressed through method 'setDao'
parameter 0; nested exception is
org.springframework.beans.factory.UnsatisfiedDependencyException: Error
creating bean with name 'toolRepository': Unsatisfied dependency
expressed through method 'setSessionFactory' parameter 0; nested
exception is org.springframework.beans.factory.BeanCreationException:
Error creating bean with name 'sessionFactory' defined in class path
resource [org/nrg/xnat/configuration/OrmConfig.class]: Invocation of
init method failed; nested exception is org.hibernate.MappingException:
Could not determine type for:
com.vladmihalcea.hibernate.type.json.JsonType
at
org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749)
at
org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:189)
at
org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1196)
at org.springframework.beans.factory.support.Ab