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
Describe the bug
I have deployed sonarqube 10.3 community edition using helm chart with default JVM parameters . Added this plugin for PR analysis. Due to large no.of projects and lines of code, we had to scale the system with higher JVM values with below values
But with this changes sonarqube server does not start. Readiness probe fails. Readiness probe hits localhost:9000/api/system/status and it returns STARTING indefinitely. LOGS are stuck after this line
2025.02.18 05:24:30 INFO web[][o.h.v.i.util.Version] HV000001: Hibernate Validator null
2025.02.18 05:24:30 DEBUG web[][o.h.v.m.ResourceBundleMessageInterpolator] Loaded expression factory via original TCCL
2025.02.18 05:24:30 DEBUG web[][o.h.v.i.e.AbstractConfigurationImpl] Setting custom MessageInterpolator of type org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator
2025.02.18 05:24:30 DEBUG web[][o.h.v.i.e.AbstractConfigurationImpl] Setting custom ConstraintValidatorFactory of type org.springframework.validation.beanvalidation.SpringConstraintValidatorFactory
2025.02.18 05:24:30 DEBUG web[][o.h.v.i.e.AbstractConfigurationImpl] Setting custom ParameterNameProvider of type org.springframework.validation.beanvalidation.LocalValidatorFactoryBean$1
2025.02.18 05:24:30 DEBUG web[][o.h.v.i.x.c.ValidationXmlParser] Trying to load META-INF/validation.xml for XML based Validator configuration.
2025.02.18 05:24:30 DEBUG web[][o.h.v.i.x.c.ResourceLoaderHelper] Trying to load META-INF/validation.xml via user class loader
2025.02.18 05:24:30 DEBUG web[][o.h.v.i.x.c.ResourceLoaderHelper] Trying to load META-INF/validation.xml via TCCL
2025.02.18 05:24:30 DEBUG web[][o.h.v.i.x.c.ResourceLoaderHelper] Trying to load META-INF/validation.xml via Hibernate Validator's class loader
2025.02.18 05:24:30 DEBUG web[][o.h.v.i.x.c.ValidationXmlParser] No META-INF/validation.xml found. Using annotation based configuration only.
2025.02.18 05:24:30 DEBUG web[][o.h.v.i.e.r.TraversableResolvers] Cannot find javax.persistence.Persistence on classpath. Assuming non JPA 2 environment. All properties will per default be traversable.
2025.02.18 05:24:30 DEBUG web[][o.h.v.i.e.ValidatorFactoryConfigurationHelper] HV000252: Using org.hibernate.validator.internal.engine.DefaultPropertyNodeNameProvider as property node name provider.
2025.02.18 05:24:30 DEBUG web[][o.h.v.i.e.ValidatorFactoryConfigurationHelper] HV000234: Using org.springframework.validation.beanvalidation.LocaleContextMessageInterpolator as ValidatorFactory-scoped message interpolator.
2025.02.18 05:24:30 DEBUG web[][o.h.v.i.e.ValidatorFactoryConfigurationHelper] HV000234: Using org.hibernate.validator.internal.engine.resolver.TraverseAllTraversableResolver as ValidatorFactory-scoped traversable resolver.
2025.02.18 05:24:30 DEBUG web[][o.h.v.i.e.ValidatorFactoryConfigurationHelper] HV000234: Using org.hibernate.validator.internal.util.ExecutableParameterNameProvider as ValidatorFactory-scoped parameter name provider.
2025.02.18 05:24:30 DEBUG web[][o.h.v.i.e.ValidatorFactoryConfigurationHelper] HV000234: Using org.hibernate.validator.internal.engine.DefaultClockProvider as ValidatorFactory-scoped clock provider.
2025.02.18 05:24:30 DEBUG web[][o.h.v.i.e.ValidatorFactoryConfigurationHelper] HV000234: Using org.hibernate.validator.internal.engine.scripting.DefaultScriptEvaluatorFactory as ValidatorFactory-scoped script evaluator factory.
2025.02.18 05:24:30 DEBUG web[][o.s.s.a.TomcatAccessLog] Tomcat is started
2025.02.18 05:24:56 DEBUG web[][c.z.h.p.HikariPool] HikariPool-1 - Before cleanup stats (total=10, active=1, idle=9, waiting=0)
2025.02.18 05:24:56 DEBUG web[][c.z.h.p.HikariPool] HikariPool-1 - After cleanup stats (total=10, active=1, idle=9, waiting=0)
2025.02.18 05:24:56 DEBUG web[][o.postgresql.Driver] Connecting with URL: jdbc:postgresql://sonarqube-postgresql:5432/sonarDB
2025.02.18 05:24:56 DEBUG web[][o.p.c.v.ConnectionFactoryImpl] Trying to establish a protocol version 3 connection to sonarqube-postgresql:5432
2025.02.18 05:24:56 DEBUG web[][o.p.c.v.ConnectionFactoryImpl] Receive Buffer Size is 43,690
2025.02.18 05:24:56 DEBUG web[][o.p.c.v.ConnectionFactoryImpl] Send Buffer Size is 43,520
2025.02.18 05:24:56 DEBUG web[][c.z.h.p.HikariPool] HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@74004aaf
2025.02.18 05:24:56 DEBUG web[][c.z.h.p.HikariPool] HikariPool-1 - After adding stats (total=11, active=1, idle=10, waiting=0)
2025.02.18 05:25:26 DEBUG web[][c.z.h.p.HikariPool] HikariPool-1 - Before cleanup stats (total=11, active=1, idle=10, waiting=0)
2025.02.18 05:25:26 DEBUG web[][c.z.h.p.HikariPool] HikariPool-1 - After cleanup stats (total=11, active=1, idle=10, waiting=0)
2025.02.18 05:25:26 DEBUG web[][c.z.h.p.HikariPool] HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled (queueDepth=0).
2025.02.18 05:25:56 DEBUG web[][c.z.h.p.HikariPool] HikariPool-1 - Before cleanup stats (total=11, active=1, idle=10, waiting=0)
2025.02.18 05:25:56 DEBUG web[][c.z.h.p.HikariPool] HikariPool-1 - After cleanup stats (total=11, active=1, idle=10, waiting=0)
2025.02.18 05:25:56 DEBUG web[][c.z.h.p.HikariPool] HikariPool-1 - Fill pool skipped, pool has sufficient level or currently being filled (queueDepth=0).
2025.02.18 05:26:24 DEBUG es[][o.e.m.f.FsHealthService] health check completed
Removing the plugin and re-deploying the chart with same JVM parameter override works fine. There was nothing in the logs of all the services(access.log, ce.log, es.log, web.log) that was helpful either.
To Reproduce
Steps to reproduce the behavior:
Deploy sonarqube 10.3 community edition helm chart with updated values.yaml with below
Describe the bug
I have deployed sonarqube 10.3 community edition using helm chart with default JVM parameters . Added this plugin for PR analysis. Due to large no.of projects and lines of code, we had to scale the system with higher JVM values with below values
and increased the sonarqube deployment's resources to
But with this changes sonarqube server does not start. Readiness probe fails. Readiness probe hits localhost:9000/api/system/status and it returns
STARTING
indefinitely. LOGS are stuck after this lineRemoving the plugin and re-deploying the chart with same JVM parameter override works fine. There was nothing in the logs of all the services(access.log, ce.log, es.log, web.log) that was helpful either.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Sonarqube server starting successfully
Screenshots
If applicable, add screenshots to help explain your problem.
Software Versions
Additional context
Also set log level to DEBUG for all 4 services using
The text was updated successfully, but these errors were encountered: