reportportal / kubernetes

Kubernetes/Helm configs for ReportPortal
https://reportportal.io
Apache License 2.0
77 stars 191 forks source link

reportportal-api pod running but never ready #430

Open ldcorentin opened 3 weeks ago

ldcorentin commented 3 weeks ago

Hey guys,

We are trying to deploy report portal 24.2.0 but we are facing one issue regarding the api. We want to deploy it in an air gap environment.

image

The pod suddenly stop when being enable to load plugin 'email'.

Here are the logs of the pods.

migrations-waiting-init [2024-10-31 05:31:21] job reportportal-migrations is ready.
api 
api     ____                        __  ____             __        __
api    / __ \___  ____  ____  _____/ /_/ __ \____  _____/ /_____ _/ /
api   / /_/ / _ \/ __ \/ __ \/ ___/ __/ /_/ / __ \/ ___/ __/ __ `/ /
api  / _, _/  __/ /_/ / /_/ / /  / /_/ ____/ /_/ / /  / /_/ /_/ / /
api /_/ |_|\___/ .___/\____/_/   \__/_/    \____/_/   \__/\__,_/_/
api           /_/
api                 API Service: 5.12.0
api                 Built with ♡ by EPAM Systems
api                 Spring Boot  (v2.5.15)
api 
api 2024-10-31 07:18:19.071  INFO 1 --- [           main] c.e.t.r.core.configs.ReportPortalApp     : Starting ReportPortalApp using Java 21.0.4 on reportportal-api-9c465b9b9-zk74j with PID 1 (/usr/app/service-api-5.12.0-exec.jar started by root in /usr/app)
api 2024-10-31 07:18:19.072  INFO 1 --- [           main] c.e.t.r.core.configs.ReportPortalApp     : The following 1 profile is active: "default"
api 2024-10-31 07:18:22.194  INFO 1 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
api 2024-10-31 07:18:22.672  INFO 1 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 472 ms. Found 32 JPA repository interfaces.
api 2024-10-31 07:18:25.078  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'userRoleHierarchy' of type [com.epam.ta.reportportal.auth.UserRoleHierarchy] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:25.080  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'securityConfiguration' of type [com.epam.ta.reportportal.core.configs.SecurityConfiguration$$EnhancerBySpringCGLIB$$1d1f4332] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:25.086  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'permissionEvaluator' of type [com.epam.ta.reportportal.auth.permissions.PermissionEvaluatorFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:25.198  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean '(inner bean)#5ebd56e9' of type [org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:25.200  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean '(inner bean)#5ebd56e9' of type [java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:25.202  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean '(inner bean)#cc6460c' of type [org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:25.207  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.sql.init.DataSourceInitializationConfiguration' of type [org.springframework.boot.autoconfigure.sql.init.DataSourceInitializationConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:25.298  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'dataSourceConfig' of type [com.epam.ta.reportportal.config.DataSourceConfig$$EnhancerBySpringCGLIB$$6ca8f5ed] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:25.386  INFO 1 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
api 2024-10-31 07:18:26.188  INFO 1 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
api 2024-10-31 07:18:26.190  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:26.206  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties' of type [org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:26.267  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'dataSourceScriptDatabaseInitializer' of type [org.springframework.boot.jdbc.init.DataSourceScriptDatabaseInitializer] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:26.270  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'databaseConfiguration' of type [com.epam.ta.reportportal.config.DatabaseConfiguration$$EnhancerBySpringCGLIB$$1b8ab2d7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:26.774  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'transactionAwareDataSource' of type [org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:26.775  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'connectionProvider' of type [org.jooq.impl.DataSourceConnectionProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:26.778  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'configuration' of type [org.jooq.impl.DefaultConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:26.971  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'dsl' of type [org.jooq.impl.DefaultDSLContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:27.699  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'projectUserRepositoryCustomImpl' of type [com.epam.ta.reportportal.dao.ProjectUserRepositoryCustomImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:27.781  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'projectUserRepositoryCustomImplFragment' of type [org.springframework.data.repository.core.support.RepositoryFragment$ImplementedRepositoryFragment] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:27.782  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean '(inner bean)#560513ce' of type [org.springframework.data.repository.core.support.RepositoryFragmentsFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:27.783  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean '(inner bean)#560513ce' of type [org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:28.170  INFO 1 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
api 2024-10-31 07:18:28.295  INFO 1 --- [           main] org.hibernate.Version                    : HHH000412: Hibernate ORM core version 5.6.15.Final
api 2024-10-31 07:18:28.610  INFO 1 --- [           main] o.hibernate.annotations.common.Version   : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
api 2024-10-31 07:18:29.997  INFO 1 --- [           main] org.hibernate.dialect.Dialect            : HHH000400: Using dialect: com.epam.ta.reportportal.commons.JsonbAwarePostgresDialect
api 2024-10-31 07:18:30.887  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean '(inner bean)#7ae0a26' of type [org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:30.888  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean '(inner bean)#7ae0a26' of type [org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean$TargetBeanObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:33.807  INFO 1 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
api 2024-10-31 07:18:33.819  INFO 1 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
api 2024-10-31 07:18:33.867  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'entityManagerFactory' of type [jdk.proxy2.$Proxy171] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:33.897  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean '(inner bean)#748fe51d' of type [jdk.proxy2.$Proxy172] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:33.973  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'jpaMappingContext' of type [org.springframework.data.jpa.repository.config.JpaMetamodelMappingContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:33.974  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'jpaMappingContext' of type [org.springframework.data.jpa.mapping.JpaMetamodelMappingContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:34.579  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'projectUserRepository' of type [com.epam.ta.reportportal.config.DatabaseConfiguration$RpRepoFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:34.582  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'projectUserRepository' of type [jdk.proxy2.$Proxy174] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:34.591  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'projectExtractor' of type [com.epam.ta.reportportal.util.ProjectExtractor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:34.591  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'assignedToProjectPermission' of type [com.epam.ta.reportportal.auth.permissions.AssignedToProjectPermission] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:34.593  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'notCustomerPermission' of type [com.epam.ta.reportportal.auth.permissions.NotCustomerPermission] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:34.595  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'projectManagerPermission' of type [com.epam.ta.reportportal.auth.permissions.ProjectManagerPermission] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:34.596  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'reporterPermission' of type [com.epam.ta.reportportal.auth.permissions.ReporterPermission] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:34.597  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'permissionEvaluator' of type [com.epam.ta.reportportal.auth.permissions.ReportPortalPermissionEvaluator] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:34.597  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'securityConfiguration.MethodSecurityConfig' of type [com.epam.ta.reportportal.core.configs.SecurityConfiguration$MethodSecurityConfig$$EnhancerBySpringCGLIB$$8ae0ff97] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:34.665  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'jacksonConfiguration' of type [com.epam.ta.reportportal.core.configs.JacksonConfiguration$$EnhancerBySpringCGLIB$$23cb0fa9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:34.685  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'objectMapper' of type [com.fasterxml.jackson.databind.ObjectMapper] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:34.774  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'jsonConverter' of type [org.springframework.http.converter.json.MappingJackson2HttpMessageConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:34.780  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'stringConverter' of type [org.springframework.http.converter.StringHttpMessageConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:34.781  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'openMetricsTextStringConverter' of type [org.springframework.http.converter.StringHttpMessageConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:34.782  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'byteArrayConverter' of type [org.springframework.http.converter.ByteArrayHttpMessageConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:34.784  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'mvcConfig' of type [com.epam.ta.reportportal.core.configs.MvcConfig$$EnhancerBySpringCGLIB$$ef96a898] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
api 2024-10-31 07:18:35.569  INFO 1 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8585 (http)
api 2024-10-31 07:18:35.578  INFO 1 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
api 2024-10-31 07:18:35.578  INFO 1 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.86]
api 2024-10-31 07:18:35.678  INFO 1 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/api]    : Initializing Spring embedded WebApplicationContext
api 2024-10-31 07:18:35.678  INFO 1 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 16503 ms
api 2024-10-31 07:18:36.590  INFO 1 --- [           main] org.quartz.impl.StdSchedulerFactory      : Using default implementation for ThreadExecutor
api 2024-10-31 07:18:36.598  INFO 1 --- [           main] org.quartz.core.SchedulerSignalerImpl    : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
api 2024-10-31 07:18:36.598  INFO 1 --- [           main] org.quartz.core.QuartzScheduler          : Quartz Scheduler v.2.3.2 created.
api 2024-10-31 07:18:36.603  INFO 1 --- [           main] o.s.s.quartz.LocalDataSourceJobStore     : Using db table-based data access locking (synchronization).
api 2024-10-31 07:18:36.604  INFO 1 --- [           main] o.s.s.quartz.LocalDataSourceJobStore     : JobStoreCMT initialized.
api 2024-10-31 07:18:36.605  INFO 1 --- [           main] org.quartz.core.QuartzScheduler          : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'reportportal' with instanceId 'api:e2375fef74c81a3ae3325a563853f080'
api   Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
api   NOT STARTED.
api   Currently in standby mode.
api   Number of jobs executed: 0
api   Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 1 threads.
api   Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is clustered.
api 
api 2024-10-31 07:18:36.605  INFO 1 --- [           main] org.quartz.impl.StdSchedulerFactory      : Quartz scheduler 'reportportal' initialized from an externally provided properties instance.
api 2024-10-31 07:18:36.605  INFO 1 --- [           main] org.quartz.impl.StdSchedulerFactory      : Quartz scheduler version: 2.3.2
api 2024-10-31 07:18:36.605  INFO 1 --- [           main] org.quartz.core.QuartzScheduler          : JobFactory set to: com.epam.ta.reportportal.core.configs.SchedulerConfiguration$2@12544a50
api 2024-10-31 07:18:38.879  INFO 1 --- [           main] org.pf4j.DefaultPluginStatusProvider     : Enabled plugins: ]
api 2024-10-31 07:18:38.879  INFO 1 --- [           main] org.pf4j.DefaultPluginStatusProvider     : Disabled plugins: ]
api 2024-10-31 07:18:38.883  INFO 1 --- [           main] org.pf4j.DefaultPluginManager            : PF4J version 3.10.0 in 'deployment' mode
api 2024-10-31 07:18:42.507 ERROR 1 --- [           main] c.e.t.r.plugin.Pf4jPluginManager         : Unable to load plugin 'email'
Stream closed EOF for report-portal/reportportal-api-9c465b9b9-zk74j (api)

Thanks for your help guys, Corentin

ldcorentin commented 2 weeks ago

Any suggestions on how could move forward with this ?

The deployment works fine locally on minikube without internet access.

hlebkanonik commented 2 weeks ago

Hi @ldcorentin, I have a few questions to clarify the issue: Could you please share the logs from the migrations service? What type of storage are you using? MinIO or S3?

ldcorentin commented 2 weeks ago

Hi @hlebkanonik.

For the storage we use directly AWS EFS and here are the logs :

stream logs failed container "migrations" in pod "reportportal-migrations-qkwbx" is waiting to start: ContainerCreating for report-portal/reportportal-migrations-qkwbx (migrations)
wait-for-it.sh: waiting for opensearch-cluster-master.report-portal.svc.cluster.local:9200 without a timeout
wait-for-it.sh: waiting for reportportal.c3cgb0damtvh.eu-west-1.rds.amazonaws.com:5432 without a timeout
wait-for-it.sh: reportportal.c3cgb0damtvh.eu-west-1.rds.amazonaws.com:5432 is available after 0 seconds
no change
wait-for-it.sh: opensearch-cluster-master.report-portal.svc.cluster.local:9200 is available after 38 seconds
Template 'logs' already exists.
Stream closed EOF for report-portal/reportportal-migrations-qkwbx (migrations)
hlebkanonik commented 2 weeks ago

Could you provide the data from the public.schema_migrations?

SELECT * FROM public.schema_migrations;

Storage and directory must be shared among API, UAT, and Jobs services. Can you confirm this? Also, please check if the API has sufficient permissions to store files in the EFS volume.

ldcorentin commented 2 weeks ago

Here is what I have executing SELECT * FROM public.schema_migrations;

reportportaldb=> SELECT * FROM public.schema_migrations;
 version | dirty
---------+-------
      89 | f
(1 row)

Regarding EFS, here is my config :

storage:
  type: filesystem
  secretName: ""
  endpoint: 
  ssl: false
  port: 443
  region: ""
  bucket:
    type: single
    bucketDefaultName: "my-bucket-xxxxxxxx"
    bucketMultiPrefix: "prj-"
    bucketMultiPostfix: ""
    bucketMultiSaltName: "keystore"
  volume:
    capacity: 50Gi
    storageClassName: "efs-sc"
    annotations: {}
    volumeConfig:
      type: "csi"
      hostPath: {}
      local:
        nodeSelectorNames: []
      csi:
        driver: "efs.csi.aws.com"
        volumeHandle: "fs-XXXXXXXXXXXXXXXXX.efs.eu-west-1.amazonaws.com"
        fsType: "ext4"
        readOnly: "false"
hlebkanonik commented 2 weeks ago

Thank you! Do the API, UAT, and Jobs services share the same path on this EFS volume? And does the EFS volume have sufficient write permissions for the API? You can check that from the AWS Console in EFS Mount points.

DzmitryHumianiuk commented 2 weeks ago

@ldcorentin ^

ldcorentin commented 2 weeks ago

Indeed I have multiple access points for the efs with obviously different PVC. I'll make sure they are all using the same to share data. I'll keep you posted @hlebkanonik :)

ldcorentin commented 1 week ago

Thanks for your patience @hlebkanonik. I created manually the access point on EFS. So in my values I change the volume handle from fs-035f640XXXXXXXXXX.efs.eu-west-1.amazonaws.com to fs-035f640XXXXXXXXXX::fsap-0971e96XXXXXXXXXXX. We still have the same issue. So far here is our pvc :

Name:          reportportal-shared-volume-claim
Namespace:     report-portal
StorageClass:  efs-sc
Status:        Bound
Volume:        reportportal-shared-volume
Labels:        app.kubernetes.io/managed-by=Helm
Annotations:   meta.helm.sh/release-name: reportportal
               meta.helm.sh/release-namespace: report-portal
               pv.kubernetes.io/bind-completed: yes
               pv.kubernetes.io/bound-by-controller: yes
Finalizers:    [kubernetes.io/pvc-protection]
Capacity:      50Gi
Access Modes:  RWX
VolumeMode:    Filesystem
Used By:       reportportal-analyzer-0
               reportportal-analyzer-train-0
               reportportal-api-658b87dc64-9j8js
               reportportal-jobs-7bd6f8b484-hxpdh
               reportportal-uat-9c97d7949-tkq6f
Events:        <none>

Here is the pv :

Name:            reportportal-shared-volume
Labels:          app.kubernetes.io/managed-by=Helm
Annotations:     meta.helm.sh/release-name: reportportal
                 meta.helm.sh/release-namespace: report-portal
                 pv.kubernetes.io/bound-by-controller: yes
Finalizers:      [kubernetes.io/pv-protection]
StorageClass:    efs-sc
Status:          Bound
Claim:           report-portal/reportportal-shared-volume-claim
Reclaim Policy:  Retain
Access Modes:    RWX
VolumeMode:      Filesystem
Capacity:        50Gi
Node Affinity:   <none>
Message:         
Source:
    Type:              CSI (a Container Storage Interface (CSI) volume source)
    Driver:            efs.csi.aws.com
    FSType:            ext4
    VolumeHandle:      fs-035f640XXXXXXXXXX::fsap-0971e96XXXXXXXXXXX
    ReadOnly:          false
    VolumeAttributes:  <none>
Events:                <none>
hlebkanonik commented 1 week ago

@ldcorentin, could you try to increase resources for the API?

serviceapi:
  resources:
    requests:
      cpu: 1000m
      memory: 2Gi
    limits:
      cpu: 2000m
      memory: 4Gi

Are you having issues with internet access on the instance? Another step in loading the API is downloading the JUnit plugin from GitHub

image

ldcorentin commented 1 week ago

@hlebkanonik, I increased the resources for the API it didn't change anything. I confirm you that I'm deploying reportportal in an air gapped environment so I indeed can't connect to github API

ldcorentin commented 1 week ago

@DzmitryHumianiuk is there a way I can specify another location such as a S3 bucket for example ? Using maybe this When @param storage.bucket.type=multi @param storage.bucket.bucketDefaultName defines plugins bucket If not can we disable them and upload them manually or via API after the deployment ?

DzmitryHumianiuk commented 1 week ago

@ldcorentin we are looking into that, this may require an API update and a separate component release.

hlebkanonik commented 1 week ago

@ldcorentin, could you please add the following environment variables to the API? Also, please share the logs, to help us identify any additional issues.

serviceapi:
  extraEnvs:
    - name: LOGGING_LEVEL_ORG_SPRINGFRAMEWORK_SECURITY
      value: "debug"
    - name: LOGGING_LEVEL_ORG_SPRINGFRAMEWORK_WEB_BIND
      value: "debug"
    - name: LOGGING_LEVEL_COM_EPAM_TA_REPORTPORTAL_WS_CONTROLLER
      value: "debug"
    - name: LOGGING_LEVEL_COM_EPAM_TA_REPORTPORTAL_WS_RABBIT
      value: "debug"

How many nodes are you using for ReportPortal? What is the CPU and memory capacity for each node?

ldcorentin commented 1 week ago

@hlebkanonik We have two nodes with each 4 vCPU and 8Gi of memory (c6a.xlarge in AWS). Here are more logs:


    ____                        __  ____             __        __
   / __ \___  ____  ____  _____/ /_/ __ \____  _____/ /_____ _/ /
  / /_/ / _ \/ __ \/ __ \/ ___/ __/ /_/ / __ \/ ___/ __/ __ `/ /
 / _, _/  __/ /_/ / /_/ / /  / /_/ ____/ /_/ / /  / /_/ /_/ / /
/_/ |_|\___/ .___/\____/_/   \__/_/    \____/_/   \__/\__,_/_/
          /_/
                API Service: 5.12.0
                Built with ♡ by EPAM Systems
                Spring Boot  (v2.5.15)

2024-11-14 08:25:17.187  INFO 1 --- [           main] c.e.t.r.core.configs.ReportPortalApp     : Starting ReportPortalApp using Java 21.0.4 on reportportal-api-5477fb798-smfqc with PID 1 (/usr/app/service-api-5.12.0-exec.jar started by root in /usr/app)
2024-11-14 08:25:17.190  INFO 1 --- [           main] c.e.t.r.core.configs.ReportPortalApp     : The following 1 profile is active: "default"
2024-11-14 08:25:20.230  INFO 1 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-11-14 08:25:20.672  INFO 1 --- [           main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 426 ms. Found 32 JPA repository interfaces.
2024-11-14 08:25:23.084  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'userRoleHierarchy' of type [com.epam.ta.reportportal.auth.UserRoleHierarchy] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:23.089  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'securityConfiguration' of type [com.epam.ta.reportportal.core.configs.SecurityConfiguration$$EnhancerBySpringCGLIB$$3d2f9080] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:23.098  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'permissionEvaluator' of type [com.epam.ta.reportportal.auth.permissions.PermissionEvaluatorFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:23.190  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean '(inner bean)#37cd92d6' of type [org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:23.204  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean '(inner bean)#37cd92d6' of type [java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:23.208  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean '(inner bean)#4b629f13' of type [org.springframework.data.repository.core.support.PropertiesBasedNamedQueries] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:23.234  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.boot.autoconfigure.sql.init.DataSourceInitializationConfiguration' of type [org.springframework.boot.autoconfigure.sql.init.DataSourceInitializationConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:23.327  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'dataSourceConfig' of type [com.epam.ta.reportportal.config.DataSourceConfig$$EnhancerBySpringCGLIB$$8cb9433b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:23.390  INFO 1 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Starting...
2024-11-14 08:25:24.132  INFO 1 --- [           main] com.zaxxer.hikari.HikariDataSource       : HikariPool-1 - Start completed.
2024-11-14 08:25:24.134  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'dataSource' of type [com.zaxxer.hikari.HikariDataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:24.149  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'spring.sql.init-org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties' of type [org.springframework.boot.autoconfigure.sql.init.SqlInitializationProperties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:24.155  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'dataSourceScriptDatabaseInitializer' of type [org.springframework.boot.jdbc.init.DataSourceScriptDatabaseInitializer] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:24.158  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'databaseConfiguration' of type [com.epam.ta.reportportal.config.DatabaseConfiguration$$EnhancerBySpringCGLIB$$3b9b0025] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:24.426  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'transactionAwareDataSource' of type [org.springframework.jdbc.datasource.TransactionAwareDataSourceProxy] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:24.428  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'connectionProvider' of type [org.jooq.impl.DataSourceConnectionProvider] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:24.432  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'configuration' of type [org.jooq.impl.DefaultConfiguration] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:24.531  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'dsl' of type [org.jooq.impl.DefaultDSLContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:25.063  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'projectUserRepositoryCustomImpl' of type [com.epam.ta.reportportal.dao.ProjectUserRepositoryCustomImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:25.096  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'projectUserRepositoryCustomImplFragment' of type [org.springframework.data.repository.core.support.RepositoryFragment$ImplementedRepositoryFragment] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:25.100  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean '(inner bean)#2427e004' of type [org.springframework.data.repository.core.support.RepositoryFragmentsFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:25.103  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean '(inner bean)#2427e004' of type [org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:25.183  INFO 1 --- [           main] o.hibernate.jpa.internal.util.LogHelper  : HHH000204: Processing PersistenceUnitInfo [name: default]
2024-11-14 08:25:25.346  INFO 1 --- [           main] org.hibernate.Version                    : HHH000412: Hibernate ORM core version 5.6.15.Final
2024-11-14 08:25:25.648  INFO 1 --- [           main] o.hibernate.annotations.common.Version   : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2024-11-14 08:25:26.691  INFO 1 --- [           main] org.hibernate.dialect.Dialect            : HHH000400: Using dialect: com.epam.ta.reportportal.commons.JsonbAwarePostgresDialect
2024-11-14 08:25:27.461  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean '(inner bean)#278c998' of type [org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:27.463  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean '(inner bean)#278c998' of type [org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean$TargetBeanObjectFactory] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:29.410  INFO 1 --- [           main] o.h.e.t.j.p.i.JtaPlatformInitiator       : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2024-11-14 08:25:29.424  INFO 1 --- [           main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-11-14 08:25:29.431  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'entityManagerFactory' of type [jdk.proxy2.$Proxy171] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:29.459  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean '(inner bean)#5cf8edcf' of type [jdk.proxy2.$Proxy172] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:29.504  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'jpaMappingContext' of type [org.springframework.data.jpa.repository.config.JpaMetamodelMappingContextFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:29.517  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'jpaMappingContext' of type [org.springframework.data.jpa.mapping.JpaMetamodelMappingContext] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:29.986  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'projectUserRepository' of type [com.epam.ta.reportportal.config.DatabaseConfiguration$RpRepoFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:29.988  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'projectUserRepository' of type [jdk.proxy2.$Proxy174] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:29.993  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'projectExtractor' of type [com.epam.ta.reportportal.util.ProjectExtractor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:29.994  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'assignedToProjectPermission' of type [com.epam.ta.reportportal.auth.permissions.AssignedToProjectPermission] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:29.996  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'notCustomerPermission' of type [com.epam.ta.reportportal.auth.permissions.NotCustomerPermission] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:29.997  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'projectManagerPermission' of type [com.epam.ta.reportportal.auth.permissions.ProjectManagerPermission] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:29.998  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'reporterPermission' of type [com.epam.ta.reportportal.auth.permissions.ReporterPermission] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:29.999  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'permissionEvaluator' of type [com.epam.ta.reportportal.auth.permissions.ReportPortalPermissionEvaluator] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:29.999  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'securityConfiguration.MethodSecurityConfig' of type [com.epam.ta.reportportal.core.configs.SecurityConfiguration$MethodSecurityConfig$$EnhancerBySpringCGLIB$$aaf14ce5] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:30.026  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'jacksonConfiguration' of type [com.epam.ta.reportportal.core.configs.JacksonConfiguration$$EnhancerBySpringCGLIB$$43db5cf7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:30.056  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'objectMapper' of type [com.fasterxml.jackson.databind.ObjectMapper] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:30.117  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'jsonConverter' of type [org.springframework.http.converter.json.MappingJackson2HttpMessageConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:30.125  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'stringConverter' of type [org.springframework.http.converter.StringHttpMessageConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:30.127  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'openMetricsTextStringConverter' of type [org.springframework.http.converter.StringHttpMessageConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:30.129  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'byteArrayConverter' of type [org.springframework.http.converter.ByteArrayHttpMessageConverter] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:30.132  INFO 1 --- [           main] trationDelegate$BeanPostProcessorChecker : Bean 'mvcConfig' of type [com.epam.ta.reportportal.core.configs.MvcConfig$$EnhancerBySpringCGLIB$$fa6f5e6] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2024-11-14 08:25:30.615  INFO 1 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat initialized with port(s): 8585 (http)
2024-11-14 08:25:30.626  INFO 1 --- [           main] o.apache.catalina.core.StandardService   : Starting service [Tomcat]
2024-11-14 08:25:30.626  INFO 1 --- [           main] org.apache.catalina.core.StandardEngine  : Starting Servlet engine: [Apache Tomcat/9.0.86]
2024-11-14 08:25:30.749  INFO 1 --- [           main] o.a.c.c.C.[Tomcat].[localhost].[/api]    : Initializing Spring embedded WebApplicationContext
2024-11-14 08:25:30.749  INFO 1 --- [           main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 13382 ms
2024-11-14 08:25:31.787  INFO 1 --- [           main] org.quartz.impl.StdSchedulerFactory      : Using default implementation for ThreadExecutor
2024-11-14 08:25:31.841  INFO 1 --- [           main] org.quartz.core.SchedulerSignalerImpl    : Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
2024-11-14 08:25:31.848  INFO 1 --- [           main] org.quartz.core.QuartzScheduler          : Quartz Scheduler v.2.3.2 created.
2024-11-14 08:25:31.859  INFO 1 --- [           main] o.s.s.quartz.LocalDataSourceJobStore     : Using db table-based data access locking (synchronization).
2024-11-14 08:25:31.861  INFO 1 --- [           main] o.s.s.quartz.LocalDataSourceJobStore     : JobStoreCMT initialized.
2024-11-14 08:25:31.862  INFO 1 --- [           main] org.quartz.core.QuartzScheduler          : Scheduler meta-data: Quartz Scheduler (v2.3.2) 'reportportal' with instanceId 'api:0b85e87e5924acffcb5400cbdb686163'
  Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
  NOT STARTED.
  Currently in standby mode.
  Number of jobs executed: 0
  Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 1 threads.
  Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' - which supports persistence. and is clustered.

2024-11-14 08:25:31.862  INFO 1 --- [           main] org.quartz.impl.StdSchedulerFactory      : Quartz scheduler 'reportportal' initialized from an externally provided properties instance.
2024-11-14 08:25:31.862  INFO 1 --- [           main] org.quartz.impl.StdSchedulerFactory      : Quartz scheduler version: 2.3.2
2024-11-14 08:25:31.862  INFO 1 --- [           main] org.quartz.core.QuartzScheduler          : JobFactory set to: com.epam.ta.reportportal.core.configs.SchedulerConfiguration$2@546ca9da
2024-11-14 08:25:33.766  INFO 1 --- [           main] org.pf4j.DefaultPluginStatusProvider     : Enabled plugins: []
2024-11-14 08:25:33.766  INFO 1 --- [           main] org.pf4j.DefaultPluginStatusProvider     : Disabled plugins: []
2024-11-14 08:25:33.771  INFO 1 --- [           main] org.pf4j.DefaultPluginManager            : PF4J version 3.10.0 in 'deployment' mode
2024-11-14 08:25:35.573 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'projectManagerPermission\')||hasRole(\'ADMINISTRATOR\')") found on: com.epam.ta.reportportal.demodata.DemoDataController
2024-11-14 08:25:35.574 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.demodata.DemoDataController; public com.epam.ta.reportportal.demodata.model.DemoDataRs com.epam.ta.reportportal.demodata.DemoDataController.generate(java.lang.String,com.epam.ta.reportportal.demodata.model.DemoDataRq,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'projectManagerPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:25:35.975 ERROR 1 --- [           main] c.e.t.r.plugin.Pf4jPluginManager         : Unable to load plugin 'email'
2024-11-14 08:41:14.687 ERROR 1 --- [           main] org.pf4j.update.DefaultUpdateRepository  : Connection timed out

java.net.SocketException: Connection timed out
    at java.base/sun.nio.ch.SocketDispatcher.read0(Native Method)
    at java.base/sun.nio.ch.SocketDispatcher.read(SocketDispatcher.java:47)
    at java.base/sun.nio.ch.NioSocketImpl.tryRead(NioSocketImpl.java:256)
    at java.base/sun.nio.ch.NioSocketImpl.implRead(NioSocketImpl.java:307)
    at java.base/sun.nio.ch.NioSocketImpl.read(NioSocketImpl.java:346)
    at java.base/sun.nio.ch.NioSocketImpl$1.read(NioSocketImpl.java:796)
    at java.base/java.net.Socket$SocketInputStream.read(Socket.java:1099)
    at java.base/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:489)
    at java.base/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:483)
    at java.base/sun.security.ssl.SSLSocketInputRecord.decode(SSLSocketInputRecord.java:160)
    at java.base/sun.security.ssl.SSLTransport.decode(SSLTransport.java:111)
    at java.base/sun.security.ssl.SSLSocketImpl.decode(SSLSocketImpl.java:1506)
    at java.base/sun.security.ssl.SSLSocketImpl.readHandshakeRecord(SSLSocketImpl.java:1421)
    at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:455)
    at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:426)
    at java.base/sun.net.www.protocol.https.HttpsClient.afterConnect(HttpsClient.java:586)
    at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:187)
    at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1675)
    at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1599)
    at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:223)
    at java.base/java.net.URL.openStream(URL.java:1325)
    at org.pf4j.update.DefaultUpdateRepository.initPlugins(DefaultUpdateRepository.java:96)
    at org.pf4j.update.DefaultUpdateRepository.getPlugins(DefaultUpdateRepository.java:80)
    at org.pf4j.update.UpdateManager.getPluginsMap(UpdateManager.java:149)
    at org.pf4j.update.UpdateManager.getPlugins(UpdateManager.java:135)
    at org.pf4j.update.UpdateManager.hasAvailablePlugins(UpdateManager.java:94)
    at com.epam.ta.reportportal.plugin.PluginStartUpService.loadPlugins(PluginStartUpService.java:54)
    at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
    at java.base/java.lang.reflect.Method.invoke(Method.java:580)
    at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
    at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
    at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:440)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1796)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:620)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
    at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955)
    at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:920)
    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
    at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:145)
    at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:780)
    at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:453)
    at org.springframework.boot.SpringApplication.run(SpringApplication.java:343)
    at org.springframework.boot.SpringApplication.run(SpringApplication.java:1370)
    at org.springframework.boot.SpringApplication.run(SpringApplication.java:1359)
    at com.epam.ta.reportportal.core.configs.ReportPortalApp.main(ReportPortalApp.java:38)
    at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
    at java.base/java.lang.reflect.Method.invoke(Method.java:580)
    at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
    at org.springframework.boot.loader.Launcher.launch(Launcher.java:108)
    at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
    at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)

2024-11-14 08:41:14.757  WARN 1 --- [           main] o.s.s.o.p.t.s.JwtAccessTokenConverter    : Unable to create an RSA verifier from verifierKey (ignoreable if using MAC)
2024-11-14 08:41:14.948 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'projectManagerPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public java.util.List com.epam.ta.reportportal.ws.controller.BugTrackingSystemController.getAllowableIssueTypes(java.lang.String,java.lang.Long,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:14.949 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.BugTrackingSystemController; public java.util.List com.epam.ta.reportportal.ws.controller.BugTrackingSystemController.getAllowableIssueTypes(java.lang.String,java.lang.Long,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'projectManagerPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:14.950 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasRole(\'ADMINISTRATOR\')") found on specific method: public java.util.List com.epam.ta.reportportal.ws.controller.BugTrackingSystemController.getAllowableIssueTypes(java.lang.Long,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:14.950 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.BugTrackingSystemController; public java.util.List com.epam.ta.reportportal.ws.controller.BugTrackingSystemController.getAllowableIssueTypes(java.lang.Long,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:14.950 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasRole(\'ADMINISTRATOR\')") found on specific method: public java.util.List com.epam.ta.reportportal.ws.controller.BugTrackingSystemController.getSetOfIntegrationSystemFields(java.lang.String,java.lang.Long,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:14.950 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.BugTrackingSystemController; public java.util.List com.epam.ta.reportportal.ws.controller.BugTrackingSystemController.getSetOfIntegrationSystemFields(java.lang.String,java.lang.Long,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:14.950 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'projectManagerPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public java.util.List com.epam.ta.reportportal.ws.controller.BugTrackingSystemController.getSetOfIntegrationSystemFields(java.lang.String,java.lang.String,java.lang.Long,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:14.951 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.BugTrackingSystemController; public java.util.List com.epam.ta.reportportal.ws.controller.BugTrackingSystemController.getSetOfIntegrationSystemFields(java.lang.String,java.lang.String,java.lang.Long,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'projectManagerPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.055  WARN 1 --- [           main] n.s.j.engine.xml.JRTextFieldFactory      : The 'isStretchWithOverflow' attribute is deprecated. Use the 'textAdjust' attribute instead.
2024-11-14 08:41:16.444 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.model.EntryCreatedRS com.epam.ta.reportportal.ws.controller.ProjectController.createProject(com.epam.ta.reportportal.model.project.CreateProjectRQ,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.445 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.ProjectController; public com.epam.ta.reportportal.model.EntryCreatedRS com.epam.ta.reportportal.ws.controller.ProjectController.createProject(com.epam.ta.reportportal.model.project.CreateProjectRQ,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.447 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'projectManagerPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.ProjectController.updateProject(java.lang.String,com.epam.ta.reportportal.model.project.UpdateProjectRQ,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.447 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.ProjectController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.ProjectController.updateProject(java.lang.String,com.epam.ta.reportportal.model.project.UpdateProjectRQ,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'projectManagerPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.447 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.ProjectController.deleteProject(java.lang.Long,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.447 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.ProjectController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.ProjectController.deleteProject(java.lang.Long,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.447 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.model.DeleteBulkRS com.epam.ta.reportportal.ws.controller.ProjectController.deleteProject(java.util.List,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.447 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.ProjectController; public com.epam.ta.reportportal.model.DeleteBulkRS com.epam.ta.reportportal.ws.controller.ProjectController.deleteProject(java.util.List,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.448 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'projectManagerPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.ProjectController.deleteProjectIndex(java.lang.String,java.security.Principal)
2024-11-14 08:41:16.448 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.ProjectController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.ProjectController.deleteProjectIndex(java.lang.String,java.security.Principal)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'projectManagerPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.448 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'projectManagerPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.ProjectController.indexProjectData(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.448 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.ProjectController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.ProjectController.indexProjectData(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'projectManagerPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.448 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'notCustomerPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public java.util.List com.epam.ta.reportportal.ws.controller.ProjectController.getProjectUsers(java.lang.String,java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.448 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.ProjectController; public java.util.List com.epam.ta.reportportal.ws.controller.ProjectController.getProjectUsers(java.lang.String,java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'notCustomerPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.449 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'notCustomerPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public java.lang.Iterable com.epam.ta.reportportal.ws.controller.ProjectController.getProjectUsers(java.lang.String,com.epam.ta.reportportal.commons.querygen.Filter,org.springframework.data.domain.Pageable,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.449 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.ProjectController; public java.lang.Iterable com.epam.ta.reportportal.ws.controller.ProjectController.getProjectUsers(java.lang.String,com.epam.ta.reportportal.commons.querygen.Filter,org.springframework.data.domain.Pageable,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'notCustomerPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.449 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'projectManagerPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.ProjectController.updateProjectNotificationConfig(java.lang.String,com.epam.ta.reportportal.model.project.email.ProjectNotificationConfigDTO,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.449 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.ProjectController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.ProjectController.updateProjectNotificationConfig(java.lang.String,com.epam.ta.reportportal.model.project.email.ProjectNotificationConfigDTO,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'projectManagerPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.449 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasRole(\'ADMINISTRATOR\')") found on specific method: public java.lang.Iterable com.epam.ta.reportportal.ws.controller.ProjectController.getAllProjectsInfo(com.epam.ta.reportportal.commons.querygen.Filter,com.epam.ta.reportportal.commons.querygen.Queryable,org.springframework.data.domain.Pageable,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.449 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.ProjectController; public java.lang.Iterable com.epam.ta.reportportal.ws.controller.ProjectController.getAllProjectsInfo(com.epam.ta.reportportal.commons.querygen.Filter,com.epam.ta.reportportal.commons.querygen.Queryable,org.springframework.data.domain.Pageable,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.449 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasRole(\'ADMINISTRATOR\')") found on specific method: public void com.epam.ta.reportportal.ws.controller.ProjectController.exportProjects(java.lang.String,com.epam.ta.reportportal.commons.querygen.Filter,com.epam.ta.reportportal.commons.querygen.Queryable,com.epam.ta.reportportal.commons.ReportPortalUser,javax.servlet.http.HttpServletResponse)
2024-11-14 08:41:16.450 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.ProjectController; public void com.epam.ta.reportportal.ws.controller.ProjectController.exportProjects(java.lang.String,com.epam.ta.reportportal.commons.querygen.Filter,com.epam.ta.reportportal.commons.querygen.Queryable,com.epam.ta.reportportal.commons.ReportPortalUser,javax.servlet.http.HttpServletResponse)]] with attributes [[authorize: 'hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.450 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on specific method: public com.epam.ta.reportportal.model.project.ProjectInfoResource com.epam.ta.reportportal.ws.controller.ProjectController.getProjectInfo(java.lang.String,java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.450 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.ProjectController; public com.epam.ta.reportportal.model.project.ProjectInfoResource com.epam.ta.reportportal.ws.controller.ProjectController.getProjectInfo(java.lang.String,java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.450 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasRole(\'ADMINISTRATOR\')") found on specific method: public java.lang.Iterable com.epam.ta.reportportal.ws.controller.ProjectController.getAllProjectNames(com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.450 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.ProjectController; public java.lang.Iterable com.epam.ta.reportportal.ws.controller.ProjectController.getAllProjectNames(com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.450 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasRole(\'ADMINISTRATOR\')") found on specific method: public java.util.Map com.epam.ta.reportportal.ws.controller.ProjectController.getAnalyzerIndexingStatus(com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.450 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.ProjectController; public java.util.Map com.epam.ta.reportportal.ws.controller.ProjectController.getAnalyzerIndexingStatus(com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.450 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on specific method: public com.epam.ta.reportportal.model.project.ProjectResource com.epam.ta.reportportal.ws.controller.ProjectController.getProject(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.451 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.ProjectController; public com.epam.ta.reportportal.model.project.ProjectResource com.epam.ta.reportportal.ws.controller.ProjectController.getProject(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.451 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'projectManagerPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.ProjectController.unassignProjectUsers(java.lang.String,com.epam.ta.reportportal.model.project.UnassignUsersRQ,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.451 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.ProjectController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.ProjectController.unassignProjectUsers(java.lang.String,com.epam.ta.reportportal.model.project.UnassignUsersRQ,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'projectManagerPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.451 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'projectManagerPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.ProjectController.assignProjectUsers(java.lang.String,com.epam.ta.reportportal.model.project.AssignUsersRQ,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.451 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.ProjectController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.ProjectController.assignProjectUsers(java.lang.String,com.epam.ta.reportportal.model.project.AssignUsersRQ,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'projectManagerPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.451 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'projectManagerPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public java.lang.Iterable com.epam.ta.reportportal.ws.controller.ProjectController.getUsersForAssign(com.epam.ta.reportportal.commons.querygen.Filter,org.springframework.data.domain.Pageable,java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.452 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.ProjectController; public java.lang.Iterable com.epam.ta.reportportal.ws.controller.ProjectController.getUsersForAssign(com.epam.ta.reportportal.commons.querygen.Filter,org.springframework.data.domain.Pageable,java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'projectManagerPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.452 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'projectManagerPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public java.lang.Iterable com.epam.ta.reportportal.ws.controller.ProjectController.searchForUser(java.lang.String,java.lang.String,org.springframework.data.domain.Pageable,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.452 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.ProjectController; public java.lang.Iterable com.epam.ta.reportportal.ws.controller.ProjectController.searchForUser(java.lang.String,java.lang.String,org.springframework.data.domain.Pageable,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'projectManagerPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.452 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on specific method: public java.util.Map com.epam.ta.reportportal.ws.controller.ProjectController.getProjectWidget(java.lang.String,java.lang.String,java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.452 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.ProjectController; public java.util.Map com.epam.ta.reportportal.ws.controller.ProjectController.getProjectWidget(java.lang.String,java.lang.String,java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.453 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasRole(\'ADMINISTRATOR\')") found on specific method: public java.lang.Iterable com.epam.ta.reportportal.ws.controller.ProjectController.searchProjectNames(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.453 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.ProjectController; public java.lang.Iterable com.epam.ta.reportportal.ws.controller.ProjectController.searchProjectNames(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.580 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'reporterPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.EntryCreatedAsyncRS com.epam.ta.reportportal.ws.controller.TestItemController.startRootItem(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser,com.epam.ta.reportportal.ws.reporting.StartTestItemRQ)
2024-11-14 08:41:16.580 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.TestItemController; public com.epam.ta.reportportal.ws.reporting.EntryCreatedAsyncRS com.epam.ta.reportportal.ws.controller.TestItemController.startRootItem(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser,com.epam.ta.reportportal.ws.reporting.StartTestItemRQ)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'reporterPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.582 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'reporterPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.TestItemController.finishTestItem(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser,java.lang.String,com.epam.ta.reportportal.ws.reporting.FinishTestItemRQ)
2024-11-14 08:41:16.582 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.TestItemController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.TestItemController.finishTestItem(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser,java.lang.String,com.epam.ta.reportportal.ws.reporting.FinishTestItemRQ)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'reporterPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.583 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'reporterPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.EntryCreatedAsyncRS com.epam.ta.reportportal.ws.controller.TestItemController.startChildItem(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser,java.lang.String,com.epam.ta.reportportal.ws.reporting.StartTestItemRQ)
2024-11-14 08:41:16.583 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.TestItemController; public com.epam.ta.reportportal.ws.reporting.EntryCreatedAsyncRS com.epam.ta.reportportal.ws.controller.TestItemController.startChildItem(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser,java.lang.String,com.epam.ta.reportportal.ws.reporting.StartTestItemRQ)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'reporterPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.583 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.TestItemController
2024-11-14 08:41:16.583 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.TestItemController; public com.epam.ta.reportportal.ws.reporting.StatisticsResource com.epam.ta.reportportal.ws.controller.TestItemController.getTestItems(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser,com.epam.ta.reportportal.commons.querygen.Filter,com.epam.ta.reportportal.commons.querygen.Queryable,java.util.Map)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.583 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.TestItemController
2024-11-14 08:41:16.583 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.TestItemController; public java.lang.Iterable com.epam.ta.reportportal.ws.controller.TestItemController.getTestItems(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser,java.lang.Long,java.lang.Long,boolean,int,com.epam.ta.reportportal.commons.querygen.Filter,com.epam.ta.reportportal.commons.querygen.Queryable,org.springframework.data.domain.Pageable)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.583 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.TestItemController
2024-11-14 08:41:16.584 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.TestItemController; public java.util.List com.epam.ta.reportportal.ws.controller.TestItemController.getTestItems(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser,java.lang.Long[])]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.584 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.TestItemController
2024-11-14 08:41:16.584 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.TestItemController; public com.epam.ta.reportportal.ws.reporting.TestItemResource com.epam.ta.reportportal.ws.controller.TestItemController.getTestItem(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser,java.lang.String)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.584 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.TestItemController
2024-11-14 08:41:16.584 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.TestItemController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.TestItemController.deleteTestItem(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser,java.lang.Long)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.584 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.TestItemController
2024-11-14 08:41:16.584 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.TestItemController; public java.util.List com.epam.ta.reportportal.ws.controller.TestItemController.deleteTestItems(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser,java.util.Set)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.584 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.TestItemController
2024-11-14 08:41:16.585 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.TestItemController; public java.lang.Iterable com.epam.ta.reportportal.ws.controller.TestItemController.getItemsHistory(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser,com.epam.ta.reportportal.commons.querygen.Filter,com.epam.ta.reportportal.commons.querygen.Queryable,org.springframework.data.domain.Pageable,java.lang.Long,java.lang.Long,java.lang.Long,java.lang.String,java.lang.Long,boolean,int,int)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.585 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.TestItemController
2024-11-14 08:41:16.585 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.TestItemController; public java.util.List com.epam.ta.reportportal.ws.controller.TestItemController.getTicketIds(com.epam.ta.reportportal.commons.ReportPortalUser,java.lang.String,java.lang.Long,java.lang.String)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.585 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.TestItemController
2024-11-14 08:41:16.585 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.TestItemController; public java.util.List com.epam.ta.reportportal.ws.controller.TestItemController.getAttributeKeys(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser,java.lang.Long,java.lang.String)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.585 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.TestItemController
2024-11-14 08:41:16.585 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.TestItemController; public java.util.List com.epam.ta.reportportal.ws.controller.TestItemController.getAttributeKeys(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser,java.lang.String,java.lang.String)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.586 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.TestItemController
2024-11-14 08:41:16.586 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.TestItemController; public java.util.List com.epam.ta.reportportal.ws.controller.TestItemController.getAttributeValues(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser,java.lang.Long,java.lang.String,java.lang.String)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.586 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.TestItemController
2024-11-14 08:41:16.586 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.TestItemController; public java.util.List com.epam.ta.reportportal.ws.controller.TestItemController.getAttributeValues(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser,java.lang.String,java.lang.String,java.lang.String)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.586 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.TestItemController
2024-11-14 08:41:16.586 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.TestItemController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.TestItemController.updateTestItem(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser,java.lang.Long,com.epam.ta.reportportal.model.item.UpdateTestItemRQ)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.586 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.TestItemController
2024-11-14 08:41:16.586 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.TestItemController; public com.epam.ta.reportportal.ws.reporting.TestItemResource com.epam.ta.reportportal.ws.controller.TestItemController.getTestItemByUuid(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser,java.lang.String)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.587 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.TestItemController
2024-11-14 08:41:16.587 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.TestItemController; public java.util.List com.epam.ta.reportportal.ws.controller.TestItemController.getSuggestedItems(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser,java.lang.Long)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.587 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.TestItemController
2024-11-14 08:41:16.587 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.TestItemController; public java.util.List com.epam.ta.reportportal.ws.controller.TestItemController.getSuggestedClusterItems(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser,java.lang.Long)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.587 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.TestItemController
2024-11-14 08:41:16.587 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.TestItemController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.TestItemController.handleSuggestChoose(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser,java.util.List)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.587 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.TestItemController
2024-11-14 08:41:16.587 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.TestItemController; public java.lang.Iterable com.epam.ta.reportportal.ws.controller.TestItemController.getTestItemsV2(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser,java.util.Map,com.epam.ta.reportportal.commons.querygen.Filter,com.epam.ta.reportportal.commons.querygen.Queryable,org.springframework.data.domain.Pageable)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.587 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.TestItemController
2024-11-14 08:41:16.588 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.TestItemController; public java.util.List com.epam.ta.reportportal.ws.controller.TestItemController.defineTestItemIssueType(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser,com.epam.ta.reportportal.model.issue.DefineIssueRQ)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.588 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.TestItemController
2024-11-14 08:41:16.588 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.TestItemController; public java.util.List com.epam.ta.reportportal.ws.controller.TestItemController.getTicketIdsForProject(com.epam.ta.reportportal.commons.ReportPortalUser,java.lang.String,java.lang.String)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.588 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.TestItemController
2024-11-14 08:41:16.588 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.TestItemController; public java.util.List com.epam.ta.reportportal.ws.controller.TestItemController.getAttributeKeysForProject(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser,java.lang.String,java.lang.Long,boolean,int)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.588 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'projectManagerPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.TestItemController.bulkUpdate(java.lang.String,com.epam.ta.reportportal.ws.reporting.BulkInfoUpdateRQ,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.588 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.TestItemController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.TestItemController.bulkUpdate(java.lang.String,com.epam.ta.reportportal.ws.reporting.BulkInfoUpdateRQ,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'projectManagerPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.589 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.TestItemController
2024-11-14 08:41:16.589 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.TestItemController; public java.util.List com.epam.ta.reportportal.ws.controller.TestItemController.linkExternalIssues(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser,com.epam.ta.reportportal.model.item.LinkExternalIssueRQ)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.589 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.TestItemController
2024-11-14 08:41:16.589 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.TestItemController; public java.util.List com.epam.ta.reportportal.ws.controller.TestItemController.unlinkExternalIssues(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser,com.epam.ta.reportportal.model.item.UnlinkExternalIssueRQ)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.603 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.model.PagedResponse com.epam.ta.reportportal.ws.controller.ActivityEventController.getActivities(int,int,org.springframework.data.domain.Sort$Direction,java.lang.String,com.epam.ta.reportportal.model.SearchCriteriaRQ,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.603 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.ActivityEventController; public com.epam.ta.reportportal.model.PagedResponse com.epam.ta.reportportal.ws.controller.ActivityEventController.getActivities(int,int,org.springframework.data.domain.Sort$Direction,java.lang.String,com.epam.ta.reportportal.model.SearchCriteriaRQ,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.604 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasRole(\'ADMINISTRATOR\')") found on specific method: public java.util.List com.epam.ta.reportportal.ws.controller.ActivityEventController.getProjectSubjectName(java.lang.String,java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.604 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.ActivityEventController; public java.util.List com.epam.ta.reportportal.ws.controller.ActivityEventController.getProjectSubjectName(java.lang.String,java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.621 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.model.EntryCreatedRS com.epam.ta.reportportal.ws.controller.PluginController.uploadPlugin(org.springframework.web.multipart.MultipartFile,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.621 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.PluginController; public com.epam.ta.reportportal.model.EntryCreatedRS com.epam.ta.reportportal.ws.controller.PluginController.uploadPlugin(org.springframework.web.multipart.MultipartFile,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.622 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.PluginController.deletePlugin(java.lang.Long,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.622 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.PluginController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.PluginController.deletePlugin(java.lang.Long,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.622 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on specific method: public java.lang.Object com.epam.ta.reportportal.ws.controller.PluginController.executePluginCommand(java.lang.String,java.lang.String,java.lang.String,java.util.Map,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.622 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.PluginController; public java.lang.Object com.epam.ta.reportportal.ws.controller.PluginController.executePluginCommand(java.lang.String,java.lang.String,java.lang.String,java.util.Map,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.622 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'reporterPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public java.lang.Object com.epam.ta.reportportal.ws.controller.PluginController.executeImportPluginCommand(com.epam.ta.reportportal.commons.ReportPortalUser,java.lang.String,java.lang.String,org.springframework.web.multipart.MultipartFile,com.epam.ta.reportportal.model.launch.LaunchImportRQ)
2024-11-14 08:41:16.622 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.PluginController; public java.lang.Object com.epam.ta.reportportal.ws.controller.PluginController.executeImportPluginCommand(com.epam.ta.reportportal.commons.ReportPortalUser,java.lang.String,java.lang.String,org.springframework.web.multipart.MultipartFile,com.epam.ta.reportportal.model.launch.LaunchImportRQ)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'reporterPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.622 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.PluginController.updatePluginState(java.lang.Long,com.epam.ta.reportportal.model.integration.UpdatePluginStateRQ,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.622 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.PluginController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.PluginController.updatePluginState(java.lang.Long,com.epam.ta.reportportal.model.integration.UpdatePluginStateRQ,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.644 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.ActivityController
2024-11-14 08:41:16.644 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.ActivityController; public com.epam.reportportal.model.ActivityResource com.epam.ta.reportportal.ws.controller.ActivityController.getActivity(java.lang.String,java.lang.Long,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.645 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.ActivityController
2024-11-14 08:41:16.645 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.ActivityController; public java.lang.Iterable com.epam.ta.reportportal.ws.controller.ActivityController.getTestItemActivities(java.lang.String,java.lang.Long,com.epam.ta.reportportal.commons.querygen.Filter,org.springframework.data.domain.Pageable,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.691 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'reporterPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public org.springframework.http.ResponseEntity com.epam.ta.reportportal.ws.controller.LogController.createLog(java.lang.String,com.epam.ta.reportportal.ws.reporting.SaveLogRQ[],javax.servlet.http.HttpServletRequest,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.691 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.LogController; public org.springframework.http.ResponseEntity com.epam.ta.reportportal.ws.controller.LogController.createLog(java.lang.String,com.epam.ta.reportportal.ws.reporting.SaveLogRQ[],javax.servlet.http.HttpServletRequest,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'reporterPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.692 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'reporterPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.EntryCreatedAsyncRS com.epam.ta.reportportal.ws.controller.LogController.createLog(java.lang.String,com.epam.ta.reportportal.ws.reporting.SaveLogRQ,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.692 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.LogController; public com.epam.ta.reportportal.ws.reporting.EntryCreatedAsyncRS com.epam.ta.reportportal.ws.controller.LogController.createLog(java.lang.String,com.epam.ta.reportportal.ws.reporting.SaveLogRQ,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'reporterPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.692 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.LogController
2024-11-14 08:41:16.692 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.LogController; public com.epam.ta.reportportal.model.log.LogResource com.epam.ta.reportportal.ws.controller.LogController.getLog(java.lang.String,java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.693 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.LogController
2024-11-14 08:41:16.693 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.LogController; public java.util.Map com.epam.ta.reportportal.ws.controller.LogController.getPageNumber(java.lang.String,java.lang.Long,com.epam.ta.reportportal.commons.querygen.Filter,org.springframework.data.domain.Pageable,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.693 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.LogController
2024-11-14 08:41:16.693 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.LogController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.LogController.deleteLog(java.lang.String,java.lang.Long,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.693 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.LogController
2024-11-14 08:41:16.693 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.LogController; public java.lang.Iterable com.epam.ta.reportportal.ws.controller.LogController.getLogs(java.lang.String,java.lang.String,com.epam.ta.reportportal.commons.querygen.Filter,org.springframework.data.domain.Pageable,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.693 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.LogController
2024-11-14 08:41:16.693 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.LogController; public java.lang.Iterable com.epam.ta.reportportal.ws.controller.LogController.getNestedItems(java.lang.String,java.lang.Long,java.util.Map,com.epam.ta.reportportal.commons.querygen.Filter,org.springframework.data.domain.Pageable,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.693 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'reporterPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.EntryCreatedAsyncRS com.epam.ta.reportportal.ws.controller.LogController.createLogEntry(java.lang.String,com.epam.ta.reportportal.ws.reporting.SaveLogRQ,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.693 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.LogController; public com.epam.ta.reportportal.ws.reporting.EntryCreatedAsyncRS com.epam.ta.reportportal.ws.controller.LogController.createLogEntry(java.lang.String,com.epam.ta.reportportal.ws.reporting.SaveLogRQ,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'reporterPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.693 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.LogController
2024-11-14 08:41:16.693 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.LogController; public java.util.Map com.epam.ta.reportportal.ws.controller.LogController.getLogsUnder(java.lang.String,com.epam.ta.reportportal.model.log.GetLogsUnderRq,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.694 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.LogController
2024-11-14 08:41:16.694 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.LogController; public com.epam.ta.reportportal.model.log.LogResource com.epam.ta.reportportal.ws.controller.LogController.getLogByUuid(java.lang.String,java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.694 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.LogController
2024-11-14 08:41:16.694 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.LogController; public java.util.List com.epam.ta.reportportal.ws.controller.LogController.getErrorPage(java.lang.String,java.lang.Long,java.util.Map,com.epam.ta.reportportal.commons.querygen.Filter,org.springframework.data.domain.Pageable,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.694 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.LogController
2024-11-14 08:41:16.694 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.LogController; public java.lang.Iterable com.epam.ta.reportportal.ws.controller.LogController.searchLogs(java.lang.String,com.epam.ta.reportportal.model.log.SearchLogRq,java.lang.Long,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.891 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'reporterPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.StartLaunchRS com.epam.ta.reportportal.ws.controller.LaunchController.startLaunch(java.lang.String,com.epam.ta.reportportal.ws.reporting.StartLaunchRQ,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.891 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.LaunchController; public com.epam.ta.reportportal.ws.reporting.StartLaunchRS com.epam.ta.reportportal.ws.controller.LaunchController.startLaunch(java.lang.String,com.epam.ta.reportportal.ws.reporting.StartLaunchRQ,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'reporterPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.893 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'reporterPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.model.launch.FinishLaunchRS com.epam.ta.reportportal.ws.controller.LaunchController.finishLaunch(java.lang.String,java.lang.String,com.epam.ta.reportportal.ws.reporting.FinishExecutionRQ,com.epam.ta.reportportal.commons.ReportPortalUser,javax.servlet.http.HttpServletRequest)
2024-11-14 08:41:16.893 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.LaunchController; public com.epam.ta.reportportal.model.launch.FinishLaunchRS com.epam.ta.reportportal.ws.controller.LaunchController.finishLaunch(java.lang.String,java.lang.String,com.epam.ta.reportportal.ws.reporting.FinishExecutionRQ,com.epam.ta.reportportal.commons.ReportPortalUser,javax.servlet.http.HttpServletRequest)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'reporterPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.893 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'projectManagerPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.LaunchController.bulkUpdate(java.lang.String,com.epam.ta.reportportal.ws.reporting.BulkInfoUpdateRQ,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.893 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.LaunchController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.LaunchController.bulkUpdate(java.lang.String,com.epam.ta.reportportal.ws.reporting.BulkInfoUpdateRQ,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'projectManagerPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.893 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'reporterPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.LaunchController.updateLaunch(java.lang.String,java.lang.Long,com.epam.ta.reportportal.model.launch.UpdateLaunchRQ,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.893 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.LaunchController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.LaunchController.updateLaunch(java.lang.String,java.lang.Long,com.epam.ta.reportportal.model.launch.UpdateLaunchRQ,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'reporterPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.893 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'reporterPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.LaunchController.deleteLaunch(java.lang.String,java.lang.Long,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.894 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.LaunchController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.LaunchController.deleteLaunch(java.lang.String,java.lang.Long,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'reporterPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.894 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'reporterPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.LaunchResource com.epam.ta.reportportal.ws.controller.LaunchController.mergeLaunches(java.lang.String,com.epam.ta.reportportal.ws.reporting.MergeLaunchesRQ,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.894 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.LaunchController; public com.epam.ta.reportportal.ws.reporting.LaunchResource com.epam.ta.reportportal.ws.controller.LaunchController.mergeLaunches(java.lang.String,com.epam.ta.reportportal.ws.reporting.MergeLaunchesRQ,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'reporterPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.894 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'reporterPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.model.DeleteBulkRS com.epam.ta.reportportal.ws.controller.LaunchController.deleteLaunches(java.lang.String,java.util.List,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.894 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.LaunchController; public com.epam.ta.reportportal.model.DeleteBulkRS com.epam.ta.reportportal.ws.controller.LaunchController.deleteLaunches(java.lang.String,java.util.List,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'reporterPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.894 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'reporterPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.LaunchController.forceFinishLaunch(java.lang.String,java.lang.Long,com.epam.ta.reportportal.ws.reporting.FinishExecutionRQ,com.epam.ta.reportportal.commons.ReportPortalUser,javax.servlet.http.HttpServletRequest)
2024-11-14 08:41:16.894 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.LaunchController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.LaunchController.forceFinishLaunch(java.lang.String,java.lang.Long,com.epam.ta.reportportal.ws.reporting.FinishExecutionRQ,com.epam.ta.reportportal.commons.ReportPortalUser,javax.servlet.http.HttpServletRequest)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'reporterPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.894 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'reporterPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public java.util.List com.epam.ta.reportportal.ws.controller.LaunchController.bulkForceFinish(java.lang.String,com.epam.ta.reportportal.model.BulkRQ,com.epam.ta.reportportal.commons.ReportPortalUser,javax.servlet.http.HttpServletRequest)
2024-11-14 08:41:16.894 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.LaunchController; public java.util.List com.epam.ta.reportportal.ws.controller.LaunchController.bulkForceFinish(java.lang.String,com.epam.ta.reportportal.model.BulkRQ,com.epam.ta.reportportal.commons.ReportPortalUser,javax.servlet.http.HttpServletRequest)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'reporterPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.894 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'reporterPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public java.util.List com.epam.ta.reportportal.ws.controller.LaunchController.updateLaunches(java.lang.String,com.epam.ta.reportportal.model.BulkRQ,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.895 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.LaunchController; public java.util.List com.epam.ta.reportportal.ws.controller.LaunchController.updateLaunches(java.lang.String,com.epam.ta.reportportal.model.BulkRQ,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'reporterPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.895 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on specific method: public void com.epam.ta.reportportal.ws.controller.LaunchController.getLaunchReport(java.lang.String,java.lang.Long,java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser,javax.servlet.http.HttpServletResponse)
2024-11-14 08:41:16.895 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.LaunchController; public void com.epam.ta.reportportal.ws.controller.LaunchController.getLaunchReport(java.lang.String,java.lang.Long,java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser,javax.servlet.http.HttpServletResponse)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.911 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on specific method: public java.util.List com.epam.ta.reportportal.ws.controller.IntegrationController.getProjectIntegrations(com.epam.ta.reportportal.commons.ReportPortalUser,java.lang.String,java.lang.String)
2024-11-14 08:41:16.912 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.IntegrationController; public java.util.List com.epam.ta.reportportal.ws.controller.IntegrationController.getProjectIntegrations(com.epam.ta.reportportal.commons.ReportPortalUser,java.lang.String,java.lang.String)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.913 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on specific method: public java.util.List com.epam.ta.reportportal.ws.controller.IntegrationController.getProjectIntegrations(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.913 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.IntegrationController; public java.util.List com.epam.ta.reportportal.ws.controller.IntegrationController.getProjectIntegrations(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.913 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.model.EntryCreatedRS com.epam.ta.reportportal.ws.controller.IntegrationController.createGlobalIntegration(com.epam.ta.reportportal.model.integration.IntegrationRQ,java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.913 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.IntegrationController; public com.epam.ta.reportportal.model.EntryCreatedRS com.epam.ta.reportportal.ws.controller.IntegrationController.createGlobalIntegration(com.epam.ta.reportportal.model.integration.IntegrationRQ,java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.913 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'projectManagerPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.model.EntryCreatedRS com.epam.ta.reportportal.ws.controller.IntegrationController.createProjectIntegration(com.epam.ta.reportportal.model.integration.IntegrationRQ,java.lang.String,java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.913 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.IntegrationController; public com.epam.ta.reportportal.model.EntryCreatedRS com.epam.ta.reportportal.ws.controller.IntegrationController.createProjectIntegration(com.epam.ta.reportportal.model.integration.IntegrationRQ,java.lang.String,java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'projectManagerPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.913 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.IntegrationController.updateGlobalIntegration(java.lang.Long,com.epam.ta.reportportal.model.integration.IntegrationRQ,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.913 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.IntegrationController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.IntegrationController.updateGlobalIntegration(java.lang.Long,com.epam.ta.reportportal.model.integration.IntegrationRQ,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.913 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'projectManagerPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.IntegrationController.updateProjectIntegration(java.lang.Long,com.epam.ta.reportportal.model.integration.IntegrationRQ,java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.914 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.IntegrationController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.IntegrationController.updateProjectIntegration(java.lang.Long,com.epam.ta.reportportal.model.integration.IntegrationRQ,java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'projectManagerPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.914 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.IntegrationController.deleteGlobalIntegration(java.lang.Long,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.914 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.IntegrationController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.IntegrationController.deleteGlobalIntegration(java.lang.Long,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.914 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'projectManagerPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.IntegrationController.deleteProjectIntegration(java.lang.String,java.lang.Long,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.914 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.IntegrationController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.IntegrationController.deleteProjectIntegration(java.lang.String,java.lang.Long,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'projectManagerPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.914 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasRole(\'ADMINISTRATOR\')") found on specific method: public boolean com.epam.ta.reportportal.ws.controller.IntegrationController.testIntegrationConnection(java.lang.Long,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.914 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.IntegrationController; public boolean com.epam.ta.reportportal.ws.controller.IntegrationController.testIntegrationConnection(java.lang.Long,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.914 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on specific method: public boolean com.epam.ta.reportportal.ws.controller.IntegrationController.testIntegrationConnection(java.lang.Long,java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.914 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.IntegrationController; public boolean com.epam.ta.reportportal.ws.controller.IntegrationController.testIntegrationConnection(java.lang.Long,java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.914 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.model.integration.IntegrationResource com.epam.ta.reportportal.ws.controller.IntegrationController.getGlobalIntegration(java.lang.Long,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.914 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.IntegrationController; public com.epam.ta.reportportal.model.integration.IntegrationResource com.epam.ta.reportportal.ws.controller.IntegrationController.getGlobalIntegration(java.lang.Long,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.914 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on specific method: public com.epam.ta.reportportal.model.integration.IntegrationResource com.epam.ta.reportportal.ws.controller.IntegrationController.getProjectIntegration(java.lang.String,java.lang.Long,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.914 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.IntegrationController; public com.epam.ta.reportportal.model.integration.IntegrationResource com.epam.ta.reportportal.ws.controller.IntegrationController.getProjectIntegration(java.lang.String,java.lang.Long,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.914 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.IntegrationController.deleteAllIntegrations(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.914 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.IntegrationController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.IntegrationController.deleteAllIntegrations(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.915 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'projectManagerPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.IntegrationController.deleteAllProjectIntegrations(java.lang.String,java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.915 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.IntegrationController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.IntegrationController.deleteAllProjectIntegrations(java.lang.String,java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'projectManagerPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:16.915 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on specific method: public java.lang.Object com.epam.ta.reportportal.ws.controller.IntegrationController.executeIntegrationCommand(java.lang.String,java.lang.Long,java.lang.String,java.util.Map,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:16.915 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.IntegrationController; public java.lang.Object com.epam.ta.reportportal.ws.controller.IntegrationController.executeIntegrationCommand(java.lang.String,java.lang.Long,java.lang.String,java.util.Map,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.087 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasRole(\'ADMINISTRATOR\')") found on specific method: public void com.epam.ta.reportportal.ws.controller.UserController.export(java.lang.String,com.epam.ta.reportportal.commons.querygen.Filter,com.epam.ta.reportportal.commons.querygen.Queryable,com.epam.ta.reportportal.commons.ReportPortalUser,javax.servlet.http.HttpServletResponse)
2024-11-14 08:41:17.087 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.UserController; public void com.epam.ta.reportportal.ws.controller.UserController.export(java.lang.String,com.epam.ta.reportportal.commons.querygen.Filter,com.epam.ta.reportportal.commons.querygen.Queryable,com.epam.ta.reportportal.commons.ReportPortalUser,javax.servlet.http.HttpServletResponse)]] with attributes [[authorize: 'hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.088 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("(#login.toLowerCase() == authentication.name)||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.model.user.UserResource com.epam.ta.reportportal.ws.controller.UserController.getUser(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:17.088 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.UserController; public com.epam.ta.reportportal.model.user.UserResource com.epam.ta.reportportal.ws.controller.UserController.getUser(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: '(#login.toLowerCase() == authentication.name)||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.088 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasRole(\'ADMINISTRATOR\')") found on specific method: public java.lang.Iterable com.epam.ta.reportportal.ws.controller.UserController.getUsers(com.epam.ta.reportportal.commons.querygen.Filter,org.springframework.data.domain.Pageable,com.epam.ta.reportportal.commons.querygen.Queryable,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:17.088 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.UserController; public java.lang.Iterable com.epam.ta.reportportal.ws.controller.UserController.getUsers(com.epam.ta.reportportal.commons.querygen.Filter,org.springframework.data.domain.Pageable,com.epam.ta.reportportal.commons.querygen.Queryable,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.088 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.model.user.CreateUserRS com.epam.ta.reportportal.ws.controller.UserController.createUserByAdmin(com.epam.ta.reportportal.model.user.CreateUserRQFull,com.epam.ta.reportportal.commons.ReportPortalUser,javax.servlet.http.HttpServletRequest)
2024-11-14 08:41:17.088 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.UserController; public com.epam.ta.reportportal.model.user.CreateUserRS com.epam.ta.reportportal.ws.controller.UserController.createUserByAdmin(com.epam.ta.reportportal.model.user.CreateUserRQFull,com.epam.ta.reportportal.commons.ReportPortalUser,javax.servlet.http.HttpServletRequest)]] with attributes [[authorize: 'hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.088 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("(hasPermission(#createUserRQ.getDefaultProject(), \'projectManagerPermission\')) || hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.model.user.CreateUserBidRS com.epam.ta.reportportal.ws.controller.UserController.createUserBid(com.epam.ta.reportportal.model.user.CreateUserRQ,com.epam.ta.reportportal.commons.ReportPortalUser,javax.servlet.http.HttpServletRequest)
2024-11-14 08:41:17.089 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.UserController; public com.epam.ta.reportportal.model.user.CreateUserBidRS com.epam.ta.reportportal.ws.controller.UserController.createUserBid(com.epam.ta.reportportal.model.user.CreateUserRQ,com.epam.ta.reportportal.commons.ReportPortalUser,javax.servlet.http.HttpServletRequest)]] with attributes [[authorize: '(hasPermission(#createUserRQ.getDefaultProject(), 'projectManagerPermission')) || hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.089 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.model.DeleteBulkRS com.epam.ta.reportportal.ws.controller.UserController.deleteUsers(java.util.List,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:17.089 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.UserController; public com.epam.ta.reportportal.model.DeleteBulkRS com.epam.ta.reportportal.ws.controller.UserController.deleteUsers(java.util.List,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.089 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("(#login.toLowerCase() == authentication.name)||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.UserController.editUser(java.lang.String,com.epam.ta.reportportal.model.user.EditUserRQ,com.epam.ta.reportportal.entity.user.UserRole,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:17.089 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.UserController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.UserController.editUser(java.lang.String,com.epam.ta.reportportal.model.user.EditUserRQ,com.epam.ta.reportportal.entity.user.UserRole,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: '(#login.toLowerCase() == authentication.name)||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.089 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasRole(\'ADMINISTRATOR\')") found on specific method: public java.lang.Iterable com.epam.ta.reportportal.ws.controller.UserController.findUsers(java.lang.String,org.springframework.data.domain.Pageable,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:17.089 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.UserController; public java.lang.Iterable com.epam.ta.reportportal.ws.controller.UserController.findUsers(java.lang.String,org.springframework.data.domain.Pageable,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.111 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.UserFilterController
2024-11-14 08:41:17.112 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.UserFilterController; public com.epam.ta.reportportal.model.filter.UserFilterResource com.epam.ta.reportportal.ws.controller.UserFilterController.getFilter(java.lang.String,java.lang.Long,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.113 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.UserFilterController
2024-11-14 08:41:17.113 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.UserFilterController; public com.epam.ta.reportportal.model.EntryCreatedRS com.epam.ta.reportportal.ws.controller.UserFilterController.createFilter(java.lang.String,com.epam.ta.reportportal.model.filter.UpdateUserFilterRQ,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.113 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.UserFilterController
2024-11-14 08:41:17.113 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.UserFilterController; public java.util.List com.epam.ta.reportportal.ws.controller.UserFilterController.getUserFilters(java.lang.String,java.lang.Long[],com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.113 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.UserFilterController
2024-11-14 08:41:17.113 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.UserFilterController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.UserFilterController.deleteFilter(java.lang.String,java.lang.Long,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.113 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.UserFilterController
2024-11-14 08:41:17.113 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.UserFilterController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.UserFilterController.updateUserFilter(java.lang.String,java.lang.Long,com.epam.ta.reportportal.model.filter.UpdateUserFilterRQ,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.113 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.UserFilterController
2024-11-14 08:41:17.113 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.UserFilterController; public java.lang.Iterable com.epam.ta.reportportal.ws.controller.UserFilterController.getAllFilters(java.lang.String,org.springframework.data.domain.Pageable,com.epam.ta.reportportal.commons.querygen.Filter,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.113 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.UserFilterController
2024-11-14 08:41:17.114 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.UserFilterController; public java.lang.Iterable com.epam.ta.reportportal.ws.controller.UserFilterController.getAllFiltersNames(java.lang.String,org.springframework.data.domain.Pageable,com.epam.ta.reportportal.commons.querygen.Filter,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.114 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.UserFilterController
2024-11-14 08:41:17.114 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.UserFilterController; public java.util.List com.epam.ta.reportportal.ws.controller.UserFilterController.updateUserFilters(java.lang.String,com.epam.ta.reportportal.model.CollectionsRQ,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.123 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on specific method: public void com.epam.ta.reportportal.ws.controller.FileStorageController.getFile(java.lang.String,java.lang.Long,javax.servlet.http.HttpServletResponse,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:17.124 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.FileStorageController; public void com.epam.ta.reportportal.ws.controller.FileStorageController.getFile(java.lang.String,java.lang.Long,javax.servlet.http.HttpServletResponse,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.124 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'notCustomerPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public void com.epam.ta.reportportal.ws.controller.FileStorageController.getUserPhoto(java.lang.String,java.lang.String,boolean,javax.servlet.http.HttpServletResponse,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:17.124 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.FileStorageController; public void com.epam.ta.reportportal.ws.controller.FileStorageController.getUserPhoto(java.lang.String,java.lang.String,boolean,javax.servlet.http.HttpServletResponse,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'notCustomerPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.125 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.FileStorageController.removeAttachmentsByCsv(org.springframework.web.multipart.MultipartFile,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:17.125 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.FileStorageController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.FileStorageController.removeAttachmentsByCsv(org.springframework.web.multipart.MultipartFile,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.249 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.WidgetController
2024-11-14 08:41:17.249 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.WidgetController; public com.epam.ta.reportportal.model.EntryCreatedRS com.epam.ta.reportportal.ws.controller.WidgetController.createWidget(com.epam.ta.reportportal.model.widget.WidgetRQ,com.epam.ta.reportportal.commons.ReportPortalUser,java.lang.String)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.250 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.WidgetController
2024-11-14 08:41:17.250 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.WidgetController; public com.epam.ta.reportportal.model.widget.WidgetResource com.epam.ta.reportportal.ws.controller.WidgetController.getWidget(java.lang.String,java.lang.Long,java.lang.String[],org.springframework.util.MultiValueMap,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.250 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.WidgetController
2024-11-14 08:41:17.250 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.WidgetController; public com.epam.ta.reportportal.model.widget.WidgetResource com.epam.ta.reportportal.ws.controller.WidgetController.getWidget(java.lang.String,java.lang.Long,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.250 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.WidgetController
2024-11-14 08:41:17.250 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.WidgetController; public java.util.Map com.epam.ta.reportportal.ws.controller.WidgetController.getWidgetPreview(java.lang.String,com.epam.ta.reportportal.model.widget.WidgetPreviewRQ,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.250 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.WidgetController
2024-11-14 08:41:17.250 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.WidgetController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.WidgetController.updateWidget(java.lang.String,java.lang.Long,com.epam.ta.reportportal.model.widget.WidgetRQ,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.250 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.WidgetController
2024-11-14 08:41:17.250 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.WidgetController; public java.lang.Iterable com.epam.ta.reportportal.ws.controller.WidgetController.getWidgetNames(java.lang.String,org.springframework.data.domain.Pageable,com.epam.ta.reportportal.commons.querygen.Filter,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.261 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasRole(\'ADMINISTRATOR\')") found on: com.epam.ta.reportportal.ws.controller.SettingsController
2024-11-14 08:41:17.261 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.SettingsController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.SettingsController.saveAnalyticsSettings(com.epam.ta.reportportal.model.settings.AnalyticsResource,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.261 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasRole(\'ADMINISTRATOR\')") found on: com.epam.ta.reportportal.ws.controller.SettingsController
2024-11-14 08:41:17.261 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.SettingsController; public java.util.Map com.epam.ta.reportportal.ws.controller.SettingsController.getServerSettings(com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.324 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on specific method: public com.epam.ta.reportportal.model.project.config.ProjectSettingsResource com.epam.ta.reportportal.ws.controller.ProjectSettingsController.getProjectSettings(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:17.324 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.ProjectSettingsController; public com.epam.ta.reportportal.model.project.config.ProjectSettingsResource com.epam.ta.reportportal.ws.controller.ProjectSettingsController.getProjectSettings(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.325 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'projectManagerPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.model.project.config.IssueSubTypeCreatedRS com.epam.ta.reportportal.ws.controller.ProjectSettingsController.createProjectIssueSubType(java.lang.String,com.epam.ta.reportportal.model.project.config.CreateIssueSubTypeRQ,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:17.325 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.ProjectSettingsController; public com.epam.ta.reportportal.model.project.config.IssueSubTypeCreatedRS com.epam.ta.reportportal.ws.controller.ProjectSettingsController.createProjectIssueSubType(java.lang.String,com.epam.ta.reportportal.model.project.config.CreateIssueSubTypeRQ,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'projectManagerPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.325 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'projectManagerPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.ProjectSettingsController.updateProjectIssueSubType(java.lang.String,com.epam.ta.reportportal.model.project.config.UpdateIssueSubTypeRQ,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:17.325 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.ProjectSettingsController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.ProjectSettingsController.updateProjectIssueSubType(java.lang.String,com.epam.ta.reportportal.model.project.config.UpdateIssueSubTypeRQ,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'projectManagerPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.325 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'projectManagerPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.ProjectSettingsController.deleteProjectIssueSubType(java.lang.String,java.lang.Long,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:17.325 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.ProjectSettingsController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.ProjectSettingsController.deleteProjectIssueSubType(java.lang.String,java.lang.Long,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'projectManagerPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.325 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'projectManagerPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.model.EntryCreatedRS com.epam.ta.reportportal.ws.controller.ProjectSettingsController.createPatternTemplate(java.lang.String,com.epam.ta.reportportal.model.project.config.pattern.CreatePatternTemplateRQ,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:17.325 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.ProjectSettingsController; public com.epam.ta.reportportal.model.EntryCreatedRS com.epam.ta.reportportal.ws.controller.ProjectSettingsController.createPatternTemplate(java.lang.String,com.epam.ta.reportportal.model.project.config.pattern.CreatePatternTemplateRQ,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'projectManagerPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.326 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'projectManagerPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.ProjectSettingsController.updatePatternTemplate(java.lang.String,java.lang.Long,com.epam.ta.reportportal.model.project.config.pattern.UpdatePatternTemplateRQ,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:17.326 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.ProjectSettingsController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.ProjectSettingsController.updatePatternTemplate(java.lang.String,java.lang.Long,com.epam.ta.reportportal.model.project.config.pattern.UpdatePatternTemplateRQ,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'projectManagerPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.326 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'projectManagerPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.ProjectSettingsController.deletePatternTemplate(java.lang.String,java.lang.Long,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:17.326 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.ProjectSettingsController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.ProjectSettingsController.deletePatternTemplate(java.lang.String,java.lang.Long,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'projectManagerPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.326 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'projectManagerPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.model.EntryCreatedRS com.epam.ta.reportportal.ws.controller.ProjectSettingsController.createNotification(java.lang.String,com.epam.ta.reportportal.model.project.email.SenderCaseDTO,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:17.326 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.ProjectSettingsController; public com.epam.ta.reportportal.model.EntryCreatedRS com.epam.ta.reportportal.ws.controller.ProjectSettingsController.createNotification(java.lang.String,com.epam.ta.reportportal.model.project.email.SenderCaseDTO,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'projectManagerPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.326 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'projectManagerPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.ProjectSettingsController.updateNotification(java.lang.String,com.epam.ta.reportportal.model.project.email.SenderCaseDTO,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:17.326 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.ProjectSettingsController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.ProjectSettingsController.updateNotification(java.lang.String,com.epam.ta.reportportal.model.project.email.SenderCaseDTO,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'projectManagerPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.326 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'projectManagerPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.ProjectSettingsController.deleteNotification(java.lang.String,java.lang.Long,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:17.326 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.ProjectSettingsController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.ProjectSettingsController.deleteNotification(java.lang.String,java.lang.Long,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'projectManagerPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.326 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on specific method: public java.util.List com.epam.ta.reportportal.ws.controller.ProjectSettingsController.getNotifications(java.lang.String)
2024-11-14 08:41:17.326 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.ProjectSettingsController; public java.util.List com.epam.ta.reportportal.ws.controller.ProjectSettingsController.getNotifications(java.lang.String)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.346 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.DashboardController
2024-11-14 08:41:17.346 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.DashboardController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.DashboardController.addWidget(java.lang.String,java.lang.Long,com.epam.ta.reportportal.model.dashboard.AddWidgetRq,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.347 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.DashboardController
2024-11-14 08:41:17.347 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.DashboardController; public com.epam.ta.reportportal.model.EntryCreatedRS com.epam.ta.reportportal.ws.controller.DashboardController.createDashboard(java.lang.String,com.epam.ta.reportportal.model.dashboard.CreateDashboardRQ,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.347 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.DashboardController
2024-11-14 08:41:17.347 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.DashboardController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.DashboardController.removeWidget(java.lang.String,java.lang.Long,java.lang.Long,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.347 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.DashboardController
2024-11-14 08:41:17.347 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.DashboardController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.DashboardController.updateDashboard(java.lang.String,java.lang.Long,com.epam.ta.reportportal.model.dashboard.UpdateDashboardRQ,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.347 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.DashboardController
2024-11-14 08:41:17.347 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.DashboardController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.ws.controller.DashboardController.deleteDashboard(java.lang.String,java.lang.Long,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.347 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.DashboardController
2024-11-14 08:41:17.347 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.DashboardController; public com.epam.ta.reportportal.model.dashboard.DashboardResource com.epam.ta.reportportal.ws.controller.DashboardController.getDashboard(java.lang.String,java.lang.Long,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.347 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'isAssignedToProject\')") found on: com.epam.ta.reportportal.ws.controller.DashboardController
2024-11-14 08:41:17.347 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.ws.controller.DashboardController; public java.lang.Iterable com.epam.ta.reportportal.ws.controller.DashboardController.getAllDashboards(java.lang.String,org.springframework.data.domain.Pageable,com.epam.ta.reportportal.commons.querygen.Filter,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.395 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'reporterPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.EntryCreatedAsyncRS com.epam.ta.reportportal.reporting.async.controller.TestItemAsyncController.startRootItem(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser,com.epam.ta.reportportal.ws.reporting.StartTestItemRQ)
2024-11-14 08:41:17.395 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.reporting.async.controller.TestItemAsyncController; public com.epam.ta.reportportal.ws.reporting.EntryCreatedAsyncRS com.epam.ta.reportportal.reporting.async.controller.TestItemAsyncController.startRootItem(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser,com.epam.ta.reportportal.ws.reporting.StartTestItemRQ)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'reporterPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.395 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'reporterPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.reporting.async.controller.TestItemAsyncController.finishTestItem(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser,java.lang.String,com.epam.ta.reportportal.ws.reporting.FinishTestItemRQ)
2024-11-14 08:41:17.395 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.reporting.async.controller.TestItemAsyncController; public com.epam.ta.reportportal.ws.reporting.OperationCompletionRS com.epam.ta.reportportal.reporting.async.controller.TestItemAsyncController.finishTestItem(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser,java.lang.String,com.epam.ta.reportportal.ws.reporting.FinishTestItemRQ)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'reporterPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.395 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'reporterPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.EntryCreatedAsyncRS com.epam.ta.reportportal.reporting.async.controller.TestItemAsyncController.startChildItem(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser,java.lang.String,com.epam.ta.reportportal.ws.reporting.StartTestItemRQ)
2024-11-14 08:41:17.395 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.reporting.async.controller.TestItemAsyncController; public com.epam.ta.reportportal.ws.reporting.EntryCreatedAsyncRS com.epam.ta.reportportal.reporting.async.controller.TestItemAsyncController.startChildItem(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser,java.lang.String,com.epam.ta.reportportal.ws.reporting.StartTestItemRQ)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'reporterPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.401 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'reporterPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.StartLaunchRS com.epam.ta.reportportal.reporting.async.controller.LaunchAsyncController.startLaunch(java.lang.String,com.epam.ta.reportportal.ws.reporting.StartLaunchRQ,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:17.402 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.reporting.async.controller.LaunchAsyncController; public com.epam.ta.reportportal.ws.reporting.StartLaunchRS com.epam.ta.reportportal.reporting.async.controller.LaunchAsyncController.startLaunch(java.lang.String,com.epam.ta.reportportal.ws.reporting.StartLaunchRQ,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'reporterPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.402 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'reporterPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.model.launch.FinishLaunchRS com.epam.ta.reportportal.reporting.async.controller.LaunchAsyncController.finishLaunch(java.lang.String,java.lang.String,com.epam.ta.reportportal.ws.reporting.FinishExecutionRQ,com.epam.ta.reportportal.commons.ReportPortalUser,javax.servlet.http.HttpServletRequest)
2024-11-14 08:41:17.402 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.reporting.async.controller.LaunchAsyncController; public com.epam.ta.reportportal.model.launch.FinishLaunchRS com.epam.ta.reportportal.reporting.async.controller.LaunchAsyncController.finishLaunch(java.lang.String,java.lang.String,com.epam.ta.reportportal.ws.reporting.FinishExecutionRQ,com.epam.ta.reportportal.commons.ReportPortalUser,javax.servlet.http.HttpServletRequest)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'reporterPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.402 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'reporterPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.LaunchResource com.epam.ta.reportportal.reporting.async.controller.LaunchAsyncController.mergeLaunches(java.lang.String,com.epam.ta.reportportal.ws.reporting.MergeLaunchesRQ,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:17.402 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.reporting.async.controller.LaunchAsyncController; public com.epam.ta.reportportal.ws.reporting.LaunchResource com.epam.ta.reportportal.reporting.async.controller.LaunchAsyncController.mergeLaunches(java.lang.String,com.epam.ta.reportportal.ws.reporting.MergeLaunchesRQ,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'reporterPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.408 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'reporterPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public org.springframework.http.ResponseEntity com.epam.ta.reportportal.reporting.async.controller.LogAsyncController.createLog(java.lang.String,com.epam.ta.reportportal.ws.reporting.SaveLogRQ[],javax.servlet.http.HttpServletRequest,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:17.408 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.reporting.async.controller.LogAsyncController; public org.springframework.http.ResponseEntity com.epam.ta.reportportal.reporting.async.controller.LogAsyncController.createLog(java.lang.String,com.epam.ta.reportportal.ws.reporting.SaveLogRQ[],javax.servlet.http.HttpServletRequest,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'reporterPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.408 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'reporterPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.EntryCreatedAsyncRS com.epam.ta.reportportal.reporting.async.controller.LogAsyncController.createLog(java.lang.String,com.epam.ta.reportportal.ws.reporting.SaveLogRQ,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:17.408 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.reporting.async.controller.LogAsyncController; public com.epam.ta.reportportal.ws.reporting.EntryCreatedAsyncRS com.epam.ta.reportportal.reporting.async.controller.LogAsyncController.createLog(java.lang.String,com.epam.ta.reportportal.ws.reporting.SaveLogRQ,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'reporterPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.408 DEBUG 1 --- [           main] .PrePostAnnotationSecurityMetadataSource : @org.springframework.security.access.prepost.PreAuthorize("hasPermission(#projectName.toLowerCase(), \'reporterPermission\')||hasRole(\'ADMINISTRATOR\')") found on specific method: public com.epam.ta.reportportal.ws.reporting.EntryCreatedAsyncRS com.epam.ta.reportportal.reporting.async.controller.LogAsyncController.createLogEntry(java.lang.String,com.epam.ta.reportportal.ws.reporting.SaveLogRQ,com.epam.ta.reportportal.commons.ReportPortalUser)
2024-11-14 08:41:17.408 DEBUG 1 --- [           main] m.DelegatingMethodSecurityMetadataSource : Caching method [CacheKey[com.epam.ta.reportportal.reporting.async.controller.LogAsyncController; public com.epam.ta.reportportal.ws.reporting.EntryCreatedAsyncRS com.epam.ta.reportportal.reporting.async.controller.LogAsyncController.createLogEntry(java.lang.String,com.epam.ta.reportportal.ws.reporting.SaveLogRQ,com.epam.ta.reportportal.commons.ReportPortalUser)]] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'reporterPermission')||hasRole('ADMINISTRATOR')', filter: 'null', filterTarget: 'null']]
2024-11-14 08:41:17.423  INFO 1 --- [           main] o.s.a.r.c.CachingConnectionFactory       : Attempting to connect to: reportportal-rabbitmq.report-portal.svc.cluster.local:5672
2024-11-14 08:41:17.508  INFO 1 --- [           main] o.s.a.r.c.CachingConnectionFactory       : Created new connection: connectionFactory#33ea437a:0/SimpleConnection@2b45ede [delegate=amqp://rabbitmq@172.20.73.118:5672/, localPort= 47642]
2024-11-14 08:41:17.639  INFO 1 --- [           main] o.s.amqp.rabbit.core.RabbitAdmin         : Auto-declaring a non-durable or auto-delete Exchange (broadcast.events) durable:false, auto-delete:false. It will be deleted by the broker if it shuts down, and can be redeclared by closing and reopening the connection.
2024-11-14 08:41:17.639  INFO 1 --- [           main] o.s.amqp.rabbit.core.RabbitAdmin         : Auto-declaring a non-durable, auto-delete, or exclusive Queue (broadcast.events.iz39I-xYSOSIInSwJs9ZpA) durable:false, auto-delete:true, exclusive:true. It will be redeclared if the broker stops and is restarted while the connection factory is alive, but all messages will be lost.
2024-11-14 08:41:18.335  WARN 1 --- [           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
2024-11-14 08:41:19.361 DEBUG 1 --- [           main] edFilterInvocationSecurityMetadataSource : Adding web access control expression [permitAll] for Ant [pattern='/**/user**/registration/info*']
2024-11-14 08:41:19.362 DEBUG 1 --- [           main] edFilterInvocationSecurityMetadataSource : Adding web access control expression [permitAll] for Ant [pattern='/**/user**/registration**']
2024-11-14 08:41:19.362 DEBUG 1 --- [           main] edFilterInvocationSecurityMetadataSource : Adding web access control expression [permitAll] for Ant [pattern='/**/user**/password/reset/*']
2024-11-14 08:41:19.362 DEBUG 1 --- [           main] edFilterInvocationSecurityMetadataSource : Adding web access control expression [permitAll] for Ant [pattern='/**/user**/password/reset**']
2024-11-14 08:41:19.362 DEBUG 1 --- [           main] edFilterInvocationSecurityMetadataSource : Adding web access control expression [permitAll] for Ant [pattern='/**/user**/password/restore**']
2024-11-14 08:41:19.362 DEBUG 1 --- [           main] edFilterInvocationSecurityMetadataSource : Adding web access control expression [permitAll] for Ant [pattern='/**/plugin/public/**']
2024-11-14 08:41:19.362 DEBUG 1 --- [           main] edFilterInvocationSecurityMetadataSource : Adding web access control expression [permitAll] for Ant [pattern='/documentation.html']
2024-11-14 08:41:19.363 DEBUG 1 --- [           main] edFilterInvocationSecurityMetadataSource : Adding web access control expression [permitAll] for Ant [pattern='/health']
2024-11-14 08:41:19.363 DEBUG 1 --- [           main] edFilterInvocationSecurityMetadataSource : Adding web access control expression [permitAll] for Ant [pattern='/info']
2024-11-14 08:41:19.363 DEBUG 1 --- [           main] edFilterInvocationSecurityMetadataSource : Adding web access control expression [hasRole('ROLE_COMPONENT')] for Ant [pattern='/api-internal/**']
2024-11-14 08:41:19.363 DEBUG 1 --- [           main] edFilterInvocationSecurityMetadataSource : Adding web access control expression [hasRole('ROLE_USER')] for Ant [pattern='/v2/**']
2024-11-14 08:41:19.363 DEBUG 1 --- [           main] edFilterInvocationSecurityMetadataSource : Adding web access control expression [hasRole('ROLE_USER')] for Ant [pattern='/swagger-resources']
2024-11-14 08:41:19.363 DEBUG 1 --- [           main] edFilterInvocationSecurityMetadataSource : Adding web access control expression [hasRole('ROLE_USER')] for Ant [pattern='/certificate/**']
2024-11-14 08:41:19.364 DEBUG 1 --- [           main] edFilterInvocationSecurityMetadataSource : Adding web access control expression [hasRole('ROLE_USER')] for Ant [pattern='/api/**']
2024-11-14 08:41:19.364 DEBUG 1 --- [           main] edFilterInvocationSecurityMetadataSource : Adding web access control expression [hasRole('ROLE_USER')] for Ant [pattern='/**']
2024-11-14 08:41:19.364 DEBUG 1 --- [           main] edFilterInvocationSecurityMetadataSource : Adding web access control expression [authenticated] for any request
2024-11-14 08:41:19.366  INFO 1 --- [           main] o.s.s.web.DefaultSecurityFilterChain     : Will secure any request with [org.springframework.security.web.session.DisableEncodeUrlFilter@20c048cc, org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@68400aa5, org.springframework.security.web.context.SecurityContextPersistenceFilter@5979cd9d, org.springframework.security.web.header.HeaderWriterFilter@4ebd3d4c, org.springframework.security.web.authentication.logout.LogoutFilter@7da298aa, org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationProcessingFilter@6203cec, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@5a95f63a, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@73ae7ce4, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@57a20e44, org.springframework.security.web.session.SessionManagementFilter@6118ad56, org.springframework.security.web.access.ExceptionTranslationFilter@386dd761, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@337f76ff]
2024-11-14 08:41:19.398  INFO 1 --- [           main] o.s.b.a.e.web.EndpointLinksResolver      : Exposing 4 endpoint(s) beneath base path ''
2024-11-14 08:41:19.514  INFO 1 --- [           main] o.s.b.w.embedded.tomcat.TomcatWebServer  : Tomcat started on port(s): 8585 (http) with context path '/api'
2024-11-14 08:41:19.536  INFO 1 --- [           main] c.e.t.r.c.c.SchedulerConfiguration$1     : Starting Quartz Scheduler now
2024-11-14 08:41:19.556  INFO 1 --- [           main] org.quartz.core.QuartzScheduler          : Scheduler reportportal_$_api:0b85e87e5924acffcb5400cbdb686163 started.
2024-11-14 08:41:19.564  INFO 1 --- [_MisfireHandler] o.s.s.quartz.LocalDataSourceJobStore     : Handling 1 trigger(s) that missed their scheduled fire-time.
2024-11-14 08:41:19.817  INFO 1 --- [           main] c.e.t.r.core.configs.ReportPortalApp     : Started ReportPortalApp in 963.904 seconds (JVM running for 965.061)
2024-11-14 09:25:31.482  INFO 1 --- [portal_Worker-1] c.e.t.r.job.InterruptBrokenLaunchesJob   : Interrupt broken launches job has been started
2024-11-14 09:25:31.573  INFO 1 --- [portal_Worker-1] org.jooq.Constants                       : 

@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@  @@        @@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@        @@@@@@@@@@
@@@@@@@@@@@@@@@@  @@  @@    @@@@@@@@@@
@@@@@@@@@@  @@@@  @@  @@    @@@@@@@@@@
@@@@@@@@@@        @@        @@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@        @@        @@@@@@@@@@
@@@@@@@@@@    @@  @@  @@@@  @@@@@@@@@@
@@@@@@@@@@    @@  @@  @@@@  @@@@@@@@@@
@@@@@@@@@@        @@  @  @  @@@@@@@@@@
@@@@@@@@@@        @@        @@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@  @@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@  Thank you for using jOOQ 3.12.4

2024-11-14 09:25:31.843  INFO 1 --- [portal_Worker-1] c.e.t.r.job.CleanExpiredCreationBidsJob  : Cleaning expired user creation bids finished. Deleted 0 bids
2024-11-14 10:25:31.472  INFO 1 --- [portal_Worker-1] c.e.t.r.job.InterruptBrokenLaunchesJob   : Interrupt broken launches job has been started
2024-11-14 10:25:31.497  INFO 1 --- [portal_Worker-1] c.e.t.r.job.CleanExpiredCreationBidsJob  : Cleaning expired user creation bids finished. Deleted 0 bids
2024-11-14 10:37:40.800  INFO 1 --- [nio-8585-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/api]    : Initializing Spring DispatcherServlet 'dispatcherServlet'
2024-11-14 10:37:40.800  INFO 1 --- [nio-8585-exec-1] o.s.web.servlet.DispatcherServlet        : Initializing Servlet 'dispatcherServlet'
2024-11-14 10:37:40.802  INFO 1 --- [nio-8585-exec-1] o.s.web.servlet.DispatcherServlet        : Completed initialization in 2 ms
2024-11-14 10:37:40.811 DEBUG 1 --- [nio-8585-exec-1] o.s.security.web.FilterChainProxy        : Securing GET /users?ids=
2024-11-14 10:37:40.813 DEBUG 1 --- [nio-8585-exec-2] o.s.security.web.FilterChainProxy        : Securing GET /info
2024-11-14 10:37:40.814 DEBUG 1 --- [nio-8585-exec-1] s.s.w.c.SecurityContextPersistenceFilter : Set SecurityContextHolder to empty SecurityContext
2024-11-14 10:37:40.814 DEBUG 1 --- [nio-8585-exec-2] s.s.w.c.SecurityContextPersistenceFilter : Set SecurityContextHolder to empty SecurityContext
2024-11-14 10:37:40.816 DEBUG 1 --- [nio-8585-exec-2] o.s.s.o.p.a.BearerTokenExtractor         : Token not found in headers. Trying request parameters.
2024-11-14 10:37:40.816 DEBUG 1 --- [nio-8585-exec-1] o.s.s.o.p.a.BearerTokenExtractor         : Token not found in headers. Trying request parameters.
2024-11-14 10:37:40.816 DEBUG 1 --- [nio-8585-exec-2] o.s.s.o.p.a.BearerTokenExtractor         : Token not found in request parameters.  Not an OAuth2 request.
2024-11-14 10:37:40.816 DEBUG 1 --- [nio-8585-exec-2] p.a.OAuth2AuthenticationProcessingFilter : No token in request, will continue chain.
2024-11-14 10:37:40.816 DEBUG 1 --- [nio-8585-exec-1] o.s.s.o.p.a.BearerTokenExtractor         : Token not found in request parameters.  Not an OAuth2 request.
2024-11-14 10:37:40.816 DEBUG 1 --- [nio-8585-exec-1] p.a.OAuth2AuthenticationProcessingFilter : No token in request, will continue chain.
2024-11-14 10:37:40.818 DEBUG 1 --- [nio-8585-exec-1] o.s.s.w.a.AnonymousAuthenticationFilter  : Set SecurityContextHolder to anonymous SecurityContext
2024-11-14 10:37:40.818 DEBUG 1 --- [nio-8585-exec-2] o.s.s.w.a.AnonymousAuthenticationFilter  : Set SecurityContextHolder to anonymous SecurityContext
2024-11-14 10:37:40.823 DEBUG 1 --- [nio-8585-exec-2] o.s.s.w.a.i.FilterSecurityInterceptor    : Authorized filter invocation [GET /info] with attributes [#oauth2.throwOnError(permitAll)]
2024-11-14 10:37:40.823 DEBUG 1 --- [nio-8585-exec-2] o.s.security.web.FilterChainProxy        : Secured GET /info
2024-11-14 10:37:40.828 DEBUG 1 --- [nio-8585-exec-1] o.s.s.w.a.i.FilterSecurityInterceptor    : Failed to authorize filter invocation [GET /users?ids=] with attributes [#oauth2.throwOnError(hasRole('ROLE_USER'))]
2024-11-14 10:37:40.849 DEBUG 1 --- [nio-8585-exec-1] s.s.o.p.e.DefaultOAuth2ExceptionRenderer : Written [error="unauthorized", error_description="Full authentication is required to access this resource"] as "application/json" using [org.springframework.http.converter.json.MappingJackson2HttpMessageConverter@2897b4e2]
2024-11-14 10:37:40.849 DEBUG 1 --- [nio-8585-exec-1] s.s.w.c.SecurityContextPersistenceFilter : Cleared SecurityContextHolder to complete request
2024-11-14 10:37:40.889 DEBUG 1 --- [nio-8585-exec-3] o.s.security.web.FilterChainProxy        : Securing GET /v1/plugin/public
2024-11-14 10:37:40.889 DEBUG 1 --- [nio-8585-exec-3] s.s.w.c.SecurityContextPersistenceFilter : Set SecurityContextHolder to empty SecurityContext
2024-11-14 10:37:40.889 DEBUG 1 --- [nio-8585-exec-3] o.s.s.o.p.a.BearerTokenExtractor         : Token not found in headers. Trying request parameters.
2024-11-14 10:37:40.889 DEBUG 1 --- [nio-8585-exec-3] o.s.s.o.p.a.BearerTokenExtractor         : Token not found in request parameters.  Not an OAuth2 request.
2024-11-14 10:37:40.889 DEBUG 1 --- [nio-8585-exec-3] p.a.OAuth2AuthenticationProcessingFilter : No token in request, will continue chain.
2024-11-14 10:37:40.889 DEBUG 1 --- [nio-8585-exec-3] o.s.s.w.a.AnonymousAuthenticationFilter  : Set SecurityContextHolder to anonymous SecurityContext
2024-11-14 10:37:40.889 DEBUG 1 --- [nio-8585-exec-3] o.s.s.w.a.i.FilterSecurityInterceptor    : Authorized filter invocation [GET /v1/plugin/public] with attributes [#oauth2.throwOnError(permitAll)]
2024-11-14 10:37:40.889 DEBUG 1 --- [nio-8585-exec-3] o.s.security.web.FilterChainProxy        : Secured GET /v1/plugin/public
2024-11-14 10:37:40.942 DEBUG 1 --- [nio-8585-exec-3] s.s.w.c.SecurityContextPersistenceFilter : Cleared SecurityContextHolder to complete request
2024-11-14 10:37:40.955 DEBUG 1 --- [nio-8585-exec-2] s.s.w.c.SecurityContextPersistenceFilter : Cleared SecurityContextHolder to complete request
2024-11-14 10:38:24.456 DEBUG 1 --- [nio-8585-exec-6] o.s.security.web.FilterChainProxy        : Securing GET /users?ids=
2024-11-14 10:38:24.456 DEBUG 1 --- [nio-8585-exec-6] s.s.w.c.SecurityContextPersistenceFilter : Set SecurityContextHolder to empty SecurityContext
2024-11-14 10:38:24.482 DEBUG 1 --- [nio-8585-exec-6] p.a.OAuth2AuthenticationProcessingFilter : Authentication success: OAuth2Authentication [Principal=com.epam.ta.reportportal.commons.ReportPortalUser [Username=superadmin, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, credentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[ROLE_ADMINISTRATOR]], Credentials=[PROTECTED], Authenticated=true, Details=remoteAddress=10.159.17.89, tokenType=bearer, tokenValue=<TOKEN>, Granted Authorities=[ROLE_ADMINISTRATOR]]
2024-11-14 10:38:24.482 DEBUG 1 --- [nio-8585-exec-6] o.s.s.w.a.i.FilterSecurityInterceptor    : Authorized filter invocation [GET /users?ids=] with attributes [#oauth2.throwOnError(hasRole('ROLE_USER'))]
2024-11-14 10:38:24.482 DEBUG 1 --- [nio-8585-exec-6] o.s.security.web.FilterChainProxy        : Secured GET /users?ids=
2024-11-14 10:38:24.526 DEBUG 1 --- [nio-8585-exec-6] s.s.w.c.SecurityContextPersistenceFilter : Cleared SecurityContextHolder to complete request
2024-11-14 10:38:24.562 DEBUG 1 --- [nio-8585-exec-7] o.s.security.web.FilterChainProxy        : Securing GET /v1/project/superadmin_personal
2024-11-14 10:38:24.562 DEBUG 1 --- [nio-8585-exec-7] s.s.w.c.SecurityContextPersistenceFilter : Set SecurityContextHolder to empty SecurityContext
2024-11-14 10:38:24.565 DEBUG 1 --- [nio-8585-exec-7] p.a.OAuth2AuthenticationProcessingFilter : Authentication success: OAuth2Authentication [Principal=com.epam.ta.reportportal.commons.ReportPortalUser [Username=superadmin, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, credentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[ROLE_ADMINISTRATOR]], Credentials=[PROTECTED], Authenticated=true, Details=remoteAddress=10.159.17.89, tokenType=bearer, tokenValue=<TOKEN>, Granted Authorities=[ROLE_ADMINISTRATOR]]
2024-11-14 10:38:24.566 DEBUG 1 --- [nio-8585-exec-7] o.s.s.w.a.i.FilterSecurityInterceptor    : Authorized filter invocation [GET /v1/project/superadmin_personal] with attributes [#oauth2.throwOnError(hasRole('ROLE_USER'))]
2024-11-14 10:38:24.566 DEBUG 1 --- [nio-8585-exec-7] o.s.security.web.FilterChainProxy        : Secured GET /v1/project/superadmin_personal
2024-11-14 10:38:24.582 DEBUG 1 --- [nio-8585-exec-7] o.s.s.a.i.a.MethodSecurityInterceptor    : Authorized ReflectiveMethodInvocation: public com.epam.ta.reportportal.model.project.ProjectResource com.epam.ta.reportportal.ws.controller.ProjectController.getProject(java.lang.String,com.epam.ta.reportportal.commons.ReportPortalUser); target is of class [com.epam.ta.reportportal.ws.controller.ProjectController] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 10:38:24.626 DEBUG 1 --- [nio-8585-exec-7] s.s.w.c.SecurityContextPersistenceFilter : Cleared SecurityContextHolder to complete request
2024-11-14 10:38:24.663 DEBUG 1 --- [nio-8585-exec-8] o.s.security.web.FilterChainProxy        : Securing GET /v1/integration/global/all/
2024-11-14 10:38:24.663 DEBUG 1 --- [nio-8585-exec-8] s.s.w.c.SecurityContextPersistenceFilter : Set SecurityContextHolder to empty SecurityContext
2024-11-14 10:38:24.666 DEBUG 1 --- [nio-8585-exec-9] o.s.security.web.FilterChainProxy        : Securing GET /v1/project/superadmin_personal/preference/
2024-11-14 10:38:24.666 DEBUG 1 --- [nio-8585-exec-9] s.s.w.c.SecurityContextPersistenceFilter : Set SecurityContextHolder to empty SecurityContext
2024-11-14 10:38:24.666 DEBUG 1 --- [io-8585-exec-10] o.s.security.web.FilterChainProxy        : Securing GET /v1/plugin
2024-11-14 10:38:24.666 DEBUG 1 --- [io-8585-exec-10] s.s.w.c.SecurityContextPersistenceFilter : Set SecurityContextHolder to empty SecurityContext
2024-11-14 10:38:24.667 DEBUG 1 --- [nio-8585-exec-8] p.a.OAuth2AuthenticationProcessingFilter : Authentication success: OAuth2Authentication [Principal=com.epam.ta.reportportal.commons.ReportPortalUser [Username=superadmin, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, credentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[ROLE_ADMINISTRATOR]], Credentials=[PROTECTED], Authenticated=true, Details=remoteAddress=10.159.17.89, tokenType=bearer, tokenValue=<TOKEN>, Granted Authorities=[ROLE_ADMINISTRATOR]]
2024-11-14 10:38:24.668 DEBUG 1 --- [nio-8585-exec-8] o.s.s.w.a.i.FilterSecurityInterceptor    : Authorized filter invocation [GET /v1/integration/global/all/] with attributes [#oauth2.throwOnError(hasRole('ROLE_USER'))]
2024-11-14 10:38:24.668 DEBUG 1 --- [nio-8585-exec-8] o.s.security.web.FilterChainProxy        : Secured GET /v1/integration/global/all/
2024-11-14 10:38:24.670 DEBUG 1 --- [io-8585-exec-10] p.a.OAuth2AuthenticationProcessingFilter : Authentication success: OAuth2Authentication [Principal=com.epam.ta.reportportal.commons.ReportPortalUser [Username=superadmin, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, credentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[ROLE_ADMINISTRATOR]], Credentials=[PROTECTED], Authenticated=true, Details=remoteAddress=10.159.17.89, tokenType=bearer, tokenValue=<TOKEN>, Granted Authorities=[ROLE_ADMINISTRATOR]]
2024-11-14 10:38:24.670 DEBUG 1 --- [io-8585-exec-10] o.s.s.w.a.i.FilterSecurityInterceptor    : Authorized filter invocation [GET /v1/plugin] with attributes [#oauth2.throwOnError(hasRole('ROLE_USER'))]
2024-11-14 10:38:24.670 DEBUG 1 --- [io-8585-exec-10] o.s.security.web.FilterChainProxy        : Secured GET /v1/plugin
2024-11-14 10:38:24.671 DEBUG 1 --- [nio-8585-exec-1] o.s.security.web.FilterChainProxy        : Securing GET /v1/superadmin_personal/dashboard?page.page=1&page.size=50&page.sort=
2024-11-14 10:38:24.671 DEBUG 1 --- [nio-8585-exec-1] s.s.w.c.SecurityContextPersistenceFilter : Set SecurityContextHolder to empty SecurityContext
2024-11-14 10:38:24.673 DEBUG 1 --- [nio-8585-exec-1] p.a.OAuth2AuthenticationProcessingFilter : Authentication success: OAuth2Authentication [Principal=com.epam.ta.reportportal.commons.ReportPortalUser [Username=superadmin, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, credentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[ROLE_ADMINISTRATOR]], Credentials=[PROTECTED], Authenticated=true, Details=remoteAddress=10.159.17.89, tokenType=bearer, tokenValue=<TOKEN>, Granted Authorities=[ROLE_ADMINISTRATOR]]
2024-11-14 10:38:24.673 DEBUG 1 --- [nio-8585-exec-1] o.s.s.w.a.i.FilterSecurityInterceptor    : Authorized filter invocation [GET /v1/superadmin_personal/dashboard?page.page=1&page.size=50&page.sort=] with attributes [#oauth2.throwOnError(hasRole('ROLE_USER'))]
2024-11-14 10:38:24.673 DEBUG 1 --- [nio-8585-exec-1] o.s.security.web.FilterChainProxy        : Secured GET /v1/superadmin_personal/dashboard?page.page=1&page.size=50&page.sort=
2024-11-14 10:38:24.679 DEBUG 1 --- [nio-8585-exec-9] p.a.OAuth2AuthenticationProcessingFilter : Authentication success: OAuth2Authentication [Principal=com.epam.ta.reportportal.commons.ReportPortalUser [Username=superadmin, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, credentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[ROLE_ADMINISTRATOR]], Credentials=[PROTECTED], Authenticated=true, Details=remoteAddress=10.159.17.89, tokenType=bearer, tokenValue=<TOKEN>, Granted Authorities=[ROLE_ADMINISTRATOR]]
2024-11-14 10:38:24.679 DEBUG 1 --- [nio-8585-exec-9] o.s.s.w.a.i.FilterSecurityInterceptor    : Authorized filter invocation [GET /v1/project/superadmin_personal/preference/] with attributes [#oauth2.throwOnError(hasRole('ROLE_USER'))]
2024-11-14 10:38:24.679 DEBUG 1 --- [nio-8585-exec-9] o.s.security.web.FilterChainProxy        : Secured GET /v1/project/superadmin_personal/preference/
2024-11-14 10:38:24.683 DEBUG 1 --- [nio-8585-exec-1] o.s.s.a.i.a.MethodSecurityInterceptor    : Authorized ReflectiveMethodInvocation: public java.lang.Iterable com.epam.ta.reportportal.ws.controller.DashboardController.getAllDashboards(java.lang.String,org.springframework.data.domain.Pageable,com.epam.ta.reportportal.commons.querygen.Filter,com.epam.ta.reportportal.commons.ReportPortalUser); target is of class [com.epam.ta.reportportal.ws.controller.DashboardController] with attributes [[authorize: 'hasPermission(#projectName.toLowerCase(), 'isAssignedToProject')', filter: 'null', filterTarget: 'null']]
2024-11-14 10:38:24.690 DEBUG 1 --- [nio-8585-exec-8] s.s.w.c.SecurityContextPersistenceFilter : Cleared SecurityContextHolder to complete request
2024-11-14 10:38:24.697 DEBUG 1 --- [io-8585-exec-10] s.s.w.c.SecurityContextPersistenceFilter : Cleared SecurityContextHolder to complete request
2024-11-14 10:38:24.701 DEBUG 1 --- [nio-8585-exec-3] o.s.security.web.FilterChainProxy        : Securing GET /v1/data/photo?at=1731580659656&loadThumbnail=true
2024-11-14 10:38:24.701 DEBUG 1 --- [nio-8585-exec-3] s.s.w.c.SecurityContextPersistenceFilter : Set SecurityContextHolder to empty SecurityContext
2024-11-14 10:38:24.705 DEBUG 1 --- [nio-8585-exec-3] p.a.OAuth2AuthenticationProcessingFilter : Authentication success: OAuth2Authentication [Principal=com.epam.ta.reportportal.commons.ReportPortalUser [Username=superadmin, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, credentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[ROLE_ADMINISTRATOR]], Credentials=[PROTECTED], Authenticated=true, Details=remoteAddress=10.159.17.89, tokenType=bearer, tokenValue=<TOKEN>, Granted Authorities=[ROLE_ADMINISTRATOR]]
2024-11-14 10:38:24.706 DEBUG 1 --- [nio-8585-exec-2] o.s.security.web.FilterChainProxy        : Securing GET /v1/onboarding?page=GENERAL
2024-11-14 10:38:24.706 DEBUG 1 --- [nio-8585-exec-2] s.s.w.c.SecurityContextPersistenceFilter : Set SecurityContextHolder to empty SecurityContext
2024-11-14 10:38:24.708 DEBUG 1 --- [nio-8585-exec-3] o.s.s.w.a.i.FilterSecurityInterceptor    : Authorized filter invocation [GET /v1/data/photo?at=1731580659656&loadThumbnail=true] with attributes [#oauth2.throwOnError(hasRole('ROLE_USER'))]
2024-11-14 10:38:24.709 DEBUG 1 --- [nio-8585-exec-3] o.s.security.web.FilterChainProxy        : Secured GET /v1/data/photo?at=1731580659656&loadThumbnail=true
2024-11-14 10:38:24.709 DEBUG 1 --- [nio-8585-exec-2] p.a.OAuth2AuthenticationProcessingFilter : Authentication success: OAuth2Authentication [Principal=com.epam.ta.reportportal.commons.ReportPortalUser [Username=superadmin, Password=[PROTECTED], Enabled=true, AccountNonExpired=true, credentialsNonExpired=true, AccountNonLocked=true, Granted Authorities=[ROLE_ADMINISTRATOR]], Credentials=[PROTECTED], Authenticated=true, Details=remoteAddress=10.159.17.89, tokenType=bearer, tokenValue=<TOKEN>, Granted Authorities=[ROLE_ADMINISTRATOR]]
2024-11-14 10:38:24.710 DEBUG 1 --- [nio-8585-exec-2] o.s.s.w.a.i.FilterSecurityInterceptor    : Authorized filter invocation [GET /v1/onboarding?page=GENERAL] with attributes [#oauth2.throwOnError(hasRole('ROLE_USER'))]
2024-11-14 10:38:24.710 DEBUG 1 --- [nio-8585-exec-2] o.s.security.web.FilterChainProxy        : Secured GET /v1/onboarding?page=GENERAL
2024-11-14 10:38:24.718 DEBUG 1 --- [nio-8585-exec-2] s.s.w.c.SecurityContextPersistenceFilter : Cleared SecurityContextHolder to complete request
2024-11-14 10:38:24.724 DEBUG 1 --- [nio-8585-exec-9] s.s.w.c.SecurityContextPersistenceFilter : Cleared SecurityContextHolder to complete request
2024-11-14 10:38:24.728 DEBUG 1 --- [nio-8585-exec-1] s.s.w.c.SecurityContextPersistenceFilter : Cleared SecurityContextHolder to complete request
2024-11-14 10:38:24.733 DEBUG 1 --- [nio-8585-exec-3] s.s.w.c.SecurityContextPersistenceFilter : Cleared SecurityContextHolder to complete request
2024-11-14 11:25:31.472  INFO 1 --- [portal_Worker-1] c.e.t.r.job.InterruptBrokenLaunchesJob   : Interrupt broken launches job has been started
2024-11-14 11:25:31.499  INFO 1 --- [portal_Worker-1] c.e.t.r.job.CleanExpiredCreationBidsJob  : Cleaning expired user creation bids finished. Deleted 0 bids
hlebkanonik commented 1 week ago

It looks like the API started successfully.

Started ReportPortalApp in 963.904 seconds

Can you confirm that?

However, since there’s no internet connection, the service API waits for 15 minutes before timing out on the JUnit plugin.

2024-11-14 08:25:35.975 ERROR 1 --- [           main] c.e.t.r.plugin.Pf4jPluginManager         : Unable to load plugin 'email'
2024-11-14 08:41:14.687 ERROR 1 --- [           main] org.pf4j.update.DefaultUpdateRepository  : Connection timed out

java.net.SocketException: Connection timed out

We will reduce the timeout in the next component release.

ldcorentin commented 1 week ago

Yes indeed now it works, we had to remove the livenessprob :)

DzmitryHumianiuk commented 1 week ago

I wouldn't call it a bug; rather, it seems like an enhancement is needed.
Fully air-gapped environments are a rare setup for us.