____ _ ____ ____ __ __ / ___| __ _ _ __ ___ _ _ _ __ __| | __ _ | __ )| _ \| \/ | | | / _` | '_ ` _ \| | | | '_ \ / _` |/ _` | | _ \| |_) | |\/| | | |__| (_| | | | | | | |_| | | | | (_| | (_| | | |_) | __/| | | | \____/\__,_|_| |_| |_|\__,_|_| |_|\__,_|\__,_| |____/|_| |_| |_| Spring-Boot: (v2.2.5.RELEASE) Camunda BPM: (v7.12.0) Camunda BPM Spring Boot Starter: (v3.4.2) 2021-01-18 10:11:01.834 INFO 33556 --- [ main] c.t.t.h.p.c.WorkflowServiceApplication : Starting WorkflowServiceApplication v1.1.0 on n2vl-t3a-pc01 with PID 33556 (/app/server/PPMS-Microservices/workflowservice-bkp_1.1.0.jar started by hobapp in /app/server/PPMS-Microservices) 2021-01-18 10:11:01.838 INFO 33556 --- [ main] c.t.t.h.p.c.WorkflowServiceApplication : No active profile set, falling back to default profiles: default 2021-01-18 10:11:02.697 INFO 33556 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2021-01-18 10:11:02.846 INFO 33556 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 135ms. Found 14 JPA repository interfaces. 2021-01-18 10:11:02.847 INFO 33556 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2021-01-18 10:11:02.855 INFO 33556 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 7ms. Found 1 JPA repository interfaces. 2021-01-18 10:11:02.862 INFO 33556 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2021-01-18 10:11:02.878 INFO 33556 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 16ms. Found 3 JPA repository interfaces. 2021-01-18 10:11:04.033 INFO 33556 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 7001 (http) 2021-01-18 10:11:04.048 INFO 33556 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2021-01-18 10:11:04.049 INFO 33556 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.31] 2021-01-18 10:11:04.129 INFO 33556 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2021-01-18 10:11:04.129 INFO 33556 --- [ main] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 2226 ms 2021-01-18 10:11:04.182 INFO 33556 --- [ main] .c.b.s.b.s.r.CamundaJerseyResourceConfig : Configuring camunda rest api. 2021-01-18 10:11:04.291 INFO 33556 --- [ main] .c.b.s.b.s.r.CamundaJerseyResourceConfig : Finished configuring camunda rest api. 2021-01-18 10:11:04.577 INFO 33556 --- [ main] c.t.t.h.p.d.DatabasetibssoConfig : Inside tibssodataSource method ::::::::::: 2021-01-18 10:11:04.753 INFO 33556 --- [ main] c.t.t.h.p.d.DatabasecritsConfig : Inside camundaBpmDataSource method ::::::::::: 2021-01-18 10:11:04.804 INFO 33556 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: crits] 2021-01-18 10:11:04.925 INFO 33556 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.12.Final 2021-01-18 10:11:05.130 INFO 33556 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.0.Final} 2021-01-18 10:11:05.626 INFO 33556 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... 2021-01-18 10:11:06.111 INFO 33556 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. 2021-01-18 10:11:06.140 INFO 33556 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.Oracle12cDialect 2021-01-18 10:11:07.687 INFO 33556 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-01-18 10:11:07.849 INFO 33556 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'crits' 2021-01-18 10:11:07.871 INFO 33556 --- [ main] c.t.t.h.p.d.DatabaseppmsConfig : Inside camundaBpmDataSource method ::::::::::: 2021-01-18 10:11:07.885 INFO 33556 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: ppms] 2021-01-18 10:11:08.004 INFO 33556 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Starting... 2021-01-18 10:11:08.054 INFO 33556 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-2 - Start completed. 2021-01-18 10:11:08.054 INFO 33556 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.Oracle12cDialect 2021-01-18 10:11:08.278 INFO 33556 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-01-18 10:11:08.278 INFO 33556 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'ppms' 2021-01-18 10:11:08.283 INFO 33556 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: tibsso] 2021-01-18 10:11:08.435 INFO 33556 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-3 - Starting... 2021-01-18 10:11:08.478 INFO 33556 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-3 - Start completed. 2021-01-18 10:11:08.479 INFO 33556 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.Oracle12cDialect 2021-01-18 10:11:08.816 INFO 33556 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2021-01-18 10:11:08.819 INFO 33556 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'tibsso' 2021-01-18 10:11:09.973 WARN 33556 --- [ main] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2021-01-18 10:11:10.207 INFO 33556 --- [ main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [springfox.documentation.swagger2.web.Swagger2Controller#getDocumentation(String, HttpServletRequest)] 2021-01-18 10:11:10.245 INFO 33556 --- [ main] org.camunda.bpm.spring.boot : STARTER-SB040 Setting up jobExecutor with corePoolSize=3, maxPoolSize:10 2021-01-18 10:11:10.246 INFO 33556 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService 'camundaTaskExecutor' 2021-01-18 10:11:10.323 INFO 33556 --- [ main] org.camunda.bpm.engine.cfg : ENGINE-12003 Plugin 'CompositeProcessEnginePlugin[genericPropertiesConfiguration, camundaProcessEngineConfiguration, camundaDatasourceConfiguration, camundaJobConfiguration, camundaHistoryConfiguration, camundaMetricsConfiguration, camundaAuthorizationConfiguration, camundaDeploymentConfiguration, CreateAdminUserConfiguration[adminUser=AdminUserProperty[id=demo, firstName=Demo, lastName=Demo, email=demo@localhost, password=******]], failedJobConfiguration, eventPublisherPlugin]' activated on process engine 'default' 2021-01-18 10:11:12.485 WARN 33556 --- [ main] s.b.s.c.i.DefaultDeploymentConfiguration : unable to determine if resource URL [jar:file:/app/server/PPMS-Microservices/workflowservice-bkp_1.1.0.jar!/BOOT-INF/lib/camunda-engine-dmn-7.12.0.jar!/META-INF/maven/org.camunda.bpm.dmn/] is a deployable resource 2021-01-18 10:11:12.485 WARN 33556 --- [ main] s.b.s.c.i.DefaultDeploymentConfiguration : unable to determine if resource URL [jar:file:/app/server/PPMS-Microservices/workflowservice-bkp_1.1.0.jar!/BOOT-INF/lib/camunda-engine-feel-api-7.12.0.jar!/META-INF/maven/org.camunda.bpm.dmn/] is a deployable resource 2021-01-18 10:11:12.485 WARN 33556 --- [ main] s.b.s.c.i.DefaultDeploymentConfiguration : unable to determine if resource URL [jar:file:/app/server/PPMS-Microservices/workflowservice-bkp_1.1.0.jar!/BOOT-INF/lib/camunda-engine-feel-juel-7.12.0.jar!/META-INF/maven/org.camunda.bpm.dmn/] is a deployable resource 2021-01-18 10:11:12.485 INFO 33556 --- [ main] org.camunda.bpm.spring.boot : STARTER-SB021 Auto-Deploying resources: [URL [jar:file:/app/server/PPMS-Microservices/workflowservice-bkp_1.1.0.jar!/BOOT-INF/classes!/prepaidcirclewf.bpmn], URL [jar:file:/app/server/PPMS-Microservices/workflowservice-bkp_1.1.0.jar!/BOOT-INF/classes!/prepaidwf.bpmn], URL [jar:file:/app/server/PPMS-Microservices/workflowservice-bkp_1.1.0.jar!/BOOT-INF/classes!/telemediawf.bpmn], URL [jar:file:/app/server/PPMS-Microservices/workflowservice-bkp_1.1.0.jar!/BOOT-INF/classes!/soumyawfcaseapprove.bpmn]] 2021-01-18 10:11:12.489 INFO 33556 --- [ main] o.c.b.s.b.s.event.EventPublisherPlugin : EVENTING-001: Initialized Camunda Spring Boot Eventing Engine Plugin. 2021-01-18 10:11:12.489 INFO 33556 --- [ main] o.c.b.s.b.s.event.EventPublisherPlugin : EVENTING-003: Task events will be published as Spring Events. 2021-01-18 10:11:12.489 INFO 33556 --- [ main] o.c.b.s.b.s.event.EventPublisherPlugin : EVENTING-005: Execution events will be published as Spring Events. 2021-01-18 10:11:12.494 INFO 33556 --- [ main] o.c.b.s.b.s.event.EventPublisherPlugin : EVENTING-007: History events will be published as Spring events. 2021-01-18 10:11:17.245 INFO 33556 --- [ main] org.camunda.bpm.engine : ENGINE-00001 Process Engine default created. 2021-01-18 10:11:17.290 INFO 33556 --- [ main] org.camunda.bpm.spring.boot : STARTER-SB011 skip creating initial Admin User, user does exist: UserEntity[id=demo, revision=1, firstName=Shadhrin, lastName=Safwan, email=s.safwan@airtel.com, password=JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkNE1kek9QMitsUHNpYmE5NVNqckljUSQvUlB6N2pKUkZ2OHlyRDlzb09JN1ZnWThKTzhFMHNKMXVPN3JNUGNUUFZF, salt=null, lockExpirationTime=null, attempts=0] 2021-01-18 10:11:18.291 INFO 33556 --- [ main] o.c.b.s.b.s.w.f.LazyInitRegistration : lazy initialized org.camunda.bpm.spring.boot.starter.webapp.filter.LazySecurityFilter@6bedbc4d 2021-01-18 10:11:18.292 INFO 33556 --- [ main] o.c.b.s.b.s.w.f.LazyInitRegistration : lazy initialized org.camunda.bpm.spring.boot.starter.webapp.filter.LazyProcessEnginesFilter@20f5239f 2021-01-18 10:11:18.370 INFO 33556 --- [ main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed 2021-01-18 10:11:18.417 INFO 33556 --- [ main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s) 2021-01-18 10:11:18.470 INFO 33556 --- [ main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references 2021-01-18 10:11:18.811 INFO 33556 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 7001 (http) with context path '' 2021-01-18 10:11:18.813 INFO 33556 --- [ main] c.t.t.h.p.c.WorkflowServiceApplication : Started WorkflowServiceApplication in 17.51 seconds (JVM running for 18.084) 2021-01-18 10:11:18.816 INFO 33556 --- [ main] org.camunda.bpm.engine.jobexecutor : ENGINE-14014 Starting up the JobExecutor[org.camunda.bpm.engine.spring.components.jobexecutor.SpringJobExecutor]. 2021-01-18 10:11:18.818 INFO 33556 --- [ingJobExecutor]] org.camunda.bpm.engine.jobexecutor : ENGINE-14018 JobExecutor[org.camunda.bpm.engine.spring.components.jobexecutor.SpringJobExecutor] starting to acquire jobs 2021-01-18 10:11:47.706 INFO 33556 --- [nio-7001-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring DispatcherServlet 'dispatcherServlet' 2021-01-18 10:11:47.706 INFO 33556 --- [nio-7001-exec-1] o.s.web.servlet.DispatcherServlet : Initializing Servlet 'dispatcherServlet' 2021-01-18 10:11:47.715 INFO 33556 --- [nio-7001-exec-1] o.s.web.servlet.DispatcherServlet : Completed initialization in 9 ms 2021-01-18 10:11:47.785 INFO 33556 --- [nio-7001-exec-1] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-18 10:11:47.790 INFO 33556 --- [nio-7001-exec-1] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"rapre","password":"rapre"} 2021-01-18 10:11:47.790 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 10:11:47.863 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: rapre 2021-01-18 10:11:48.143 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-18 10:14:10.131 INFO 33556 --- [nio-7001-exec-5] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-18 10:14:10.131 INFO 33556 --- [nio-7001-exec-5] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"rapre","password":"rapre"} 2021-01-18 10:14:10.131 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 10:14:10.135 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: rapre 2021-01-18 10:14:10.330 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-18 10:14:16.053 INFO 33556 --- [nio-7001-exec-8] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-18 10:14:16.053 INFO 33556 --- [nio-7001-exec-8] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"A13S6EXA","password":"test123"} 2021-01-18 10:14:16.053 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 10:14:16.056 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: test123 2021-01-18 10:14:16.247 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-18 10:15:40.153 INFO 33556 --- [nio-7001-exec-1] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-18 10:15:40.154 INFO 33556 --- [nio-7001-exec-1] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"A13S6EXA","password":"test123"} 2021-01-18 10:15:40.154 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 10:15:40.157 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: test123 2021-01-18 10:15:40.340 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-18 10:20:05.583 INFO 33556 --- [nio-7001-exec-5] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-18 10:20:05.584 INFO 33556 --- [nio-7001-exec-5] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"A17F2KC5","password":"test123"} 2021-01-18 10:20:05.584 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 10:20:05.586 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: test123 2021-01-18 10:20:05.768 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-18 11:32:03.051 INFO 33556 --- [nio-7001-exec-5] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-18 11:32:03.051 INFO 33556 --- [nio-7001-exec-5] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"152169","password":"152169"} 2021-01-18 11:32:03.051 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:32:03.055 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: 152169 2021-01-18 11:32:03.234 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-18 11:32:09.414 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.c.FetchTaskListController : Get product manager task list task List using cutom Api :::: 2021-01-18 11:32:09.414 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getUserTaskList Hibernate: select distinct t.id_ as task_id, t.EXECUTION_ID_ as execution_id, t.proc_def_id_ as proc_def_id, t.name_ as task_name, t.description_ as task_description, t.task_def_key_ as task_def_key, t.owner_ as task_owner, t.assignee_ as assignee from act_ru_task t,act_ru_variable v,act_id_user u where t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ =? and u.op_id=? and u.bu_id=? and v.name_ like '%release%' UNION select distinct i.task_id_ as task_id, t.execution_id_ as execution_id, t.proc_def_id_ as proc_def_id, t.name_ as task_name, t.description_ as task_description, t.task_def_key_ as task_def_key, t.owner_ as task_owner, t.assignee_ as assignee from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g,act_id_user u where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and v.name_ like 'release%' Hibernate: select DISTINCT v.id_ as Id, t.id_ as task_id , v.name_ as var_name , v.text_ as var_value from act_ru_task t,act_ru_variable v,act_id_user u where t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ =? and u.op_id=? and u.bu_id=? and v.name_ like '%release%' UNION select DISTINCT v.id_ as Id , i.task_id_ as task_id, v.name_ as var_name, v.text_ as var_value from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g,act_id_user u where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and v.name_ like 'release%' 2021-01-18 11:32:12.527 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.c.FetchTaskListController : Get getAuditLogs using cutom Api :::: 2021-01-18 11:32:12.527 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getAuditLogs Hibernate: select createdtime as time_,q.id_,q.proc_inst_id_, q.act_name_,q.assignee_, listagg(releaseId,',') within group (order by assignee_) as releaseId, listagg(approval,',') within group (order by assignee_) as approval, listagg(remarks,',') within group (order by assignee_)as remarks, listagg(medium,',') within group (order by assignee_)as medium from (select a.id_,a.proc_inst_id_, a.act_name_, a.assignee_, case when b.name_= 'releaseId' then b.text_ end as releaseId, case when b.name_= 'approve' and b.long_=1 then N'Approved' when b.name_= 'approve' then b.text_ end as approval, case when b.name_= 'remarks' then b.text_ end as remarks, case when b.name_= 'medium' then b.text_ end as medium, to_char(b.time_,'DD-MON-YYYY HH24:MI:SS') as createdtime from act_hi_actinst a, act_hi_detail b where a.proc_inst_id_=b.proc_inst_id_ and a.act_type_ in ('userTask','startEvent') and a.id_=b.act_inst_id_ and b.proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_='releaseId' and text_=?) and b.name_ in ('approve','remarks','releaseId','medium') order by b.time_ desc) q group by createdtime, q.id_,q.proc_inst_id_,q.act_name_,q.assignee_ order by createdtime asc Hibernate: select * from act_hi_detail where proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_ = 'releaseId' and text_=?) and name_ in ('releaseCreatedBy') 2021-01-18 11:32:12.588 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : actHiDetail::{"id":"dc766e07-ee98-11ea-9c45-005056b63dfd","actInstId":"StartEvent_1:dc7646f6-ee98-11ea-9c45-005056b63dfd","executionId":"dc761fdf-ee98-11ea-9c45-005056b63dfd","name":"releaseCreatedBy","procDefId":"swf:36:312d0165-e842-11ea-8814-005056b63dfd","procDefKey":"swf","procInstId":"dc761fdf-ee98-11ea-9c45-005056b63dfd","rev":0,"rootProcInstId":"dc761fdf-ee98-11ea-9c45-005056b63dfd","sequenceCounter":1,"text":"152169","time":"Sep 4, 2020 3:54:48 PM","type":"VariableUpdate","varInstId":"dc7646f0-ee98-11ea-9c45-005056b63dfd","varType":"string"} 2021-01-18 11:32:12.588 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : createdBy:: 152169 Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:32:12.590 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-18 11:32:12.590 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : createdbymail:: a_jaya.bharathi@airtel.com 2021-01-18 11:32:12.591 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId not null::50.2 2021-01-18 11:32:12.592 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-18 11:32:12.592 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Approved 2021-01-18 11:32:12.592 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:32:12.593 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-18 11:32:12.594 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: admin@gmail.com 2021-01-18 11:32:12.594 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-18 11:32:12.594 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: refi-service operation 2021-01-18 11:32:12.594 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFI 2021-01-18 11:32:12.594 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:32:12.595 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-18 11:32:12.595 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-18 11:32:12.595 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-18 11:32:12.595 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFC 2021-01-18 11:32:12.595 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:32:12.597 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-18 11:32:12.597 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-18 11:32:12.597 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-18 11:32:12.597 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: rfc 2021-01-18 11:32:12.597 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:32:12.598 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-18 11:32:12.598 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-18 11:32:12.598 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-18 11:32:12.598 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: rfi by sales 2021-01-18 11:32:12.598 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFI 2021-01-18 11:32:12.598 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:32:12.600 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-18 11:32:12.600 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-18 11:32:12.600 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-18 11:32:12.600 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: Approved 2021-01-18 11:32:12.600 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Resubmit 2021-01-18 11:32:30.770 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.c.FetchTaskListController : Get getAuditLogs using cutom Api :::: 2021-01-18 11:32:30.770 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getAuditLogs Hibernate: select createdtime as time_,q.id_,q.proc_inst_id_, q.act_name_,q.assignee_, listagg(releaseId,',') within group (order by assignee_) as releaseId, listagg(approval,',') within group (order by assignee_) as approval, listagg(remarks,',') within group (order by assignee_)as remarks, listagg(medium,',') within group (order by assignee_)as medium from (select a.id_,a.proc_inst_id_, a.act_name_, a.assignee_, case when b.name_= 'releaseId' then b.text_ end as releaseId, case when b.name_= 'approve' and b.long_=1 then N'Approved' when b.name_= 'approve' then b.text_ end as approval, case when b.name_= 'remarks' then b.text_ end as remarks, case when b.name_= 'medium' then b.text_ end as medium, to_char(b.time_,'DD-MON-YYYY HH24:MI:SS') as createdtime from act_hi_actinst a, act_hi_detail b where a.proc_inst_id_=b.proc_inst_id_ and a.act_type_ in ('userTask','startEvent') and a.id_=b.act_inst_id_ and b.proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_='releaseId' and text_=?) and b.name_ in ('approve','remarks','releaseId','medium') order by b.time_ desc) q group by createdtime, q.id_,q.proc_inst_id_,q.act_name_,q.assignee_ order by createdtime asc Hibernate: select * from act_hi_detail where proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_ = 'releaseId' and text_=?) and name_ in ('releaseCreatedBy') 2021-01-18 11:32:30.800 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : actHiDetail::{"id":"6707d28f-e1fe-11ea-b21f-005056b63dfd","actInstId":"StartEvent_1:6707d28e-e1fe-11ea-b21f-005056b63dfd","executionId":"6707ab77-e1fe-11ea-b21f-005056b63dfd","name":"releaseCreatedBy","procDefId":"swf:29:5ff0f162-e115-11ea-9da1-005056b63dfd","procDefKey":"swf","procInstId":"6707ab77-e1fe-11ea-b21f-005056b63dfd","rev":0,"rootProcInstId":"6707ab77-e1fe-11ea-b21f-005056b63dfd","sequenceCounter":1,"text":"152169","time":"Aug 19, 2020 2:58:55 PM","type":"VariableUpdate","varInstId":"6707d288-e1fe-11ea-b21f-005056b63dfd","varType":"string"} 2021-01-18 11:32:30.800 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : createdBy:: 152169 Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:32:30.802 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-18 11:32:30.802 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : createdbymail:: a_jaya.bharathi@airtel.com 2021-01-18 11:32:30.802 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId not null::36.1 2021-01-18 11:32:30.802 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-18 11:32:30.802 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: rfc 2021-01-18 11:32:30.802 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFC 2021-01-18 11:32:30.802 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:32:30.803 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-18 11:32:30.804 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-18 11:33:01.639 INFO 33556 --- [nio-7001-exec-9] c.t.t.h.p.c.FetchTaskListController : Get getAuditLogs using cutom Api :::: 2021-01-18 11:33:01.640 INFO 33556 --- [nio-7001-exec-9] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getAuditLogs Hibernate: select createdtime as time_,q.id_,q.proc_inst_id_, q.act_name_,q.assignee_, listagg(releaseId,',') within group (order by assignee_) as releaseId, listagg(approval,',') within group (order by assignee_) as approval, listagg(remarks,',') within group (order by assignee_)as remarks, listagg(medium,',') within group (order by assignee_)as medium from (select a.id_,a.proc_inst_id_, a.act_name_, a.assignee_, case when b.name_= 'releaseId' then b.text_ end as releaseId, case when b.name_= 'approve' and b.long_=1 then N'Approved' when b.name_= 'approve' then b.text_ end as approval, case when b.name_= 'remarks' then b.text_ end as remarks, case when b.name_= 'medium' then b.text_ end as medium, to_char(b.time_,'DD-MON-YYYY HH24:MI:SS') as createdtime from act_hi_actinst a, act_hi_detail b where a.proc_inst_id_=b.proc_inst_id_ and a.act_type_ in ('userTask','startEvent') and a.id_=b.act_inst_id_ and b.proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_='releaseId' and text_=?) and b.name_ in ('approve','remarks','releaseId','medium') order by b.time_ desc) q group by createdtime, q.id_,q.proc_inst_id_,q.act_name_,q.assignee_ order by createdtime asc Hibernate: select * from act_hi_detail where proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_ = 'releaseId' and text_=?) and name_ in ('releaseCreatedBy') 2021-01-18 11:33:01.669 INFO 33556 --- [nio-7001-exec-9] c.t.t.h.p.s.FetchTaskListServiceImpl : actHiDetail::{"id":"6707d28f-e1fe-11ea-b21f-005056b63dfd","actInstId":"StartEvent_1:6707d28e-e1fe-11ea-b21f-005056b63dfd","executionId":"6707ab77-e1fe-11ea-b21f-005056b63dfd","name":"releaseCreatedBy","procDefId":"swf:29:5ff0f162-e115-11ea-9da1-005056b63dfd","procDefKey":"swf","procInstId":"6707ab77-e1fe-11ea-b21f-005056b63dfd","rev":0,"rootProcInstId":"6707ab77-e1fe-11ea-b21f-005056b63dfd","sequenceCounter":1,"text":"152169","time":"Aug 19, 2020 2:58:55 PM","type":"VariableUpdate","varInstId":"6707d288-e1fe-11ea-b21f-005056b63dfd","varType":"string"} 2021-01-18 11:33:01.669 INFO 33556 --- [nio-7001-exec-9] c.t.t.h.p.s.FetchTaskListServiceImpl : createdBy:: 152169 Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:33:01.670 INFO 33556 --- [nio-7001-exec-9] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-18 11:33:01.670 INFO 33556 --- [nio-7001-exec-9] c.t.t.h.p.s.FetchTaskListServiceImpl : createdbymail:: a_jaya.bharathi@airtel.com 2021-01-18 11:33:01.671 INFO 33556 --- [nio-7001-exec-9] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId not null::36.1 2021-01-18 11:33:01.671 INFO 33556 --- [nio-7001-exec-9] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-18 11:33:01.671 INFO 33556 --- [nio-7001-exec-9] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: rfc 2021-01-18 11:33:01.671 INFO 33556 --- [nio-7001-exec-9] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFC 2021-01-18 11:33:01.671 INFO 33556 --- [nio-7001-exec-9] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:33:01.673 INFO 33556 --- [nio-7001-exec-9] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-18 11:33:01.673 INFO 33556 --- [nio-7001-exec-9] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-18 11:33:33.735 INFO 33556 --- [nio-7001-exec-4] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-18 11:33:33.735 INFO 33556 --- [nio-7001-exec-4] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"raManager2","password":"test123"} 2021-01-18 11:33:33.735 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:33:33.738 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: test123 2021-01-18 11:33:33.953 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: false 2021-01-18 11:33:42.998 INFO 33556 --- [nio-7001-exec-3] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-18 11:33:42.998 INFO 33556 --- [nio-7001-exec-3] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"raManager1","password":"test123"} 2021-01-18 11:33:42.998 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:33:43.001 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: test123 2021-01-18 11:33:43.001 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: false 2021-01-18 11:33:48.411 INFO 33556 --- [nio-7001-exec-5] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-18 11:33:48.411 INFO 33556 --- [nio-7001-exec-5] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"raManager2","password":"raManager2"} 2021-01-18 11:33:48.411 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:33:48.414 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: raManager2 2021-01-18 11:33:48.602 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-18 11:33:49.616 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.c.FetchTaskListController : Get taskList using cutom Api ::::revenuePlanningManager opId::Airtel_SriLanka buId::Airtel_SriL_Def Hibernate: select distinct i.task_id_ as task_id, t.execution_id_ as execution_id, t.proc_def_id_ as proc_def_id, t.name_ as task_name, t.description_ as task_description, t.task_def_key_ as task_def_key, t.owner_ as task_owner, t.assignee_ as assignee from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ is null and v.name_ like 'release%' Hibernate: select DISTINCT v.id_ as Id, i.task_id_ as task_id, v.name_ as var_name, v.text_ as var_value from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ is null and v.name_ like 'release%' 2021-01-18 11:33:50.408 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.c.FetchTaskListController : Get user task List using cutom Api :::: 2021-01-18 11:33:50.408 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getUserTaskList Hibernate: select distinct i.task_id_ as task_id, t.execution_id_ as execution_id, t.proc_def_id_ as proc_def_id, t.name_ as task_name, t.description_ as task_description, t.task_def_key_ as task_def_key, t.owner_ as task_owner, t.assignee_ as assignee from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g,act_id_user u where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ =? and u.op_id=? and u.bu_id=? and t.assignee_= u.id_ and v.name_ like 'release%' Hibernate: select DISTINCT v.id_ as Id, i.task_id_ as task_id, v.name_ as var_name, v.text_ as var_value from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g,act_id_user u where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ =? and u.op_id=? and u.bu_id=? and t.assignee_= u.id_ and v.name_ like 'release%' 2021-01-18 11:34:04.651 INFO 33556 --- [nio-7001-exec-9] c.t.t.h.p.c.FetchTaskListController : Get product manager task list task List using cutom Api :::: 2021-01-18 11:34:04.651 INFO 33556 --- [nio-7001-exec-9] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getUserTaskList Hibernate: select distinct t.id_ as task_id, t.EXECUTION_ID_ as execution_id, t.proc_def_id_ as proc_def_id, t.name_ as task_name, t.description_ as task_description, t.task_def_key_ as task_def_key, t.owner_ as task_owner, t.assignee_ as assignee from act_ru_task t,act_ru_variable v,act_id_user u where t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ =? and u.op_id=? and u.bu_id=? and v.name_ like '%release%' UNION select distinct i.task_id_ as task_id, t.execution_id_ as execution_id, t.proc_def_id_ as proc_def_id, t.name_ as task_name, t.description_ as task_description, t.task_def_key_ as task_def_key, t.owner_ as task_owner, t.assignee_ as assignee from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g,act_id_user u where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and v.name_ like 'release%' Hibernate: select DISTINCT v.id_ as Id, t.id_ as task_id , v.name_ as var_name , v.text_ as var_value from act_ru_task t,act_ru_variable v,act_id_user u where t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ =? and u.op_id=? and u.bu_id=? and v.name_ like '%release%' UNION select DISTINCT v.id_ as Id , i.task_id_ as task_id, v.name_ as var_name, v.text_ as var_value from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g,act_id_user u where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and v.name_ like 'release%' 2021-01-18 11:34:06.730 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.c.FetchTaskListController : Get getAuditLogs using cutom Api :::: 2021-01-18 11:34:06.731 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getAuditLogs Hibernate: select createdtime as time_,q.id_,q.proc_inst_id_, q.act_name_,q.assignee_, listagg(releaseId,',') within group (order by assignee_) as releaseId, listagg(approval,',') within group (order by assignee_) as approval, listagg(remarks,',') within group (order by assignee_)as remarks, listagg(medium,',') within group (order by assignee_)as medium from (select a.id_,a.proc_inst_id_, a.act_name_, a.assignee_, case when b.name_= 'releaseId' then b.text_ end as releaseId, case when b.name_= 'approve' and b.long_=1 then N'Approved' when b.name_= 'approve' then b.text_ end as approval, case when b.name_= 'remarks' then b.text_ end as remarks, case when b.name_= 'medium' then b.text_ end as medium, to_char(b.time_,'DD-MON-YYYY HH24:MI:SS') as createdtime from act_hi_actinst a, act_hi_detail b where a.proc_inst_id_=b.proc_inst_id_ and a.act_type_ in ('userTask','startEvent') and a.id_=b.act_inst_id_ and b.proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_='releaseId' and text_=?) and b.name_ in ('approve','remarks','releaseId','medium') order by b.time_ desc) q group by createdtime, q.id_,q.proc_inst_id_,q.act_name_,q.assignee_ order by createdtime asc Hibernate: select * from act_hi_detail where proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_ = 'releaseId' and text_=?) and name_ in ('releaseCreatedBy') 2021-01-18 11:34:06.761 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : actHiDetail::{"id":"c2510dec-d07e-11ea-a8a8-005056b63dfd","actInstId":"StartEvent_1:c250bfcb-d07e-11ea-a8a8-005056b63dfd","executionId":"c24e75d5-d07e-11ea-a8a8-005056b63dfd","name":"releaseCreatedBy","procDefId":"telemediawf:6:b933ef4b-d079-11ea-a826-005056b63dfd","procDefKey":"telemediawf","procInstId":"c24e75d5-d07e-11ea-a8a8-005056b63dfd","rev":0,"rootProcInstId":"c24e75d5-d07e-11ea-a8a8-005056b63dfd","sequenceCounter":1,"text":"pmtel","time":"Jul 28, 2020 8:32:23 AM","type":"VariableUpdate","varInstId":"c24f3927-d07e-11ea-a8a8-005056b63dfd","varType":"string"} 2021-01-18 11:34:06.761 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : createdBy:: pmtel Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:34:06.762 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"pmtel","email":"a_anmol.jain@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkYkFBdWo2bVRTVkxxQU93QXE2WkdhQSQyM0hOazZLVUwrM0toVmFyY1dKUXp1TGxlN29hTWdHeUQwTmZKL0RvWm9Z","rev":1,"opId":"Airtel_Telemedia","buId":"AIRTEL_TEL_DEF","circle":"PAN"} 2021-01-18 11:34:06.763 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : createdbymail:: a_anmol.jain@airtel.com 2021-01-18 11:34:06.763 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId not null::5.2 2021-01-18 11:34:06.763 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-18 11:34:06.763 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: ok 2021-01-18 11:34:06.763 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Approved 2021-01-18 11:34:06.763 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:34:06.764 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"pmtel","email":"a_anmol.jain@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkYkFBdWo2bVRTVkxxQU93QXE2WkdhQSQyM0hOazZLVUwrM0toVmFyY1dKUXp1TGxlN29hTWdHeUQwTmZKL0RvWm9Z","rev":1,"opId":"Airtel_Telemedia","buId":"AIRTEL_TEL_DEF","circle":"PAN"} 2021-01-18 11:34:06.764 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: cfc1@gmail.com 2021-01-18 11:34:06.764 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-18 11:34:06.764 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: ok 2021-01-18 11:34:06.764 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Approved 2021-01-18 11:34:06.764 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:34:06.765 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"pmtel","email":"a_anmol.jain@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkYkFBdWo2bVRTVkxxQU93QXE2WkdhQSQyM0hOazZLVUwrM0toVmFyY1dKUXp1TGxlN29hTWdHeUQwTmZKL0RvWm9Z","rev":1,"opId":"Airtel_Telemedia","buId":"AIRTEL_TEL_DEF","circle":"PAN"} 2021-01-18 11:34:06.765 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: rad1@gmail.com 2021-01-18 11:34:06.765 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-18 11:34:06.765 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: ok 2021-01-18 11:34:06.765 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Approved 2021-01-18 11:34:06.765 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:34:06.766 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"pmtel","email":"a_anmol.jain@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkYkFBdWo2bVRTVkxxQU93QXE2WkdhQSQyM0hOazZLVUwrM0toVmFyY1dKUXp1TGxlN29hTWdHeUQwTmZKL0RvWm9Z","rev":1,"opId":"Airtel_Telemedia","buId":"AIRTEL_TEL_DEF","circle":"PAN"} 2021-01-18 11:34:06.766 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: bpa1@gmail.com 2021-01-18 11:34:06.767 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-18 11:34:06.767 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: ok 2021-01-18 11:34:06.767 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Approved 2021-01-18 11:34:06.767 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:34:06.768 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"pmtel","email":"a_anmol.jain@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkYkFBdWo2bVRTVkxxQU93QXE2WkdhQSQyM0hOazZLVUwrM0toVmFyY1dKUXp1TGxlN29hTWdHeUQwTmZKL0RvWm9Z","rev":1,"opId":"Airtel_Telemedia","buId":"AIRTEL_TEL_DEF","circle":"PAN"} 2021-01-18 11:34:06.768 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: cmo1@gmail.com 2021-01-18 11:34:06.768 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-18 11:34:06.768 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: ok 2021-01-18 11:34:06.768 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Approved 2021-01-18 11:34:06.768 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:34:06.769 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"pmtel","email":"a_anmol.jain@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkYkFBdWo2bVRTVkxxQU93QXE2WkdhQSQyM0hOazZLVUwrM0toVmFyY1dKUXp1TGxlN29hTWdHeUQwTmZKL0RvWm9Z","rev":1,"opId":"Airtel_Telemedia","buId":"AIRTEL_TEL_DEF","circle":"PAN"} 2021-01-18 11:34:06.769 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_swati.jha@airtel.com 2021-01-18 11:35:39.118 INFO 33556 --- [nio-7001-exec-6] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-18 11:35:39.118 INFO 33556 --- [nio-7001-exec-6] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"raraManager2","password":"raraManager2"} 2021-01-18 11:35:39.118 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:35:39.120 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: raraManager2 2021-01-18 11:35:46.798 INFO 33556 --- [nio-7001-exec-8] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-18 11:35:46.798 INFO 33556 --- [nio-7001-exec-8] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"raManager2","password":"raManager2"} 2021-01-18 11:35:46.798 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:35:46.801 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: raManager2 2021-01-18 11:35:46.976 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-18 11:35:47.806 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.c.FetchTaskListController : Get taskList using cutom Api ::::revenuePlanningManager opId::Airtel_SriLanka buId::Airtel_SriL_Def Hibernate: select distinct i.task_id_ as task_id, t.execution_id_ as execution_id, t.proc_def_id_ as proc_def_id, t.name_ as task_name, t.description_ as task_description, t.task_def_key_ as task_def_key, t.owner_ as task_owner, t.assignee_ as assignee from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ is null and v.name_ like 'release%' Hibernate: select DISTINCT v.id_ as Id, i.task_id_ as task_id, v.name_ as var_name, v.text_ as var_value from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ is null and v.name_ like 'release%' 2021-01-18 11:35:49.416 INFO 33556 --- [nio-7001-exec-9] c.t.t.h.p.c.FetchTaskListController : Get user task List using cutom Api :::: 2021-01-18 11:35:49.416 INFO 33556 --- [nio-7001-exec-9] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getUserTaskList Hibernate: select distinct i.task_id_ as task_id, t.execution_id_ as execution_id, t.proc_def_id_ as proc_def_id, t.name_ as task_name, t.description_ as task_description, t.task_def_key_ as task_def_key, t.owner_ as task_owner, t.assignee_ as assignee from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g,act_id_user u where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ =? and u.op_id=? and u.bu_id=? and t.assignee_= u.id_ and v.name_ like 'release%' Hibernate: select DISTINCT v.id_ as Id, i.task_id_ as task_id, v.name_ as var_name, v.text_ as var_value from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g,act_id_user u where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ =? and u.op_id=? and u.bu_id=? and t.assignee_= u.id_ and v.name_ like 'release%' 2021-01-18 11:36:20.933 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.c.FetchTaskListController : Get getAuditLogs using cutom Api :::: 2021-01-18 11:36:20.933 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getAuditLogs Hibernate: select createdtime as time_,q.id_,q.proc_inst_id_, q.act_name_,q.assignee_, listagg(releaseId,',') within group (order by assignee_) as releaseId, listagg(approval,',') within group (order by assignee_) as approval, listagg(remarks,',') within group (order by assignee_)as remarks, listagg(medium,',') within group (order by assignee_)as medium from (select a.id_,a.proc_inst_id_, a.act_name_, a.assignee_, case when b.name_= 'releaseId' then b.text_ end as releaseId, case when b.name_= 'approve' and b.long_=1 then N'Approved' when b.name_= 'approve' then b.text_ end as approval, case when b.name_= 'remarks' then b.text_ end as remarks, case when b.name_= 'medium' then b.text_ end as medium, to_char(b.time_,'DD-MON-YYYY HH24:MI:SS') as createdtime from act_hi_actinst a, act_hi_detail b where a.proc_inst_id_=b.proc_inst_id_ and a.act_type_ in ('userTask','startEvent') and a.id_=b.act_inst_id_ and b.proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_='releaseId' and text_=?) and b.name_ in ('approve','remarks','releaseId','medium') order by b.time_ desc) q group by createdtime, q.id_,q.proc_inst_id_,q.act_name_,q.assignee_ order by createdtime asc Hibernate: select * from act_hi_detail where proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_ = 'releaseId' and text_=?) and name_ in ('releaseCreatedBy') 2021-01-18 11:36:20.963 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : actHiDetail::{"id":"bd5e9223-0a13-11eb-bdad-005056b63dfd","actInstId":"StartEvent_1:bd5e9222-0a13-11eb-bdad-005056b63dfd","executionId":"bd5e6b0b-0a13-11eb-bdad-005056b63dfd","name":"releaseCreatedBy","procDefId":"swf:48:dddd748a-08b6-11eb-a21d-005056b63dfd","procDefKey":"swf","procInstId":"bd5e6b0b-0a13-11eb-bdad-005056b63dfd","rev":0,"rootProcInstId":"bd5e6b0b-0a13-11eb-bdad-005056b63dfd","sequenceCounter":1,"text":"152169","time":"Oct 9, 2020 3:12:26 PM","type":"VariableUpdate","varInstId":"bd5e921c-0a13-11eb-bdad-005056b63dfd","varType":"string"} 2021-01-18 11:36:20.963 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : createdBy:: 152169 Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:36:20.965 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-18 11:36:20.965 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : createdbymail:: a_jaya.bharathi@airtel.com 2021-01-18 11:36:20.965 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-18 11:36:20.965 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: Rfi via Email 2021-01-18 11:36:20.965 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFI 2021-01-18 11:36:20.965 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:36:20.966 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-18 11:36:20.966 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-18 11:36:20.966 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-18 11:36:20.966 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : medium:: EMAIL 2021-01-18 11:36:20.966 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:36:20.967 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-18 11:36:20.968 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-18 11:36:20.968 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-18 11:36:20.968 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: ok 2021-01-18 11:36:20.968 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Resubmit 2021-01-18 11:36:20.968 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId not null::96.2 2021-01-18 11:36:20.968 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-18 11:36:20.968 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: rfc 2021-01-18 11:36:20.968 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFC 2021-01-18 11:36:20.968 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:36:20.969 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-18 11:36:20.969 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-18 11:36:20.970 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-18 11:36:20.970 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: rfc 2021-01-18 11:36:20.970 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFC 2021-01-18 11:36:20.970 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:36:20.972 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-18 11:36:20.972 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-18 11:36:20.972 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-18 11:36:20.972 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: rfc 2021-01-18 11:36:20.972 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFI 2021-01-18 11:36:20.972 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:36:20.974 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-18 11:36:20.974 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-18 11:36:20.974 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-18 11:36:20.974 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: rfc 2021-01-18 11:36:20.974 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFI 2021-01-18 11:36:20.974 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:36:20.975 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-18 11:36:20.975 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-18 11:36:20.975 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-18 11:36:20.975 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: rfc 2021-01-18 11:36:20.975 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFI 2021-01-18 11:36:20.975 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:36:20.977 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-18 11:36:20.977 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-18 11:37:00.584 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.c.FetchTaskListController : Get getAuditLogs using cutom Api :::: 2021-01-18 11:37:00.584 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getAuditLogs Hibernate: select createdtime as time_,q.id_,q.proc_inst_id_, q.act_name_,q.assignee_, listagg(releaseId,',') within group (order by assignee_) as releaseId, listagg(approval,',') within group (order by assignee_) as approval, listagg(remarks,',') within group (order by assignee_)as remarks, listagg(medium,',') within group (order by assignee_)as medium from (select a.id_,a.proc_inst_id_, a.act_name_, a.assignee_, case when b.name_= 'releaseId' then b.text_ end as releaseId, case when b.name_= 'approve' and b.long_=1 then N'Approved' when b.name_= 'approve' then b.text_ end as approval, case when b.name_= 'remarks' then b.text_ end as remarks, case when b.name_= 'medium' then b.text_ end as medium, to_char(b.time_,'DD-MON-YYYY HH24:MI:SS') as createdtime from act_hi_actinst a, act_hi_detail b where a.proc_inst_id_=b.proc_inst_id_ and a.act_type_ in ('userTask','startEvent') and a.id_=b.act_inst_id_ and b.proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_='releaseId' and text_=?) and b.name_ in ('approve','remarks','releaseId','medium') order by b.time_ desc) q group by createdtime, q.id_,q.proc_inst_id_,q.act_name_,q.assignee_ order by createdtime asc Hibernate: select * from act_hi_detail where proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_ = 'releaseId' and text_=?) and name_ in ('releaseCreatedBy') 2021-01-18 11:37:00.612 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : actHiDetail::{"id":"bd5e9223-0a13-11eb-bdad-005056b63dfd","actInstId":"StartEvent_1:bd5e9222-0a13-11eb-bdad-005056b63dfd","executionId":"bd5e6b0b-0a13-11eb-bdad-005056b63dfd","name":"releaseCreatedBy","procDefId":"swf:48:dddd748a-08b6-11eb-a21d-005056b63dfd","procDefKey":"swf","procInstId":"bd5e6b0b-0a13-11eb-bdad-005056b63dfd","rev":0,"rootProcInstId":"bd5e6b0b-0a13-11eb-bdad-005056b63dfd","sequenceCounter":1,"text":"152169","time":"Oct 9, 2020 3:12:26 PM","type":"VariableUpdate","varInstId":"bd5e921c-0a13-11eb-bdad-005056b63dfd","varType":"string"} 2021-01-18 11:37:00.612 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : createdBy:: 152169 Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:37:00.613 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-18 11:37:00.613 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : createdbymail:: a_jaya.bharathi@airtel.com 2021-01-18 11:37:00.613 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-18 11:37:00.613 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: Rfi via Email 2021-01-18 11:37:00.613 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFI 2021-01-18 11:37:00.613 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:37:00.615 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-18 11:37:00.615 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-18 11:37:00.615 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-18 11:37:00.615 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : medium:: EMAIL 2021-01-18 11:37:00.615 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:37:00.616 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-18 11:37:00.616 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-18 11:37:00.616 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-18 11:37:00.616 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: ok 2021-01-18 11:37:00.616 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Resubmit 2021-01-18 11:37:00.616 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId not null::96.2 2021-01-18 11:37:00.616 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-18 11:37:00.616 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: rfc 2021-01-18 11:37:00.616 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFC 2021-01-18 11:37:00.616 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:37:00.618 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-18 11:37:00.618 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-18 11:37:00.618 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-18 11:37:00.618 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: rfc 2021-01-18 11:37:00.618 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFC 2021-01-18 11:37:00.618 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:37:00.619 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-18 11:37:00.619 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-18 11:37:00.619 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-18 11:37:00.619 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: rfc 2021-01-18 11:37:00.619 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFI 2021-01-18 11:37:00.619 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:37:00.621 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-18 11:37:00.621 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-18 11:37:00.621 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-18 11:37:00.621 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: rfc 2021-01-18 11:37:00.621 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFI 2021-01-18 11:37:00.621 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:37:00.622 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-18 11:37:00.622 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-18 11:37:00.622 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-18 11:37:00.622 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: rfc 2021-01-18 11:37:00.622 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFI 2021-01-18 11:37:00.622 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:37:00.623 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-18 11:37:00.623 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-18 11:37:11.897 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.c.FetchTaskListController : Get product manager task list task List using cutom Api :::: 2021-01-18 11:37:11.897 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getUserTaskList Hibernate: select distinct t.id_ as task_id, t.EXECUTION_ID_ as execution_id, t.proc_def_id_ as proc_def_id, t.name_ as task_name, t.description_ as task_description, t.task_def_key_ as task_def_key, t.owner_ as task_owner, t.assignee_ as assignee from act_ru_task t,act_ru_variable v,act_id_user u where t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ =? and u.op_id=? and u.bu_id=? and v.name_ like '%release%' UNION select distinct i.task_id_ as task_id, t.execution_id_ as execution_id, t.proc_def_id_ as proc_def_id, t.name_ as task_name, t.description_ as task_description, t.task_def_key_ as task_def_key, t.owner_ as task_owner, t.assignee_ as assignee from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g,act_id_user u where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and v.name_ like 'release%' Hibernate: select DISTINCT v.id_ as Id, t.id_ as task_id , v.name_ as var_name , v.text_ as var_value from act_ru_task t,act_ru_variable v,act_id_user u where t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ =? and u.op_id=? and u.bu_id=? and v.name_ like '%release%' UNION select DISTINCT v.id_ as Id , i.task_id_ as task_id, v.name_ as var_name, v.text_ as var_value from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g,act_id_user u where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and v.name_ like 'release%' 2021-01-18 11:37:24.042 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.c.FetchTaskListController : Get getAuditLogs using cutom Api :::: 2021-01-18 11:37:24.042 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getAuditLogs Hibernate: select createdtime as time_,q.id_,q.proc_inst_id_, q.act_name_,q.assignee_, listagg(releaseId,',') within group (order by assignee_) as releaseId, listagg(approval,',') within group (order by assignee_) as approval, listagg(remarks,',') within group (order by assignee_)as remarks, listagg(medium,',') within group (order by assignee_)as medium from (select a.id_,a.proc_inst_id_, a.act_name_, a.assignee_, case when b.name_= 'releaseId' then b.text_ end as releaseId, case when b.name_= 'approve' and b.long_=1 then N'Approved' when b.name_= 'approve' then b.text_ end as approval, case when b.name_= 'remarks' then b.text_ end as remarks, case when b.name_= 'medium' then b.text_ end as medium, to_char(b.time_,'DD-MON-YYYY HH24:MI:SS') as createdtime from act_hi_actinst a, act_hi_detail b where a.proc_inst_id_=b.proc_inst_id_ and a.act_type_ in ('userTask','startEvent') and a.id_=b.act_inst_id_ and b.proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_='releaseId' and text_=?) and b.name_ in ('approve','remarks','releaseId','medium') order by b.time_ desc) q group by createdtime, q.id_,q.proc_inst_id_,q.act_name_,q.assignee_ order by createdtime asc Hibernate: select * from act_hi_detail where proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_ = 'releaseId' and text_=?) and name_ in ('releaseCreatedBy') 2021-01-18 11:37:24.093 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : actHiDetail::{"id":"389a19a5-fe3b-11ea-9620-005056b63dfd","actInstId":"StartEvent_1:389a19a4-fe3b-11ea-9620-005056b63dfd","executionId":"3899f28d-fe3b-11ea-9620-005056b63dfd","name":"releaseCreatedBy","procDefId":"swf:37:6ca772d6-f18c-11ea-a095-005056b63dfd","procDefKey":"swf","procInstId":"3899f28d-fe3b-11ea-9620-005056b63dfd","rev":0,"rootProcInstId":"3899f28d-fe3b-11ea-9620-005056b63dfd","sequenceCounter":1,"text":"lb000055","time":"Sep 24, 2020 1:24:49 PM","type":"VariableUpdate","varInstId":"3899f28e-fe3b-11ea-9620-005056b63dfd","varType":"string"} 2021-01-18 11:37:24.093 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : createdBy:: lb000055 Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:37:24.095 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::null 2021-01-18 11:37:24.095 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : createdbymail:: null 2021-01-18 11:37:24.095 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId not null::69.0 2021-01-18 11:37:38.224 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.c.FetchTaskListController : Get taskList using cutom Api ::::revenuePlanningManager opId::Airtel_SriLanka buId::Airtel_SriL_Def Hibernate: select distinct i.task_id_ as task_id, t.execution_id_ as execution_id, t.proc_def_id_ as proc_def_id, t.name_ as task_name, t.description_ as task_description, t.task_def_key_ as task_def_key, t.owner_ as task_owner, t.assignee_ as assignee from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ is null and v.name_ like 'release%' Hibernate: select DISTINCT v.id_ as Id, i.task_id_ as task_id, v.name_ as var_name, v.text_ as var_value from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ is null and v.name_ like 'release%' 2021-01-18 11:37:39.107 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.c.FetchTaskListController : Get user task List using cutom Api :::: 2021-01-18 11:37:39.107 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getUserTaskList Hibernate: select distinct i.task_id_ as task_id, t.execution_id_ as execution_id, t.proc_def_id_ as proc_def_id, t.name_ as task_name, t.description_ as task_description, t.task_def_key_ as task_def_key, t.owner_ as task_owner, t.assignee_ as assignee from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g,act_id_user u where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ =? and u.op_id=? and u.bu_id=? and t.assignee_= u.id_ and v.name_ like 'release%' Hibernate: select DISTINCT v.id_ as Id, i.task_id_ as task_id, v.name_ as var_name, v.text_ as var_value from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g,act_id_user u where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ =? and u.op_id=? and u.bu_id=? and t.assignee_= u.id_ and v.name_ like 'release%' 2021-01-18 11:37:46.022 INFO 33556 --- [nio-7001-exec-9] c.t.t.h.p.c.FetchTaskListController : Get product manager task list task List using cutom Api :::: 2021-01-18 11:37:46.022 INFO 33556 --- [nio-7001-exec-9] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getUserTaskList Hibernate: select distinct t.id_ as task_id, t.EXECUTION_ID_ as execution_id, t.proc_def_id_ as proc_def_id, t.name_ as task_name, t.description_ as task_description, t.task_def_key_ as task_def_key, t.owner_ as task_owner, t.assignee_ as assignee from act_ru_task t,act_ru_variable v,act_id_user u where t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ =? and u.op_id=? and u.bu_id=? and v.name_ like '%release%' UNION select distinct i.task_id_ as task_id, t.execution_id_ as execution_id, t.proc_def_id_ as proc_def_id, t.name_ as task_name, t.description_ as task_description, t.task_def_key_ as task_def_key, t.owner_ as task_owner, t.assignee_ as assignee from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g,act_id_user u where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and v.name_ like 'release%' Hibernate: select DISTINCT v.id_ as Id, t.id_ as task_id , v.name_ as var_name , v.text_ as var_value from act_ru_task t,act_ru_variable v,act_id_user u where t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ =? and u.op_id=? and u.bu_id=? and v.name_ like '%release%' UNION select DISTINCT v.id_ as Id , i.task_id_ as task_id, v.name_ as var_name, v.text_ as var_value from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g,act_id_user u where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and v.name_ like 'release%' 2021-01-18 11:37:57.282 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.c.FetchTaskListController : Get product manager task list task List using cutom Api :::: 2021-01-18 11:37:57.283 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getUserTaskList Hibernate: select distinct t.id_ as task_id, t.EXECUTION_ID_ as execution_id, t.proc_def_id_ as proc_def_id, t.name_ as task_name, t.description_ as task_description, t.task_def_key_ as task_def_key, t.owner_ as task_owner, t.assignee_ as assignee from act_ru_task t,act_ru_variable v,act_id_user u where t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ =? and u.op_id=? and u.bu_id=? and v.name_ like '%release%' UNION select distinct i.task_id_ as task_id, t.execution_id_ as execution_id, t.proc_def_id_ as proc_def_id, t.name_ as task_name, t.description_ as task_description, t.task_def_key_ as task_def_key, t.owner_ as task_owner, t.assignee_ as assignee from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g,act_id_user u where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and v.name_ like 'release%' Hibernate: select DISTINCT v.id_ as Id, t.id_ as task_id , v.name_ as var_name , v.text_ as var_value from act_ru_task t,act_ru_variable v,act_id_user u where t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ =? and u.op_id=? and u.bu_id=? and v.name_ like '%release%' UNION select DISTINCT v.id_ as Id , i.task_id_ as task_id, v.name_ as var_name, v.text_ as var_value from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g,act_id_user u where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and v.name_ like 'release%' 2021-01-18 11:38:03.706 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.c.FetchTaskListController : Get getAuditLogs using cutom Api :::: 2021-01-18 11:38:03.707 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getAuditLogs Hibernate: select createdtime as time_,q.id_,q.proc_inst_id_, q.act_name_,q.assignee_, listagg(releaseId,',') within group (order by assignee_) as releaseId, listagg(approval,',') within group (order by assignee_) as approval, listagg(remarks,',') within group (order by assignee_)as remarks, listagg(medium,',') within group (order by assignee_)as medium from (select a.id_,a.proc_inst_id_, a.act_name_, a.assignee_, case when b.name_= 'releaseId' then b.text_ end as releaseId, case when b.name_= 'approve' and b.long_=1 then N'Approved' when b.name_= 'approve' then b.text_ end as approval, case when b.name_= 'remarks' then b.text_ end as remarks, case when b.name_= 'medium' then b.text_ end as medium, to_char(b.time_,'DD-MON-YYYY HH24:MI:SS') as createdtime from act_hi_actinst a, act_hi_detail b where a.proc_inst_id_=b.proc_inst_id_ and a.act_type_ in ('userTask','startEvent') and a.id_=b.act_inst_id_ and b.proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_='releaseId' and text_=?) and b.name_ in ('approve','remarks','releaseId','medium') order by b.time_ desc) q group by createdtime, q.id_,q.proc_inst_id_,q.act_name_,q.assignee_ order by createdtime asc Hibernate: select * from act_hi_detail where proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_ = 'releaseId' and text_=?) and name_ in ('releaseCreatedBy') 2021-01-18 11:38:03.736 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : actHiDetail::{"id":"afdfc68e-0a0e-11eb-bdad-005056b63dfd","actInstId":"StartEvent_1:afdfc68d-0a0e-11eb-bdad-005056b63dfd","executionId":"afdf7866-0a0e-11eb-bdad-005056b63dfd","name":"releaseCreatedBy","procDefId":"swf:48:dddd748a-08b6-11eb-a21d-005056b63dfd","procDefKey":"swf","procInstId":"afdf7866-0a0e-11eb-bdad-005056b63dfd","rev":0,"rootProcInstId":"afdf7866-0a0e-11eb-bdad-005056b63dfd","sequenceCounter":1,"text":"152169","time":"Oct 9, 2020 2:36:16 PM","type":"VariableUpdate","varInstId":"afdf7867-0a0e-11eb-bdad-005056b63dfd","varType":"string"} 2021-01-18 11:38:03.736 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : createdBy:: 152169 Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:38:03.737 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-18 11:38:03.737 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : createdbymail:: a_jaya.bharathi@airtel.com 2021-01-18 11:38:03.737 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId not null::96.1 2021-01-18 11:38:03.737 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-18 11:38:03.737 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: Testing to test concept description co1289999809667*(_ntaining descriptive texts nopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzvabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrs 2021-01-18 11:38:03.738 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFC 2021-01-18 11:38:03.738 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:38:03.738 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-18 11:38:03.739 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jayatest@airtel.com 2021-01-18 11:38:03.739 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-18 11:38:03.739 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: Mrp 66 2021-01-18 11:38:03.739 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Resubmit 2021-01-18 11:38:13.874 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.c.FetchTaskListController : Get taskList using cutom Api ::::revenuePlanningManager opId::Airtel_SriLanka buId::Airtel_SriL_Def Hibernate: select distinct i.task_id_ as task_id, t.execution_id_ as execution_id, t.proc_def_id_ as proc_def_id, t.name_ as task_name, t.description_ as task_description, t.task_def_key_ as task_def_key, t.owner_ as task_owner, t.assignee_ as assignee from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ is null and v.name_ like 'release%' Hibernate: select DISTINCT v.id_ as Id, i.task_id_ as task_id, v.name_ as var_name, v.text_ as var_value from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ is null and v.name_ like 'release%' 2021-01-18 11:38:15.342 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.c.FetchTaskListController : Get user task List using cutom Api :::: 2021-01-18 11:38:15.342 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getUserTaskList Hibernate: select distinct i.task_id_ as task_id, t.execution_id_ as execution_id, t.proc_def_id_ as proc_def_id, t.name_ as task_name, t.description_ as task_description, t.task_def_key_ as task_def_key, t.owner_ as task_owner, t.assignee_ as assignee from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g,act_id_user u where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ =? and u.op_id=? and u.bu_id=? and t.assignee_= u.id_ and v.name_ like 'release%' Hibernate: select DISTINCT v.id_ as Id, i.task_id_ as task_id, v.name_ as var_name, v.text_ as var_value from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g,act_id_user u where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ =? and u.op_id=? and u.bu_id=? and t.assignee_= u.id_ and v.name_ like 'release%' 2021-01-18 11:38:20.492 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.c.FetchTaskListController : Get product manager task list task List using cutom Api :::: 2021-01-18 11:38:20.492 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getUserTaskList Hibernate: select distinct t.id_ as task_id, t.EXECUTION_ID_ as execution_id, t.proc_def_id_ as proc_def_id, t.name_ as task_name, t.description_ as task_description, t.task_def_key_ as task_def_key, t.owner_ as task_owner, t.assignee_ as assignee from act_ru_task t,act_ru_variable v,act_id_user u where t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ =? and u.op_id=? and u.bu_id=? and v.name_ like '%release%' UNION select distinct i.task_id_ as task_id, t.execution_id_ as execution_id, t.proc_def_id_ as proc_def_id, t.name_ as task_name, t.description_ as task_description, t.task_def_key_ as task_def_key, t.owner_ as task_owner, t.assignee_ as assignee from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g,act_id_user u where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and v.name_ like 'release%' Hibernate: select DISTINCT v.id_ as Id, t.id_ as task_id , v.name_ as var_name , v.text_ as var_value from act_ru_task t,act_ru_variable v,act_id_user u where t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ =? and u.op_id=? and u.bu_id=? and v.name_ like '%release%' UNION select DISTINCT v.id_ as Id , i.task_id_ as task_id, v.name_ as var_name, v.text_ as var_value from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g,act_id_user u where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and v.name_ like 'release%' 2021-01-18 11:38:24.799 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.c.FetchTaskListController : Get getAuditLogs using cutom Api :::: 2021-01-18 11:38:24.799 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getAuditLogs Hibernate: select createdtime as time_,q.id_,q.proc_inst_id_, q.act_name_,q.assignee_, listagg(releaseId,',') within group (order by assignee_) as releaseId, listagg(approval,',') within group (order by assignee_) as approval, listagg(remarks,',') within group (order by assignee_)as remarks, listagg(medium,',') within group (order by assignee_)as medium from (select a.id_,a.proc_inst_id_, a.act_name_, a.assignee_, case when b.name_= 'releaseId' then b.text_ end as releaseId, case when b.name_= 'approve' and b.long_=1 then N'Approved' when b.name_= 'approve' then b.text_ end as approval, case when b.name_= 'remarks' then b.text_ end as remarks, case when b.name_= 'medium' then b.text_ end as medium, to_char(b.time_,'DD-MON-YYYY HH24:MI:SS') as createdtime from act_hi_actinst a, act_hi_detail b where a.proc_inst_id_=b.proc_inst_id_ and a.act_type_ in ('userTask','startEvent') and a.id_=b.act_inst_id_ and b.proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_='releaseId' and text_=?) and b.name_ in ('approve','remarks','releaseId','medium') order by b.time_ desc) q group by createdtime, q.id_,q.proc_inst_id_,q.act_name_,q.assignee_ order by createdtime asc Hibernate: select * from act_hi_detail where proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_ = 'releaseId' and text_=?) and name_ in ('releaseCreatedBy') 2021-01-18 11:38:24.828 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : actHiDetail::{"id":"afdfc68e-0a0e-11eb-bdad-005056b63dfd","actInstId":"StartEvent_1:afdfc68d-0a0e-11eb-bdad-005056b63dfd","executionId":"afdf7866-0a0e-11eb-bdad-005056b63dfd","name":"releaseCreatedBy","procDefId":"swf:48:dddd748a-08b6-11eb-a21d-005056b63dfd","procDefKey":"swf","procInstId":"afdf7866-0a0e-11eb-bdad-005056b63dfd","rev":0,"rootProcInstId":"afdf7866-0a0e-11eb-bdad-005056b63dfd","sequenceCounter":1,"text":"152169","time":"Oct 9, 2020 2:36:16 PM","type":"VariableUpdate","varInstId":"afdf7867-0a0e-11eb-bdad-005056b63dfd","varType":"string"} 2021-01-18 11:38:24.828 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : createdBy:: 152169 Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:38:24.829 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-18 11:38:24.829 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : createdbymail:: a_jaya.bharathi@airtel.com 2021-01-18 11:38:24.830 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId not null::96.1 2021-01-18 11:38:24.830 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-18 11:38:24.830 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: Testing to test concept description co1289999809667*(_ntaining descriptive texts nopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzvabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrstuvwxyzabcdefghijklmnopqrs 2021-01-18 11:38:24.830 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFC 2021-01-18 11:38:24.830 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:38:24.831 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-18 11:38:24.831 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-18 11:38:24.831 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-18 11:38:24.831 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: Mrp 66 2021-01-18 11:38:24.831 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Resubmit 2021-01-18 11:38:24.831 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-18 11:38:24.831 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: c asm,c mscsac asm,c mscsac asm,c mscsac asm,c mscsac csac asm,c mscsac asm,c ms csac asm,c mscsac asm,c mscsac asm,c ms csac asm,c mscsac asm,c ms csac asm,c mscsac asm,c ms csac aasm,c mscsac asm,c mscsac asm,c mscsac asm,c mscsac asm,c mscsac asm 2021-01-18 11:38:24.831 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFI 2021-01-18 11:38:24.831 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 11:38:24.832 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-18 11:38:24.832 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-18 12:23:59.735 INFO 33556 --- [nio-7001-exec-5] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-18 12:23:59.735 INFO 33556 --- [nio-7001-exec-5] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"A13S6EXA","password":"test123"} 2021-01-18 12:23:59.735 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 12:23:59.738 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: test123 2021-01-18 12:23:59.913 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-18 12:52:59.312 INFO 33556 --- [nio-7001-exec-4] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-18 12:52:59.313 INFO 33556 --- [nio-7001-exec-4] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"rapre","password":"rapre"} 2021-01-18 12:52:59.313 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 12:52:59.315 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: rapre 2021-01-18 12:52:59.491 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-18 12:56:39.464 INFO 33556 --- [io-7001-exec-10] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-18 12:56:39.465 INFO 33556 --- [io-7001-exec-10] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"rapre","password":"rapre"} 2021-01-18 12:56:39.465 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 12:56:39.467 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: rapre 2021-01-18 12:56:39.642 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-18 13:40:32.974 INFO 33556 --- [nio-7001-exec-6] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-18 13:40:32.974 INFO 33556 --- [nio-7001-exec-6] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"A13S6EXA","password":"test123"} 2021-01-18 13:40:32.974 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 13:40:32.977 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: test123 2021-01-18 13:40:33.118 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-18 14:39:18.084 INFO 33556 --- [nio-7001-exec-4] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-18 14:39:18.084 INFO 33556 --- [nio-7001-exec-4] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"rapre","password":"rapre"} 2021-01-18 14:39:18.084 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 14:39:18.086 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: rapre 2021-01-18 14:39:18.381 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-18 15:03:26.594 INFO 33556 --- [nio-7001-exec-9] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-18 15:03:26.594 INFO 33556 --- [nio-7001-exec-9] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"B0204445","password":"test123"} 2021-01-18 15:03:26.594 INFO 33556 --- [nio-7001-exec-9] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 15:03:26.596 INFO 33556 --- [nio-7001-exec-9] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: test123 2021-01-18 15:03:26.868 INFO 33556 --- [nio-7001-exec-9] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-18 15:13:56.833 INFO 33556 --- [nio-7001-exec-8] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-18 15:13:56.833 INFO 33556 --- [nio-7001-exec-8] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"A17F2KC5","password":"test123"} 2021-01-18 15:13:56.833 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 15:13:56.835 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: test123 2021-01-18 15:13:57.106 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-18 16:29:37.101 INFO 33556 --- [nio-7001-exec-6] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-18 16:29:37.102 INFO 33556 --- [nio-7001-exec-6] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"rapre","password":"rapre"} 2021-01-18 16:29:37.102 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 16:29:37.105 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: rapre 2021-01-18 16:29:37.283 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-18 20:45:02.074 INFO 33556 --- [nio-7001-exec-6] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-18 20:45:02.074 INFO 33556 --- [nio-7001-exec-6] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"rapre","password":"rapre"} 2021-01-18 20:45:02.074 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 20:45:02.077 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: rapre 2021-01-18 20:45:02.317 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-18 22:53:24.535 INFO 33556 --- [nio-7001-exec-6] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-18 22:53:24.535 INFO 33556 --- [nio-7001-exec-6] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"A1150GPP","password":"test123"} 2021-01-18 22:53:24.535 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-18 22:53:24.537 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: test123 2021-01-18 22:53:24.733 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-19 10:48:44.894 INFO 33556 --- [nio-7001-exec-7] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-19 10:48:44.895 INFO 33556 --- [nio-7001-exec-7] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"A17F2KC5","password":"test123"} 2021-01-19 10:48:44.895 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-19 10:48:44.897 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: test123 2021-01-19 10:48:45.105 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-19 11:03:19.372 INFO 33556 --- [nio-7001-exec-6] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-19 11:03:19.373 INFO 33556 --- [nio-7001-exec-6] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"basant","password":"basant"} 2021-01-19 11:03:19.373 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-19 11:03:19.375 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: basant 2021-01-19 11:03:19.376 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: false 2021-01-19 11:03:31.580 INFO 33556 --- [nio-7001-exec-5] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-19 11:03:31.580 INFO 33556 --- [nio-7001-exec-5] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"152169","password":"152169"} 2021-01-19 11:03:31.580 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-19 11:03:31.582 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: 152169 2021-01-19 11:03:31.814 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-19 11:12:08.603 INFO 33556 --- [nio-7001-exec-9] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-19 11:12:08.603 INFO 33556 --- [nio-7001-exec-9] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"A1150GPP","password":"test123"} 2021-01-19 11:12:08.603 INFO 33556 --- [nio-7001-exec-9] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-19 11:12:08.605 INFO 33556 --- [nio-7001-exec-9] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: test123 2021-01-19 11:12:08.823 INFO 33556 --- [nio-7001-exec-9] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-19 11:13:11.409 INFO 33556 --- [nio-7001-exec-3] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-19 11:13:11.409 INFO 33556 --- [nio-7001-exec-3] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"rapre","password":"rapre"} 2021-01-19 11:13:11.409 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-19 11:13:11.411 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: rapre 2021-01-19 11:13:11.603 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-19 11:26:08.846 INFO 33556 --- [nio-7001-exec-8] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-19 11:26:08.846 INFO 33556 --- [nio-7001-exec-8] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"B0203433","password":"test123"} 2021-01-19 11:26:08.846 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-19 11:26:08.849 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: test123 2021-01-19 11:26:09.188 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-19 12:42:56.186 INFO 33556 --- [nio-7001-exec-4] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-19 12:42:56.186 INFO 33556 --- [nio-7001-exec-4] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"A13S6EXA","password":"test123"} 2021-01-19 12:42:56.186 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-19 12:42:56.189 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: test123 2021-01-19 12:42:56.453 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-19 12:43:03.153 INFO 33556 --- [nio-7001-exec-3] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-19 12:43:03.153 INFO 33556 --- [nio-7001-exec-3] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"A13S6EXA","password":"test123"} 2021-01-19 12:43:03.153 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-19 12:43:03.156 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: test123 2021-01-19 12:43:03.374 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-19 13:05:42.965 INFO 33556 --- [nio-7001-exec-8] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-19 13:05:42.966 INFO 33556 --- [nio-7001-exec-8] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"B0094329","password":"test@123"} 2021-01-19 13:05:42.966 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-19 13:05:42.969 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: test@123 2021-01-19 13:05:43.179 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: false 2021-01-19 13:05:57.958 INFO 33556 --- [nio-7001-exec-7] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-19 13:05:57.959 INFO 33556 --- [nio-7001-exec-7] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"B0094329","password":"test123"} 2021-01-19 13:05:57.959 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-19 13:05:57.961 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: test123 2021-01-19 13:05:58.196 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-19 13:05:58.835 INFO 33556 --- [nio-7001-exec-1] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-19 13:05:58.835 INFO 33556 --- [nio-7001-exec-1] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"rapre","password":"rapre"} 2021-01-19 13:05:58.836 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-19 13:05:58.838 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: rapre 2021-01-19 13:05:59.045 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-19 13:26:36.757 INFO 33556 --- [io-7001-exec-10] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-19 13:26:36.757 INFO 33556 --- [io-7001-exec-10] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"pmprepaid","password":"pmprepaid"} 2021-01-19 13:26:36.757 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-19 13:26:36.759 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: pmprepaid 2021-01-19 13:26:37.041 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-19 13:27:11.511 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.c.FetchTaskListController : Get product manager task list task List using cutom Api :::: 2021-01-19 13:27:11.511 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getUserTaskList Hibernate: select distinct t.id_ as task_id, t.EXECUTION_ID_ as execution_id, t.proc_def_id_ as proc_def_id, t.name_ as task_name, t.description_ as task_description, t.task_def_key_ as task_def_key, t.owner_ as task_owner, t.assignee_ as assignee from act_ru_task t,act_ru_variable v,act_id_user u where t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ =? and u.op_id=? and u.bu_id=? and v.name_ like '%release%' UNION select distinct i.task_id_ as task_id, t.execution_id_ as execution_id, t.proc_def_id_ as proc_def_id, t.name_ as task_name, t.description_ as task_description, t.task_def_key_ as task_def_key, t.owner_ as task_owner, t.assignee_ as assignee from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g,act_id_user u where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and v.name_ like 'release%' Hibernate: select DISTINCT v.id_ as Id, t.id_ as task_id , v.name_ as var_name , v.text_ as var_value from act_ru_task t,act_ru_variable v,act_id_user u where t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ =? and u.op_id=? and u.bu_id=? and v.name_ like '%release%' UNION select DISTINCT v.id_ as Id , i.task_id_ as task_id, v.name_ as var_name, v.text_ as var_value from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g,act_id_user u where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and v.name_ like 'release%' 2021-01-19 13:27:33.198 INFO 33556 --- [nio-7001-exec-9] c.t.t.h.p.c.FetchTaskListController : Get product manager task list task List using cutom Api :::: 2021-01-19 13:27:33.198 INFO 33556 --- [nio-7001-exec-9] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getUserTaskList Hibernate: select distinct t.id_ as task_id, t.EXECUTION_ID_ as execution_id, t.proc_def_id_ as proc_def_id, t.name_ as task_name, t.description_ as task_description, t.task_def_key_ as task_def_key, t.owner_ as task_owner, t.assignee_ as assignee from act_ru_task t,act_ru_variable v,act_id_user u where t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ =? and u.op_id=? and u.bu_id=? and v.name_ like '%release%' UNION select distinct i.task_id_ as task_id, t.execution_id_ as execution_id, t.proc_def_id_ as proc_def_id, t.name_ as task_name, t.description_ as task_description, t.task_def_key_ as task_def_key, t.owner_ as task_owner, t.assignee_ as assignee from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g,act_id_user u where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and v.name_ like 'release%' Hibernate: select DISTINCT v.id_ as Id, t.id_ as task_id , v.name_ as var_name , v.text_ as var_value from act_ru_task t,act_ru_variable v,act_id_user u where t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ =? and u.op_id=? and u.bu_id=? and v.name_ like '%release%' UNION select DISTINCT v.id_ as Id , i.task_id_ as task_id, v.name_ as var_name, v.text_ as var_value from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g,act_id_user u where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and v.name_ like 'release%' 2021-01-19 13:32:29.968 INFO 33556 --- [nio-7001-exec-6] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-19 13:32:29.968 INFO 33556 --- [nio-7001-exec-6] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"rapre","password":"rapre"} 2021-01-19 13:32:29.969 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-19 13:32:29.972 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: rapre 2021-01-19 13:32:30.241 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-19 15:13:17.774 INFO 33556 --- [nio-7001-exec-8] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-19 15:13:17.774 INFO 33556 --- [nio-7001-exec-8] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"B0200779","password":"TEST1234"} 2021-01-19 15:13:17.774 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-19 15:13:17.778 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: TEST1234 2021-01-19 15:13:17.998 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: false 2021-01-19 15:14:26.105 INFO 33556 --- [nio-7001-exec-9] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-19 15:14:26.105 INFO 33556 --- [nio-7001-exec-9] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"B0200779","password":"test1234"} 2021-01-19 15:14:26.105 INFO 33556 --- [nio-7001-exec-9] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-19 15:14:26.107 INFO 33556 --- [nio-7001-exec-9] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: test1234 2021-01-19 15:14:26.331 INFO 33556 --- [nio-7001-exec-9] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: false 2021-01-19 15:14:33.671 INFO 33556 --- [nio-7001-exec-1] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-19 15:14:33.671 INFO 33556 --- [nio-7001-exec-1] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"B0200779","password":"test123"} 2021-01-19 15:14:33.671 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-19 15:14:33.673 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: test123 2021-01-19 15:14:33.919 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-19 16:55:23.239 INFO 33556 --- [nio-7001-exec-2] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-19 16:55:23.240 INFO 33556 --- [nio-7001-exec-2] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"B0218158","password":"test123"} 2021-01-19 16:55:23.240 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-19 16:55:23.244 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: test123 2021-01-19 16:55:23.449 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-20 10:15:20.461 INFO 33556 --- [nio-7001-exec-5] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-20 10:15:20.462 INFO 33556 --- [nio-7001-exec-5] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"B0200779","password":"test123"} 2021-01-20 10:15:20.462 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 10:15:20.467 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: test123 2021-01-20 10:15:20.706 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-20 10:58:31.455 INFO 33556 --- [nio-7001-exec-7] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-20 10:58:31.455 INFO 33556 --- [nio-7001-exec-7] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"152169","password":"152169"} 2021-01-20 10:58:31.455 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 10:58:31.458 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: 152169 2021-01-20 10:58:31.824 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-20 10:58:44.678 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.c.FetchTaskListController : Get product manager task list task List using cutom Api :::: 2021-01-20 10:58:44.678 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getUserTaskList Hibernate: select distinct t.id_ as task_id, t.EXECUTION_ID_ as execution_id, t.proc_def_id_ as proc_def_id, t.name_ as task_name, t.description_ as task_description, t.task_def_key_ as task_def_key, t.owner_ as task_owner, t.assignee_ as assignee from act_ru_task t,act_ru_variable v,act_id_user u where t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ =? and u.op_id=? and u.bu_id=? and v.name_ like '%release%' UNION select distinct i.task_id_ as task_id, t.execution_id_ as execution_id, t.proc_def_id_ as proc_def_id, t.name_ as task_name, t.description_ as task_description, t.task_def_key_ as task_def_key, t.owner_ as task_owner, t.assignee_ as assignee from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g,act_id_user u where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and v.name_ like 'release%' Hibernate: select DISTINCT v.id_ as Id, t.id_ as task_id , v.name_ as var_name , v.text_ as var_value from act_ru_task t,act_ru_variable v,act_id_user u where t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ =? and u.op_id=? and u.bu_id=? and v.name_ like '%release%' UNION select DISTINCT v.id_ as Id , i.task_id_ as task_id, v.name_ as var_name, v.text_ as var_value from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g,act_id_user u where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and v.name_ like 'release%' 2021-01-20 10:58:53.417 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.c.FetchTaskListController : Get getAuditLogs using cutom Api :::: 2021-01-20 10:58:53.418 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getAuditLogs Hibernate: select createdtime as time_,q.id_,q.proc_inst_id_, q.act_name_,q.assignee_, listagg(releaseId,',') within group (order by assignee_) as releaseId, listagg(approval,',') within group (order by assignee_) as approval, listagg(remarks,',') within group (order by assignee_)as remarks, listagg(medium,',') within group (order by assignee_)as medium from (select a.id_,a.proc_inst_id_, a.act_name_, a.assignee_, case when b.name_= 'releaseId' then b.text_ end as releaseId, case when b.name_= 'approve' and b.long_=1 then N'Approved' when b.name_= 'approve' then b.text_ end as approval, case when b.name_= 'remarks' then b.text_ end as remarks, case when b.name_= 'medium' then b.text_ end as medium, to_char(b.time_,'DD-MON-YYYY HH24:MI:SS') as createdtime from act_hi_actinst a, act_hi_detail b where a.proc_inst_id_=b.proc_inst_id_ and a.act_type_ in ('userTask','startEvent') and a.id_=b.act_inst_id_ and b.proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_='releaseId' and text_=?) and b.name_ in ('approve','remarks','releaseId','medium') order by b.time_ desc) q group by createdtime, q.id_,q.proc_inst_id_,q.act_name_,q.assignee_ order by createdtime asc Hibernate: select * from act_hi_detail where proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_ = 'releaseId' and text_=?) and name_ in ('releaseCreatedBy') 2021-01-20 10:58:53.490 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : actHiDetail::{"id":"dc766e07-ee98-11ea-9c45-005056b63dfd","actInstId":"StartEvent_1:dc7646f6-ee98-11ea-9c45-005056b63dfd","executionId":"dc761fdf-ee98-11ea-9c45-005056b63dfd","name":"releaseCreatedBy","procDefId":"swf:36:312d0165-e842-11ea-8814-005056b63dfd","procDefKey":"swf","procInstId":"dc761fdf-ee98-11ea-9c45-005056b63dfd","rev":0,"rootProcInstId":"dc761fdf-ee98-11ea-9c45-005056b63dfd","sequenceCounter":1,"text":"152169","time":"Sep 4, 2020 3:54:48 PM","type":"VariableUpdate","varInstId":"dc7646f0-ee98-11ea-9c45-005056b63dfd","varType":"string"} 2021-01-20 10:58:53.490 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : createdBy:: 152169 Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 10:58:53.492 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 10:58:53.492 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : createdbymail:: a_jaya.bharathi@airtel.com 2021-01-20 10:58:53.492 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId not null::50.2 2021-01-20 10:58:53.492 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 10:58:53.492 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Approved 2021-01-20 10:58:53.492 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 10:58:53.493 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 10:58:53.493 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: admin@gmail.com 2021-01-20 10:58:53.493 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 10:58:53.493 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: refi-service operation 2021-01-20 10:58:53.493 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFI 2021-01-20 10:58:53.493 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 10:58:53.494 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 10:58:53.495 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-20 10:58:53.495 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 10:58:53.495 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFC 2021-01-20 10:58:53.495 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 10:58:53.496 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 10:58:53.496 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-20 10:58:53.496 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 10:58:53.496 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: rfc 2021-01-20 10:58:53.496 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 10:58:53.497 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 10:58:53.497 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-20 10:58:53.497 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 10:58:53.497 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: rfi by sales 2021-01-20 10:58:53.497 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFI 2021-01-20 10:58:53.497 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 10:58:53.498 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 10:58:53.498 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-20 10:58:53.498 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 10:58:53.498 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: Approved 2021-01-20 10:58:53.498 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Resubmit 2021-01-20 10:58:55.031 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getAuditLogs Hibernate: select createdtime as time_,q.id_,q.proc_inst_id_, q.act_name_,q.assignee_, listagg(releaseExternalId,',') within group (order by assignee_) as releaseExternalId, listagg(approval,',') within group (order by assignee_) as approval, listagg(remarks,',') within group (order by assignee_)as remarks, listagg(releaseobjective,',') within group (order by assignee_)as releaseobjective, listagg(releaseApproverNote,',') within group (order by assignee_)as releaseApproverNote, listagg(medium,',') within group (order by assignee_)as medium from (select a.id_,a.proc_inst_id_, a.act_name_, a.assignee_, case when b.name_= 'releaseExternalId' then b.text_ end as releaseExternalId, case when b.name_='releaseObjective' then b.text_ end as releaseObjective, case when b.name_= 'approve' and b.long_=1 then N'Approved' when b.name_= 'approve' then b.text_ end as approval, case when b.name_= 'remarks' then b.text_ end as remarks, case when b.name_= 'releaseApproverNote' then b.text_ end as releaseApproverNote, case when b.name_= 'medium' then b.text_ end as medium, to_char(b.time_,'DD-MON-YYYY HH24:MI:SS') as createdtime from act_hi_actinst a, act_hi_detail b where a.proc_inst_id_=b.proc_inst_id_ and a.act_type_ in ('userTask','startEvent') and a.id_=b.act_inst_id_ and b.proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_='releaseId' and text_=?) and b.name_ in ('releaseExternalId','approve','remarks','releaseObjective','releaseApproverNote','medium') order by b.time_ desc) q group by createdtime, q.id_,q.proc_inst_id_,q.act_name_,q.assignee_ order by createdtime asc Hibernate: select * from ppm_release_master where release_id=? 2021-01-20 10:58:55.083 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : actreleasedetail::{"releaseNbr":506,"releaseId":"50.2","releaseType":"Minor","releaseStatus":"InProgress","sdlcStatus":"InProgress","remarks":"saQsa","releaseDate":"Sep 4, 2020 5:30:00 AM","opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","createdBy":"152169","createdOn":"Sep 4, 2020 5:30:00 AM","isMerged":"N","catalogId":"DEF_CATALOG","source":"UI","isReplicated":"N","externalReleaseId":"SRI/2020/9/506"} 2021-01-20 10:58:55.084 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : createdBy:: 152169 2021-01-20 10:58:55.084 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseobject:: saQsa 2021-01-20 10:58:55.084 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : releasenote:: null 2021-01-20 10:58:55.084 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : eternalreleaseid:: SRI/2020/9/506 Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 10:58:55.086 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 10:58:55.086 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : createdbymail:: a_jaya.bharathi@airtel.com 2021-01-20 10:58:55.453 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getAuditLogs Hibernate: select createdtime as time_,q.id_,q.proc_inst_id_, q.act_name_,q.assignee_, listagg(releaseId,',') within group (order by assignee_) as releaseId, listagg(approval,',') within group (order by assignee_) as approval, listagg(remarks,',') within group (order by assignee_)as remarks, listagg(medium,',') within group (order by assignee_)as medium from (select a.id_,a.proc_inst_id_, a.act_name_, a.assignee_, case when b.name_= 'releaseId' then b.text_ end as releaseId, case when b.name_= 'approve' and b.long_=1 then N'Approved' when b.name_= 'approve' then b.text_ end as approval, case when b.name_= 'remarks' then b.text_ end as remarks, case when b.name_= 'medium' then b.text_ end as medium, to_char(b.time_,'DD-MON-YYYY HH24:MI:SS') as createdtime from act_hi_actinst a, act_hi_detail b where a.proc_inst_id_=b.proc_inst_id_ and a.act_type_ in ('userTask','startEvent') and a.id_=b.act_inst_id_ and b.proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_='releaseId' and text_=?) and b.name_ in ('approve','remarks','releaseId','medium') order by b.time_ desc) q group by createdtime, q.id_,q.proc_inst_id_,q.act_name_,q.assignee_ order by createdtime asc Hibernate: select * from act_hi_detail where proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_ = 'releaseId' and text_=?) and name_ in ('releaseCreatedBy') 2021-01-20 10:58:55.486 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : actHiDetail::{"id":"dc766e07-ee98-11ea-9c45-005056b63dfd","actInstId":"StartEvent_1:dc7646f6-ee98-11ea-9c45-005056b63dfd","executionId":"dc761fdf-ee98-11ea-9c45-005056b63dfd","name":"releaseCreatedBy","procDefId":"swf:36:312d0165-e842-11ea-8814-005056b63dfd","procDefKey":"swf","procInstId":"dc761fdf-ee98-11ea-9c45-005056b63dfd","rev":0,"rootProcInstId":"dc761fdf-ee98-11ea-9c45-005056b63dfd","sequenceCounter":1,"text":"152169","time":"Sep 4, 2020 3:54:48 PM","type":"VariableUpdate","varInstId":"dc7646f0-ee98-11ea-9c45-005056b63dfd","varType":"string"} 2021-01-20 10:58:55.486 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : createdBy:: 152169 Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 10:58:55.488 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 10:58:55.488 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : createdbymail:: a_jaya.bharathi@airtel.com 2021-01-20 10:58:55.488 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId not null::50.2 2021-01-20 10:58:55.489 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 10:58:55.489 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Approved 2021-01-20 10:58:55.489 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 10:58:55.490 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 10:58:55.490 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: admin@gmail.com 2021-01-20 10:58:55.490 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 10:58:55.490 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: refi-service operation 2021-01-20 10:58:55.490 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFI 2021-01-20 10:58:55.490 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 10:58:55.491 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 10:58:55.491 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-20 10:58:55.491 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 10:58:55.491 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFC 2021-01-20 10:58:55.491 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 10:58:55.492 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 10:58:55.492 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-20 10:58:55.492 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 10:58:55.492 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: rfc 2021-01-20 10:58:55.492 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 10:58:55.493 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 10:58:55.493 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-20 10:58:55.493 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 10:58:55.493 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: rfi by sales 2021-01-20 10:58:55.493 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFI 2021-01-20 10:58:55.493 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 10:58:55.494 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 10:58:55.494 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-20 10:58:55.495 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 10:58:55.495 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: Approved 2021-01-20 10:58:55.495 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Resubmit 2021-01-20 10:58:55.506 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service pfd data mandatory fyi Hibernate: select taskname,primarymails,secondarymail,value from release_approvers_list where releaseid=? 2021-01-20 11:02:50.664 INFO 33556 --- [nio-7001-exec-8] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-20 11:02:50.664 INFO 33556 --- [nio-7001-exec-8] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"B0218158","password":"test@123"} 2021-01-20 11:02:50.664 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:02:50.667 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: test@123 2021-01-20 11:02:50.900 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: false 2021-01-20 11:02:58.568 INFO 33556 --- [nio-7001-exec-2] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-20 11:02:58.569 INFO 33556 --- [nio-7001-exec-2] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"B0218158","password":"test123"} 2021-01-20 11:02:58.569 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:02:58.572 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: test123 2021-01-20 11:02:58.802 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-20 11:26:44.144 INFO 33556 --- [nio-7001-exec-4] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-20 11:26:44.145 INFO 33556 --- [nio-7001-exec-4] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"rapre","password":"rapre"} 2021-01-20 11:26:44.145 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:26:44.147 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: rapre 2021-01-20 11:26:44.379 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-20 11:42:14.327 INFO 33556 --- [io-7001-exec-10] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-20 11:42:14.328 INFO 33556 --- [io-7001-exec-10] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"152169","password":"152169"} 2021-01-20 11:42:14.328 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:42:14.330 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: 152169 2021-01-20 11:42:14.582 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-20 11:42:18.106 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.c.FetchTaskListController : Get product manager task list task List using cutom Api :::: 2021-01-20 11:42:18.107 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getUserTaskList Hibernate: select distinct t.id_ as task_id, t.EXECUTION_ID_ as execution_id, t.proc_def_id_ as proc_def_id, t.name_ as task_name, t.description_ as task_description, t.task_def_key_ as task_def_key, t.owner_ as task_owner, t.assignee_ as assignee from act_ru_task t,act_ru_variable v,act_id_user u where t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ =? and u.op_id=? and u.bu_id=? and v.name_ like '%release%' UNION select distinct i.task_id_ as task_id, t.execution_id_ as execution_id, t.proc_def_id_ as proc_def_id, t.name_ as task_name, t.description_ as task_description, t.task_def_key_ as task_def_key, t.owner_ as task_owner, t.assignee_ as assignee from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g,act_id_user u where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and v.name_ like 'release%' Hibernate: select DISTINCT v.id_ as Id, t.id_ as task_id , v.name_ as var_name , v.text_ as var_value from act_ru_task t,act_ru_variable v,act_id_user u where t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ =? and u.op_id=? and u.bu_id=? and v.name_ like '%release%' UNION select DISTINCT v.id_ as Id , i.task_id_ as task_id, v.name_ as var_name, v.text_ as var_value from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g,act_id_user u where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and v.name_ like 'release%' 2021-01-20 11:42:25.009 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.c.FetchTaskListController : Get getAuditLogs using cutom Api :::: 2021-01-20 11:42:25.010 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getAuditLogs Hibernate: select createdtime as time_,q.id_,q.proc_inst_id_, q.act_name_,q.assignee_, listagg(releaseId,',') within group (order by assignee_) as releaseId, listagg(approval,',') within group (order by assignee_) as approval, listagg(remarks,',') within group (order by assignee_)as remarks, listagg(medium,',') within group (order by assignee_)as medium from (select a.id_,a.proc_inst_id_, a.act_name_, a.assignee_, case when b.name_= 'releaseId' then b.text_ end as releaseId, case when b.name_= 'approve' and b.long_=1 then N'Approved' when b.name_= 'approve' then b.text_ end as approval, case when b.name_= 'remarks' then b.text_ end as remarks, case when b.name_= 'medium' then b.text_ end as medium, to_char(b.time_,'DD-MON-YYYY HH24:MI:SS') as createdtime from act_hi_actinst a, act_hi_detail b where a.proc_inst_id_=b.proc_inst_id_ and a.act_type_ in ('userTask','startEvent') and a.id_=b.act_inst_id_ and b.proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_='releaseId' and text_=?) and b.name_ in ('approve','remarks','releaseId','medium') order by b.time_ desc) q group by createdtime, q.id_,q.proc_inst_id_,q.act_name_,q.assignee_ order by createdtime asc Hibernate: select * from act_hi_detail where proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_ = 'releaseId' and text_=?) and name_ in ('releaseCreatedBy') 2021-01-20 11:42:25.064 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : actHiDetail::{"id":"dc766e07-ee98-11ea-9c45-005056b63dfd","actInstId":"StartEvent_1:dc7646f6-ee98-11ea-9c45-005056b63dfd","executionId":"dc761fdf-ee98-11ea-9c45-005056b63dfd","name":"releaseCreatedBy","procDefId":"swf:36:312d0165-e842-11ea-8814-005056b63dfd","procDefKey":"swf","procInstId":"dc761fdf-ee98-11ea-9c45-005056b63dfd","rev":0,"rootProcInstId":"dc761fdf-ee98-11ea-9c45-005056b63dfd","sequenceCounter":1,"text":"152169","time":"Sep 4, 2020 3:54:48 PM","type":"VariableUpdate","varInstId":"dc7646f0-ee98-11ea-9c45-005056b63dfd","varType":"string"} 2021-01-20 11:42:25.064 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : createdBy:: 152169 Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:42:25.066 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 11:42:25.066 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : createdbymail:: a_jaya.bharathi@airtel.com 2021-01-20 11:42:25.066 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId not null::50.2 2021-01-20 11:42:25.066 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:42:25.066 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Approved 2021-01-20 11:42:25.066 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:42:25.067 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 11:42:25.067 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: admin@gmail.com 2021-01-20 11:42:25.067 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:42:25.067 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: refi-service operation 2021-01-20 11:42:25.067 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFI 2021-01-20 11:42:25.067 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:42:25.068 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 11:42:25.068 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-20 11:42:25.068 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:42:25.068 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFC 2021-01-20 11:42:25.068 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:42:25.069 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 11:42:25.070 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-20 11:42:25.070 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:42:25.070 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: rfc 2021-01-20 11:42:25.070 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:42:25.071 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 11:42:25.071 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-20 11:42:25.071 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:42:25.071 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: rfi by sales 2021-01-20 11:42:25.071 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFI 2021-01-20 11:42:25.071 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:42:25.072 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 11:42:25.072 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-20 11:42:25.072 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:42:25.072 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: Approved 2021-01-20 11:42:25.072 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Resubmit 2021-01-20 11:44:23.161 INFO 33556 --- [nio-7001-exec-3] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-20 11:44:23.161 INFO 33556 --- [nio-7001-exec-3] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"152169","password":"152169"} 2021-01-20 11:44:23.161 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:44:23.163 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: 152169 2021-01-20 11:44:23.415 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-20 11:44:28.122 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.c.FetchTaskListController : Get product manager task list task List using cutom Api :::: 2021-01-20 11:44:28.122 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getUserTaskList Hibernate: select distinct t.id_ as task_id, t.EXECUTION_ID_ as execution_id, t.proc_def_id_ as proc_def_id, t.name_ as task_name, t.description_ as task_description, t.task_def_key_ as task_def_key, t.owner_ as task_owner, t.assignee_ as assignee from act_ru_task t,act_ru_variable v,act_id_user u where t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ =? and u.op_id=? and u.bu_id=? and v.name_ like '%release%' UNION select distinct i.task_id_ as task_id, t.execution_id_ as execution_id, t.proc_def_id_ as proc_def_id, t.name_ as task_name, t.description_ as task_description, t.task_def_key_ as task_def_key, t.owner_ as task_owner, t.assignee_ as assignee from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g,act_id_user u where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and v.name_ like 'release%' Hibernate: select DISTINCT v.id_ as Id, t.id_ as task_id , v.name_ as var_name , v.text_ as var_value from act_ru_task t,act_ru_variable v,act_id_user u where t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ =? and u.op_id=? and u.bu_id=? and v.name_ like '%release%' UNION select DISTINCT v.id_ as Id , i.task_id_ as task_id, v.name_ as var_name, v.text_ as var_value from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g,act_id_user u where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and v.name_ like 'release%' 2021-01-20 11:44:33.033 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.c.FetchTaskListController : Get getAuditLogs using cutom Api :::: 2021-01-20 11:44:33.033 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getAuditLogs Hibernate: select createdtime as time_,q.id_,q.proc_inst_id_, q.act_name_,q.assignee_, listagg(releaseId,',') within group (order by assignee_) as releaseId, listagg(approval,',') within group (order by assignee_) as approval, listagg(remarks,',') within group (order by assignee_)as remarks, listagg(medium,',') within group (order by assignee_)as medium from (select a.id_,a.proc_inst_id_, a.act_name_, a.assignee_, case when b.name_= 'releaseId' then b.text_ end as releaseId, case when b.name_= 'approve' and b.long_=1 then N'Approved' when b.name_= 'approve' then b.text_ end as approval, case when b.name_= 'remarks' then b.text_ end as remarks, case when b.name_= 'medium' then b.text_ end as medium, to_char(b.time_,'DD-MON-YYYY HH24:MI:SS') as createdtime from act_hi_actinst a, act_hi_detail b where a.proc_inst_id_=b.proc_inst_id_ and a.act_type_ in ('userTask','startEvent') and a.id_=b.act_inst_id_ and b.proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_='releaseId' and text_=?) and b.name_ in ('approve','remarks','releaseId','medium') order by b.time_ desc) q group by createdtime, q.id_,q.proc_inst_id_,q.act_name_,q.assignee_ order by createdtime asc Hibernate: select * from act_hi_detail where proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_ = 'releaseId' and text_=?) and name_ in ('releaseCreatedBy') 2021-01-20 11:44:33.062 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : actHiDetail::{"id":"dc766e07-ee98-11ea-9c45-005056b63dfd","actInstId":"StartEvent_1:dc7646f6-ee98-11ea-9c45-005056b63dfd","executionId":"dc761fdf-ee98-11ea-9c45-005056b63dfd","name":"releaseCreatedBy","procDefId":"swf:36:312d0165-e842-11ea-8814-005056b63dfd","procDefKey":"swf","procInstId":"dc761fdf-ee98-11ea-9c45-005056b63dfd","rev":0,"rootProcInstId":"dc761fdf-ee98-11ea-9c45-005056b63dfd","sequenceCounter":1,"text":"152169","time":"Sep 4, 2020 3:54:48 PM","type":"VariableUpdate","varInstId":"dc7646f0-ee98-11ea-9c45-005056b63dfd","varType":"string"} 2021-01-20 11:44:33.062 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : createdBy:: 152169 Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:44:33.064 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 11:44:33.064 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : createdbymail:: a_jaya.bharathi@airtel.com 2021-01-20 11:44:33.064 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId not null::50.2 2021-01-20 11:44:33.064 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:44:33.064 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Approved 2021-01-20 11:44:33.064 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:44:33.065 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 11:44:33.065 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: admin@gmail.com 2021-01-20 11:44:33.065 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:44:33.065 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: refi-service operation 2021-01-20 11:44:33.065 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFI 2021-01-20 11:44:33.065 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:44:33.066 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 11:44:33.066 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-20 11:44:33.066 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:44:33.066 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFC 2021-01-20 11:44:33.066 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:44:33.067 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 11:44:33.067 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-20 11:44:33.067 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:44:33.067 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: rfc 2021-01-20 11:44:33.067 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:44:33.068 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 11:44:33.068 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-20 11:44:33.068 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:44:33.068 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: rfi by sales 2021-01-20 11:44:33.068 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFI 2021-01-20 11:44:33.068 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:44:33.069 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 11:44:33.069 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-20 11:44:33.069 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:44:33.069 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: Approved 2021-01-20 11:44:33.069 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Resubmit 2021-01-20 11:44:40.941 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.c.FetchTaskListController : Get getAuditLogs using cutom Api :::: 2021-01-20 11:44:40.941 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getAuditLogs Hibernate: select createdtime as time_,q.id_,q.proc_inst_id_, q.act_name_,q.assignee_, listagg(releaseId,',') within group (order by assignee_) as releaseId, listagg(approval,',') within group (order by assignee_) as approval, listagg(remarks,',') within group (order by assignee_)as remarks, listagg(medium,',') within group (order by assignee_)as medium from (select a.id_,a.proc_inst_id_, a.act_name_, a.assignee_, case when b.name_= 'releaseId' then b.text_ end as releaseId, case when b.name_= 'approve' and b.long_=1 then N'Approved' when b.name_= 'approve' then b.text_ end as approval, case when b.name_= 'remarks' then b.text_ end as remarks, case when b.name_= 'medium' then b.text_ end as medium, to_char(b.time_,'DD-MON-YYYY HH24:MI:SS') as createdtime from act_hi_actinst a, act_hi_detail b where a.proc_inst_id_=b.proc_inst_id_ and a.act_type_ in ('userTask','startEvent') and a.id_=b.act_inst_id_ and b.proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_='releaseId' and text_=?) and b.name_ in ('approve','remarks','releaseId','medium') order by b.time_ desc) q group by createdtime, q.id_,q.proc_inst_id_,q.act_name_,q.assignee_ order by createdtime asc Hibernate: select * from act_hi_detail where proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_ = 'releaseId' and text_=?) and name_ in ('releaseCreatedBy') 2021-01-20 11:44:40.975 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : actHiDetail::{"id":"18d5a2e8-e92f-11ea-8ad2-005056b63dfd","actInstId":"StartEvent_1:18d5a2e7-e92f-11ea-8ad2-005056b63dfd","executionId":"18d57bd0-e92f-11ea-8ad2-005056b63dfd","name":"releaseCreatedBy","procDefId":"swf:36:312d0165-e842-11ea-8814-005056b63dfd","procDefKey":"swf","procInstId":"18d57bd0-e92f-11ea-8ad2-005056b63dfd","rev":0,"rootProcInstId":"18d57bd0-e92f-11ea-8ad2-005056b63dfd","sequenceCounter":1,"text":"152169","time":"Aug 28, 2020 6:35:07 PM","type":"VariableUpdate","varInstId":"18d57bd1-e92f-11ea-8ad2-005056b63dfd","varType":"string"} 2021-01-20 11:44:40.975 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : createdBy:: 152169 Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:44:40.977 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 11:44:40.977 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : createdbymail:: a_jaya.bharathi@airtel.com 2021-01-20 11:44:40.977 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:44:40.977 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: Approved 2021-01-20 11:44:40.977 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Resubmit 2021-01-20 11:44:40.977 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId not null::45.5 2021-01-20 11:44:40.977 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:44:40.977 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Approved 2021-01-20 11:44:40.977 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:44:40.979 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 11:44:40.979 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya@airtel.com 2021-01-20 11:44:40.979 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:44:40.979 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: rfc by legal 2021-01-20 11:44:40.979 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFC 2021-01-20 11:44:40.979 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:44:40.980 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 11:44:40.980 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: admin@gmail.com 2021-01-20 11:44:40.980 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:44:40.980 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: Approved by pm legal 2021-01-20 11:44:40.980 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Resubmit 2021-01-20 11:44:40.980 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:44:40.980 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Approved 2021-01-20 11:44:40.980 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:44:40.981 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 11:44:40.981 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: admin@gmail.com 2021-01-20 11:44:40.981 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:44:40.981 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: RFI by SM head 2021-01-20 11:44:40.981 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFI 2021-01-20 11:44:40.981 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:44:40.982 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 11:44:40.983 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-20 11:44:40.983 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:44:40.983 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: RFC by PFO 2021-01-20 11:44:40.983 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFC 2021-01-20 11:44:40.983 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:44:40.984 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 11:44:40.984 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-20 11:44:40.984 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:44:40.984 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: Resubmission by PM for Pricing committee 2021-01-20 11:44:40.984 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Resubmit 2021-01-20 11:44:40.984 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:44:40.984 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: Resumit Pricing 2nd 2021-01-20 11:44:40.984 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Resubmit 2021-01-20 11:44:40.984 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:44:40.984 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: Resubmit 3rd 2021-01-20 11:44:40.984 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Resubmit 2021-01-20 11:44:40.984 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:44:40.984 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: Approved 2021-01-20 11:44:40.984 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Approved 2021-01-20 11:44:40.984 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:44:40.985 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 11:44:40.985 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: admin@gmail.com 2021-01-20 11:44:40.985 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:44:40.985 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: resubmit 4th 2021-01-20 11:44:40.985 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Resubmit 2021-01-20 11:44:56.300 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.c.FetchTaskListController : Get getAuditLogs using cutom Api :::: 2021-01-20 11:44:56.300 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getAuditLogs Hibernate: select createdtime as time_,q.id_,q.proc_inst_id_, q.act_name_,q.assignee_, listagg(releaseId,',') within group (order by assignee_) as releaseId, listagg(approval,',') within group (order by assignee_) as approval, listagg(remarks,',') within group (order by assignee_)as remarks, listagg(medium,',') within group (order by assignee_)as medium from (select a.id_,a.proc_inst_id_, a.act_name_, a.assignee_, case when b.name_= 'releaseId' then b.text_ end as releaseId, case when b.name_= 'approve' and b.long_=1 then N'Approved' when b.name_= 'approve' then b.text_ end as approval, case when b.name_= 'remarks' then b.text_ end as remarks, case when b.name_= 'medium' then b.text_ end as medium, to_char(b.time_,'DD-MON-YYYY HH24:MI:SS') as createdtime from act_hi_actinst a, act_hi_detail b where a.proc_inst_id_=b.proc_inst_id_ and a.act_type_ in ('userTask','startEvent') and a.id_=b.act_inst_id_ and b.proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_='releaseId' and text_=?) and b.name_ in ('approve','remarks','releaseId','medium') order by b.time_ desc) q group by createdtime, q.id_,q.proc_inst_id_,q.act_name_,q.assignee_ order by createdtime asc Hibernate: select * from act_hi_detail where proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_ = 'releaseId' and text_=?) and name_ in ('releaseCreatedBy') 2021-01-20 11:44:56.337 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : actHiDetail::{"id":"bd15d17d-dff0-11ea-bb2b-005056b63dfd","actInstId":"StartEvent_1:bd15aa6c-dff0-11ea-bb2b-005056b63dfd","executionId":"bd15aa66-dff0-11ea-bb2b-005056b63dfd","name":"releaseCreatedBy","procDefId":"swf:27:0f92705c-dd62-11ea-83f2-68140109662a","procDefKey":"swf","procInstId":"bd15aa66-dff0-11ea-bb2b-005056b63dfd","rev":0,"rootProcInstId":"bd15aa66-dff0-11ea-bb2b-005056b63dfd","sequenceCounter":1,"text":"152169","time":"Aug 17, 2020 12:16:04 AM","type":"VariableUpdate","varInstId":"bd15aa68-dff0-11ea-bb2b-005056b63dfd","varType":"string"} 2021-01-20 11:44:56.338 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : createdBy:: 152169 Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:44:56.339 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 11:44:56.339 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : createdbymail:: a_jaya.bharathi@airtel.com 2021-01-20 11:44:56.340 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId not null::29.9 2021-01-20 11:44:56.340 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:44:56.340 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: ok 2021-01-20 11:44:56.340 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Approved 2021-01-20 11:44:56.340 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:44:56.341 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 11:44:56.341 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jayatest@airtel.com 2021-01-20 11:44:56.341 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:44:56.341 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: ok 2021-01-20 11:44:56.341 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Approved 2021-01-20 11:44:56.341 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:44:56.342 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 11:44:56.342 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: dummy.1@gmail.com 2021-01-20 11:44:56.342 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:44:56.342 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: RFI 2021-01-20 11:44:56.342 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFI 2021-01-20 11:44:56.342 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:44:56.343 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 11:44:56.343 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-20 11:45:03.765 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.c.FetchTaskListController : Get getAuditLogs using cutom Api :::: 2021-01-20 11:45:03.765 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getAuditLogs Hibernate: select createdtime as time_,q.id_,q.proc_inst_id_, q.act_name_,q.assignee_, listagg(releaseId,',') within group (order by assignee_) as releaseId, listagg(approval,',') within group (order by assignee_) as approval, listagg(remarks,',') within group (order by assignee_)as remarks, listagg(medium,',') within group (order by assignee_)as medium from (select a.id_,a.proc_inst_id_, a.act_name_, a.assignee_, case when b.name_= 'releaseId' then b.text_ end as releaseId, case when b.name_= 'approve' and b.long_=1 then N'Approved' when b.name_= 'approve' then b.text_ end as approval, case when b.name_= 'remarks' then b.text_ end as remarks, case when b.name_= 'medium' then b.text_ end as medium, to_char(b.time_,'DD-MON-YYYY HH24:MI:SS') as createdtime from act_hi_actinst a, act_hi_detail b where a.proc_inst_id_=b.proc_inst_id_ and a.act_type_ in ('userTask','startEvent') and a.id_=b.act_inst_id_ and b.proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_='releaseId' and text_=?) and b.name_ in ('approve','remarks','releaseId','medium') order by b.time_ desc) q group by createdtime, q.id_,q.proc_inst_id_,q.act_name_,q.assignee_ order by createdtime asc Hibernate: select * from act_hi_detail where proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_ = 'releaseId' and text_=?) and name_ in ('releaseCreatedBy') 2021-01-20 11:45:03.798 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : actHiDetail::{"id":"94b0cdd0-e928-11ea-8ad2-005056b63dfd","actInstId":"StartEvent_1:94b0cdcf-e928-11ea-8ad2-005056b63dfd","executionId":"94b0cdc8-e928-11ea-8ad2-005056b63dfd","name":"releaseCreatedBy","procDefId":"swf:36:312d0165-e842-11ea-8814-005056b63dfd","procDefKey":"swf","procInstId":"94b0cdc8-e928-11ea-8ad2-005056b63dfd","rev":0,"rootProcInstId":"94b0cdc8-e928-11ea-8ad2-005056b63dfd","sequenceCounter":1,"text":"152169","time":"Aug 28, 2020 5:48:29 PM","type":"VariableUpdate","varInstId":"94b0cdc9-e928-11ea-8ad2-005056b63dfd","varType":"string"} 2021-01-20 11:45:03.799 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : createdBy:: 152169 Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:45:03.800 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 11:45:03.800 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : createdbymail:: a_jaya.bharathi@airtel.com 2021-01-20 11:45:03.800 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:45:03.800 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: Approved 2021-01-20 11:45:03.800 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Resubmit 2021-01-20 11:45:03.800 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId not null::45.4 2021-01-20 11:45:03.800 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:45:03.800 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Approved 2021-01-20 11:45:03.800 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:45:03.801 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 11:45:03.801 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya@airtel.com 2021-01-20 11:45:03.801 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:45:03.801 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: RFI Raised 2021-01-20 11:45:03.801 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFC 2021-01-20 11:45:03.802 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:45:03.803 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 11:45:03.803 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: admin@gmail.com 2021-01-20 11:45:03.803 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:45:03.803 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: No Issues 2021-01-20 11:45:03.803 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Resubmit 2021-01-20 11:45:03.803 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:45:03.803 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: Approved from admin on behalf of Legal 2021-01-20 11:45:03.803 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Approved 2021-01-20 11:45:03.803 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:45:03.804 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 11:45:03.804 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: admin@gmail.com 2021-01-20 11:45:03.804 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:45:03.804 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFC 2021-01-20 11:45:03.804 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:45:03.805 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 11:45:03.805 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-20 11:45:03.805 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:45:03.805 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: Approved 2021-01-20 11:45:03.805 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Resubmit 2021-01-20 11:45:03.805 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:45:03.805 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: Issue need information 2021-01-20 11:45:03.805 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFI 2021-01-20 11:45:03.805 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:45:03.806 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 11:45:03.806 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-20 11:45:03.806 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:45:03.806 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: Approved 2021-01-20 11:45:03.806 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Resubmit 2021-01-20 11:45:03.806 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:45:03.806 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFI 2021-01-20 11:45:03.806 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:45:03.807 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 11:45:03.807 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-20 11:45:03.807 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:45:03.807 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: RFC by SM head 2021-01-20 11:45:03.807 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFC 2021-01-20 11:45:03.807 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:45:03.808 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 11:45:03.808 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-20 11:45:03.808 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:45:03.808 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: Approved 2021-01-20 11:45:03.808 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Resubmit 2021-01-20 11:45:03.808 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:45:03.808 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: Approved 2021-01-20 11:45:03.808 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Resubmit 2021-01-20 11:45:03.808 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:45:03.808 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: No Issues 2021-01-20 11:45:03.808 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Resubmit 2021-01-20 11:45:03.808 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:45:03.808 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: Approved - no issues pfo 2021-01-20 11:45:03.808 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Resubmit 2021-01-20 11:45:23.112 INFO 33556 --- [nio-7001-exec-1] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-20 11:45:23.112 INFO 33556 --- [nio-7001-exec-1] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"raManager1","password":"raManager1"} 2021-01-20 11:45:23.112 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:45:23.115 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: raManager1 2021-01-20 11:45:23.115 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: false 2021-01-20 11:45:32.990 INFO 33556 --- [nio-7001-exec-3] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-20 11:45:32.991 INFO 33556 --- [nio-7001-exec-3] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"raManager2","password":"test123"} 2021-01-20 11:45:32.991 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:45:32.993 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: test123 2021-01-20 11:45:33.349 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: false 2021-01-20 11:45:47.056 INFO 33556 --- [nio-7001-exec-6] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-20 11:45:47.056 INFO 33556 --- [nio-7001-exec-6] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"raManager1","password":"raManager1"} 2021-01-20 11:45:47.056 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:45:47.058 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: raManager1 2021-01-20 11:45:47.058 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: false 2021-01-20 11:45:53.041 INFO 33556 --- [nio-7001-exec-5] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-20 11:45:53.041 INFO 33556 --- [nio-7001-exec-5] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"raManager2","password":"test123"} 2021-01-20 11:45:53.041 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:45:53.043 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: test123 2021-01-20 11:45:53.306 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: false 2021-01-20 11:45:57.648 INFO 33556 --- [io-7001-exec-10] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-20 11:45:57.648 INFO 33556 --- [io-7001-exec-10] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"raManager2","password":"raManager2"} 2021-01-20 11:45:57.648 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:45:57.650 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: raManager2 2021-01-20 11:45:57.898 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-20 11:45:58.718 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.c.FetchTaskListController : Get taskList using cutom Api ::::revenuePlanningManager opId::Airtel_SriLanka buId::Airtel_SriL_Def Hibernate: select distinct i.task_id_ as task_id, t.execution_id_ as execution_id, t.proc_def_id_ as proc_def_id, t.name_ as task_name, t.description_ as task_description, t.task_def_key_ as task_def_key, t.owner_ as task_owner, t.assignee_ as assignee from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ is null and v.name_ like 'release%' Hibernate: select DISTINCT v.id_ as Id, i.task_id_ as task_id, v.name_ as var_name, v.text_ as var_value from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ is null and v.name_ like 'release%' 2021-01-20 11:46:00.141 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.c.FetchTaskListController : Get user task List using cutom Api :::: 2021-01-20 11:46:00.142 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getUserTaskList Hibernate: select distinct i.task_id_ as task_id, t.execution_id_ as execution_id, t.proc_def_id_ as proc_def_id, t.name_ as task_name, t.description_ as task_description, t.task_def_key_ as task_def_key, t.owner_ as task_owner, t.assignee_ as assignee from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g,act_id_user u where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ =? and u.op_id=? and u.bu_id=? and t.assignee_= u.id_ and v.name_ like 'release%' Hibernate: select DISTINCT v.id_ as Id, i.task_id_ as task_id, v.name_ as var_name, v.text_ as var_value from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g,act_id_user u where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ =? and u.op_id=? and u.bu_id=? and t.assignee_= u.id_ and v.name_ like 'release%' 2021-01-20 11:46:11.301 INFO 33556 --- [nio-7001-exec-9] c.t.t.h.p.c.FetchTaskListController : Get getAuditLogs using cutom Api :::: 2021-01-20 11:46:11.301 INFO 33556 --- [nio-7001-exec-9] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getAuditLogs Hibernate: select createdtime as time_,q.id_,q.proc_inst_id_, q.act_name_,q.assignee_, listagg(releaseId,',') within group (order by assignee_) as releaseId, listagg(approval,',') within group (order by assignee_) as approval, listagg(remarks,',') within group (order by assignee_)as remarks, listagg(medium,',') within group (order by assignee_)as medium from (select a.id_,a.proc_inst_id_, a.act_name_, a.assignee_, case when b.name_= 'releaseId' then b.text_ end as releaseId, case when b.name_= 'approve' and b.long_=1 then N'Approved' when b.name_= 'approve' then b.text_ end as approval, case when b.name_= 'remarks' then b.text_ end as remarks, case when b.name_= 'medium' then b.text_ end as medium, to_char(b.time_,'DD-MON-YYYY HH24:MI:SS') as createdtime from act_hi_actinst a, act_hi_detail b where a.proc_inst_id_=b.proc_inst_id_ and a.act_type_ in ('userTask','startEvent') and a.id_=b.act_inst_id_ and b.proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_='releaseId' and text_=?) and b.name_ in ('approve','remarks','releaseId','medium') order by b.time_ desc) q group by createdtime, q.id_,q.proc_inst_id_,q.act_name_,q.assignee_ order by createdtime asc Hibernate: select * from act_hi_detail where proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_ = 'releaseId' and text_=?) and name_ in ('releaseCreatedBy') 2021-01-20 11:46:11.334 INFO 33556 --- [nio-7001-exec-9] c.t.t.h.p.s.FetchTaskListServiceImpl : actHiDetail::{"id":"b4990a7b-cd8e-11ea-b9b0-005056b63dfd","actInstId":"StartEvent_1:b4990a7a-cd8e-11ea-b9b0-005056b63dfd","executionId":"b498e364-cd8e-11ea-b9b0-005056b63dfd","name":"releaseCreatedBy","procDefId":"swf:8:f7db64a0-c101-11ea-8668-005056b63dfd","procDefKey":"swf","procInstId":"b498e364-cd8e-11ea-b9b0-005056b63dfd","rev":0,"rootProcInstId":"b498e364-cd8e-11ea-b9b0-005056b63dfd","sequenceCounter":1,"text":"pmtel","time":"Jul 24, 2020 2:48:58 PM","type":"VariableUpdate","varInstId":"b4990a76-cd8e-11ea-b9b0-005056b63dfd","varType":"string"} 2021-01-20 11:46:11.334 INFO 33556 --- [nio-7001-exec-9] c.t.t.h.p.s.FetchTaskListServiceImpl : createdBy:: pmtel Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:46:11.336 INFO 33556 --- [nio-7001-exec-9] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"pmtel","email":"a_anmol.jain@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkYkFBdWo2bVRTVkxxQU93QXE2WkdhQSQyM0hOazZLVUwrM0toVmFyY1dKUXp1TGxlN29hTWdHeUQwTmZKL0RvWm9Z","rev":1,"opId":"Airtel_Telemedia","buId":"AIRTEL_TEL_DEF","circle":"PAN"} 2021-01-20 11:46:11.336 INFO 33556 --- [nio-7001-exec-9] c.t.t.h.p.s.FetchTaskListServiceImpl : createdbymail:: a_anmol.jain@airtel.com 2021-01-20 11:46:11.336 INFO 33556 --- [nio-7001-exec-9] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId not null::3.7 2021-01-20 11:46:25.697 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.c.FetchTaskListController : Get getAuditLogs using cutom Api :::: 2021-01-20 11:46:25.697 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getAuditLogs Hibernate: select createdtime as time_,q.id_,q.proc_inst_id_, q.act_name_,q.assignee_, listagg(releaseId,',') within group (order by assignee_) as releaseId, listagg(approval,',') within group (order by assignee_) as approval, listagg(remarks,',') within group (order by assignee_)as remarks, listagg(medium,',') within group (order by assignee_)as medium from (select a.id_,a.proc_inst_id_, a.act_name_, a.assignee_, case when b.name_= 'releaseId' then b.text_ end as releaseId, case when b.name_= 'approve' and b.long_=1 then N'Approved' when b.name_= 'approve' then b.text_ end as approval, case when b.name_= 'remarks' then b.text_ end as remarks, case when b.name_= 'medium' then b.text_ end as medium, to_char(b.time_,'DD-MON-YYYY HH24:MI:SS') as createdtime from act_hi_actinst a, act_hi_detail b where a.proc_inst_id_=b.proc_inst_id_ and a.act_type_ in ('userTask','startEvent') and a.id_=b.act_inst_id_ and b.proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_='releaseId' and text_=?) and b.name_ in ('approve','remarks','releaseId','medium') order by b.time_ desc) q group by createdtime, q.id_,q.proc_inst_id_,q.act_name_,q.assignee_ order by createdtime asc Hibernate: select * from act_hi_detail where proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_ = 'releaseId' and text_=?) and name_ in ('releaseCreatedBy') 2021-01-20 11:46:25.729 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : actHiDetail::{"id":"75fba8f7-dc9b-11ea-8db7-005056b63dfd","actInstId":"StartEvent_1:75fba8f6-dc9b-11ea-8db7-005056b63dfd","executionId":"75fba8f0-dc9b-11ea-8db7-005056b63dfd","name":"releaseCreatedBy","procDefId":"swf:26:61213d5f-dc64-11ea-a744-005056b63dfd","procDefKey":"swf","procInstId":"75fba8f0-dc9b-11ea-8db7-005056b63dfd","rev":0,"rootProcInstId":"75fba8f0-dc9b-11ea-8db7-005056b63dfd","sequenceCounter":1,"text":"152169","time":"Aug 12, 2020 6:28:04 PM","type":"VariableUpdate","varInstId":"75fba8f2-dc9b-11ea-8db7-005056b63dfd","varType":"string"} 2021-01-20 11:46:25.729 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : createdBy:: 152169 Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:46:25.731 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 11:46:25.731 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : createdbymail:: a_jaya.bharathi@airtel.com 2021-01-20 11:46:25.731 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId not null::19.3 2021-01-20 11:46:25.731 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:46:25.731 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: test 2021-01-20 11:46:25.731 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: rfc 2021-01-20 11:46:25.731 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:46:25.732 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 11:46:25.732 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jayatest@airtel.com 2021-01-20 11:46:25.732 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:46:25.732 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: rfc 2021-01-20 11:46:25.732 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:46:25.733 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 11:46:25.733 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jayatest@airtel.com 2021-01-20 11:46:25.733 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:46:25.733 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: ok 2021-01-20 11:46:25.733 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: resubmit 2021-01-20 11:46:25.733 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:46:25.733 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: ok 2021-01-20 11:46:25.733 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: resubmit 2021-01-20 11:46:25.733 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:46:25.733 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: resubmitting 2021-01-20 11:46:25.733 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: resubmit 2021-01-20 11:46:25.733 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:46:25.733 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: Approved 2021-01-20 11:46:25.733 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: resubmit 2021-01-20 11:46:25.733 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:46:25.733 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: Approved 2021-01-20 11:46:25.733 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: resubmit 2021-01-20 11:46:25.733 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:46:25.733 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: ok 2021-01-20 11:46:25.733 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: resubmit 2021-01-20 11:46:45.345 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.c.FetchTaskListController : Get getAuditLogs using cutom Api :::: 2021-01-20 11:46:45.345 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getAuditLogs Hibernate: select createdtime as time_,q.id_,q.proc_inst_id_, q.act_name_,q.assignee_, listagg(releaseId,',') within group (order by assignee_) as releaseId, listagg(approval,',') within group (order by assignee_) as approval, listagg(remarks,',') within group (order by assignee_)as remarks, listagg(medium,',') within group (order by assignee_)as medium from (select a.id_,a.proc_inst_id_, a.act_name_, a.assignee_, case when b.name_= 'releaseId' then b.text_ end as releaseId, case when b.name_= 'approve' and b.long_=1 then N'Approved' when b.name_= 'approve' then b.text_ end as approval, case when b.name_= 'remarks' then b.text_ end as remarks, case when b.name_= 'medium' then b.text_ end as medium, to_char(b.time_,'DD-MON-YYYY HH24:MI:SS') as createdtime from act_hi_actinst a, act_hi_detail b where a.proc_inst_id_=b.proc_inst_id_ and a.act_type_ in ('userTask','startEvent') and a.id_=b.act_inst_id_ and b.proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_='releaseId' and text_=?) and b.name_ in ('approve','remarks','releaseId','medium') order by b.time_ desc) q group by createdtime, q.id_,q.proc_inst_id_,q.act_name_,q.assignee_ order by createdtime asc Hibernate: select * from act_hi_detail where proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_ = 'releaseId' and text_=?) and name_ in ('releaseCreatedBy') 2021-01-20 11:46:45.374 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : actHiDetail::{"id":"4ab30227-e78a-11ea-93d9-005056b63dfd","actInstId":"StartEvent_1:4ab30226-e78a-11ea-93d9-005056b63dfd","executionId":"4ab3021f-e78a-11ea-93d9-005056b63dfd","name":"releaseCreatedBy","procDefId":"swf:33:8f53f182-e77e-11ea-93d9-005056b63dfd","procDefKey":"swf","procInstId":"4ab3021f-e78a-11ea-93d9-005056b63dfd","rev":0,"rootProcInstId":"4ab3021f-e78a-11ea-93d9-005056b63dfd","sequenceCounter":1,"text":"152169","time":"Aug 26, 2020 4:22:53 PM","type":"VariableUpdate","varInstId":"4ab30220-e78a-11ea-93d9-005056b63dfd","varType":"string"} 2021-01-20 11:46:45.375 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : createdBy:: 152169 Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:46:45.376 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 11:46:45.376 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : createdbymail:: a_jaya.bharathi@airtel.com 2021-01-20 11:46:45.376 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId not null::43.0 2021-01-20 11:46:50.790 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.c.FetchTaskListController : Get getAuditLogs using cutom Api :::: 2021-01-20 11:46:50.790 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getAuditLogs Hibernate: select createdtime as time_,q.id_,q.proc_inst_id_, q.act_name_,q.assignee_, listagg(releaseId,',') within group (order by assignee_) as releaseId, listagg(approval,',') within group (order by assignee_) as approval, listagg(remarks,',') within group (order by assignee_)as remarks, listagg(medium,',') within group (order by assignee_)as medium from (select a.id_,a.proc_inst_id_, a.act_name_, a.assignee_, case when b.name_= 'releaseId' then b.text_ end as releaseId, case when b.name_= 'approve' and b.long_=1 then N'Approved' when b.name_= 'approve' then b.text_ end as approval, case when b.name_= 'remarks' then b.text_ end as remarks, case when b.name_= 'medium' then b.text_ end as medium, to_char(b.time_,'DD-MON-YYYY HH24:MI:SS') as createdtime from act_hi_actinst a, act_hi_detail b where a.proc_inst_id_=b.proc_inst_id_ and a.act_type_ in ('userTask','startEvent') and a.id_=b.act_inst_id_ and b.proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_='releaseId' and text_=?) and b.name_ in ('approve','remarks','releaseId','medium') order by b.time_ desc) q group by createdtime, q.id_,q.proc_inst_id_,q.act_name_,q.assignee_ order by createdtime asc Hibernate: select * from act_hi_detail where proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_ = 'releaseId' and text_=?) and name_ in ('releaseCreatedBy') 2021-01-20 11:46:50.820 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.FetchTaskListServiceImpl : actHiDetail::{"id":"09936142-f26a-11ea-98c2-005056b63dfd","actInstId":"StartEvent_1:09936141-f26a-11ea-98c2-005056b63dfd","executionId":"0993613a-f26a-11ea-98c2-005056b63dfd","name":"releaseCreatedBy","procDefId":"swf:37:6ca772d6-f18c-11ea-a095-005056b63dfd","procDefKey":"swf","procInstId":"0993613a-f26a-11ea-98c2-005056b63dfd","rev":0,"rootProcInstId":"0993613a-f26a-11ea-98c2-005056b63dfd","sequenceCounter":1,"text":"152169","time":"Sep 9, 2020 12:29:42 PM","type":"VariableUpdate","varInstId":"0993613b-f26a-11ea-98c2-005056b63dfd","varType":"string"} 2021-01-20 11:46:50.820 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.FetchTaskListServiceImpl : createdBy:: 152169 Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:46:50.822 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 11:46:50.822 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.FetchTaskListServiceImpl : createdbymail:: a_jaya.bharathi@airtel.com 2021-01-20 11:46:50.822 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId not null::57.0 2021-01-20 11:46:50.822 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:46:50.822 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFI 2021-01-20 11:46:50.822 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:46:50.823 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 11:46:50.823 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jayatest@airtel.com 2021-01-20 11:46:50.823 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 11:46:50.823 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: Approved 2021-01-20 11:46:50.823 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Resubmit 2021-01-20 11:58:38.758 INFO 33556 --- [nio-7001-exec-7] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-20 11:58:38.759 INFO 33556 --- [nio-7001-exec-7] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"B0204445","password":"test123"} 2021-01-20 11:58:38.759 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 11:58:38.761 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: test123 2021-01-20 11:58:39.010 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-20 12:33:00.308 INFO 33556 --- [nio-7001-exec-8] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-20 12:33:00.308 INFO 33556 --- [nio-7001-exec-8] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"rapre","password":"rapre"} 2021-01-20 12:33:00.308 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 12:33:00.311 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: rapre 2021-01-20 12:33:00.646 INFO 33556 --- [nio-7001-exec-8] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-20 13:09:21.991 INFO 33556 --- [nio-7001-exec-1] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-20 13:09:21.992 INFO 33556 --- [nio-7001-exec-1] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"A13S6EXA","password":"test123"} 2021-01-20 13:09:21.992 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 13:09:21.995 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: test123 2021-01-20 13:09:22.207 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-20 15:19:51.361 INFO 33556 --- [nio-7001-exec-5] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-20 15:19:51.361 INFO 33556 --- [nio-7001-exec-5] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"A17F2KC5","password":"test123"} 2021-01-20 15:19:51.361 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 15:19:51.364 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: test123 2021-01-20 15:19:51.615 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-20 15:30:10.859 INFO 33556 --- [nio-7001-exec-1] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-20 15:30:10.859 INFO 33556 --- [nio-7001-exec-1] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"B0218158","password":"Test123"} 2021-01-20 15:30:10.859 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 15:30:10.862 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: Test123 2021-01-20 15:30:11.128 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: false 2021-01-20 15:30:18.314 INFO 33556 --- [nio-7001-exec-9] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-20 15:30:18.314 INFO 33556 --- [nio-7001-exec-9] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"B0218158","password":"test123"} 2021-01-20 15:30:18.315 INFO 33556 --- [nio-7001-exec-9] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 15:30:18.318 INFO 33556 --- [nio-7001-exec-9] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: test123 2021-01-20 15:30:18.565 INFO 33556 --- [nio-7001-exec-9] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-20 15:37:07.492 INFO 33556 --- [io-7001-exec-10] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-20 15:37:07.492 INFO 33556 --- [io-7001-exec-10] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"A17F2KC5","password":"test123"} 2021-01-20 15:37:07.492 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 15:37:07.495 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: test123 2021-01-20 15:37:07.709 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-20 15:49:46.152 INFO 33556 --- [nio-7001-exec-7] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-20 15:49:46.152 INFO 33556 --- [nio-7001-exec-7] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"B0203433","password":"test123"} 2021-01-20 15:49:46.152 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 15:49:46.154 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: test123 2021-01-20 15:49:46.449 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-20 16:44:01.328 INFO 33556 --- [nio-7001-exec-6] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-20 16:44:01.329 INFO 33556 --- [nio-7001-exec-6] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"152169","password":"152169"} 2021-01-20 16:44:01.329 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 16:44:01.331 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: 152169 2021-01-20 16:44:01.576 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-20 16:44:17.717 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.c.FetchTaskListController : Get product manager task list task List using cutom Api :::: 2021-01-20 16:44:17.717 INFO 33556 --- [io-7001-exec-10] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getUserTaskList Hibernate: select distinct t.id_ as task_id, t.EXECUTION_ID_ as execution_id, t.proc_def_id_ as proc_def_id, t.name_ as task_name, t.description_ as task_description, t.task_def_key_ as task_def_key, t.owner_ as task_owner, t.assignee_ as assignee from act_ru_task t,act_ru_variable v,act_id_user u where t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ =? and u.op_id=? and u.bu_id=? and v.name_ like '%release%' UNION select distinct i.task_id_ as task_id, t.execution_id_ as execution_id, t.proc_def_id_ as proc_def_id, t.name_ as task_name, t.description_ as task_description, t.task_def_key_ as task_def_key, t.owner_ as task_owner, t.assignee_ as assignee from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g,act_id_user u where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and v.name_ like 'release%' Hibernate: select DISTINCT v.id_ as Id, t.id_ as task_id , v.name_ as var_name , v.text_ as var_value from act_ru_task t,act_ru_variable v,act_id_user u where t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ =? and u.op_id=? and u.bu_id=? and v.name_ like '%release%' UNION select DISTINCT v.id_ as Id , i.task_id_ as task_id, v.name_ as var_name, v.text_ as var_value from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g,act_id_user u where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and v.name_ like 'release%' 2021-01-20 16:44:31.689 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.c.FetchTaskListController : Get getAuditLogs using cutom Api :::: 2021-01-20 16:44:31.690 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getAuditLogs Hibernate: select createdtime as time_,q.id_,q.proc_inst_id_, q.act_name_,q.assignee_, listagg(releaseId,',') within group (order by assignee_) as releaseId, listagg(approval,',') within group (order by assignee_) as approval, listagg(remarks,',') within group (order by assignee_)as remarks, listagg(medium,',') within group (order by assignee_)as medium from (select a.id_,a.proc_inst_id_, a.act_name_, a.assignee_, case when b.name_= 'releaseId' then b.text_ end as releaseId, case when b.name_= 'approve' and b.long_=1 then N'Approved' when b.name_= 'approve' then b.text_ end as approval, case when b.name_= 'remarks' then b.text_ end as remarks, case when b.name_= 'medium' then b.text_ end as medium, to_char(b.time_,'DD-MON-YYYY HH24:MI:SS') as createdtime from act_hi_actinst a, act_hi_detail b where a.proc_inst_id_=b.proc_inst_id_ and a.act_type_ in ('userTask','startEvent') and a.id_=b.act_inst_id_ and b.proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_='releaseId' and text_=?) and b.name_ in ('approve','remarks','releaseId','medium') order by b.time_ desc) q group by createdtime, q.id_,q.proc_inst_id_,q.act_name_,q.assignee_ order by createdtime asc Hibernate: select * from act_hi_detail where proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_ = 'releaseId' and text_=?) and name_ in ('releaseCreatedBy') 2021-01-20 16:44:31.753 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : actHiDetail::{"id":"18d5a2e8-e92f-11ea-8ad2-005056b63dfd","actInstId":"StartEvent_1:18d5a2e7-e92f-11ea-8ad2-005056b63dfd","executionId":"18d57bd0-e92f-11ea-8ad2-005056b63dfd","name":"releaseCreatedBy","procDefId":"swf:36:312d0165-e842-11ea-8814-005056b63dfd","procDefKey":"swf","procInstId":"18d57bd0-e92f-11ea-8ad2-005056b63dfd","rev":0,"rootProcInstId":"18d57bd0-e92f-11ea-8ad2-005056b63dfd","sequenceCounter":1,"text":"152169","time":"Aug 28, 2020 6:35:07 PM","type":"VariableUpdate","varInstId":"18d57bd1-e92f-11ea-8ad2-005056b63dfd","varType":"string"} 2021-01-20 16:44:31.753 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : createdBy:: 152169 Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 16:44:31.754 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 16:44:31.754 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : createdbymail:: a_jaya.bharathi@airtel.com 2021-01-20 16:44:31.755 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 16:44:31.755 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: Approved 2021-01-20 16:44:31.755 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Resubmit 2021-01-20 16:44:31.755 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId not null::45.5 2021-01-20 16:44:31.755 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 16:44:31.755 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Approved 2021-01-20 16:44:31.755 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 16:44:31.756 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 16:44:31.756 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya@airtel.com 2021-01-20 16:44:31.756 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 16:44:31.756 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: rfc by legal 2021-01-20 16:44:31.756 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFC 2021-01-20 16:44:31.756 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 16:44:31.757 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 16:44:31.757 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: admin@gmail.com 2021-01-20 16:44:31.757 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 16:44:31.757 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: Approved by pm legal 2021-01-20 16:44:31.757 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Resubmit 2021-01-20 16:44:31.757 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 16:44:31.757 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Approved 2021-01-20 16:44:31.757 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 16:44:31.758 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 16:44:31.758 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: admin@gmail.com 2021-01-20 16:44:31.758 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 16:44:31.758 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: RFI by SM head 2021-01-20 16:44:31.758 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFI 2021-01-20 16:44:31.758 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 16:44:31.759 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 16:44:31.760 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-20 16:44:31.760 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 16:44:31.760 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: RFC by PFO 2021-01-20 16:44:31.760 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: RFC 2021-01-20 16:44:31.760 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 16:44:31.761 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 16:44:31.761 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: a_jaya.bharathi@airtel.com 2021-01-20 16:44:31.761 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 16:44:31.761 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: Resubmission by PM for Pricing committee 2021-01-20 16:44:31.761 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Resubmit 2021-01-20 16:44:31.761 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 16:44:31.761 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: Resumit Pricing 2nd 2021-01-20 16:44:31.761 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Resubmit 2021-01-20 16:44:31.761 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 16:44:31.761 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: Resubmit 3rd 2021-01-20 16:44:31.761 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Resubmit 2021-01-20 16:44:31.761 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 16:44:31.761 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: Approved 2021-01-20 16:44:31.761 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Approved 2021-01-20 16:44:31.761 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : assignee is not null in case :: Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 16:44:31.762 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"152169","email":"a_jaya.bharathi@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkdjRmR3dDMkJob09QZkJEQUFEblpNQSRrMzk5VzNKbjFUVlVZY0xzaGVVZHZaWE1ib2E0dHRmbzdoNlM4OWZCL0Fn","rev":1,"opId":"Airtel_SriLanka","buId":"Airtel_SriL_Def","circle":"PAN"} 2021-01-20 16:44:31.762 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : mailid:: admin@gmail.com 2021-01-20 16:44:31.762 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId null::null 2021-01-20 16:44:31.762 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : remarks:: resubmit 4th 2021-01-20 16:44:31.762 INFO 33556 --- [nio-7001-exec-5] c.t.t.h.p.s.FetchTaskListServiceImpl : approval:: Resubmit 2021-01-20 16:46:08.891 INFO 33556 --- [nio-7001-exec-1] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-20 16:46:08.892 INFO 33556 --- [nio-7001-exec-1] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"raManager2","password":"raManager2"} 2021-01-20 16:46:08.892 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 16:46:08.894 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: raManager2 2021-01-20 16:46:09.156 INFO 33556 --- [nio-7001-exec-1] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-20 16:46:09.829 INFO 33556 --- [nio-7001-exec-4] c.t.t.h.p.c.FetchTaskListController : Get taskList using cutom Api ::::revenuePlanningManager opId::Airtel_SriLanka buId::Airtel_SriL_Def Hibernate: select distinct i.task_id_ as task_id, t.execution_id_ as execution_id, t.proc_def_id_ as proc_def_id, t.name_ as task_name, t.description_ as task_description, t.task_def_key_ as task_def_key, t.owner_ as task_owner, t.assignee_ as assignee from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ is null and v.name_ like 'release%' Hibernate: select DISTINCT v.id_ as Id, i.task_id_ as task_id, v.name_ as var_name, v.text_ as var_value from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ is null and v.name_ like 'release%' 2021-01-20 16:46:11.323 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.c.FetchTaskListController : Get user task List using cutom Api :::: 2021-01-20 16:46:11.323 INFO 33556 --- [nio-7001-exec-6] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getUserTaskList Hibernate: select distinct i.task_id_ as task_id, t.execution_id_ as execution_id, t.proc_def_id_ as proc_def_id, t.name_ as task_name, t.description_ as task_description, t.task_def_key_ as task_def_key, t.owner_ as task_owner, t.assignee_ as assignee from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g,act_id_user u where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ =? and u.op_id=? and u.bu_id=? and t.assignee_= u.id_ and v.name_ like 'release%' Hibernate: select DISTINCT v.id_ as Id, i.task_id_ as task_id, v.name_ as var_name, v.text_ as var_value from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g,act_id_user u where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ =? and u.op_id=? and u.bu_id=? and t.assignee_= u.id_ and v.name_ like 'release%' 2021-01-20 16:46:47.564 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.c.FetchTaskListController : Get getAuditLogs using cutom Api :::: 2021-01-20 16:46:47.565 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getAuditLogs Hibernate: select createdtime as time_,q.id_,q.proc_inst_id_, q.act_name_,q.assignee_, listagg(releaseId,',') within group (order by assignee_) as releaseId, listagg(approval,',') within group (order by assignee_) as approval, listagg(remarks,',') within group (order by assignee_)as remarks, listagg(medium,',') within group (order by assignee_)as medium from (select a.id_,a.proc_inst_id_, a.act_name_, a.assignee_, case when b.name_= 'releaseId' then b.text_ end as releaseId, case when b.name_= 'approve' and b.long_=1 then N'Approved' when b.name_= 'approve' then b.text_ end as approval, case when b.name_= 'remarks' then b.text_ end as remarks, case when b.name_= 'medium' then b.text_ end as medium, to_char(b.time_,'DD-MON-YYYY HH24:MI:SS') as createdtime from act_hi_actinst a, act_hi_detail b where a.proc_inst_id_=b.proc_inst_id_ and a.act_type_ in ('userTask','startEvent') and a.id_=b.act_inst_id_ and b.proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_='releaseId' and text_=?) and b.name_ in ('approve','remarks','releaseId','medium') order by b.time_ desc) q group by createdtime, q.id_,q.proc_inst_id_,q.act_name_,q.assignee_ order by createdtime asc Hibernate: select * from act_hi_detail where proc_inst_id_=(select proc_inst_id_ from act_hi_detail where name_ = 'releaseId' and text_=?) and name_ in ('releaseCreatedBy') 2021-01-20 16:46:47.596 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : actHiDetail::{"id":"b4990a7b-cd8e-11ea-b9b0-005056b63dfd","actInstId":"StartEvent_1:b4990a7a-cd8e-11ea-b9b0-005056b63dfd","executionId":"b498e364-cd8e-11ea-b9b0-005056b63dfd","name":"releaseCreatedBy","procDefId":"swf:8:f7db64a0-c101-11ea-8668-005056b63dfd","procDefKey":"swf","procInstId":"b498e364-cd8e-11ea-b9b0-005056b63dfd","rev":0,"rootProcInstId":"b498e364-cd8e-11ea-b9b0-005056b63dfd","sequenceCounter":1,"text":"pmtel","time":"Jul 24, 2020 2:48:58 PM","type":"VariableUpdate","varInstId":"b4990a76-cd8e-11ea-b9b0-005056b63dfd","varType":"string"} 2021-01-20 16:46:47.596 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : createdBy:: pmtel Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 16:46:47.597 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : actiduser::{"id":"pmtel","email":"a_anmol.jain@airtel.com","first":"test","last":"test","pwd":"JGFyZ29uMmkkdj0xOSRtPTY1NTM2LHQ9MixwPTEkYkFBdWo2bVRTVkxxQU93QXE2WkdhQSQyM0hOazZLVUwrM0toVmFyY1dKUXp1TGxlN29hTWdHeUQwTmZKL0RvWm9Z","rev":1,"opId":"Airtel_Telemedia","buId":"AIRTEL_TEL_DEF","circle":"PAN"} 2021-01-20 16:46:47.598 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : createdbymail:: a_anmol.jain@airtel.com 2021-01-20 16:46:47.598 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.FetchTaskListServiceImpl : releaseId not null::3.7 2021-01-20 17:02:16.914 INFO 33556 --- [nio-7001-exec-2] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-20 17:02:16.915 INFO 33556 --- [nio-7001-exec-2] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"B0218417","password":"Manti@371"} 2021-01-20 17:02:16.915 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 17:02:16.918 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: Manti@371 2021-01-20 17:02:17.235 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: false 2021-01-20 17:02:36.991 INFO 33556 --- [nio-7001-exec-7] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-20 17:02:36.991 INFO 33556 --- [nio-7001-exec-7] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"B0218417","password":"test123"} 2021-01-20 17:02:36.991 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 17:02:36.994 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: test123 2021-01-20 17:02:37.237 INFO 33556 --- [nio-7001-exec-7] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-20 17:06:05.967 INFO 33556 --- [nio-7001-exec-3] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-20 17:06:05.968 INFO 33556 --- [nio-7001-exec-3] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"B0218158","password":"test123"} 2021-01-20 17:06:05.968 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 17:06:05.972 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: test123 2021-01-20 17:06:06.314 INFO 33556 --- [nio-7001-exec-3] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-20 17:25:32.702 INFO 33556 --- [nio-7001-exec-2] c.t.t.hobs.pc.controller.UserController : Inside user login::::db 2021-01-20 17:25:32.703 INFO 33556 --- [nio-7001-exec-2] c.t.t.hobs.pc.controller.UserController : LoginRequestVo::::{"userName":"B0218417","password":"test123"} 2021-01-20 17:25:32.703 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.UserDetailsServiceImpl : Inside service of login Hibernate: select actiduser0_.ID_ as id_1_3_, actiduser0_.ATTEMPTS_ as attempts_2_3_, actiduser0_.BU_ID as bu_id3_3_, actiduser0_.CIRCLE as circle4_3_, actiduser0_.EMAIL_ as email_5_3_, actiduser0_.FIRST_ as first_6_3_, actiduser0_.LAST_ as last_7_3_, actiduser0_.LOCK_EXP_TIME_ as lock_exp_time_8_3_, actiduser0_.OP_ID as op_id9_3_, actiduser0_.PICTURE_ID_ as picture_id_10_3_, actiduser0_.PWD_ as pwd_11_3_, actiduser0_.REV_ as rev_12_3_, actiduser0_.SALT_ as salt_13_3_ from ACT_ID_USER actiduser0_ where actiduser0_.ID_=? 2021-01-20 17:25:32.706 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.UserDetailsServiceImpl : login password:: test123 2021-01-20 17:25:33.016 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.UserDetailsServiceImpl : encryted password and password is same:: true 2021-01-20 20:01:40.376 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.c.FetchTaskListController : Get product manager task list task List using cutom Api :::: 2021-01-20 20:01:40.376 INFO 33556 --- [nio-7001-exec-2] c.t.t.h.p.s.FetchTaskListServiceImpl : Inside service of getUserTaskList Hibernate: select distinct t.id_ as task_id, t.EXECUTION_ID_ as execution_id, t.proc_def_id_ as proc_def_id, t.name_ as task_name, t.description_ as task_description, t.task_def_key_ as task_def_key, t.owner_ as task_owner, t.assignee_ as assignee from act_ru_task t,act_ru_variable v,act_id_user u where t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ =? and u.op_id=? and u.bu_id=? and v.name_ like '%release%' UNION select distinct i.task_id_ as task_id, t.execution_id_ as execution_id, t.proc_def_id_ as proc_def_id, t.name_ as task_name, t.description_ as task_description, t.task_def_key_ as task_def_key, t.owner_ as task_owner, t.assignee_ as assignee from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g,act_id_user u where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and v.name_ like 'release%' Hibernate: select DISTINCT v.id_ as Id, t.id_ as task_id , v.name_ as var_name , v.text_ as var_value from act_ru_task t,act_ru_variable v,act_id_user u where t.proc_inst_id_=v.proc_inst_id_ and t.assignee_ =? and u.op_id=? and u.bu_id=? and v.name_ like '%release%' UNION select DISTINCT v.id_ as Id , i.task_id_ as task_id, v.name_ as var_name, v.text_ as var_value from act_ru_task t,act_ru_variable v,act_ru_identitylink i,act_id_group g,act_id_user u where i.task_id_=t.id_ and i.group_id_=? and i.group_id_=g.id_ and g.op_id=? and g.bu_id=? and t.proc_inst_id_=v.proc_inst_id_ and v.name_ like 'release%'