-
Notifications
You must be signed in to change notification settings - Fork 70
Description
Getting the below mentioned error and the service stops.This error started occuring 24 hrs after installation of service. User are able to authenticate but not able to view the dashboards and launches.
repository: reportportal/service-api
Docker image Version : 5.13.4
2025-06-17 10:40:15.133 INFO 1 --- [ main] org.pf4j.DefaultPluginStatusProvider : Disabled plugins: []
2025-06-17 10:40:15.137 INFO 1 --- [ main] org.pf4j.DefaultPluginManager : PF4J version 3.10.0 in 'deployment' mode
2025-06-17 10:40:15.745 ERROR 1 --- [ main] c.e.t.r.f.distributed.s3.S3DataStore : Unable to find file 'ldap'
2025-06-17 10:40:15.747 ERROR 1 --- [ main] c.e.t.r.plugin.Pf4jPluginManager : Unable to load plugin 'ldap'
2025-06-17 10:40:15.752 ERROR 1 --- [ main] c.e.t.r.f.distributed.s3.S3DataStore : Unable to find file 'email'
2025-06-17 10:40:15.752 ERROR 1 --- [ main] c.e.t.r.plugin.Pf4jPluginManager : Unable to load plugin 'email'
2025-06-17 10:40:15.755 ERROR 1 --- [ main] c.e.t.r.f.distributed.s3.S3DataStore : Unable to find file 'ad'
2025-06-17 10:40:15.755 ERROR 1 --- [ main] c.e.t.r.plugin.Pf4jPluginManager : Unable to load plugin 'ad'
2025-06-17 10:40:15.759 ERROR 1 --- [ main] c.e.t.r.f.distributed.s3.S3DataStore : Unable to find file 'saml'
2025-06-17 10:40:15.759 ERROR 1 --- [ main] c.e.t.r.plugin.Pf4jPluginManager : Unable to load plugin 'saml'
2025-06-17 10:40:15.763 ERROR 1 --- [ main] c.e.t.r.f.distributed.s3.S3DataStore : Unable to find file 'junit-1.0.0.jar'
2025-06-17 10:40:15.763 ERROR 1 --- [ main] c.e.t.r.plugin.Pf4jPluginManager : Unable to load plugin 'junit'
2025-06-17 10:40:16.153 WARN 1 --- [ main] ConfigServletWebServerApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pluginStartUpService': Invocation of init method failed; nested exception is com.epam.reportportal.rules.exception.ReportPortalException: Error during plugin uploading: 'Plugin with ID = 'junit' of the same VERSION = '1.0.0' has already been uploaded.'
2025-06-17 10:40:16.156 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2025-06-17 10:40:16.923 INFO 1 --- [ main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
2025-06-17 10:40:16.925 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
2025-06-17 10:40:16.937 INFO 1 --- [ main] ConditionEvaluationReportLoggingListener :
Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
2025-06-17 10:40:16.950 ERROR 1 --- [ main] o.s.boot.SpringApplication : Application run failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'pluginStartUpService': Invocation of init method failed; nested exception is com.epam.reportportal.rules.exception.ReportPortalException: Error during plugin uploading: 'Plugin with ID = 'junit' of the same VERSION = '1.0.0' has already been uploaded.'
at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:160)
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)