startMeetingProcess 链接被拒绝

来源:10-16 开启会议审批工作流(Web层)

luhuadeng

2021-10-06

点击保存的时候

http://img.mukewang.com/szimg/615d44c409d7dab611060610.jpg

http://img.mukewang.com/szimg/615d44df0953136810300307.jpg

bash-4.2# java -jar emos-workflow.jar


################################################

#                                              #

#        ## #   #    ## ### ### ##  ###        #

#       # # #   #   # #  #  # # # #  #         #

#       ### #   #   ###  #  # # ##   #         #

#       # # ### ### # #  #  ### # # ###        #

#                                              #

# Obfuscation by Allatori Obfuscator v7.6 DEMO #

#                                              #

#           http://www.allatori.com            #

#                                              #

################################################



  .   ____          _            __ _ _

 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \

( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \

 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )

  '  |____| .__|_| |_|_| |_\__, | / / / /

 =========|_|==============|___/=/_/_/_/

 :: Spring Boot ::                (v2.4.2)


15:26:50  INFO   Starting EmosApplication using Java 15.0.2 on f8b848dc5dd7 with PID 65 (/root/workflow/emos-workflow.jar started by root in /root/workflow)

15:26:50  INFO   No active profile set, falling back to default profiles: default

15:26:57  INFO   Multiple Spring Data modules found, entering strict repository configuration mode!

15:26:57  INFO   Bootstrapping Spring Data Redis repositories in DEFAULT mode.

15:26:57  INFO   Finished Spring Data repository scanning in 14 ms. Found 0 Redis repository interfaces.

15:26:59  INFO   Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@306851c7' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)

15:26:59  INFO   Bean 'methodSecurityConfig' of type [org.activiti.spring.boot.MethodSecurityConfig$$EnhancerBySpringCGLIB$$1e60752c] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)

15:26:59  INFO   Bean 'methodSecurityMetadataSource' of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)

15:27:01  INFO   Tomcat initialized with port(s): 9090 (http)

15:27:01  INFO   Starting service [Tomcat]

15:27:01  INFO   Starting Servlet engine: [Apache Tomcat/9.0.41]

15:27:01  INFO   Initializing Spring embedded WebApplicationContext

15:27:01  INFO   Root WebApplicationContext: initialization completed in 10687 ms

15:27:03  INFO   Init DruidDataSource

15:27:06  INFO   {dataSource-1} inited

15:27:06  INFO   Using default implementation for ThreadExecutor

15:27:06  INFO   Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl

15:27:06  INFO   Quartz Scheduler v.2.3.2 created.

15:27:06  INFO   Using db table-based data access locking (synchronization).

15:27:06  INFO   JobStoreCMT initialized.

15:27:06  INFO   Scheduler meta-data: Quartz Scheduler (v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'

  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.

  NOT STARTED.

  Currently in standby mode.

  Number of jobs executed: 0

  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.

  Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is not clustered.


15:27:06  INFO   Quartz scheduler 'quartzScheduler' initialized from an externally provided properties instance.

15:27:06  INFO   Quartz scheduler version: 2.3.2

15:27:06  INFO   JobFactory set to: org.springframework.scheduling.quartz.SpringBeanJobFactory@5633dafd

15:27:08  INFO


Using generated security password: 000c4b00-f7be-400a-b0b4-b3b96bac5be5


15:27:08  INFO   Initializing ExecutorService 'applicationTaskExecutor'

15:27:11  INFO   The following process definition files will be deployed: [meeting.bpmn20.xml]

15:27:11  INFO   Found 1 Process Engine Configurators in total:

15:27:11  INFO   class org.activiti.spring.process.autoconfigure.ProcessExtensionsConfiguratorAutoConfiguration$$EnhancerBySpringCGLIB$$6f5c9cca (priority:10000)

15:27:11  INFO   Executing beforeInit() of class org.activiti.spring.process.autoconfigure.ProcessExtensionsConfiguratorAutoConfiguration$$EnhancerBySpringCGLIB$$6f5c9cca (priority:10000)

15:27:13  INFO   Executing configure() of class org.activiti.spring.process.autoconfigure.ProcessExtensionsConfiguratorAutoConfiguration$$EnhancerBySpringCGLIB$$6f5c9cca (priority:10000)

15:27:14  INFO   ProcessEngine default created

15:27:15  INFO   Will secure any request with [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@34208baa, org.springframework.security.web.context.SecurityContextPersistenceFilter@10e5bf9c, org.springframework.security.web.header.HeaderWriterFilter@48a2db72, org.springframework.security.web.authentication.logout.LogoutFilter@9f86dc3, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@1624775, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@17fede14, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@71370fec, org.springframework.security.web.session.SessionManagementFilter@77c3c037, org.springframework.security.web.access.ExceptionTranslationFilter@4faf104, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@5b39a3e6]

15:27:15  WARN   Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'defaultValidator' defined in class path resource [org/springframework/boot/autoconfigure/validation/ValidationAutoConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.validation.beanvalidation.LocalValidatorFactoryBean]: Factory method 'defaultValidator' threw exception; nested exception is java.lang.NoSuchMethodError: 'javax.el.ExpressionFactory javax.el.ELUtil.getExpressionFactory()'

15:27:15  INFO   Shutting down ExecutorService 'applicationTaskExecutor'

15:27:15  INFO   Shutting down Quartz Scheduler

15:27:15  INFO   Scheduler quartzScheduler_$_NON_CLUSTERED shutting down.

15:27:15  INFO   Scheduler quartzScheduler_$_NON_CLUSTERED paused.

15:27:15  INFO   Scheduler quartzScheduler_$_NON_CLUSTERED shutdown complete.

15:27:16  INFO   {dataSource-1} closed

15:27:16  INFO   Stopping service [Tomcat]

15:27:16  INFO


Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.

15:27:16  ERROR


***************************

APPLICATION FAILED TO START

***************************


Description:


An attempt was made to call a method that does not exist. The attempt was made from the following location:


    javax.el.ELManager.getExpressionFactory(ELManager.java:38)


The following method did not exist:


    'javax.el.ExpressionFactory javax.el.ELUtil.getExpressionFactory()'


The method's class, javax.el.ELUtil, is available from the following locations:


    jar:file:/root/workflow/emos-workflow.jar!/BOOT-INF/lib/el-api-2.2.jar!/javax/el/ELUtil.class

    jar:file:/root/workflow/emos-workflow.jar!/BOOT-INF/lib/jakarta.el-3.0.3.jar!/javax/el/ELUtil.class


The class hierarchy was loaded from the following locations:


    javax.el.ELUtil: jar:file:/root/workflow/emos-workflow.jar!/BOOT-INF/lib/el-api-2.2.jar!/



Action:


Correct the classpath of your application so that it contains a single, compatible version of javax.el.ELUtil


bash-4.2#


写回答

1回答

慕斯902xzxc_das

2022-06-11

我也是这个问题,请问兄弟你解决了嘛?

0
1
倾城繁华尽
怎么解决?兄弟
2025-03-16
共1条回复

SpringBoot 在线协同办公小程序开发 全栈式项目实战

未来趋势型业务 + 前后端综合技术栈 + 惊艳的细节打磨

1812 学习 · 1923 问题

查看课程