You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
246 lines
43 KiB
246 lines
43 KiB
2024-07-05 08:39:24.639 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.4.Final
|
|
2024-07-05 08:39:24.644 [main] INFO com.lnsoft.workflow.Application - Starting Application using Java 1.8.0_261 on NYSYB-panmengchong with PID 18816 (D:\camunda\camunda\camunda\target\classes started by NYXXSYB in D:\camunda\camunda\camunda)
|
|
2024-07-05 08:39:24.646 [main] INFO com.lnsoft.workflow.Application - No active profile set, falling back to 1 default profile: "default"
|
|
2024-07-05 08:39:29.085 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
|
|
2024-07-05 08:39:29.091 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"]
|
|
2024-07-05 08:39:29.092 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
|
2024-07-05 08:39:29.092 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.65]
|
|
2024-07-05 08:39:29.260 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
|
2024-07-05 08:39:29.260 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 4573 ms
|
|
2024-07-05 08:39:29.295 [main] INFO o.c.b.s.b.starter.rest.CamundaJerseyResourceConfig - Configuring camunda rest api.
|
|
2024-07-05 08:39:29.311 [main] INFO o.c.b.s.b.starter.rest.CamundaJerseyResourceConfig - Finished configuring camunda rest api.
|
|
2024-07-05 08:39:29.870 [main] INFO org.camunda.bpm.spring.boot - STARTER-SB040 Setting up jobExecutor with corePoolSize=3, maxPoolSize:10
|
|
2024-07-05 08:39:29.928 [main] INFO org.camunda.bpm.engine.cfg - ENGINE-12003 Plugin 'CompositeProcessEnginePlugin[genericPropertiesConfiguration, camundaProcessEngineConfiguration, camundaDatasourceConfiguration, camundaJobConfiguration, camundaHistoryConfiguration, camundaMetricsConfiguration, camundaAuthorizationConfiguration, camundaDeploymentConfiguration, CreateAdminUserConfiguration[adminUser=AdminUserProperty[id=admin, firstName=Admin, lastName=Admin, email=admin@localhost, password=******]], failedJobConfiguration, CamundaGlobalListenerPlugin, eventPublisherPlugin, ApplicationContextClassloaderSwitchPlugin, SpringBootSpinProcessEnginePlugin]' activated on process engine 'default'
|
|
2024-07-05 08:39:31.571 [main] INFO org.camunda.bpm.spring.boot - STARTER-SB021 Auto-Deploying resources: []
|
|
2024-07-05 08:39:31.843 [main] INFO o.c.b.s.boot.starter.event.EventPublisherPlugin - EVENTING-001: Initialized Camunda Spring Boot Eventing Engine Plugin.
|
|
2024-07-05 08:39:31.843 [main] INFO o.c.b.s.boot.starter.event.EventPublisherPlugin - EVENTING-003: Task events will be published as Spring Events.
|
|
2024-07-05 08:39:31.843 [main] INFO o.c.b.s.boot.starter.event.EventPublisherPlugin - EVENTING-005: Execution events will be published as Spring Events.
|
|
2024-07-05 08:39:31.875 [main] INFO o.c.b.s.boot.starter.event.EventPublisherPlugin - EVENTING-007: History events will be published as Spring events.
|
|
2024-07-05 08:39:31.960 [main] INFO org.camunda.spin - SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormatProvider[name = application/json]
|
|
2024-07-05 08:39:32.596 [main] INFO org.camunda.spin - SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormatProvider[name = application/xml]
|
|
2024-07-05 08:39:32.624 [main] INFO org.camunda.spin - SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormat[name = application/xml]
|
|
2024-07-05 08:39:32.625 [main] INFO org.camunda.spin - SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormat[name = application/json]
|
|
2024-07-05 08:39:32.732 [main] INFO org.camunda.bpm.dmn.feel.scala - FEEL/SCALA-01001 Spin value mapper detected
|
|
2024-07-05 08:39:32.985 [main] INFO org.camunda.feel.FeelEngine - Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.feel.impl.JavaValueMapper@1f992a3a, org.camunda.spin.plugin.impl.feel.integration.SpinValueMapper@30bf26df)), function-provider: org.camunda.bpm.dmn.feel.impl.scala.function.CustomFunctionTransformer@2db6d68d, clock: SystemClock, configuration: Configuration(false)]
|
|
2024-07-05 08:39:33.043 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
|
|
2024-07-05 08:39:33.151 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
|
|
2024-07-05 08:39:35.263 [main] INFO org.camunda.bpm.connect - CNCT-01004 Discovered provider for connector id 'http-connector' and class 'org.camunda.connect.httpclient.impl.HttpConnectorImpl': 'org.camunda.connect.httpclient.impl.HttpConnectorProviderImpl'
|
|
2024-07-05 08:39:35.264 [main] INFO org.camunda.bpm.connect - CNCT-01004 Discovered provider for connector id 'soap-http-connector' and class 'org.camunda.connect.httpclient.soap.impl.SoapHttpConnectorImpl': 'org.camunda.connect.httpclient.soap.impl.SoapHttpConnectorProviderImpl'
|
|
2024-07-05 08:39:35.995 [main] INFO org.camunda.bpm.engine - ENGINE-00001 Process Engine default created.
|
|
2024-07-05 08:39:36.159 [main] INFO org.camunda.bpm.spring.boot - STARTER-SB011 Skip creating initial Admin User, user does exist: UserEntity[id=admin, revision=3, firstName=超级管理员, lastName=22, email=1, password={SHA-512}s3QtzJ8N/9Ga1fPvYotjnDQ0xNWJz3ZW0u9vu1ou2u0JFBpn1sPlOdZnpPooKuCwfhbB7Ak/5MHks10rbGPNxg==, salt=4pmL7fVinMovswkKuQ6Oew==, lockExpirationTime=null, attempts=0]
|
|
2024-07-05 08:39:36.696 [main] INFO o.c.b.s.b.s.webapp.filter.LazyInitRegistration - lazy initialized org.camunda.bpm.spring.boot.starter.webapp.filter.LazySecurityFilter@1290c49
|
|
2024-07-05 08:39:36.696 [main] INFO o.c.b.s.b.s.webapp.filter.LazyInitRegistration - lazy initialized org.camunda.bpm.spring.boot.starter.webapp.filter.LazyProcessEnginesFilter@4d192aef
|
|
2024-07-05 08:39:36.757 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"]
|
|
2024-07-05 08:39:36.796 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path ''
|
|
2024-07-05 08:39:36.802 [main] INFO com.lnsoft.workflow.Application - Started Application in 12.622 seconds (JVM running for 15.04)
|
|
2024-07-05 08:39:36.804 [main] INFO org.camunda.bpm.engine.jobexecutor - ENGINE-14014 Starting up the JobExecutor[org.camunda.bpm.engine.spring.components.jobexecutor.SpringJobExecutor].
|
|
2024-07-05 08:39:36.806 [JobExecutor[org.camunda.bpm.engine.spring.components.jobexecutor.SpringJobExecutor]] INFO org.camunda.bpm.engine.jobexecutor - ENGINE-14018 JobExecutor[org.camunda.bpm.engine.spring.components.jobexecutor.SpringJobExecutor] starting to acquire jobs
|
|
2024-07-05 08:47:26.930 [http-nio-8080-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
2024-07-05 08:47:26.930 [http-nio-8080-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
|
2024-07-05 08:47:26.932 [http-nio-8080-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Completed initialization in 2 ms
|
|
2024-07-05 08:47:34.300 [http-nio-8080-exec-5] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.execution
|
|
2024-07-05 08:47:34.492 [http-nio-8080-exec-5] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.execution
|
|
2024-07-05 08:47:34.797 [http-nio-8080-exec-5] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.delegateTask
|
|
2024-07-05 08:47:34.980 [http-nio-8080-exec-5] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.delegateTask
|
|
2024-07-05 09:13:32.718 [http-nio-8080-exec-7] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.execution
|
|
2024-07-05 09:13:32.722 [http-nio-8080-exec-7] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.execution
|
|
2024-07-05 09:13:32.733 [http-nio-8080-exec-7] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.delegateTask
|
|
2024-07-05 09:13:33.132 [http-nio-8080-exec-7] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.delegateTask
|
|
2024-07-05 09:16:45.966 [http-nio-8080-exec-6] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.execution
|
|
2024-07-05 09:16:48.709 [camundaTaskExecutor-1] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.execution
|
|
2024-07-05 09:16:50.247 [camundaTaskExecutor-2] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.execution
|
|
2024-07-05 09:16:50.921 [camundaTaskExecutor-3] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.execution
|
|
2024-07-05 09:17:25.688 [http-nio-8080-exec-9] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.execution
|
|
2024-07-05 09:17:25.690 [http-nio-8080-exec-9] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.execution
|
|
2024-07-05 09:17:25.692 [http-nio-8080-exec-9] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.delegateTask
|
|
2024-07-05 09:17:25.694 [http-nio-8080-exec-9] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.delegateTask
|
|
2024-07-05 09:26:30.327 [http-nio-8080-exec-7] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.delegateTask
|
|
2024-07-05 09:26:30.670 [http-nio-8080-exec-7] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.execution
|
|
2024-07-05 09:26:30.695 [http-nio-8080-exec-7] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.delegateTask
|
|
2024-07-05 09:26:30.731 [http-nio-8080-exec-7] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.delegateTask
|
|
2024-07-05 09:28:43.539 [http-nio-8080-exec-1] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.delegateTask
|
|
2024-07-05 09:28:43.546 [http-nio-8080-exec-1] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.execution
|
|
2024-07-05 09:31:55.699 [http-nio-8080-exec-3] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.execution
|
|
2024-07-05 09:31:55.703 [http-nio-8080-exec-3] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.execution
|
|
2024-07-05 09:31:55.707 [http-nio-8080-exec-3] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.delegateTask
|
|
2024-07-05 09:31:55.709 [http-nio-8080-exec-3] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.delegateTask
|
|
2024-07-05 09:35:54.602 [http-nio-8080-exec-2] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.delegateTask
|
|
2024-07-05 09:35:54.778 [http-nio-8080-exec-2] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.execution
|
|
2024-07-05 09:35:54.836 [http-nio-8080-exec-2] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.delegateTask
|
|
2024-07-05 09:35:54.850 [http-nio-8080-exec-2] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.delegateTask
|
|
2024-07-05 09:51:01.977 [http-nio-8080-exec-7] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.execution
|
|
2024-07-05 09:51:02.046 [http-nio-8080-exec-7] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.execution
|
|
2024-07-05 09:51:02.258 [http-nio-8080-exec-7] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.delegateTask
|
|
2024-07-05 09:51:02.400 [http-nio-8080-exec-7] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.delegateTask
|
|
2024-07-05 09:54:21.484 [http-nio-8080-exec-2] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.execution
|
|
2024-07-05 09:54:21.578 [http-nio-8080-exec-2] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.execution
|
|
2024-07-05 09:54:21.705 [http-nio-8080-exec-2] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.delegateTask
|
|
2024-07-05 09:54:21.927 [http-nio-8080-exec-2] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.delegateTask
|
|
2024-07-05 09:54:49.431 [http-nio-8080-exec-4] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.execution
|
|
2024-07-05 09:54:49.434 [http-nio-8080-exec-4] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.execution
|
|
2024-07-05 09:54:49.487 [http-nio-8080-exec-4] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.delegateTask
|
|
2024-07-05 09:54:49.490 [http-nio-8080-exec-4] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.delegateTask
|
|
2024-07-05 09:56:37.405 [SpringApplicationShutdownHook] INFO org.camunda.bpm.engine.jobexecutor - ENGINE-14015 Shutting down the JobExecutor[org.camunda.bpm.engine.spring.components.jobexecutor.SpringJobExecutor]
|
|
2024-07-05 09:56:37.406 [JobExecutor[org.camunda.bpm.engine.spring.components.jobexecutor.SpringJobExecutor]] INFO org.camunda.bpm.engine.jobexecutor - ENGINE-14020 JobExecutor[org.camunda.bpm.engine.spring.components.jobexecutor.SpringJobExecutor] stopped job acquisition
|
|
2024-07-05 09:56:37.689 [SpringApplicationShutdownHook] INFO org.camunda.bpm.engine - ENGINE-00007 Process Engine default closed
|
|
2024-07-05 09:56:37.824 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
|
|
2024-07-05 09:56:37.902 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.
|
|
2024-07-05 09:56:48.865 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.4.Final
|
|
2024-07-05 09:56:48.865 [main] INFO com.lnsoft.workflow.Application - Starting Application using Java 1.8.0_261 on NYSYB-panmengchong with PID 17488 (D:\camunda\camunda\camunda\target\classes started by NYXXSYB in D:\camunda\camunda\camunda)
|
|
2024-07-05 09:56:48.867 [main] INFO com.lnsoft.workflow.Application - No active profile set, falling back to 1 default profile: "default"
|
|
2024-07-05 09:56:52.306 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
|
|
2024-07-05 09:56:52.311 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"]
|
|
2024-07-05 09:56:52.311 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
|
2024-07-05 09:56:52.311 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.65]
|
|
2024-07-05 09:56:52.525 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
|
2024-07-05 09:56:52.526 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 3624 ms
|
|
2024-07-05 09:56:52.548 [main] INFO o.c.b.s.b.starter.rest.CamundaJerseyResourceConfig - Configuring camunda rest api.
|
|
2024-07-05 09:56:52.563 [main] INFO o.c.b.s.b.starter.rest.CamundaJerseyResourceConfig - Finished configuring camunda rest api.
|
|
2024-07-05 09:56:53.047 [main] INFO org.camunda.bpm.spring.boot - STARTER-SB040 Setting up jobExecutor with corePoolSize=3, maxPoolSize:10
|
|
2024-07-05 09:56:53.094 [main] INFO org.camunda.bpm.engine.cfg - ENGINE-12003 Plugin 'CompositeProcessEnginePlugin[genericPropertiesConfiguration, camundaProcessEngineConfiguration, camundaDatasourceConfiguration, camundaJobConfiguration, camundaHistoryConfiguration, camundaMetricsConfiguration, camundaAuthorizationConfiguration, camundaDeploymentConfiguration, CreateAdminUserConfiguration[adminUser=AdminUserProperty[id=admin, firstName=Admin, lastName=Admin, email=admin@localhost, password=******]], failedJobConfiguration, CamundaGlobalListenerPlugin, eventPublisherPlugin, ApplicationContextClassloaderSwitchPlugin, SpringBootSpinProcessEnginePlugin]' activated on process engine 'default'
|
|
2024-07-05 09:56:54.637 [main] INFO org.camunda.bpm.spring.boot - STARTER-SB021 Auto-Deploying resources: []
|
|
2024-07-05 09:56:54.690 [main] INFO o.c.b.s.boot.starter.event.EventPublisherPlugin - EVENTING-001: Initialized Camunda Spring Boot Eventing Engine Plugin.
|
|
2024-07-05 09:56:54.691 [main] INFO o.c.b.s.boot.starter.event.EventPublisherPlugin - EVENTING-003: Task events will be published as Spring Events.
|
|
2024-07-05 09:56:54.691 [main] INFO o.c.b.s.boot.starter.event.EventPublisherPlugin - EVENTING-005: Execution events will be published as Spring Events.
|
|
2024-07-05 09:56:54.693 [main] INFO o.c.b.s.boot.starter.event.EventPublisherPlugin - EVENTING-007: History events will be published as Spring events.
|
|
2024-07-05 09:56:54.696 [main] INFO org.camunda.spin - SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormatProvider[name = application/json]
|
|
2024-07-05 09:56:54.785 [main] INFO org.camunda.spin - SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormatProvider[name = application/xml]
|
|
2024-07-05 09:56:54.811 [main] INFO org.camunda.spin - SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormat[name = application/xml]
|
|
2024-07-05 09:56:54.811 [main] INFO org.camunda.spin - SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormat[name = application/json]
|
|
2024-07-05 09:56:54.869 [main] INFO org.camunda.bpm.dmn.feel.scala - FEEL/SCALA-01001 Spin value mapper detected
|
|
2024-07-05 09:56:55.000 [main] INFO org.camunda.feel.FeelEngine - Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.feel.impl.JavaValueMapper@30bf26df, org.camunda.spin.plugin.impl.feel.integration.SpinValueMapper@261bd7b)), function-provider: org.camunda.bpm.dmn.feel.impl.scala.function.CustomFunctionTransformer@6518fdfd, clock: SystemClock, configuration: Configuration(false)]
|
|
2024-07-05 09:56:55.241 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
|
|
2024-07-05 09:56:55.351 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
|
|
2024-07-05 09:56:57.456 [main] INFO org.camunda.bpm.connect - CNCT-01004 Discovered provider for connector id 'http-connector' and class 'org.camunda.connect.httpclient.impl.HttpConnectorImpl': 'org.camunda.connect.httpclient.impl.HttpConnectorProviderImpl'
|
|
2024-07-05 09:56:57.457 [main] INFO org.camunda.bpm.connect - CNCT-01004 Discovered provider for connector id 'soap-http-connector' and class 'org.camunda.connect.httpclient.soap.impl.SoapHttpConnectorImpl': 'org.camunda.connect.httpclient.soap.impl.SoapHttpConnectorProviderImpl'
|
|
2024-07-05 09:56:58.473 [main] INFO org.camunda.bpm.engine - ENGINE-00001 Process Engine default created.
|
|
2024-07-05 09:56:58.540 [main] INFO org.camunda.bpm.spring.boot - STARTER-SB011 Skip creating initial Admin User, user does exist: UserEntity[id=admin, revision=3, firstName=超级管理员, lastName=22, email=1, password={SHA-512}s3QtzJ8N/9Ga1fPvYotjnDQ0xNWJz3ZW0u9vu1ou2u0JFBpn1sPlOdZnpPooKuCwfhbB7Ak/5MHks10rbGPNxg==, salt=4pmL7fVinMovswkKuQ6Oew==, lockExpirationTime=null, attempts=0]
|
|
2024-07-05 09:56:59.052 [main] INFO o.c.b.s.b.s.webapp.filter.LazyInitRegistration - lazy initialized org.camunda.bpm.spring.boot.starter.webapp.filter.LazySecurityFilter@6a9b9909
|
|
2024-07-05 09:56:59.052 [main] INFO o.c.b.s.b.s.webapp.filter.LazyInitRegistration - lazy initialized org.camunda.bpm.spring.boot.starter.webapp.filter.LazyProcessEnginesFilter@1416cf9f
|
|
2024-07-05 09:56:59.107 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"]
|
|
2024-07-05 09:56:59.124 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path ''
|
|
2024-07-05 09:56:59.130 [main] INFO com.lnsoft.workflow.Application - Started Application in 11.146 seconds (JVM running for 12.202)
|
|
2024-07-05 09:56:59.132 [main] INFO org.camunda.bpm.engine.jobexecutor - ENGINE-14014 Starting up the JobExecutor[org.camunda.bpm.engine.spring.components.jobexecutor.SpringJobExecutor].
|
|
2024-07-05 09:56:59.133 [JobExecutor[org.camunda.bpm.engine.spring.components.jobexecutor.SpringJobExecutor]] INFO org.camunda.bpm.engine.jobexecutor - ENGINE-14018 JobExecutor[org.camunda.bpm.engine.spring.components.jobexecutor.SpringJobExecutor] starting to acquire jobs
|
|
2024-07-05 09:57:12.673 [http-nio-8080-exec-4] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
2024-07-05 09:57:12.673 [http-nio-8080-exec-4] INFO org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
|
2024-07-05 09:57:12.674 [http-nio-8080-exec-4] INFO org.springframework.web.servlet.DispatcherServlet - Completed initialization in 1 ms
|
|
2024-07-05 09:58:30.845 [http-nio-8080-exec-8] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.execution
|
|
2024-07-05 09:58:30.925 [http-nio-8080-exec-8] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.execution
|
|
2024-07-05 09:58:31.041 [http-nio-8080-exec-8] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.delegateTask
|
|
2024-07-05 09:58:31.444 [http-nio-8080-exec-8] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.delegateTask
|
|
2024-07-05 09:59:01.492 [http-nio-8080-exec-10] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.execution
|
|
2024-07-05 09:59:01.495 [http-nio-8080-exec-10] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.execution
|
|
2024-07-05 09:59:01.498 [http-nio-8080-exec-10] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.delegateTask
|
|
2024-07-05 09:59:01.499 [http-nio-8080-exec-10] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.delegateTask
|
|
2024-07-05 10:04:31.694 [SpringApplicationShutdownHook] INFO org.camunda.bpm.engine.jobexecutor - ENGINE-14015 Shutting down the JobExecutor[org.camunda.bpm.engine.spring.components.jobexecutor.SpringJobExecutor]
|
|
2024-07-05 10:04:31.695 [JobExecutor[org.camunda.bpm.engine.spring.components.jobexecutor.SpringJobExecutor]] INFO org.camunda.bpm.engine.jobexecutor - ENGINE-14020 JobExecutor[org.camunda.bpm.engine.spring.components.jobexecutor.SpringJobExecutor] stopped job acquisition
|
|
2024-07-05 10:04:31.697 [SpringApplicationShutdownHook] INFO org.camunda.bpm.engine - ENGINE-00007 Process Engine default closed
|
|
2024-07-05 10:04:31.697 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown initiated...
|
|
2024-07-05 10:04:31.703 [SpringApplicationShutdownHook] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Shutdown completed.
|
|
2024-07-05 10:04:34.732 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.4.Final
|
|
2024-07-05 10:04:34.739 [main] INFO com.lnsoft.workflow.Application - Starting Application using Java 1.8.0_261 on NYSYB-panmengchong with PID 27824 (D:\camunda\camunda\camunda\target\classes started by NYXXSYB in D:\camunda\camunda\camunda)
|
|
2024-07-05 10:04:34.739 [main] INFO com.lnsoft.workflow.Application - No active profile set, falling back to 1 default profile: "default"
|
|
2024-07-05 10:04:35.651 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
|
|
2024-07-05 10:04:35.656 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"]
|
|
2024-07-05 10:04:35.657 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
|
2024-07-05 10:04:35.657 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.65]
|
|
2024-07-05 10:04:35.807 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
|
2024-07-05 10:04:35.807 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1037 ms
|
|
2024-07-05 10:04:35.818 [main] INFO o.c.b.s.b.starter.rest.CamundaJerseyResourceConfig - Configuring camunda rest api.
|
|
2024-07-05 10:04:35.827 [main] INFO o.c.b.s.b.starter.rest.CamundaJerseyResourceConfig - Finished configuring camunda rest api.
|
|
2024-07-05 10:04:36.212 [main] INFO org.camunda.bpm.spring.boot - STARTER-SB040 Setting up jobExecutor with corePoolSize=3, maxPoolSize:10
|
|
2024-07-05 10:04:36.249 [main] INFO org.camunda.bpm.engine.cfg - ENGINE-12003 Plugin 'CompositeProcessEnginePlugin[genericPropertiesConfiguration, camundaProcessEngineConfiguration, camundaDatasourceConfiguration, camundaJobConfiguration, camundaHistoryConfiguration, camundaMetricsConfiguration, camundaAuthorizationConfiguration, camundaDeploymentConfiguration, CreateAdminUserConfiguration[adminUser=AdminUserProperty[id=admin, firstName=Admin, lastName=Admin, email=admin@localhost, password=******]], failedJobConfiguration, CamundaGlobalListenerPlugin, eventPublisherPlugin, ApplicationContextClassloaderSwitchPlugin, SpringBootSpinProcessEnginePlugin]' activated on process engine 'default'
|
|
2024-07-05 10:04:37.910 [main] INFO org.camunda.bpm.spring.boot - STARTER-SB021 Auto-Deploying resources: []
|
|
2024-07-05 10:04:37.913 [main] INFO o.c.b.s.boot.starter.event.EventPublisherPlugin - EVENTING-001: Initialized Camunda Spring Boot Eventing Engine Plugin.
|
|
2024-07-05 10:04:37.913 [main] INFO o.c.b.s.boot.starter.event.EventPublisherPlugin - EVENTING-003: Task events will be published as Spring Events.
|
|
2024-07-05 10:04:37.913 [main] INFO o.c.b.s.boot.starter.event.EventPublisherPlugin - EVENTING-005: Execution events will be published as Spring Events.
|
|
2024-07-05 10:04:37.915 [main] INFO o.c.b.s.boot.starter.event.EventPublisherPlugin - EVENTING-007: History events will be published as Spring events.
|
|
2024-07-05 10:04:37.917 [main] INFO org.camunda.spin - SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormatProvider[name = application/json]
|
|
2024-07-05 10:04:37.978 [main] INFO org.camunda.spin - SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormatProvider[name = application/xml]
|
|
2024-07-05 10:04:38.009 [main] INFO org.camunda.spin - SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormat[name = application/xml]
|
|
2024-07-05 10:04:38.009 [main] INFO org.camunda.spin - SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormat[name = application/json]
|
|
2024-07-05 10:04:38.032 [main] INFO org.camunda.bpm.dmn.feel.scala - FEEL/SCALA-01001 Spin value mapper detected
|
|
2024-07-05 10:04:38.102 [main] INFO org.camunda.feel.FeelEngine - Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.feel.impl.JavaValueMapper@bc8d68b, org.camunda.spin.plugin.impl.feel.integration.SpinValueMapper@2fa212df)), function-provider: org.camunda.bpm.dmn.feel.impl.scala.function.CustomFunctionTransformer@5b1ff8cd, clock: SystemClock, configuration: Configuration(false)]
|
|
2024-07-05 10:04:38.157 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
|
|
2024-07-05 10:04:38.242 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
|
|
2024-07-05 10:04:40.272 [main] INFO org.camunda.bpm.connect - CNCT-01004 Discovered provider for connector id 'http-connector' and class 'org.camunda.connect.httpclient.impl.HttpConnectorImpl': 'org.camunda.connect.httpclient.impl.HttpConnectorProviderImpl'
|
|
2024-07-05 10:04:40.273 [main] INFO org.camunda.bpm.connect - CNCT-01004 Discovered provider for connector id 'soap-http-connector' and class 'org.camunda.connect.httpclient.soap.impl.SoapHttpConnectorImpl': 'org.camunda.connect.httpclient.soap.impl.SoapHttpConnectorProviderImpl'
|
|
2024-07-05 10:04:41.328 [main] INFO org.camunda.bpm.engine - ENGINE-00001 Process Engine default created.
|
|
2024-07-05 10:04:41.657 [main] INFO org.camunda.bpm.spring.boot - STARTER-SB011 Skip creating initial Admin User, user does exist: UserEntity[id=admin, revision=3, firstName=超级管理员, lastName=22, email=1, password={SHA-512}s3QtzJ8N/9Ga1fPvYotjnDQ0xNWJz3ZW0u9vu1ou2u0JFBpn1sPlOdZnpPooKuCwfhbB7Ak/5MHks10rbGPNxg==, salt=4pmL7fVinMovswkKuQ6Oew==, lockExpirationTime=null, attempts=0]
|
|
2024-07-05 10:04:42.033 [main] INFO o.c.b.s.b.s.webapp.filter.LazyInitRegistration - lazy initialized org.camunda.bpm.spring.boot.starter.webapp.filter.LazyProcessEnginesFilter@7df6d663
|
|
2024-07-05 10:04:42.068 [main] INFO o.c.b.s.b.s.webapp.filter.LazyInitRegistration - lazy initialized org.camunda.bpm.spring.boot.starter.webapp.filter.LazySecurityFilter@3380ca3d
|
|
2024-07-05 10:04:42.106 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"]
|
|
2024-07-05 10:04:42.117 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path ''
|
|
2024-07-05 10:04:42.123 [main] INFO com.lnsoft.workflow.Application - Started Application in 7.715 seconds (JVM running for 8.494)
|
|
2024-07-05 10:04:42.125 [main] INFO org.camunda.bpm.engine.jobexecutor - ENGINE-14014 Starting up the JobExecutor[org.camunda.bpm.engine.spring.components.jobexecutor.SpringJobExecutor].
|
|
2024-07-05 10:04:42.126 [JobExecutor[org.camunda.bpm.engine.spring.components.jobexecutor.SpringJobExecutor]] INFO org.camunda.bpm.engine.jobexecutor - ENGINE-14018 JobExecutor[org.camunda.bpm.engine.spring.components.jobexecutor.SpringJobExecutor] starting to acquire jobs
|
|
2024-07-05 10:04:58.386 [http-nio-8080-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
2024-07-05 10:04:58.386 [http-nio-8080-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
|
2024-07-05 10:04:58.386 [http-nio-8080-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Completed initialization in 0 ms
|
|
2024-07-05 10:07:34.693 [background-preinit] INFO org.hibernate.validator.internal.util.Version - HV000001: Hibernate Validator 6.2.4.Final
|
|
2024-07-05 10:07:34.738 [main] INFO com.lnsoft.workflow.Application - Starting Application using Java 1.8.0_261 on NYSYB-panmengchong with PID 31216 (D:\camunda\camunda\camunda\target\classes started by NYXXSYB in D:\camunda\camunda\camunda)
|
|
2024-07-05 10:07:34.739 [main] INFO com.lnsoft.workflow.Application - No active profile set, falling back to 1 default profile: "default"
|
|
2024-07-05 10:07:36.209 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
|
|
2024-07-05 10:07:36.219 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"]
|
|
2024-07-05 10:07:36.220 [main] INFO org.apache.catalina.core.StandardService - Starting service [Tomcat]
|
|
2024-07-05 10:07:36.220 [main] INFO org.apache.catalina.core.StandardEngine - Starting Servlet engine: [Apache Tomcat/9.0.65]
|
|
2024-07-05 10:07:36.357 [main] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
|
|
2024-07-05 10:07:36.358 [main] INFO o.s.b.w.s.c.ServletWebServerApplicationContext - Root WebApplicationContext: initialization completed in 1564 ms
|
|
2024-07-05 10:07:36.373 [main] INFO o.c.b.s.b.starter.rest.CamundaJerseyResourceConfig - Configuring camunda rest api.
|
|
2024-07-05 10:07:36.391 [main] INFO o.c.b.s.b.starter.rest.CamundaJerseyResourceConfig - Finished configuring camunda rest api.
|
|
2024-07-05 10:07:37.001 [main] INFO org.camunda.bpm.spring.boot - STARTER-SB040 Setting up jobExecutor with corePoolSize=3, maxPoolSize:10
|
|
2024-07-05 10:07:37.072 [main] INFO org.camunda.bpm.engine.cfg - ENGINE-12003 Plugin 'CompositeProcessEnginePlugin[genericPropertiesConfiguration, camundaProcessEngineConfiguration, camundaDatasourceConfiguration, camundaJobConfiguration, camundaHistoryConfiguration, camundaMetricsConfiguration, camundaAuthorizationConfiguration, camundaDeploymentConfiguration, CreateAdminUserConfiguration[adminUser=AdminUserProperty[id=admin, firstName=Admin, lastName=Admin, email=admin@localhost, password=******]], failedJobConfiguration, CamundaGlobalListenerPlugin, eventPublisherPlugin, ApplicationContextClassloaderSwitchPlugin, SpringBootSpinProcessEnginePlugin]' activated on process engine 'default'
|
|
2024-07-05 10:07:38.760 [main] INFO org.camunda.bpm.spring.boot - STARTER-SB021 Auto-Deploying resources: []
|
|
2024-07-05 10:07:38.767 [main] INFO o.c.b.s.boot.starter.event.EventPublisherPlugin - EVENTING-001: Initialized Camunda Spring Boot Eventing Engine Plugin.
|
|
2024-07-05 10:07:38.767 [main] INFO o.c.b.s.boot.starter.event.EventPublisherPlugin - EVENTING-003: Task events will be published as Spring Events.
|
|
2024-07-05 10:07:38.768 [main] INFO o.c.b.s.boot.starter.event.EventPublisherPlugin - EVENTING-005: Execution events will be published as Spring Events.
|
|
2024-07-05 10:07:38.771 [main] INFO o.c.b.s.boot.starter.event.EventPublisherPlugin - EVENTING-007: History events will be published as Spring events.
|
|
2024-07-05 10:07:38.774 [main] INFO org.camunda.spin - SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormatProvider[name = application/json]
|
|
2024-07-05 10:07:38.859 [main] INFO org.camunda.spin - SPIN-01010 Discovered Spin data format provider: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormatProvider[name = application/xml]
|
|
2024-07-05 10:07:38.910 [main] INFO org.camunda.spin - SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.xml.dom.format.DomXmlDataFormat[name = application/xml]
|
|
2024-07-05 10:07:38.910 [main] INFO org.camunda.spin - SPIN-01009 Discovered Spin data format: org.camunda.spin.impl.json.jackson.format.JacksonJsonDataFormat[name = application/json]
|
|
2024-07-05 10:07:38.947 [main] INFO org.camunda.bpm.dmn.feel.scala - FEEL/SCALA-01001 Spin value mapper detected
|
|
2024-07-05 10:07:39.054 [main] INFO org.camunda.feel.FeelEngine - Engine created. [value-mapper: CompositeValueMapper(List(org.camunda.feel.impl.JavaValueMapper@4b74a67a, org.camunda.spin.plugin.impl.feel.integration.SpinValueMapper@4e25282d)), function-provider: org.camunda.bpm.dmn.feel.impl.scala.function.CustomFunctionTransformer@7c8a91e2, clock: SystemClock, configuration: Configuration(false)]
|
|
2024-07-05 10:07:39.137 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Starting...
|
|
2024-07-05 10:07:39.251 [main] INFO com.zaxxer.hikari.HikariDataSource - HikariPool-1 - Start completed.
|
|
2024-07-05 10:07:41.353 [main] INFO org.camunda.bpm.connect - CNCT-01004 Discovered provider for connector id 'http-connector' and class 'org.camunda.connect.httpclient.impl.HttpConnectorImpl': 'org.camunda.connect.httpclient.impl.HttpConnectorProviderImpl'
|
|
2024-07-05 10:07:41.355 [main] INFO org.camunda.bpm.connect - CNCT-01004 Discovered provider for connector id 'soap-http-connector' and class 'org.camunda.connect.httpclient.soap.impl.SoapHttpConnectorImpl': 'org.camunda.connect.httpclient.soap.impl.SoapHttpConnectorProviderImpl'
|
|
2024-07-05 10:07:41.694 [main] INFO org.camunda.bpm.engine - ENGINE-00001 Process Engine default created.
|
|
2024-07-05 10:07:41.810 [main] INFO org.camunda.bpm.spring.boot - STARTER-SB011 Skip creating initial Admin User, user does exist: UserEntity[id=admin, revision=3, firstName=超级管理员, lastName=22, email=1, password={SHA-512}s3QtzJ8N/9Ga1fPvYotjnDQ0xNWJz3ZW0u9vu1ou2u0JFBpn1sPlOdZnpPooKuCwfhbB7Ak/5MHks10rbGPNxg==, salt=4pmL7fVinMovswkKuQ6Oew==, lockExpirationTime=null, attempts=0]
|
|
2024-07-05 10:07:42.593 [main] INFO o.c.b.s.b.s.webapp.filter.LazyInitRegistration - lazy initialized org.camunda.bpm.spring.boot.starter.webapp.filter.LazySecurityFilter@20a47036
|
|
2024-07-05 10:07:42.593 [main] INFO o.c.b.s.b.s.webapp.filter.LazyInitRegistration - lazy initialized org.camunda.bpm.spring.boot.starter.webapp.filter.LazyProcessEnginesFilter@581918f6
|
|
2024-07-05 10:07:42.649 [main] INFO org.apache.coyote.http11.Http11NioProtocol - Starting ProtocolHandler ["http-nio-8080"]
|
|
2024-07-05 10:07:42.668 [main] INFO o.s.boot.web.embedded.tomcat.TomcatWebServer - Tomcat started on port(s): 8080 (http) with context path ''
|
|
2024-07-05 10:07:42.677 [main] INFO com.lnsoft.workflow.Application - Started Application in 8.581 seconds (JVM running for 12.335)
|
|
2024-07-05 10:07:42.679 [main] INFO org.camunda.bpm.engine.jobexecutor - ENGINE-14014 Starting up the JobExecutor[org.camunda.bpm.engine.spring.components.jobexecutor.SpringJobExecutor].
|
|
2024-07-05 10:07:42.681 [JobExecutor[org.camunda.bpm.engine.spring.components.jobexecutor.SpringJobExecutor]] INFO org.camunda.bpm.engine.jobexecutor - ENGINE-14018 JobExecutor[org.camunda.bpm.engine.spring.components.jobexecutor.SpringJobExecutor] starting to acquire jobs
|
|
2024-07-05 10:07:58.856 [http-nio-8080-exec-1] INFO o.a.c.core.ContainerBase.[Tomcat].[localhost].[/] - Initializing Spring DispatcherServlet 'dispatcherServlet'
|
|
2024-07-05 10:07:58.856 [http-nio-8080-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Initializing Servlet 'dispatcherServlet'
|
|
2024-07-05 10:07:58.857 [http-nio-8080-exec-1] INFO org.springframework.web.servlet.DispatcherServlet - Completed initialization in 0 ms
|
|
2024-07-05 10:54:45.801 [http-nio-8080-exec-9] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.execution
|
|
2024-07-05 10:54:45.932 [http-nio-8080-exec-9] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.execution
|
|
2024-07-05 10:54:45.963 [http-nio-8080-exec-9] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.delegateTask
|
|
2024-07-05 10:54:45.967 [http-nio-8080-exec-9] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.delegateTask
|
|
2024-07-05 10:56:52.564 [http-nio-8080-exec-1] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.execution
|
|
2024-07-05 10:56:52.569 [http-nio-8080-exec-1] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.execution
|
|
2024-07-05 10:56:52.599 [http-nio-8080-exec-1] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.delegateTask
|
|
2024-07-05 10:56:52.601 [http-nio-8080-exec-1] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.delegateTask
|
|
2024-07-05 11:07:52.269 [http-nio-8080-exec-3] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.execution
|
|
2024-07-05 11:07:52.343 [http-nio-8080-exec-3] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.execution
|
|
2024-07-05 11:07:52.448 [http-nio-8080-exec-3] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.delegateTask
|
|
2024-07-05 11:07:52.540 [http-nio-8080-exec-3] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.delegateTask
|
|
2024-07-05 11:09:27.435 [http-nio-8080-exec-10] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.execution
|
|
2024-07-05 11:09:27.440 [http-nio-8080-exec-10] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.execution
|
|
2024-07-05 11:09:27.445 [http-nio-8080-exec-10] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.delegateTask
|
|
2024-07-05 11:09:27.448 [http-nio-8080-exec-10] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.delegateTask
|
|
2024-07-05 11:10:43.968 [http-nio-8080-exec-12] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.execution
|
|
2024-07-05 11:10:43.971 [http-nio-8080-exec-12] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.execution
|
|
2024-07-05 11:10:43.974 [http-nio-8080-exec-12] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.delegateTask
|
|
2024-07-05 11:10:43.976 [http-nio-8080-exec-12] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.delegateTask
|
|
2024-07-05 11:15:26.236 [http-nio-8080-exec-14] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.execution
|
|
2024-07-05 11:15:26.241 [http-nio-8080-exec-14] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.execution
|
|
2024-07-05 11:15:26.245 [http-nio-8080-exec-14] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.delegateTask
|
|
2024-07-05 11:15:26.248 [http-nio-8080-exec-14] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.delegateTask
|
|
2024-07-05 14:30:32.624 [http-nio-8080-exec-4] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.delegateTask
|
|
2024-07-05 14:30:33.006 [http-nio-8080-exec-4] INFO c.l.w.listener.CamundaGlobalListenerDelegate - com.lnsoft.workflow.listener.CamundaGlobalListenerDelegate.execution
|
|
|