You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered:
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.
The pod suddenly stop when being enable to load plugin 'email'.
Here are the logs of the pods.
Thanks for your help guys,
Corentin
The text was updated successfully, but these errors were encountered: