reportportal / kubernetes

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

reportportal-api pod is getting restarted and application is not starting #294

Open mohan-homer opened 1 year ago

mohan-homer commented 1 year ago

Before raising this issue i have read all the earlier closed issue and tried all the possible way but i ran out of luck. I have followed the exact steps as updated in the github page https://github.com/reportportal/kubernetes/tree/master/reportportal I am trying to install reportportal application in GKE 1.23 and helm version v3.9.3. Here is my observation when i was installing rabbitmq by default vhost analyzer didnt create and upon confirmation from logs of rabbitmq i created manually. Second point i tried matching the secrets name while running reportportal helm command but it was no use. I tried with different namespaces, re-installed applications multiple times deleted pvc just to avoid conflicts but still it was no use. Attaching the logs of api pod for reference.

image
mohan-homer commented 1 year ago
image
mohan-homer commented 1 year ago

all the pods are hosted in default namespace . Adding the values yaml file

String to partially override reportportal.fullname template (will maintain the release name)

nameOverride:

String to fully override reportportal.fullname template

fullnameOverride:

serviceindex: name: index repository: reportportal/service-index tag: 5.7.3 pullPolicy: Always resources: requests: cpu: 150m memory: 128Mi limits: cpu: 200m memory: 256Mi podLabels: {} podAnnotations: {} securityContext: {}

Define which Nodes the Pods are scheduled on.

ref: https://kubernetes.io/docs/user-guide/node-selection/

nodeSelector: {}

disktype: ssd

service: portName: ""

uat: repository: reportportal/service-authorization name: uat tag: 5.7.3 pullPolicy: Always readinessProbe: enabled: true initialDelaySeconds: 60 periodSeconds: 40 timeoutSeconds: 5 failureThreshold: 10 livenessProbe: enabled: true initialDelaySeconds: 60 periodSeconds: 40 timeoutSeconds: 5 failureThreshold: 10 resources: requests: cpu: 100m memory: 512Mi limits: cpu: 500m memory: 2048Mi sessionLiveTime: 86400 podLabels: {} podAnnotations: {}

jvmArgs

If you need to use a custom java keystore you can use it through jvmArgs

eg. : -Djavax.net.ssl.trustStore=/etc/secret-volume/custom-pki.jks

jvmArgs: "-Djava.security.egd=file:/dev/./urandom -XX:MinRAMPercentage=60.0 -XX:MaxRAMPercentage=90.0"

External environment variables

extraEnvs: []

- name: EXTRA_ENV

#   value: "TRUE"
# - name: EXTRA_ENV_SECRET
#   valueFrom:
#     secretKeyRef:
#       name: "additional-credentials"
#       key: username

securityContext: {}

Define which Nodes the Pods are scheduled on.

ref: https://kubernetes.io/docs/user-guide/node-selection/

nodeSelector: {}

disktype: ssd

serviceAccountName: ""

Provide a secret containing sensitives data

EG.: provide a custom java keystore used in jvmArgs

keytool -genkeypair -storetype jks -alias todelete -keypass changeit -storepass changeit -keystore custom-pki.jks -dname "CN=Developer, OU=Department, O=Company, L=City, ST=State, C=CA"

keytool -delete -alias todelete -storepass changeit -keystore custom-pki.jks

keytool -list -keystore custom-pki.jks -storepass changeit

Generate base64 data and paste it in your values.yaml :

cat custom-pki.jks | base64 -w

secret: enabled: false mountPath: /etc/secret-volume readOnly: true data: {}

custom-pki.jks:

service: portName: ""

serviceui: repository: reportportal/service-ui tag: 5.7.3 name: ui pullPolicy: Always resources: requests: cpu: 100m memory: 64Mi limits: cpu: 200m memory: 128Mi podLabels: {} podAnnotations: {} securityContext: {}

Define which Nodes the Pods are scheduled on.

ref: https://kubernetes.io/docs/user-guide/node-selection/

nodeSelector: {}

disktype: ssd

serviceAccountName: "" service: portName: ""

serviceapi: repository: reportportal/service-api tag: 5.7.3 name: api pullPolicy: Always replicaCount: 1 readinessProbe: enabled: true initialDelaySeconds: 30 periodSeconds: 20 timeoutSeconds: 3 failureThreshold: 20 livenessProbe: enabled: true initialDelaySeconds: 30 periodSeconds: 20 timeoutSeconds: 5 failureThreshold: 5 resources: requests: cpu: 500m memory: 1024Mi limits: cpu: 1000m memory: 2048Mi jvmArgs: "-Djava.security.egd=file:/dev/./urandom -XX:+UseG1GC -XX:MinRAMPercentage=60.0 -XX:InitiatingHeapOccupancyPercent=70 -XX:MaxRAMPercentage=90.0 -XX:+HeapDumpOnOutOfMemoryError -XX:HeapDumpPath=/tmp"

Number of queues

Where "totalNumber" is the total number of queues

Сalculation formula: perPodNumber = totalNumber / serviceapi.replicaCount

queues: totalNumber: perPodNumber:

External environment variables

extraEnvs: []

- name: EXTRA_ENV

#   value: "TRUE"
# - name: EXTRA_ENV_SECRET
#   valueFrom:
#     secretKeyRef:
#       name: "additional-credentials"
#       key: username

podLabels: {} podAnnotations: {} securityContext: {}

Define which Nodes the Pods are scheduled on.

ref: https://kubernetes.io/docs/user-guide/node-selection/

nodeSelector: {}

disktype: ssd

serviceAccountName: "" service: portName: ""

servicejobs: repository: reportportal/service-jobs tag: 5.7.3 name: jobs pullPolicy: Always readinessProbe: enabled: true initialDelaySeconds: 60 periodSeconds: 40 timeoutSeconds: 5 failureThreshold: 10 livenessProbe: enabled: true initialDelaySeconds: 60 periodSeconds: 40 timeoutSeconds: 5 failureThreshold: 10 coreJobs: cleanAttachmentCron: 0 0 /24 cleanLogCron: 0 0 /24 cleanLaunchCron: 0 0 /24 cleanStorageCron: 0 0 /24 storageProjectCron: 0 /5 * chunksize: 1000 resources: requests: cpu: 100m memory: 248Mi limits: cpu: 100m memory: 372Mi jvmArgs: ""

External environment variables

extraEnvs: []

- name: EXTRA_ENV

#   value: "TRUE"
# - name: EXTRA_ENV_SECRET
#   valueFrom:
#     secretKeyRef:
#       name: "additional-credentials"
#       key: username

podLabels: {} podAnnotations: {} securityContext: {}

Define which Nodes the Pods are scheduled on.

ref: https://kubernetes.io/docs/user-guide/node-selection/

nodeSelector: {}

disktype: ssd

serviceAccountName: "" service: portName: ""

migrations: repository: reportportal/migrations tag: 5.7.3 pullPolicy: Always resources: requests: cpu: 100m memory: 64Mi limits: cpu: 100m memory: 128Mi podLabels: {} podAnnotations: {} securityContext: {}

Define which Nodes the Pods are scheduled on.

ref: https://kubernetes.io/docs/user-guide/node-selection/

nodeSelector: {}

disktype: ssd

serviceAccountName: "" metadataAnnotations: enabled: true hooks: "helm.sh/hook": "pre-install,pre-upgrade" "helm.sh/hook-delete-policy": "before-hook-creation,hook-succeeded"

serviceanalyzer: repository: reportportal/service-auto-analyzer tag: 5.7.3 name: analyzer pullPolicy: Always uwsgiWorkers: 2 resources: requests: cpu: 100m memory: 256Mi limits: cpu: 100m memory: 512Mi podLabels: {} podAnnotations: {} securityContext: {}

External environment variables

extraEnvs: []

- name: EXTRA_ENV

#   value: "TRUE"
# - name: EXTRA_ENV_SECRET
#   valueFrom:
#     secretKeyRef:
#       name: "additional-credentials"
#       key: username

Define which Nodes the Pods are scheduled on.

ref: https://kubernetes.io/docs/user-guide/node-selection/

nodeSelector: {}

disktype: ssd

serviceAccountName: "" service: portName: ""

serviceanalyzertrain: resources: requests: cpu: 100m memory: 256Mi limits: cpu: 200m memory: 512Mi podLabels: {} podAnnotations: {} securityContext: {}

External environment variables

extraEnvs: []

- name: EXTRA_ENV

#   value: "TRUE"
# - name: EXTRA_ENV_SECRET
#   valueFrom:
#     secretKeyRef:
#       name: "additional-credentials"
#       key: username

Define which Nodes the Pods are scheduled on.

ref: https://kubernetes.io/docs/user-guide/node-selection/

nodeSelector: {}

disktype: ssd

serviceAccountName: "" service: portName: ""

metricsgatherer: repository: reportportal/service-metrics-gatherer tag: 5.7.3 name: metrics-gatherer loggingLevel: debug timeManagement: starttime: 22:00 endtime: 08:00 timezone: Europe/Minsk maxDaysStore: 500 resources: requests: cpu: 8m memory: 128Mi limits: cpu: 16m memory: 256Mi podLabels: {} podAnnotations: {} securityContext: {}

External environment variables

extraEnvs: []

- name: EXTRA_ENV

#   value: "TRUE"
# - name: EXTRA_ENV_SECRET
#   valueFrom:
#     secretKeyRef:
#       name: "additional-credentials"
#       key: username

Define which Nodes the Pods are scheduled on.

ref: https://kubernetes.io/docs/user-guide/node-selection/

nodeSelector: {}

disktype: ssd

serviceAccountName: "" service: portName: ""

rabbitmq: SecretName: "" installdep: enable: false endpoint:

Enable HTTPS and AMQPS

ssl: false
address: rabbitmq.default.svc.cluster.local
port: 5672
user: rabbitmq
apiport: 15672
apiuser: rabbitmq
password:

Virtual hosts provide logical grouping and separation of resources.

ref: https://www.rabbitmq.com/vhosts.html

vhost: analyzer

postgresql: SecretName: "" installdep: enable: false endpoint: address: postgresql.default.svc.cluster.local port: 5432 user: rpuser dbName: reportportal

Whether to use SSL

ssl: disable
# ssl: disable / require
password:
## Number of database connections
connections:

elasticsearch: secretName: "" installdep: enable: false endpoint: http://elasticsearch-master:9200 user: elastic password:

minio: secretName: "" enabled: true installdep: enable: false endpoint: http://minio.default.svc.cluster.local:9000 endpointshort: minio.default.svc.cluster.local:9000 region: "" accesskey: Alpha@1234 secretkey: Alpha@1234 accesskeyName: "access-key" secretkeyName: "secret-key" bucketPrefix: "" defaultBucketName: "" integrationSaltPath: ""

Ingress configuration for the ui

If you have installed ingress controller and want to expose application - set INGRESS.ENABLE to true.

If you have some domain name set INGRESS.USEDOMAINNAME variable to true and set this fqdn to INGRESS.HOSTS

If you don't have any domain names - set INGRESS.USEDOMAINNAME to false

ingress: enable: true

IF YOU HAVE SOME DOMAIN NAME SET INGRESS.USEDOMAINNAME to true

usedomainname: false hosts:

tolerations for all components, if any (requires Kubernetes >= 1.6)

Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/

tolerations: []

- key: "key"

operator: "Equal|Exists"

value: "value"

effect: "NoSchedule|PreferNoSchedule|NoExecute"

RBAC is required for service-index in order to collect status/info over all services

rbac: create: true serviceAccount: create: true name: reportportal

For AWS IAM role association use the following annotations

## See: https://docs.aws.amazon.com/eks/latest/userguide/specify-service-account-role.html
annotations: {}

rp: infoEndpoint: "/info" healthEndpoint: "/health"

Extra init containers to e.g. wait for minio

extraInitContainers: {}

- name: "wait-for-minio"

image: "busybox"

imagePullPolicy: "IfNotPresent"

command:

- sh

- "-c"

- "for i in seq 1 300; do sleep 1; if wget http://-minio.default.svc.cluster.local:9000/minio/health/live -q -O /dev/null ; then exit 0; fi; done; exit 1"

mohan-homer commented 1 year ago
____                        __  ____             __        __

/ _ __/ // __ ___/ /__ / / / // / \/ \/ \/ / / // / \/ / / `/ / / , _/ _/ // / // / / / // __/ // / / / // // / / // ||_/ ./_// _// ___// \/_,// // API Service: 5.7.3 Built with ♡ by EPAM Systems Spring Boot (v2.5.12)

2023-02-17 07:02:19.448 INFO 1 --- [ main] c.e.t.r.core.configs.ReportPortalApp : Starting ReportPortalApp using Java 11.0.17 on reportportal-api-7476687676-bhtfj with PID 1 (/service-api-5.7.3-exec.jar started by root in /) 2023-02-17 07:02:19.459 INFO 1 --- [ main] c.e.t.r.core.configs.ReportPortalApp : The following 1 profile is active: "default" 2023-02-17 07:02:28.134 INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode. 2023-02-17 07:02:29.163 INFO 1 --- [ main] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 1001 ms. Found 32 JPA repository interfaces. 2023-02-17 07:02:34.950 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@7051777c' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-02-17 07:02:34.968 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) 2023-02-17 07:02:34.973 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'securityConfiguration' of type [com.epam.ta.reportportal.core.configs.SecurityConfiguration$$EnhancerBySpringCGLIB$$d5c70c52] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-02-17 07:02:35.025 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) 2023-02-17 07:02:35.243 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean '(inner bean)#7a799159' of type [org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-02-17 07:02:35.249 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean '(inner bean)#7a799159' of type [java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-02-17 07:02:35.257 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean '(inner bean)#5dc3fcb7' 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) 2023-02-17 07:02:35.281 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) 2023-02-17 07:02:35.461 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'dataSourceConfig' of type [com.epam.ta.reportportal.config.DataSourceConfig$$EnhancerBySpringCGLIB$$2550bf0d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-02-17 07:02:35.567 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting... 2023-02-17 07:02:36.068 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. 2023-02-17 07:02:36.072 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) 2023-02-17 07:02:36.154 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) 2023-02-17 07:02:36.169 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) 2023-02-17 07:02:36.231 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'databaseConfiguration' of type [com.epam.ta.reportportal.config.DatabaseConfiguration$$EnhancerBySpringCGLIB$$d4327bf7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-02-17 07:02:37.229 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) 2023-02-17 07:02:37.231 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) 2023-02-17 07:02:37.241 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) 2023-02-17 07:02:37.446 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) 2023-02-17 07:02:38.265 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'projectRepositoryCustomImpl' of type [com.epam.ta.reportportal.dao.ProjectRepositoryCustomImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-02-17 07:02:38.345 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'projectRepositoryCustomImplFragment' 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) 2023-02-17 07:02:38.348 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean '(inner bean)#3af356f' 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) 2023-02-17 07:02:38.350 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean '(inner bean)#3af356f' 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) 2023-02-17 07:02:38.943 INFO 1 --- [ main] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default] 2023-02-17 07:02:39.240 INFO 1 --- [ main] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.4.24.Final 2023-02-17 07:02:40.158 INFO 1 --- [ main] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2023-02-17 07:02:43.139 INFO 1 --- [ main] org.hibernate.dialect.Dialect : HHH000400: Using dialect: com.epam.ta.reportportal.commons.JsonbAwarePostgresDialect 2023-02-17 07:02:46.431 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean '(inner bean)#f882465' of type [org.springframework.beans.factory.config.ObjectFactoryCreatingFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-02-17 07:02:46.435 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean '(inner bean)#f882465' 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) 2023-02-17 07:02:51.857 INFO 1 --- [ main] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2023-02-17 07:02:51.877 INFO 1 --- [ main] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default' 2023-02-17 07:02:51.890 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'entityManagerFactory' of type [com.sun.proxy.$Proxy166] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-02-17 07:02:52.036 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean '(inner bean)#1abc9f14' of type [com.sun.proxy.$Proxy167] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-02-17 07:02:52.151 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) 2023-02-17 07:02:52.154 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) 2023-02-17 07:02:53.832 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'projectRepository' 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) 2023-02-17 07:02:53.836 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'projectRepository' of type [com.sun.proxy.$Proxy172] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-02-17 07:02:53.864 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean '(inner bean)#577cf459' of type [org.springframework.beans.factory.config.PropertiesFactoryBean] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-02-17 07:02:53.865 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean '(inner bean)#577cf459' of type [java.util.Properties] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-02-17 07:02:53.865 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean '(inner bean)#e5864c2' 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) 2023-02-17 07:02:53.872 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) 2023-02-17 07:02:53.928 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) 2023-02-17 07:02:53.929 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean '(inner bean)#146add7b' 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) 2023-02-17 07:02:53.929 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean '(inner bean)#146add7b' 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) 2023-02-17 07:02:53.931 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean '(inner bean)#34652065' of type [com.sun.proxy.$Proxy167] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-02-17 07:02:53.982 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) 2023-02-17 07:02:54.026 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'projectUserRepository' of type [com.sun.proxy.$Proxy173] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-02-17 07:02:54.030 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) 2023-02-17 07:02:54.031 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) 2023-02-17 07:02:54.041 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'ACLContext' of type [com.epam.ta.reportportal.core.configs.ACLContext$$EnhancerBySpringCGLIB$$18303cab] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-02-17 07:02:54.170 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'coffeinCache' of type [org.springframework.cache.caffeine.CaffeineCache] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-02-17 07:02:54.226 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'permissionGrantingStrategy' of type [org.springframework.security.acls.domain.DefaultPermissionGrantingStrategy] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-02-17 07:02:54.236 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'aclAuthorizationStrategy' of type [com.epam.ta.reportportal.auth.acl.ReportPortalAclAuthorizationStrategyImpl] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-02-17 07:02:54.238 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'aclCache' of type [org.springframework.security.acls.domain.SpringCacheBasedAclCache] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-02-17 07:02:54.270 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'lookupStrategy' of type [org.springframework.security.acls.jdbc.BasicLookupStrategy] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-02-17 07:02:54.275 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'aclService' of type [com.epam.ta.reportportal.auth.acl.ReportPortalAclService] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-02-17 07:02:54.327 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'aclPermissionEvaluator' of type [org.springframework.security.acls.AclPermissionEvaluator] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-02-17 07:02:54.328 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'aclReadPermission' of type [com.epam.ta.reportportal.auth.permissions.AclReadPermission] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-02-17 07:02:54.335 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) 2023-02-17 07:02:54.339 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) 2023-02-17 07:02:54.347 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) 2023-02-17 07:02:54.353 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'aclFullPermission' of type [com.epam.ta.reportportal.auth.permissions.AclFullPermission] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-02-17 07:02:54.357 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) 2023-02-17 07:02:54.359 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'securityConfiguration.MethodSecurityConfig' of type [com.epam.ta.reportportal.core.configs.SecurityConfiguration$MethodSecurityConfig$$EnhancerBySpringCGLIB$$4388c8b7] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-02-17 07:02:54.367 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityMetadataSource' of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-02-17 07:02:54.432 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'jacksonConfiguration' of type [com.epam.ta.reportportal.core.configs.JacksonConfiguration$$EnhancerBySpringCGLIB$$dc72d8c9] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-02-17 07:02:54.475 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) 2023-02-17 07:02:54.638 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) 2023-02-17 07:02:54.646 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) 2023-02-17 07:02:54.649 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'mvcConfig' of type [com.epam.ta.reportportal.core.configs.MvcConfig$$EnhancerBySpringCGLIB$$a83e71b8] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying) 2023-02-17 07:02:56.064 INFO 1 --- [ main] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8585 (http) 2023-02-17 07:02:56.129 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat] 2023-02-17 07:02:56.129 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.43] 2023-02-17 07:02:56.344 INFO 1 --- [ main] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext 2023-02-17 07:02:56.345 INFO 1 --- [ main] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 36589 ms 2023-02-17 07:02:56.749 WARN 1 --- [ main] o.h.v.i.p.javabean.JavaBeanExecutable : HV000254: Missing parameter metadata for (int, MeterFilter, String, String), which declares implicit or synthetic parameters. Automatic resolution of generic type information for method parameters may yield incorrect results if multiple parameters have the same erasure. To solve this, compile your code with the '-parameters' flag. 2023-02-17 07:03:03.267 INFO 1 --- [ main] org.pf4j.DefaultPluginStatusProvider : Enabled plugins: [] 2023-02-17 07:03:03.267 INFO 1 --- [ main] org.pf4j.DefaultPluginStatusProvider : Disabled plugins: [] 2023-02-17 07:03:03.274 INFO 1 --- [ main] org.pf4j.DefaultPluginManager : PF4J version 2.4.0 in 'deployment' mode 2023-02-17 07:03:05.963 WARN 1 --- [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'suiteWithRetriesGenerator' defined in URL [jar:file:/service-api-5.7.3-exec.jar!/BOOT-INF/classes!/com/epam/ta/reportportal/demodata/service/generator/SuiteWithRetriesGenerator.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'demoDataTestItemService' defined in URL [jar:file:/service-api-5.7.3-exec.jar!/BOOT-INF/classes!/com/epam/ta/reportportal/demodata/service/DemoDataTestItemService.class]: Unsatisfied dependency expressed through constructor parameter 1; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'finishTestItemHandlerImpl' defined in URL [jar:file:/service-api-5.7.3-exec.jar!/BOOT-INF/classes!/com/epam/ta/reportportal/core/item/impl/FinishTestItemHandlerImpl.class]: Unsatisfied dependency expressed through constructor parameter 2; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'finishTestItemHierarchyHandler' defined in URL [jar:file:/service-api-5.7.3-exec.jar!/BOOT-INF/classes!/com/epam/ta/reportportal/core/hierarchy/impl/FinishTestItemHierarchyHandler.class]: Unsatisfied dependency expressed through constructor parameter 6; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'changeStatusHandlerImpl' defined in URL [jar:file:/service-api-5.7.3-exec.jar!/BOOT-INF/classes!/com/epam/ta/reportportal/core/item/impl/status/ChangeStatusHandlerImpl.class]: Unsatisfied dependency expressed through constructor parameter 2; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'messageBus' defined in class path resource [com/epam/ta/reportportal/core/configs/rabbit/InternalConfiguration.class]: Unsatisfied dependency expressed through method 'messageBus' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'rabbitTemplate' defined in class path resource [com/epam/ta/reportportal/core/configs/rabbit/RabbitMqConfiguration.class]: Unsatisfied dependency expressed through method 'rabbitTemplate' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'connectionFactory' defined in class path resource [com/epam/ta/reportportal/core/configs/rabbit/RabbitMqConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.amqp.rabbit.connection.ConnectionFactory]: Factory method 'connectionFactory' threw exception; nested exception is com.epam.ta.reportportal.exception.ReportPortalException: Unclassified Report Portal Error 2023-02-17 07:03:06.029 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated... 2023-02-17 07:03:06.056 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed. 2023-02-17 07:03:06.062 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Stopping service [Tomcat] 2023-02-17 07:03:06.155 INFO 1 --- [ main] ConditionEvaluationReportLoggingListener :

Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled. 2023-02-17 07:03:06.258 ERROR 1 --- [ main] o.s.boot.SpringApplication : Application run failed

org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'suiteWithRetriesGenerator' defined in URL [jar:file:/service-api-5.7.3-exec.jar!/BOOT-INF/classes!/com/epam/ta/reportportal/demodata/service/generator/SuiteWithRetriesGenerator.class]: Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'demoDataTestItemService' defined in URL [jar:file:/service-api-5.7.3-exec.jar!/BOOT-INF/classes!/com/epam/ta/reportportal/demodata/service/DemoDataTestItemService.class]: Unsatisfied dependency expressed through constructor parameter 1; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'finishTestItemHandlerImpl' defined in URL [jar:file:/service-api-5.7.3-exec.jar!/BOOT-INF/classes!/com/epam/ta/reportportal/core/item/impl/FinishTestItemHandlerImpl.class]: Unsatisfied dependency expressed through constructor parameter 2; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'finishTestItemHierarchyHandler' defined in URL [jar:file:/service-api-5.7.3-exec.jar!/BOOT-INF/classes!/com/epam/ta/reportportal/core/hierarchy/impl/FinishTestItemHierarchyHandler.class]: Unsatisfied dependency expressed through constructor parameter 6; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'changeStatusHandlerImpl' defined in URL [jar:file:/service-api-5.7.3-exec.jar!/BOOT-INF/classes!/com/epam/ta/reportportal/core/item/impl/status/ChangeStatusHandlerImpl.class]: Unsatisfied dependency expressed through constructor parameter 2; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'messageBus' defined in class path resource [com/epam/ta/reportportal/core/configs/rabbit/InternalConfiguration.class]: Unsatisfied dependency expressed through method 'messageBus' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'rabbitTemplate' defined in class path resource [com/epam/ta/reportportal/core/configs/rabbit/RabbitMqConfiguration.class]: Unsatisfied dependency expressed through method 'rabbitTemplate' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'connectionFactory' defined in class path resource [com/epam/ta/reportportal/core/configs/rabbit/RabbitMqConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.amqp.rabbit.connection.ConnectionFactory]: Factory method 'connectionFactory' threw exception; nested exception is com.epam.ta.reportportal.exception.ReportPortalException: Unclassified Report Portal Error at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800) at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:229) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1372) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1222) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) 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:953) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:918) 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:775) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:448) at org.springframework.boot.SpringApplication.run(SpringApplication.java:339) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1365) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1354) at com.epam.ta.reportportal.core.configs.ReportPortalApp.main(ReportPortalApp.java:37) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) 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) Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'demoDataTestItemService' defined in URL [jar:file:/service-api-5.7.3-exec.jar!/BOOT-INF/classes!/com/epam/ta/reportportal/demodata/service/DemoDataTestItemService.class]: Unsatisfied dependency expressed through constructor parameter 1; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'finishTestItemHandlerImpl' defined in URL [jar:file:/service-api-5.7.3-exec.jar!/BOOT-INF/classes!/com/epam/ta/reportportal/core/item/impl/FinishTestItemHandlerImpl.class]: Unsatisfied dependency expressed through constructor parameter 2; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'finishTestItemHierarchyHandler' defined in URL [jar:file:/service-api-5.7.3-exec.jar!/BOOT-INF/classes!/com/epam/ta/reportportal/core/hierarchy/impl/FinishTestItemHierarchyHandler.class]: Unsatisfied dependency expressed through constructor parameter 6; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'changeStatusHandlerImpl' defined in URL [jar:file:/service-api-5.7.3-exec.jar!/BOOT-INF/classes!/com/epam/ta/reportportal/core/item/impl/status/ChangeStatusHandlerImpl.class]: Unsatisfied dependency expressed through constructor parameter 2; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'messageBus' defined in class path resource [com/epam/ta/reportportal/core/configs/rabbit/InternalConfiguration.class]: Unsatisfied dependency expressed through method 'messageBus' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'rabbitTemplate' defined in class path resource [com/epam/ta/reportportal/core/configs/rabbit/RabbitMqConfiguration.class]: Unsatisfied dependency expressed through method 'rabbitTemplate' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'connectionFactory' defined in class path resource [com/epam/ta/reportportal/core/configs/rabbit/RabbitMqConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.amqp.rabbit.connection.ConnectionFactory]: Factory method 'connectionFactory' threw exception; nested exception is com.epam.ta.reportportal.exception.ReportPortalException: Unclassified Report Portal Error at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800) at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:229) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1372) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1222) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) 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.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1389) at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1309) at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887) at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791) ... 27 common frames omitted Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'finishTestItemHandlerImpl' defined in URL [jar:file:/service-api-5.7.3-exec.jar!/BOOT-INF/classes!/com/epam/ta/reportportal/core/item/impl/FinishTestItemHandlerImpl.class]: Unsatisfied dependency expressed through constructor parameter 2; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'finishTestItemHierarchyHandler' defined in URL [jar:file:/service-api-5.7.3-exec.jar!/BOOT-INF/classes!/com/epam/ta/reportportal/core/hierarchy/impl/FinishTestItemHierarchyHandler.class]: Unsatisfied dependency expressed through constructor parameter 6; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'changeStatusHandlerImpl' defined in URL [jar:file:/service-api-5.7.3-exec.jar!/BOOT-INF/classes!/com/epam/ta/reportportal/core/item/impl/status/ChangeStatusHandlerImpl.class]: Unsatisfied dependency expressed through constructor parameter 2; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'messageBus' defined in class path resource [com/epam/ta/reportportal/core/configs/rabbit/InternalConfiguration.class]: Unsatisfied dependency expressed through method 'messageBus' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'rabbitTemplate' defined in class path resource [com/epam/ta/reportportal/core/configs/rabbit/RabbitMqConfiguration.class]: Unsatisfied dependency expressed through method 'rabbitTemplate' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'connectionFactory' defined in class path resource [com/epam/ta/reportportal/core/configs/rabbit/RabbitMqConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.amqp.rabbit.connection.ConnectionFactory]: Factory method 'connectionFactory' threw exception; nested exception is com.epam.ta.reportportal.exception.ReportPortalException: Unclassified Report Portal Error at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800) at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:229) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1372) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1222) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) 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.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1389) at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1309) at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887) at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791) ... 41 common frames omitted Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'finishTestItemHierarchyHandler' defined in URL [jar:file:/service-api-5.7.3-exec.jar!/BOOT-INF/classes!/com/epam/ta/reportportal/core/hierarchy/impl/FinishTestItemHierarchyHandler.class]: Unsatisfied dependency expressed through constructor parameter 6; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'changeStatusHandlerImpl' defined in URL [jar:file:/service-api-5.7.3-exec.jar!/BOOT-INF/classes!/com/epam/ta/reportportal/core/item/impl/status/ChangeStatusHandlerImpl.class]: Unsatisfied dependency expressed through constructor parameter 2; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'messageBus' defined in class path resource [com/epam/ta/reportportal/core/configs/rabbit/InternalConfiguration.class]: Unsatisfied dependency expressed through method 'messageBus' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'rabbitTemplate' defined in class path resource [com/epam/ta/reportportal/core/configs/rabbit/RabbitMqConfiguration.class]: Unsatisfied dependency expressed through method 'rabbitTemplate' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'connectionFactory' defined in class path resource [com/epam/ta/reportportal/core/configs/rabbit/RabbitMqConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.amqp.rabbit.connection.ConnectionFactory]: Factory method 'connectionFactory' threw exception; nested exception is com.epam.ta.reportportal.exception.ReportPortalException: Unclassified Report Portal Error at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800) at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:229) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1372) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1222) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) 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.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1389) at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1309) at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887) at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791) ... 55 common frames omitted Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'changeStatusHandlerImpl' defined in URL [jar:file:/service-api-5.7.3-exec.jar!/BOOT-INF/classes!/com/epam/ta/reportportal/core/item/impl/status/ChangeStatusHandlerImpl.class]: Unsatisfied dependency expressed through constructor parameter 2; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'messageBus' defined in class path resource [com/epam/ta/reportportal/core/configs/rabbit/InternalConfiguration.class]: Unsatisfied dependency expressed through method 'messageBus' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'rabbitTemplate' defined in class path resource [com/epam/ta/reportportal/core/configs/rabbit/RabbitMqConfiguration.class]: Unsatisfied dependency expressed through method 'rabbitTemplate' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'connectionFactory' defined in class path resource [com/epam/ta/reportportal/core/configs/rabbit/RabbitMqConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.amqp.rabbit.connection.ConnectionFactory]: Factory method 'connectionFactory' threw exception; nested exception is com.epam.ta.reportportal.exception.ReportPortalException: Unclassified Report Portal Error at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800) at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:229) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1372) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1222) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) 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.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1389) at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1309) at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887) at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791) ... 69 common frames omitted Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'messageBus' defined in class path resource [com/epam/ta/reportportal/core/configs/rabbit/InternalConfiguration.class]: Unsatisfied dependency expressed through method 'messageBus' parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'rabbitTemplate' defined in class path resource [com/epam/ta/reportportal/core/configs/rabbit/RabbitMqConfiguration.class]: Unsatisfied dependency expressed through method 'rabbitTemplate' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'connectionFactory' defined in class path resource [com/epam/ta/reportportal/core/configs/rabbit/RabbitMqConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.amqp.rabbit.connection.ConnectionFactory]: Factory method 'connectionFactory' threw exception; nested exception is com.epam.ta.reportportal.exception.ReportPortalException: Unclassified Report Portal Error at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800) at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:541) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) 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.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1389) at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1309) at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887) at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791) ... 83 common frames omitted Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'rabbitTemplate' defined in class path resource [com/epam/ta/reportportal/core/configs/rabbit/RabbitMqConfiguration.class]: Unsatisfied dependency expressed through method 'rabbitTemplate' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'connectionFactory' defined in class path resource [com/epam/ta/reportportal/core/configs/rabbit/RabbitMqConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.amqp.rabbit.connection.ConnectionFactory]: Factory method 'connectionFactory' threw exception; nested exception is com.epam.ta.reportportal.exception.ReportPortalException: Unclassified Report Portal Error at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800) at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:541) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) 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.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1389) at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1309) at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887) at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791) ... 97 common frames omitted Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'connectionFactory' defined in class path resource [com/epam/ta/reportportal/core/configs/rabbit/RabbitMqConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.amqp.rabbit.connection.ConnectionFactory]: Factory method 'connectionFactory' threw exception; nested exception is com.epam.ta.reportportal.exception.ReportPortalException: Unclassified Report Portal Error at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:658) at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:638) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1352) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1195) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582) 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.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276) at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1389) at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1309) at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887) at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791) ... 111 common frames omitted Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.amqp.rabbit.connection.ConnectionFactory]: Factory method 'connectionFactory' threw exception; nested exception is com.epam.ta.reportportal.exception.ReportPortalException: Unclassified Report Portal Error at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185) at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:653) ... 125 common frames omitted Caused by: com.epam.ta.reportportal.exception.ReportPortalException: Unclassified Report Portal Error at com.epam.ta.reportportal.core.configs.rabbit.RabbitMqConfiguration.connectionFactory(RabbitMqConfiguration.java:67) at com.epam.ta.reportportal.core.configs.rabbit.RabbitMqConfiguration$$EnhancerBySpringCGLIB$$82ea97aa.CGLIB$connectionFactory$3() at com.epam.ta.reportportal.core.configs.rabbit.RabbitMqConfiguration$$EnhancerBySpringCGLIB$$82ea97aa$$FastClassBySpringCGLIB$$186421d4.invoke() at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:244) at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331) at com.epam.ta.reportportal.core.configs.rabbit.RabbitMqConfiguration$$EnhancerBySpringCGLIB$$82ea97aa.connectionFactory() at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154) ... 126 common frames omitted

mohan-homer commented 1 year ago

If it was a connection error then i have validated rabbitmq credentials and i tried to curl from the credentials from the pod. Also i logged into UI and created vhost analyzer manually.

mohan-homer commented 1 year ago

@team any suggestions or update regarding the issue i am facing.

bond- commented 1 year ago

I just ran into this issue and, after many wasted hours, found that report-portal is incompatible with a rabbitmq password that consists of a @ symbol. The error message is worse and doesn't explain anything. I'm hoping it's the same issue with you as well.

Please just change your rabbitmq password, and you should be good. I am hoping it's the same issue, good luck.

The root of the issue is this environment variable: RP_AMQP_API_ADDRESS which resolves to http://<rabbit-user>:<rabbit-pass>@<host>:15672/api

God forbid if you use a password with @ example:

http://<rabbit-user>:p@ssword@<host>:15672/api, this becomes an invalid URL with a username-password combo. URL encoding password also didn't help, it resulted in a 401.

aquadrehz commented 12 months ago

@mohan-homer I'm not sure I got same issue or not. Did you are executing locally in Mac M1 with minikube?