Hello,
Are there any plans to package and ship Flowable 7 as Docker image in the future ?
Temporarily, we’re just testing the configuration by either supplying changes as environment variables, or by simply mounting the properties file to the container.
For example:
flowable-ui:
image: flowable/flowable-ui:6.8.0
network_mode: host
restart: on-failure
volumes:
- /opt/flowable/flowable-default.properties:/app/WEB-INF/classes/flowable-default.properties
environment:
- SERVER_PORT=9292
Here’s the stack trace for the Flowable UI:
[flowable-ui] |
[flowable-ui] | ////////// &&&& &&& ,,, ,,,
[flowable-ui] | ////////////// &&&&&&& &&& ,,, ,,,
[flowable-ui] | /// /// &&& &&& ,,, ,,,
[flowable-ui] | //////// /// &&&&&&&& &&& &&&&&&& &&& &&& &&& ,,,,,,,,,, ,,,,,,,,, ,,, ,,,,,,,
[flowable-ui] | ////// // /// &&&&&&&& &&& &&&& &&&& &&& &&& &&& ,,, ,,,, ,,,, ,,,, ,,, ,,, ,,
[flowable-ui] | /// //// /// &&& &&& &&& &&& &&& &&& &&& ,, ,,, ,,, ,,, ,,, ,,,,,,,,,
[flowable-ui] | // ///// /// &&& &&& &&& &&&& &&& &&& &&& ,,, ,,,, ,,,, ,,, ,,, ,,,
[flowable-ui] | /////////// &&& &&& &&&&&&&& &&&&&&&&&&&&&& ,,,,,,,,,, ,,,,,,,, ,,, ,,,,,,,,
[flowable-ui] |
[flowable-ui] | :: Flowable :: (v6.8.0) :: Spring Boot :: (v2.7.6)
[flowable-ui] |
[flowable-ui] | 2024-08-29 07:25:23.484 INFO 1 --- [ main] o.f.u.application.FlowableUiApplication : Starting FlowableUiApplication using Java 11.0.15 on server.example.local with PID 1 (/app/WEB-INF/classes started by flowable in /)
[flowable-ui] | 2024-08-29 07:25:23.506 INFO 1 --- [ main] o.f.u.application.FlowableUiApplication : No active profile set, falling back to 1 default profile: "default"
[flowable-ui] | 2024-08-29 07:25:29.162 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.flowable.ui.common.properties.FlowableRemoteIdmAutoConfiguration' of type [org.flowable.ui.common.properties.FlowableRemoteIdmAutoConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[flowable-ui] | 2024-08-29 07:25:29.181 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'flowable.common.app-org.flowable.ui.common.properties.FlowableCommonAppProperties' of type [org.flowable.ui.common.properties.FlowableCommonAppProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[flowable-ui] | 2024-08-29 07:25:29.182 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'grantedAuthorityDefaults' of type [org.springframework.security.config.core.GrantedAuthorityDefaults] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
[flowable-ui] | 2024-08-29 07:25:30.603 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 9292 (http)
[flowable-ui] | 2024-08-29 07:25:30.683 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
[flowable-ui] | 2024-08-29 07:25:30.683 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.69]
[flowable-ui] | 2024-08-29 07:25:31.021 INFO 1 --- [ main] o.a.c.c.C.[.[localhost].[/flowable] : Initializing Spring embedded WebApplicationContext
[flowable-ui] | 2024-08-29 07:25:31.021 INFO 1 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 6304 ms
[flowable-ui] | 2024-08-29 07:25:33.256 INFO 1 --- [ main] o.f.s.b.ProcessEngineAutoConfiguration : No deployment resources were found for autodeployment
[flowable-ui] | 2024-08-29 07:25:33.881 INFO 1 --- [ main] o.f.s.b.c.CmmnEngineAutoConfiguration : No deployment resources were found for autodeployment
[flowable-ui] | 2024-08-29 07:25:34.183 INFO 1 --- [ main] o.f.s.b.dmn.DmnEngineAutoConfiguration : No deployment resources were found for autodeployment
[flowable-ui] | 2024-08-29 07:25:34.290 INFO 1 --- [ main] o.f.s.b.f.FormEngineAutoConfiguration : No deployment resources were found for autodeployment
[flowable-ui] | 2024-08-29 07:25:34.359 INFO 1 --- [ main] o.f.s.b.e.EventRegistryAutoConfiguration : No deployment resources were found for autodeployment
[flowable-ui] | 2024-08-29 07:25:34.442 INFO 1 --- [ main] o.f.s.b.app.AppEngineAutoConfiguration : No deployment resources were found for autodeployment
[flowable-ui] | 2024-08-29 07:25:34.477 INFO 1 --- [ main] o.f.a.s.SpringAppEngineConfiguration : Found 7 Engine Configurators in total:
[flowable-ui] | 2024-08-29 07:25:34.479 INFO 1 --- [ main] o.f.a.s.SpringAppEngineConfiguration : class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
[flowable-ui] | 2024-08-29 07:25:34.480 INFO 1 --- [ main] o.f.a.s.SpringAppEngineConfiguration : class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
[flowable-ui] | 2024-08-29 07:25:34.480 INFO 1 --- [ main] o.f.a.s.SpringAppEngineConfiguration : class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
[flowable-ui] | 2024-08-29 07:25:34.480 INFO 1 --- [ main] o.f.a.s.SpringAppEngineConfiguration : class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
[flowable-ui] | 2024-08-29 07:25:34.480 INFO 1 --- [ main] o.f.a.s.SpringAppEngineConfiguration : class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
[flowable-ui] | 2024-08-29 07:25:34.480 INFO 1 --- [ main] o.f.a.s.SpringAppEngineConfiguration : class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
[flowable-ui] | 2024-08-29 07:25:34.481 INFO 1 --- [ main] o.f.a.s.SpringAppEngineConfiguration : class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
[flowable-ui] | 2024-08-29 07:25:34.481 INFO 1 --- [ main] o.f.a.s.SpringAppEngineConfiguration : Executing beforeInit() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
[flowable-ui] | 2024-08-29 07:25:34.945 INFO 1 --- [ main] o.f.a.s.SpringAppEngineConfiguration : Executing beforeInit() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
[flowable-ui] | 2024-08-29 07:25:34.949 INFO 1 --- [ main] o.f.a.s.SpringAppEngineConfiguration : Executing beforeInit() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
[flowable-ui] | 2024-08-29 07:25:34.952 INFO 1 --- [ main] o.f.a.s.SpringAppEngineConfiguration : Executing beforeInit() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
[flowable-ui] | 2024-08-29 07:25:34.955 INFO 1 --- [ main] o.f.a.s.SpringAppEngineConfiguration : Executing beforeInit() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
[flowable-ui] | 2024-08-29 07:25:34.958 INFO 1 --- [ main] o.f.a.s.SpringAppEngineConfiguration : Executing beforeInit() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
[flowable-ui] | 2024-08-29 07:25:34.960 INFO 1 --- [ main] o.f.a.s.SpringAppEngineConfiguration : Executing beforeInit() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
[flowable-ui] | 2024-08-29 07:25:35.097 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : flowable-ui - Starting...
[flowable-ui] | 2024-08-29 07:25:35.246 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : flowable-ui - Start completed.
[flowable-ui] | 2024-08-29 07:25:37.658 INFO 1 --- [ main] o.f.a.s.SpringAppEngineConfiguration : Executing configure() of class org.flowable.engine.spring.configurator.SpringProcessEngineConfigurator (priority:50000)
[flowable-ui] | 2024-08-29 07:25:38.249 INFO 1 --- [ main] o.f.engine.impl.ProcessEngineImpl : ProcessEngine default created
[flowable-ui] | 2024-08-29 07:25:38.295 INFO 1 --- [ main] o.f.e.impl.cmd.ValidateV5EntitiesCmd : Total of v5 deployments found: 0
[flowable-ui] | 2024-08-29 07:25:38.306 INFO 1 --- [ main] o.f.a.s.SpringAppEngineConfiguration : Executing configure() of class org.flowable.eventregistry.spring.configurator.SpringEventRegistryConfigurator (priority:100000)
[flowable-ui] | 2024-08-29 07:25:39.237 INFO 1 --- [ main] liquibase.servicelocator : Cannot load service: liquibase.license.LicenseService: Provider liquibase.license.pro.DaticalTrueLicenseService could not be instantiated
[flowable-ui] | 2024-08-29 07:25:39.375 INFO 1 --- [ main] liquibase.database : Set default schema name to public
[flowable-ui] | 2024-08-29 07:25:39.525 INFO 1 --- [ main] liquibase.lockservice : Successfully acquired change log lock
[flowable-ui] | 2024-08-29 07:25:40.074 INFO 1 --- [ main] liquibase.changelog : Reading from public.flw_ev_databasechangelog
[flowable-ui] | 2024-08-29 07:25:40.214 INFO 1 --- [ main] liquibase.lockservice : Successfully released change log lock
[flowable-ui] | 2024-08-29 07:25:40.214 INFO 1 --- [ main] o.f.e.impl.EventRegistryEngineImpl : EventRegistryEngine default created
[flowable-ui] | 2024-08-29 07:25:40.215 INFO 1 --- [ main] o.f.a.s.SpringAppEngineConfiguration : Executing configure() of class org.flowable.idm.spring.configurator.SpringIdmEngineConfigurator (priority:150000)
[flowable-ui] | 2024-08-29 07:25:40.227 INFO 1 --- [ main] o.f.idm.engine.impl.IdmEngineImpl : IdmEngine default created
[flowable-ui] | 2024-08-29 07:25:40.228 INFO 1 --- [ main] o.f.a.s.SpringAppEngineConfiguration : Executing configure() of class org.flowable.dmn.spring.configurator.SpringDmnEngineConfigurator (priority:200000)
[flowable-ui] | 2024-08-29 07:25:40.277 INFO 1 --- [ main] liquibase.database : Set default schema name to public
[flowable-ui] | 2024-08-29 07:25:40.289 INFO 1 --- [ main] liquibase.lockservice : Successfully acquired change log lock
[flowable-ui] | 2024-08-29 07:25:40.342 INFO 1 --- [ main] liquibase.changelog : Reading from public.act_dmn_databasechangelog
[flowable-ui] | 2024-08-29 07:25:40.367 INFO 1 --- [ main] liquibase.lockservice : Successfully released change log lock
[flowable-ui] | 2024-08-29 07:25:40.368 INFO 1 --- [ main] o.f.dmn.engine.impl.DmnEngineImpl : DmnEngine default created
[flowable-ui] | 2024-08-29 07:25:40.369 INFO 1 --- [ main] o.f.a.s.SpringAppEngineConfiguration : Executing configure() of class org.flowable.form.spring.configurator.SpringFormEngineConfigurator (priority:300000)
[flowable-ui] | 2024-08-29 07:25:40.380 INFO 1 --- [ main] liquibase.database : Set default schema name to public
[flowable-ui] | 2024-08-29 07:25:40.390 INFO 1 --- [ main] liquibase.lockservice : Successfully acquired change log lock
[flowable-ui] | 2024-08-29 07:25:40.440 INFO 1 --- [ main] liquibase.changelog : Reading from public.act_fo_databasechangelog
[flowable-ui] | 2024-08-29 07:25:40.457 INFO 1 --- [ main] liquibase.lockservice : Successfully released change log lock
[flowable-ui] | 2024-08-29 07:25:40.457 INFO 1 --- [ main] o.f.form.engine.impl.FormEngineImpl : FormEngine default created
[flowable-ui] | 2024-08-29 07:25:40.458 INFO 1 --- [ main] o.f.a.s.SpringAppEngineConfiguration : Executing configure() of class org.flowable.content.spring.configurator.SpringContentEngineConfigurator (priority:400000)
[flowable-ui] | 2024-08-29 07:25:40.462 INFO 1 --- [ main] o.f.c.s.SpringContentEngineConfiguration : Content file system root : /data
[flowable-ui] | 2024-08-29 07:25:40.464 INFO 1 --- [ main] f.c.e.i.f.SimpleFileSystemContentStorage : Created content folder in /data/task-content
[flowable-ui] | 2024-08-29 07:25:40.464 INFO 1 --- [ main] f.c.e.i.f.SimpleFileSystemContentStorage : Created content folder in /data/process-instance-content
[flowable-ui] | 2024-08-29 07:25:40.465 INFO 1 --- [ main] f.c.e.i.f.SimpleFileSystemContentStorage : Created content folder in /data/cmmn
[flowable-ui] | 2024-08-29 07:25:40.465 INFO 1 --- [ main] f.c.e.i.f.SimpleFileSystemContentStorage : Created content folder in /data/uncategorized
[flowable-ui] | 2024-08-29 07:25:40.474 INFO 1 --- [ main] liquibase.database : Set default schema name to public
[flowable-ui] | 2024-08-29 07:25:40.484 INFO 1 --- [ main] liquibase.lockservice : Successfully acquired change log lock
[flowable-ui] | 2024-08-29 07:25:40.540 INFO 1 --- [ main] liquibase.changelog : Reading from public.act_co_databasechangelog
[flowable-ui] | 2024-08-29 07:25:40.557 INFO 1 --- [ main] liquibase.lockservice : Successfully released change log lock
[flowable-ui] | 2024-08-29 07:25:40.558 INFO 1 --- [ main] o.f.c.engine.impl.ContentEngineImpl : ContentEngine default created
[flowable-ui] | 2024-08-29 07:25:40.559 INFO 1 --- [ main] o.f.a.s.SpringAppEngineConfiguration : Executing configure() of class org.flowable.cmmn.spring.configurator.SpringCmmnEngineConfigurator (priority:500000)
[flowable-ui] | 2024-08-29 07:25:40.805 INFO 1 --- [ main] liquibase.database : Set default schema name to public
[flowable-ui] | 2024-08-29 07:25:40.815 INFO 1 --- [ main] liquibase.lockservice : Successfully acquired change log lock
[flowable-ui] | 2024-08-29 07:25:40.868 INFO 1 --- [ main] liquibase.changelog : Reading from public.act_cmmn_databasechangelog
[flowable-ui] | 2024-08-29 07:25:40.899 INFO 1 --- [ main] liquibase.lockservice : Successfully released change log lock
[flowable-ui] | 2024-08-29 07:25:40.900 INFO 1 --- [ main] o.f.cmmn.engine.impl.CmmnEngineImpl : CmmnEngine default created
[flowable-ui] | 2024-08-29 07:25:40.912 INFO 1 --- [ main] liquibase.database : Set default schema name to public
[flowable-ui] | 2024-08-29 07:25:40.921 INFO 1 --- [ main] liquibase.lockservice : Successfully acquired change log lock
[flowable-ui] | 2024-08-29 07:25:40.970 INFO 1 --- [ main] liquibase.changelog : Reading from public.act_app_databasechangelog
[flowable-ui] | 2024-08-29 07:25:40.981 INFO 1 --- [ main] liquibase.lockservice : Successfully released change log lock
[flowable-ui] | 2024-08-29 07:25:40.981 INFO 1 --- [ main] o.f.app.engine.impl.AppEngineImpl : AppEngine default created
[flowable-ui] | 2024-08-29 07:25:41.406 INFO 1 --- [ main] o.f.u.m.c.ModelerDatabaseConfiguration : database product name: 'PostgreSQL'
[flowable-ui] | 2024-08-29 07:25:41.406 INFO 1 --- [ main] o.f.u.m.c.ModelerDatabaseConfiguration : using database type: postgres
[flowable-ui] | 2024-08-29 07:25:41.949 INFO 1 --- [ main] o.s.b.a.w.s.WelcomePageHandlerMapping : Adding welcome page: class path resource [static/index.html]
[flowable-ui] | 2024-08-29 07:25:42.232 INFO 1 --- [ main] u.c.s.CustomPersistentRememberMeServices : Cookie max-age set to 2678400 seconds
[flowable-ui] | 2024-08-29 07:25:42.232 INFO 1 --- [ main] u.c.s.CustomPersistentRememberMeServices : Cookie refresh age set to 86400 seconds
[flowable-ui] | 2024-08-29 07:25:42.285 INFO 1 --- [ main] liquibase.database : Set default schema name to public
[flowable-ui] | 2024-08-29 07:25:42.295 INFO 1 --- [ main] liquibase.lockservice : Successfully acquired change log lock
[flowable-ui] | 2024-08-29 07:25:42.334 INFO 1 --- [ main] liquibase.changelog : Reading from public.act_adm_databasechangelog
[flowable-ui] | 2024-08-29 07:25:42.340 INFO 1 --- [ main] liquibase.lockservice : Successfully released change log lock
[flowable-ui] | 2024-08-29 07:25:42.887 INFO 1 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will secure Ant [pattern='/api/idm/**'] with [org.springframework.security.web.session.DisableEncodeUrlFilter@2cf09576, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@2d260f2a, org.springframework.security.web.context.SecurityContextPersistenceFilter@ae20523, org.springframework.security.web.header.HeaderWriterFilter@ffd26d1, org.springframework.security.web.authentication.logout.LogoutFilter@7f913c47, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@1e295ef1, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@2700609f, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@5233b7ad, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@79ac02a9, org.springframework.security.web.session.SessionManagementFilter@3cdf8aa5, org.springframework.security.web.access.ExceptionTranslationFilter@5e4a9c16, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@39ebf505]
[flowable-ui] | 2024-08-29 07:25:42.890 INFO 1 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will secure Ant [pattern='/*-api/**'] with [org.springframework.security.web.session.DisableEncodeUrlFilter@1643e817, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4e43a23a, org.springframework.security.web.context.SecurityContextPersistenceFilter@3f31ccef, org.springframework.security.web.header.HeaderWriterFilter@48b85dc5, org.springframework.security.web.authentication.logout.LogoutFilter@3ae81b53, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@797bbeae, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@65d28ad4, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@6f0ea5de, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@291fbdc9, org.springframework.security.web.session.SessionManagementFilter@350a3df3, org.springframework.security.web.access.ExceptionTranslationFilter@1c38d025, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5f571d96]
[flowable-ui] | 2024-08-29 07:25:42.892 INFO 1 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will secure Ant [pattern='/api/editor/**'] with [org.springframework.security.web.session.DisableEncodeUrlFilter@1b131102, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@75be3cdf, org.springframework.security.web.context.SecurityContextPersistenceFilter@26c9225a, org.springframework.security.web.header.HeaderWriterFilter@43b45e77, org.springframework.security.web.authentication.logout.LogoutFilter@7307e418, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@72b8b04f, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@10ba757f, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@711cd6f9, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@f500481, org.springframework.security.web.session.SessionManagementFilter@71639428, org.springframework.security.web.access.ExceptionTranslationFilter@247246ea, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@69c27acb]
[flowable-ui] | 2024-08-29 07:25:42.894 INFO 1 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Will secure org.flowable.ui.common.security.ActuatorRequestMatcher@1b2c513e with [org.springframework.security.web.session.DisableEncodeUrlFilter@4098ef14, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@1b74a062, org.springframework.security.web.context.SecurityContextPersistenceFilter@25c887ca, org.springframework.security.web.header.HeaderWriterFilter@7be29ac4, org.springframework.security.web.authentication.logout.LogoutFilter@3b6f7ab3, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@57e351a, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@ba65354, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@647dcc5e, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@6f5690f3, org.springframework.security.web.session.SessionManagementFilter@2523730b, org.springframework.security.web.access.ExceptionTranslationFilter@2381a837, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@61774805]
[flowable-ui] | 2024-08-29 07:25:42.935 WARN 1 --- [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: 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 java.lang.NoSuchMethodError: 'void org.springframework.security.oauth2.client.web.OAuth2AuthorizationCodeGrantFilter.setSecurityContextHolderStrategy(org.springframework.security.core.context.SecurityContextHolderStrategy)'
[flowable-ui] | 2024-08-29 07:25:42.935 WARN 1 --- [ main] liquibase.database : Failed to restore the auto commit to true
[flowable-ui] | 2024-08-29 07:25:42.935 WARN 1 --- [ main] o.s.b.f.support.DisposableBeanAdapter : Invocation of close method failed on bean with name 'adminLiquibase': liquibase.exception.DatabaseException: java.sql.SQLException: Connection is closed
[flowable-ui] | 2024-08-29 07:25:42.959 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : flowable-ui - Shutdown initiated...
[flowable-ui] | 2024-08-29 07:25:42.967 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : flowable-ui - Shutdown completed.
[flowable-ui] | 2024-08-29 07:25:42.970 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
[flowable-ui] | 2024-08-29 07:25:42.987 INFO 1 --- [ main] ConditionEvaluationReportLoggingListener :
[flowable-ui] |
[flowable-ui] | Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
[flowable-ui] | 2024-08-29 07:25:43.006 ERROR 1 --- [ main] o.s.b.d.LoggingFailureAnalysisReporter :
[flowable-ui] |
[flowable-ui] | ***************************
[flowable-ui] | APPLICATION FAILED TO START
[flowable-ui] | ***************************
[flowable-ui] |
[flowable-ui] | Description:
[flowable-ui] |
[flowable-ui] | An attempt was made to call a method that does not exist. The attempt was made from the following location:
[flowable-ui] |
[flowable-ui] | org.springframework.security.config.annotation.web.configurers.oauth2.client.OAuth2ClientConfigurer$AuthorizationCodeGrantConfigurer.createAuthorizationCodeGrantFilter(OAuth2ClientConfigurer.java:292)
[flowable-ui] |
[flowable-ui] | The following method did not exist:
[flowable-ui] |
[flowable-ui] | 'void org.springframework.security.oauth2.client.web.OAuth2AuthorizationCodeGrantFilter.setSecurityContextHolderStrategy(org.springframework.security.core.context.SecurityContextHolderStrategy)'
[flowable-ui] |
[flowable-ui] | The calling method's class, org.springframework.security.config.annotation.web.configurers.oauth2.client.OAuth2ClientConfigurer$AuthorizationCodeGrantConfigurer, was loaded from the following location:
[flowable-ui] |
[flowable-ui] | jar:file:/app/WEB-INF/lib/spring-security-config-5.8.1.jar!/org/springframework/security/config/annotation/web/configurers/oauth2/client/OAuth2ClientConfigurer$AuthorizationCodeGrantConfigurer.class
[flowable-ui] |
[flowable-ui] | The called method's class, org.springframework.security.oauth2.client.web.OAuth2AuthorizationCodeGrantFilter, is available from the following locations:
[flowable-ui] |
[flowable-ui] | jar:file:/app/WEB-INF/lib/spring-security-oauth2-client-5.7.5.jar!/org/springframework/security/oauth2/client/web/OAuth2AuthorizationCodeGrantFilter.class
[flowable-ui] |
[flowable-ui] | The called method's class hierarchy was loaded from the following locations:
[flowable-ui] |
[flowable-ui] | org.springframework.security.oauth2.client.web.OAuth2AuthorizationCodeGrantFilter: file:/app/WEB-INF/lib/spring-security-oauth2-client-5.7.5.jar
[flowable-ui] | org.springframework.web.filter.OncePerRequestFilter: file:/app/WEB-INF/lib/spring-web-5.3.24.jar
[flowable-ui] | org.springframework.web.filter.GenericFilterBean: file:/app/WEB-INF/lib/spring-web-5.3.24.jar
[flowable-ui] |
[flowable-ui] |
[flowable-ui] | Action:
[flowable-ui] |
[flowable-ui] | Correct the classpath of your application so that it contains compatible versions of the classes org.springframework.security.config.annotation.web.configurers.oauth2.client.OAuth2ClientConfigurer$AuthorizationCodeGrantConfigurer and org.springframework.security.oauth2.client.web.OAuth2AuthorizationCodeGrantFilter
[flowable-ui] |
Thank you very much in advance.