SonarQube Community to Developer Update: Issue with "duplicate key value violates unique constraint"

  • Current Version: Community Build v25.8.0.112029
  • Update Version: Developer 2025.5.0.113872
  • Scanner-Plugin: sonar-maven-plugin Version 7.3.0.5189
  • Deploy Stack: Docker
  • Database: Postgres 13.x

Hello Sonar Community,

I recently upgraded from Sonar Community Version “Community Build v25.8.0.112029” to “Developer 2025.5.0.113872”. We are using the sonar-maven-plugin in Version 7.3.0.5189. The upgrade itself completed without issues. I am using the following guide: Pre-update steps | SonarQube Server | Sonar Documentation. However, when Jenkins attempts to submit results, I encounter this error in the Sonar log:

2025.09.18 12:50:29 ERROR web[457a8a5b-8bda-4d6d-982d-41f6f12b99ef][o.s.s.w.WebServiceEngine] Fail to process request http://sonar-url/api/ce/submit?projectKey=xxxx%3Atest-result-listener&projectName=test-result-listener&characteristic=branch%3Ddevelop&characteristic=branchType%3DBRANCH
org.apache.ibatis.exceptions.PersistenceException: 
### Error updating database.  Cause: org.postgresql.util.PSQLException: ERROR: duplicate key value violates unique constraint "idx_16621_projects_kee"
  Detail: Key (kee)=(xxxx:test-result-listener) already exists.
### The error may exist in org.sonar.db.component.ComponentMapper
### The error may involve org.sonar.db.component.ComponentMapper.insert-Inline
### The error occurred while setting parameters
### SQL: INSERT INTO components (       kee,       uuid,       uuid_path,       branch_uuid,       name,       long_name,       qualifier,       scope,       language,       description,       private,       path,       copy_component_uuid,       enabled,       created_at,       b_changed,       deprecated_kee,       b_copy_component_uuid,       b_description,       b_enabled,       b_language,       b_long_name,       b_name,       b_path,       b_qualifier     )     VALUES (     ?,     ?,     ?,     ?,     ?,     ?,     ?,     ?,     ?,     ?,     ?,     ?,     ?,     ?,     ?,     false,     null,     null,     null,     false,     null,     null,     null,     null,     null     )
### Cause: org.postgresql.util.PSQLException: ERROR: duplicate key value violates unique constraint "idx_16621_projects_kee"
  Detail: Key (kee)=(xxxx:test-result-listener) already exists.
	at org.apache.ibatis.exceptions.ExceptionFactory.wrapException(ExceptionFactory.java:30)
	at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:199)
	at org.apache.ibatis.session.defaults.DefaultSqlSession.insert(DefaultSqlSession.java:184)
	at org.apache.ibatis.binding.MapperMethod.execute(MapperMethod.java:62)
	at org.apache.ibatis.binding.MapperProxy$PlainMethodInvoker.invoke(MapperProxy.java:141)
	at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:86)
	at jdk.proxy2/jdk.proxy2.$Proxy173.insert(Unknown Source)
	at org.sonar.db.component.ComponentDao.insert(ComponentDao.java:302)
	at com.sonarsource.h.I.createBranchComponent(Unknown Source)
	at org.sonar.server.ce.queue.BranchSupport.createBranchComponent(BranchSupport.java:65)
	at org.sonar.server.ce.queue.ReportSubmitter.lambda$submit$1(ReportSubmitter.java:110)
	at java.base/java.util.Optional.orElseGet(Unknown Source)
	at org.sonar.server.ce.queue.ReportSubmitter.submit(ReportSubmitter.java:110)
	at org.sonar.server.ce.ws.SubmitAction.handle(SubmitAction.java:106)
	at org.sonar.server.ws.WebServiceEngine.execute(WebServiceEngine.java:114)
	at org.sonar.server.platform.web.WebServiceFilter.doFilter(WebServiceFilter.java:84)
	at org.sonar.server.platform.web.MasterServletFilter$JavaxFilterAdapter.doFilter(MasterServletFilter.java:194)
	at org.sonar.server.platform.web.MasterServletFilter$GodFilterChain.doFilter(MasterServletFilter.java:165)
	at org.sonar.server.platform.web.MasterServletFilter$HttpFilterChainAdapter.doFilter(MasterServletFilter.java:208)
	at org.sonar.server.platform.web.SonarQubeIdeConnectionFilter.doFilter(SonarQubeIdeConnectionFilter.java:62)
	at org.sonar.server.platform.web.MasterServletFilter$JavaxFilterAdapter.doFilter(MasterServletFilter.java:194)
	at org.sonar.server.platform.web.MasterServletFilter$GodFilterChain.doFilter(MasterServletFilter.java:165)
	at org.sonar.server.platform.web.MasterServletFilter.doFilter(MasterServletFilter.java:126)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:109)
	at org.sonar.server.platform.web.UserSessionFilter.doFilter(UserSessionFilter.java:83)
	at org.sonar.server.platform.web.UserSessionFilter.doFilter(UserSessionFilter.java:70)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:109)
	at org.sonar.server.platform.web.CspFilter.doFilter(CspFilter.java:67)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:109)
	at org.sonar.server.platform.web.CacheControlFilter.doFilter(CacheControlFilter.java:76)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:109)
	at org.sonar.server.platform.web.SecurityServletFilter.doHttpFilter(SecurityServletFilter.java:60)
	at org.sonar.server.platform.web.SecurityServletFilter.doFilter(SecurityServletFilter.java:47)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:109)
	at org.sonar.server.platform.web.RedirectFilter.doFilter(RedirectFilter.java:56)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:109)
	at org.sonar.server.platform.web.EndpointPathFilter.doFilter(EndpointPathFilter.java:47)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:109)
	at org.sonar.server.platform.web.RequestIdFilter.doFilter(RequestIdFilter.java:66)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:109)
	at org.sonar.server.platform.web.RootFilter.doFilter(RootFilter.java:65)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:109)
	at org.apache.catalina.filters.SetCharacterEncodingFilter.doFilter(SetCharacterEncodingFilter.java:115)
	at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:109)
	at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:167)
	at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:79)
	at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:483)
	at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:116)
	at ch.qos.logback.access.tomcat.LogbackValve.invoke(LogbackValve.java:268)
	at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:93)
	at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:74)
	at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:343)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:396)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:63)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:903)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1773)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:52)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at org.apache.tomcat.util.threads.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:637)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:59)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.postgresql.util.PSQLException: ERROR: duplicate key value violates unique constraint "idx_16621_projects_kee"
  Detail: Key (kee)=(xxxx:test-result-listener) already exists.
	at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2734)
	at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2421)
	at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:372)
	at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:518)
	at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:435)
	at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:196)
	at org.postgresql.jdbc.PgPreparedStatement.execute(PgPreparedStatement.java:182)
	at com.zaxxer.hikari.pool.ProxyPreparedStatement.execute(ProxyPreparedStatement.java:44)
	at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.execute(HikariProxyPreparedStatement.java)
	at org.apache.ibatis.executor.statement.PreparedStatementHandler.update(PreparedStatementHandler.java:48)
	at org.apache.ibatis.executor.statement.RoutingStatementHandler.update(RoutingStatementHandler.java:75)
	at org.apache.ibatis.executor.ReuseExecutor.doUpdate(ReuseExecutor.java:52)
	at org.apache.ibatis.executor.BaseExecutor.update(BaseExecutor.java:117)
	at org.apache.ibatis.executor.CachingExecutor.update(CachingExecutor.java:76)
	at org.apache.ibatis.session.defaults.DefaultSqlSession.update(DefaultSqlSession.java:197)
	... 59 common frames omitted

Hi,

Welcome to the community and thanks for this report!

Are you seeing this for multiple projects, or just the one? And I suppose this is your first analysis of this particular project post-upgrade?

 
Thx,
Ann

Hi and thanks for the reply.

Yes, the error occurs for all projects analyzed after the upgrade with the Developer version. Even deleting projects via the GUI still triggers the error.

Hi,

Since technically only the latest version of Community Build is supported, could I get you to bump to 25.11 and see if that fixes it? If not, I’ll flag this for the team.

 
Ann

Hi, can I upgrade from 25.11.0.114957-community to 2025.5.0-developer, or do I have to wait for the next release of the developer version?

Hi,

25.11 was released after 2025.5, so you’ll need to wait. 2025.6 should be out in early December.

 
HTH,
Ann

Hi, thanks for letting us know. We will try the update again as soon as the new developer version is released.

1 Like

Hi, after the next attempt to update from v25.11.0.114957 to 25.06, we get the same error message.

Hi,

Can you share your log from startup?

 
Thx,
Ann

Hi, sure, of course.

Startup:

2025.12.16 14:16:51 INFO  app[][o.s.a.AppFileSystem] Cleaning or creating temp directory /opt/sonarqube/temp
2025.12.16 14:16:51 INFO  app[][o.s.a.es.EsSettings] Elasticsearch listening on [HTTP: 127.0.0.1:9001, TCP: 127.0.0.1:{}]
2025.12.16 14:16:51 INFO  app[][o.s.a.ProcessLauncherImpl] Launch process[ELASTICSEARCH] from [/opt/sonarqube/elasticsearch]: /opt/java/openjdk/bin/java -Xms4m -Xmx64m -XX:+UseSerialGC -Dcli.name=server -Dcli.script=./bin/elasticsearch -Dcli.libs=lib/tools/server-cli -Des.path.home=/opt/sonarqube/elasticsearch -Des.path.conf=/opt/sonarqube/temp/conf/es -Des.distribution.type=tar -cp /opt/sonarqube/elasticsearch/lib/*:/opt/sonarqube/elasticsearch/lib/cli-launcher/* org.elasticsearch.launcher.CliToolLauncher
2025.12.16 14:16:51 INFO  app[][o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts
Dec 16, 2025 2:16:54 PM sun.util.locale.provider.LocaleProviderAdapter <clinit>
WARNING: COMPAT locale provider will be removed in a future release
2025.12.16 14:16:54 INFO  es[][o.e.n.j.JdkVectorLibrary] vec_caps=2
2025.12.16 14:16:54 INFO  es[][o.e.n.NativeAccess] Using native vector library; to disable start with -Dorg.elasticsearch.nativeaccess.enableVectorLibrary=false
2025.12.16 14:16:54 INFO  es[][o.e.n.NativeAccess] Using [jdk] native provider and native methods for [Linux]
2025.12.16 14:16:54 WARN  es[][o.a.l.i.v.VectorizationProvider] Java vector incubator module is not readable. For optimal vector performance, pass --add-modules jdk.incubator.vector to enable Vector API.
2025.12.16 14:16:55 INFO  es[][o.e.n.Node] version[8.16.6], pid[114], build[tar/2eabb32aee47ed0c4ba71c169f098d0379402efe/2025-03-20T10:07:27.754027795Z], OS[Linux/5.15.0-161-generic/amd64], JVM[Eclipse Adoptium/OpenJDK 64-Bit Server VM/21.0.9/21.0.9+10-LTS]
2025.12.16 14:16:55 INFO  es[][o.e.n.Node] JVM home [/opt/java/openjdk], using bundled JDK [false]
2025.12.16 14:16:55 INFO  es[][o.e.n.Node] JVM arguments [-Des.networkaddress.cache.ttl=60, -Des.networkaddress.cache.negative.ttl=10, -Djava.security.manager=allow, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -XX:-OmitStackTraceInFastThrow, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Dlog4j2.formatMsgNoLookups=true, -Djava.locale.providers=SPI,COMPAT, --enable-native-access=org.elasticsearch.nativeaccess,org.apache.lucene.core, -XX:ReplayDataFile=logs/replay_pid%p.log, -Des.distribution.type=tar, -XX:+UseG1GC, -Djava.io.tmpdir=/opt/sonarqube/temp, -XX:ErrorFile=/opt/sonarqube/logs/es_hs_err_pid%p.log, -Xlog:disable, -Des.networkaddress.cache.ttl=60, -Des.networkaddress.cache.negative.ttl=10, -XX:+AlwaysPreTouch, -Xss1m, -Djava.awt.headless=true, -Dfile.encoding=UTF-8, -Djna.nosys=true, -Djna.tmpdir=/opt/sonarqube/temp, -XX:-OmitStackTraceInFastThrow, -Dio.netty.noUnsafe=true, -Dio.netty.noKeySetOptimization=true, -Dio.netty.recycler.maxCapacityPerThread=0, -Dio.netty.allocator.numDirectArenas=0, -Dlog4j.shutdownHookEnabled=false, -Dlog4j2.disable.jmx=true, -Dlog4j2.formatMsgNoLookups=true, -Djava.locale.providers=COMPAT, -Des.enforce.bootstrap.checks=true, -Xmx512m, -Xms512m, -XX:MaxDirectMemorySize=256m, -XX:+HeapDumpOnOutOfMemoryError, -XX:G1HeapRegionSize=4m, -XX:InitiatingHeapOccupancyPercent=30, -XX:G1ReservePercent=15, --module-path=/opt/sonarqube/elasticsearch/lib, --add-modules=jdk.net, --add-modules=ALL-MODULE-PATH, -Djdk.module.main=org.elasticsearch.server]
2025.12.16 14:16:55 INFO  es[][o.e.n.Node] Default Locale [en_US]
2025.12.16 14:16:56 INFO  es[][o.e.p.PluginsService] loaded module [rest-root]
2025.12.16 14:16:56 INFO  es[][o.e.p.PluginsService] loaded module [reindex]
2025.12.16 14:16:56 INFO  es[][o.e.p.PluginsService] loaded module [x-pack-core]
2025.12.16 14:16:56 INFO  es[][o.e.p.PluginsService] loaded module [x-pack-redact]
2025.12.16 14:16:56 INFO  es[][o.e.p.PluginsService] loaded module [x-pack-security]
2025.12.16 14:16:56 INFO  es[][o.e.p.PluginsService] loaded module [x-pack-geoip-enterprise-downloader]
2025.12.16 14:16:56 INFO  es[][o.e.p.PluginsService] loaded module [x-pack-esql-core]
2025.12.16 14:16:56 INFO  es[][o.e.p.PluginsService] loaded module [x-pack-apm-data]
2025.12.16 14:16:56 INFO  es[][o.e.p.PluginsService] loaded module [parent-join]
2025.12.16 14:16:56 INFO  es[][o.e.p.PluginsService] loaded module [lang-painless]
2025.12.16 14:16:56 INFO  es[][o.e.p.PluginsService] loaded module [old-lucene-versions]
2025.12.16 14:16:56 INFO  es[][o.e.p.PluginsService] loaded module [counted-keyword]
2025.12.16 14:16:56 INFO  es[][o.e.p.PluginsService] loaded module [logsdb]
2025.12.16 14:16:56 INFO  es[][o.e.p.PluginsService] loaded module [analysis-common]
2025.12.16 14:16:56 INFO  es[][o.e.p.PluginsService] loaded module [x-pack-inference]
2025.12.16 14:16:56 INFO  es[][o.e.p.PluginsService] loaded module [dot-prefix-validation]
2025.12.16 14:16:56 INFO  es[][o.e.p.PluginsService] loaded module [health-shards-availability]
2025.12.16 14:16:56 INFO  es[][o.e.p.PluginsService] loaded module [transport-netty4]
2025.12.16 14:16:56 INFO  es[][o.e.p.PluginsService] loaded module [x-pack-otel-data]
2025.12.16 14:16:56 INFO  es[][o.e.p.PluginsService] loaded module [apm]
2025.12.16 14:16:56 INFO  es[][o.e.p.PluginsService] loaded module [aggregations]
2025.12.16 14:16:58 INFO  es[][o.e.e.NodeEnvironment] using [1] data paths, mounts [[/opt/sonarqube/data (/dev/sda2)]], net usable_space [17.7gb], net total_space [49gb], types [ext4]
2025.12.16 14:16:58 INFO  es[][o.e.e.NodeEnvironment] heap size [512mb], compressed ordinary object pointers [true]
2025.12.16 14:16:58 INFO  es[][o.e.n.Node] node name [sonarqube], node ID [fp1-VwKDS2qqA6yPI27OLg], cluster name [sonarqube], roles [master, remote_cluster_client, data, data_cold, ingest, data_frozen, ml, data_hot, transform, data_content, data_warm]
2025.12.16 14:17:00 INFO  es[][o.e.i.r.RecoverySettings] using rate limit [40mb] with [default=40mb, read=0b, write=0b, max=0b]
2025.12.16 14:17:00 INFO  es[][o.e.f.FeatureService] Registered local node features [desired_node.version_deprecated, features_supported, file_settings, flattened.ignore_above_support, geoip.downloader.database.configuration, get_database_configuration_action.multi_node, health.extended_repository_indicator, knn_retriever_supported, license-trial-independent-version, mapper.boolean_dimension, mapper.flattened.ignore_above_with_arrays_support, mapper.ignore_above_index_level_setting, mapper.index_sorting_on_nested, mapper.keyword_dimension_ignore_above, mapper.keyword_normalizer_synthetic_source, mapper.pass_through_priority, mapper.query_index_mode, mapper.range.null_values_off_by_one_fix, mapper.segment_level_fields_stats, mapper.source.synthetic_source_copy_to_fix, mapper.source.synthetic_source_copy_to_inside_objects_fix, mapper.source.synthetic_source_fallback, mapper.source.synthetic_source_stored_fields_advance_fix, mapper.source.synthetic_source_with_copy_to_and_doc_values_false, mapper.subobjects_auto, mapper.subobjects_auto_fixes, mapper.synthetic_source_keep, mapper.track_ignored_source, mapper.vectors.bbq, mapper.vectors.bit_vectors, mapper.vectors.int4_quantization, put_database_configuration_action.ipinfo, random_reranker_retriever_supported, repositories.supports_usage_stats, rest.capabilities_action, rest.local_only_capabilities, retrievers_supported, routing.boolean_routing_path, routing.multi_value_routing_path, script.hamming, script.term_stats, search.vectors.k_param_supported, security.migration_framework, security.role_mapping_cleanup, security.roles_metadata_flattened, semantic_text.search_inference_id, simulate.component.template.substitutions, simulate.index.template.substitutions, simulate.mapping.validation, simulate.mapping.validation.templates, standard_retriever_supported, stats.include_disk_thresholds, text_similarity_reranker_retriever_composition_supported, text_similarity_reranker_retriever_supported, tsdb.ts_routing_hash_doc_value_parse_byte_ref, unified_highlighter_matched_fields, usage.data_tiers.precalculate_stats]
2025.12.16 14:17:00 INFO  es[][o.e.c.m.DataStreamGlobalRetentionSettings] Updated default factory retention to [null]
2025.12.16 14:17:00 INFO  es[][o.e.c.m.DataStreamGlobalRetentionSettings] Updated max factory retention to [null]
2025.12.16 14:17:00 INFO  es[][o.e.x.s.Security] Security is disabled
2025.12.16 14:17:00 INFO  es[][o.e.x.a.APMPlugin] APM ingest plugin is enabled
2025.12.16 14:17:00 INFO  es[][o.e.x.c.t.YamlTemplateRegistry] apm index template registry is enabled
2025.12.16 14:17:01 INFO  es[][o.e.x.o.OTelPlugin] OTel ingest plugin is enabled
2025.12.16 14:17:01 INFO  es[][o.e.x.c.t.YamlTemplateRegistry] OpenTelemetry index template registry is enabled
2025.12.16 14:17:01 INFO  es[][o.e.t.a.APM] Sending apm metrics is disabled
2025.12.16 14:17:01 INFO  es[][o.e.t.a.APM] Sending apm tracing is disabled
2025.12.16 14:17:01 INFO  es[][o.e.t.n.NettyAllocator] creating NettyAllocator with the following configs: [name=unpooled, suggested_max_allocation_size=1mb, factors={es.unsafe.use_unpooled_allocator=null, g1gc_enabled=true, g1gc_region_size=4mb, heap_size=512mb}]
2025.12.16 14:17:01 INFO  es[][o.e.d.DiscoveryModule] using discovery type [single-node] and seed hosts providers [settings]
2025.12.16 14:17:01 INFO  es[][o.e.n.Node] initialized
2025.12.16 14:17:01 INFO  es[][o.e.n.Node] starting ...
2025.12.16 14:17:01 INFO  es[][o.e.t.TransportService] publish_address {127.0.0.1:36807}, bound_addresses {127.0.0.1:36807}
2025.12.16 14:17:02 INFO  es[][o.e.b.BootstrapChecks] explicitly enforcing bootstrap checks
2025.12.16 14:17:02 INFO  es[][o.e.c.c.ClusterBootstrapService] this node is locked into cluster UUID [YxiyJJvwQW-8VOlRyBKZhw] and will not attempt further cluster bootstrapping
2025.12.16 14:17:02 INFO  es[][o.e.c.s.MasterService] elected-as-master ([1] nodes joined in term 20)[_FINISH_ELECTION_, {sonarqube}{fp1-VwKDS2qqA6yPI27OLg}{Huk_3H-gQ3Wo7X01F1GGAA}{sonarqube}{127.0.0.1}{127.0.0.1:36807}{cdfhilmrstw}{8.16.6}{7000099-8518000} completing election], term: 20, version: 582, delta: master node changed {previous [], current [{sonarqube}{fp1-VwKDS2qqA6yPI27OLg}{Huk_3H-gQ3Wo7X01F1GGAA}{sonarqube}{127.0.0.1}{127.0.0.1:36807}{cdfhilmrstw}{8.16.6}{7000099-8518000}]}
2025.12.16 14:17:02 INFO  es[][o.e.c.s.ClusterApplierService] master node changed {previous [], current [{sonarqube}{fp1-VwKDS2qqA6yPI27OLg}{Huk_3H-gQ3Wo7X01F1GGAA}{sonarqube}{127.0.0.1}{127.0.0.1:36807}{cdfhilmrstw}{8.16.6}{7000099-8518000}]}, term: 20, version: 582, reason: Publication{term=20, version=582}
2025.12.16 14:17:02 INFO  es[][o.e.c.c.NodeJoinExecutor] node-join: [{sonarqube}{fp1-VwKDS2qqA6yPI27OLg}{Huk_3H-gQ3Wo7X01F1GGAA}{sonarqube}{127.0.0.1}{127.0.0.1:36807}{cdfhilmrstw}{8.16.6}{7000099-8518000}] with reason [completing election]
2025.12.16 14:17:02 INFO  es[][o.e.h.AbstractHttpServerTransport] publish_address {127.0.0.1:9001}, bound_addresses {127.0.0.1:9001}
2025.12.16 14:17:02 INFO  es[][o.e.n.Node] started {sonarqube}{fp1-VwKDS2qqA6yPI27OLg}{Huk_3H-gQ3Wo7X01F1GGAA}{sonarqube}{127.0.0.1}{127.0.0.1:36807}{cdfhilmrstw}{8.16.6}{7000099-8518000}{rack_id=sonarqube, xpack.installed=true}
2025.12.16 14:17:02 INFO  es[][o.e.l.ClusterStateLicenseService] license [c85de2c2-8739-458a-832e-a0d13396f7bd] mode [basic] - valid
2025.12.16 14:17:02 INFO  es[][o.e.c.f.AbstractFileWatchingService] starting file watcher ...
2025.12.16 14:17:02 INFO  es[][o.e.c.f.AbstractFileWatchingService] file settings service up and running [tid=52]
2025.12.16 14:17:02 INFO  es[][o.e.r.s.FileSettingsService] setting file [/opt/sonarqube/temp/conf/es/operator/settings.json] not found, initializing [file_settings] as empty
2025.12.16 14:17:02 INFO  es[][o.e.g.GatewayService] recovered [6] indices into cluster_state
2025.12.16 14:17:03 INFO  es[][o.e.h.n.s.HealthNodeTaskExecutor] Node [{sonarqube}{fp1-VwKDS2qqA6yPI27OLg}] is selected as the current health node.
2025.12.16 14:17:04 INFO  es[][o.e.c.r.a.AllocationService] current.health="GREEN" message="Cluster health status changed from [RED] to [GREEN] (reason: [shards started [[metadatas][0]]])." previous.health="RED" reason="shards started [[metadatas][0]]"
2025.12.16 14:17:04 INFO  app[][o.s.a.SchedulerImpl] Process[es] is up
2025.12.16 14:17:04 INFO  app[][o.s.a.ProcessLauncherImpl] Launch process[WEB_SERVER] from [/opt/sonarqube]: /opt/java/openjdk/bin/java -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djava.io.tmpdir=/opt/sonarqube/temp -XX:-OmitStackTraceInFastThrow --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED --add-exports=java.base/jdk.internal.ref=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.management/sun.management=ALL-UNNAMED --add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED -cp ./lib/sonar-application-2025.6.0.117042.jar:/opt/sonarqube/lib/jdbc/postgresql/postgresql-42.7.8.jar org.sonar.server.app.WebServer /opt/sonarqube/temp/sq-process16498594021653008457properties
2025.12.16 14:17:04 INFO  web[][o.s.p.ProcessEntryPoint] Starting Web Server
2025.12.16 14:17:04 INFO  web[][o.s.s.a.TomcatHttpConnectorFactory] Starting Tomcat on port 9000
Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts
2025.12.16 14:17:05 INFO  web[][o.s.c.e.CoreExtensionsLoader] Loaded core extensions: developer-edition, ai-code-assurance, ai-code-detection, developer-scanner, developer-server, github-provisioning, gitlab-provisioning, license, monitoring, gitlab-vulnerability-report, server-common, architecture, fix-suggestions-marketing, sandbox, jira, slack
2025.12.16 14:17:05 INFO  web[][o.s.s.p.LogServerVersion] SonarQube Server / 2025.6.0.117042 / c467738773b20467599397da1af952156f3dabe3
2025.12.16 14:17:05 INFO  web[][o.s.d.DefaultDatabase] Create JDBC data source for jdbc:postgresql://postgres:5432/sonar
2025.12.16 14:17:05 WARN  web[][o.s.d.DefaultDatabase] Property [sonar.jdbc.minEvictableIdleTimeMillis] has no effect as pool connection implementation changed, check 9.7 upgrade notes.
2025.12.16 14:17:05 WARN  web[][o.s.d.DefaultDatabase] Property [sonar.jdbc.maxIdle] has no effect as pool connection implementation changed, check 9.7 upgrade notes.
2025.12.16 14:17:05 WARN  web[][o.s.d.DefaultDatabase] Property [sonar.jdbc.timeBetweenEvictionRunsMillis] has no effect as pool connection implementation changed, check 9.7 upgrade notes.
2025.12.16 14:17:05 INFO  web[][c.z.h.HikariDataSource] HikariPool-1 - Starting...
2025.12.16 14:17:06 INFO  web[][c.z.h.p.HikariPool] HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@3ce53f6a
2025.12.16 14:17:06 INFO  web[][c.z.h.HikariDataSource] HikariPool-1 - Start completed.
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerFileSystemImpl] SonarQube home: /opt/sonarqube
2025.12.16 14:17:07 INFO  web[][o.s.s.u.SystemPasscodeImpl] System authentication by passcode is disabled
2025.12.16 14:17:07 WARN  web[][o.s.s.p.DatabaseServerCompatibility] The database must be manually upgraded. Please backup the database and browse /setup. For more information: https://docs.sonarsource.com/sonarqube-server/2025.6/server-upgrade-and-maintenance/upgrade/roadmap/
2025.12.16 14:17:07 WARN  app[][startup] ################################################################################
2025.12.16 14:17:07 WARN  app[][startup] The database must be manually upgraded. Please backup the database and browse /setup. For more information: https://docs.sonarsource.com/sonarqube-server/2025.6/server-upgrade-and-maintenance/upgrade/roadmap/
2025.12.16 14:17:07 WARN  app[][startup] ################################################################################
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy ABAP Code Quality and Security / 3.16.0.7570 / 04a49c326894dc1dc244eebfa2010c65e145dad5
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Architecture Analysis / 2.11.1.7489 / 6a5fd84acc1bb61a5864333cb008056d435e484d
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Architecture Rules for JavaScript and frontend / 2.11.1.7489 / 6a5fd84acc1bb61a5864333cb008056d435e484d
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Architecture and Design Rules for Java / 2.11.1.7489 / 6a5fd84acc1bb61a5864333cb008056d435e484d
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy C# Code Quality and Security / 10.16.2.130377 / 35daa55fd4d66d3e8e4bd70869368e1ece6f9690
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy CFamily Code Quality and Security / 6.75.1.93101 / 06b9cf05c075f6f66dd0581fbad16b05c090362a
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy CFamily dependencies provider / 6.75.1.93101 / 06b9cf05c075f6f66dd0581fbad16b05c090362a
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Checkstyle / 10.21.1 /
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Clean as You Code / 2.6.0.3665 / 55c5ecf4a75806328950c2526ed2660a69e5376b
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Clover / 4.1 / cb70fb9ece15af2b3958cecf519f5cbb7da4c116
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Dart Code Quality and Security / 1.3.1.4016 / null
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Dataflow Bug Detection / 2.5.0.19957 / 0
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Dataflow Bug Detection Rules for Java / 2.5.0.19957 / 0
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Dataflow Bug Detection Rules for Python / 2.5.0.19957 / 0
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Declarative Rule Engine / 0.7.0.4296 / null
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Flex Code Quality and Security / 2.16.0.6009 / 0744c7c016f9a139d4440b200715bddef86da8d4
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Go Code Quality and Security / 1.31.0.4938 / c232dbd2ec3394502166cbf4489e8c4e7cfd7788
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Groovy / 1.8 / 6f5ddad1c7cf86e39cd9a8fc0be896660b4d4b61
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy HTML Code Quality and Security / 3.22.0.7011 / bb2895641f6e081fde3d136684c3b1f91928cc19
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy IaC Code Quality and Security / 2.2.0.18377 / null
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy JaCoCo / 1.4.0.4946 / 6f20b27e834345cfd11e45e0425ca4b791ac9749
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Java Advanced Code Quality Analyzer / 8.19.0.1586 / ae0aa92bae9caca439a2c74534144ce7d068ebc0
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Java Code Quality and Security / 8.22.0.41895 / 07521ba277e08ae681c1eaa0156e6327ce0cea95
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy JavaScript/TypeScript/CSS Code Quality and Security / 11.7.1.36988 / c0d7faf7764931a31f74f8b19d4b17e8b53ebd4a
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Kotlin Code Quality and Security / 3.3.1.7792 / 7778a16f06b197af3c6ad9504b32c123bfa55c67
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy PHP Code Quality and Security / 3.53.0.15220 / null
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy PL/SQL Code Quality and Security / 3.18.1.230 / 1585de21ef24978474d657812d45a0655b7c4465
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Python Enterprise Code Quality and Security / 5.14.2.29072 / a5e81876a7cd0e2acef27b36cae8bc1c43ab3da7
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Ruby Code Quality and Security / 1.21.1.1877 / 14ab65eeec4af983f880a0b5313ceeba16232c40
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Rust Code Quality and Security / 1.2.0.1339 / null
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Scala Code Quality and Security / 1.20.1.1884 / d9cdcd4d1e855346efddb0b4a5a13a69b0bd6f20
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy SonarArmor Jasmin Plugin / 1.11.0.8805 / null
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy SonarTS / 2.1.0.4359 / 268ba9581b700c4fb2bc194d4069d283da915213
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Swift Code Quality and Security / 5.0.0.12095 / null
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy T-SQL Code Quality and Security / 1.16.1.9133 / 76a97c2d61ef4717d1910a49e2b6701bf538b534
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Text Code Quality and Security / 2.34.0.9939 / null
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy VB.NET Code Quality and Security / 10.16.2.130377 / 35daa55fd4d66d3e8e4bd70869368e1ece6f9690
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Vulnerability Analysis / 11.14.0.42299 / null
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Vulnerability Rules for C# / 11.14.0.42299 / 36f8c328ecd085a33badbd232d58a442c2540306
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Vulnerability Rules for Go / 11.14.0.42299 / 36f8c328ecd085a33badbd232d58a442c2540306
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Vulnerability Rules for Java / 11.14.0.42299 / 36f8c328ecd085a33badbd232d58a442c2540306
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Vulnerability Rules for Kotlin / 11.14.0.42299 / 36f8c328ecd085a33badbd232d58a442c2540306
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Vulnerability Rules for PHP / 11.14.0.42299 / 36f8c328ecd085a33badbd232d58a442c2540306
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Vulnerability Rules for Python / 11.14.0.42299 / 36f8c328ecd085a33badbd232d58a442c2540306
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Vulnerability Rules for VB.NET / 11.14.0.42299 / 36f8c328ecd085a33badbd232d58a442c2540306
2025.12.16 14:17:07 INFO  web[][o.s.s.p.ServerPluginManager] Deploy XML Code Quality and Security / 2.14.2.7437 / dddd29ee8d776c9b9546c2ab1283b1e42a7b6188
2025.12.16 14:17:11 INFO  web[][o.s.s.p.d.m.c.PostgresCharsetHandler] Verify that database charset supports UTF8
2025.12.16 14:17:11 INFO  web[][o.s.s.e.EsClientProvider] Connected to local Elasticsearch: [http://localhost:9001]
2025.12.16 14:17:12 INFO  web[][o.s.s.p.Platform] Database needs to be migrated. Please refer to https://docs.sonarsource.com/sonarqube-server/2025.6/server-upgrade-and-maintenance/upgrade/roadmap/
2025.12.16 14:17:12 INFO  web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.platform.web.WebServiceFilter@6591f8ea [pattern=UrlPattern{inclusions=[/api/system/migrate_db.*, ...], exclusions=[/api/components/update_key, ...]}]
2025.12.16 14:17:12 INFO  web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.platform.web.NoCacheFilter@1d2046bb [pattern=UrlPattern{inclusions=[/api/v2/*], exclusions=[]}]
2025.12.16 14:17:13 INFO  web[][o.h.v.i.util.Version] HV000001: Hibernate Validator 9.0.1.Final

Database migration via gui setup endpoint:

2025.12.16 14:17:57 INFO  web[][o.s.s.p.d.m.DatabaseMigrationImpl] Starting DB Migration and container restart
2025.12.16 14:17:57 INFO  web[][DbMigrations] Executing 16 DB migrations...
2025.12.16 14:17:57 INFO  web[][DbMigrations] 1/16 #202506008 'Create 'integration_configs' table'...
2025.12.16 14:17:58 INFO  web[][DbMigrations] 1/16 #202506008 'Create 'integration_configs' table': success | time=77ms
2025.12.16 14:17:58 INFO  web[][DbMigrations] 2/16 #202506009 'Create 'slack_subscriptions' table'...
2025.12.16 14:17:58 INFO  web[][DbMigrations] 2/16 #202506009 'Create 'slack_subscriptions' table': success | time=28ms
2025.12.16 14:17:58 INFO  web[][DbMigrations] 3/16 #202506010 'Create 'slack_workspaces' table'...
2025.12.16 14:17:58 INFO  web[][DbMigrations] 3/16 #202506010 'Create 'slack_workspaces' table': success | time=27ms
2025.12.16 14:17:58 INFO  web[][DbMigrations] 4/16 #202506011 'Create 'user_bindings' table'...
2025.12.16 14:17:58 INFO  web[][DbMigrations] 4/16 #202506011 'Create 'user_bindings' table': success | time=27ms
2025.12.16 14:17:58 INFO  web[][DbMigrations] 5/16 #202506012 'Create 'user_bindings_slack' table'...
2025.12.16 14:17:58 INFO  web[][DbMigrations] 5/16 #202506012 'Create 'user_bindings_slack' table': success | time=18ms
2025.12.16 14:17:58 INFO  web[][DbMigrations] 6/16 #202506015 'Add 'created_by' column to 'jira_work_items' table'...
2025.12.16 14:17:58 INFO  web[][DbMigrations] 6/16 #202506015 'Add 'created_by' column to 'jira_work_items' table': success | time=19ms
2025.12.16 14:17:58 INFO  web[][DbMigrations] 7/16 #202506016 'Add index based on 'resource_id' and 'resource_type' to 'jira_work_items_resources' table'...
2025.12.16 14:17:58 INFO  web[][DbMigrations] 7/16 #202506016 'Add index based on 'resource_id' and 'resource_type' to 'jira_work_items_resources' table': success | time=22ms
2025.12.16 14:17:58 INFO  web[][DbMigrations] 8/16 #202506017 'Remove unique index from 'user_bindings' table'...
2025.12.16 14:17:58 INFO  web[][DbMigrations] 8/16 #202506017 'Remove unique index from 'user_bindings' table': success | time=8ms
2025.12.16 14:17:58 INFO  web[][DbMigrations] 9/16 #202506018 'Create index on 'user_uuid' column in 'user_bindings' table'...
2025.12.16 14:17:58 INFO  web[][DbMigrations] 9/16 #202506018 'Create index on 'user_uuid' column in 'user_bindings' table': success | time=12ms
2025.12.16 14:17:58 INFO  web[][DbMigrations] 10/16 #202506019 'Add 'is_token_shared' column to 'jira_org_bindings' table'...
2025.12.16 14:17:58 INFO  web[][DbMigrations] 10/16 #202506019 'Add 'is_token_shared' column to 'jira_org_bindings' table': success | time=10ms
2025.12.16 14:17:58 INFO  web[][DbMigrations] 11/16 #202506021 'Add index based on 'jira_organization_binding_id' and 'sonar_project_id' to 'jira_project_bindings' table'...
2025.12.16 14:17:58 INFO  web[][DbMigrations] 11/16 #202506021 'Add index based on 'jira_organization_binding_id' and 'sonar_project_id' to 'jira_project_bindings' table': success | time=14ms
2025.12.16 14:17:58 INFO  web[][DbMigrations] 12/16 #202506022 'Create index on 'components' for case-insensitive key queries'...
2025.12.16 14:17:58 INFO  web[][DbMigrations] 12/16 #202506022 'Create index on 'components' for case-insensitive key queries': success | time=729ms
2025.12.16 14:17:58 INFO  web[][DbMigrations] 13/16 #202506023 'Drop table 'issue_stats_by_rule_key''...
2025.12.16 14:17:58 INFO  web[][DbMigrations] 13/16 #202506023 'Drop table 'issue_stats_by_rule_key'': success | time=4ms
2025.12.16 14:17:58 INFO  web[][DbMigrations] 14/16 #202506024 'Create 'issue_stats_by_rule_key' table'...
2025.12.16 14:17:58 INFO  web[][DbMigrations] 14/16 #202506024 'Create 'issue_stats_by_rule_key' table': success | time=12ms
2025.12.16 14:17:58 INFO  web[][DbMigrations] 15/16 #202506025 'Populate 'issue_stats_by_rule_key''...
2025.12.16 14:17:59 INFO  web[][o.s.s.p.d.m.s.MassUpdate] 4348 rows processed (72 items/sec)
2025.12.16 14:17:59 INFO  web[][DbMigrations] 15/16 #202506025 'Populate 'issue_stats_by_rule_key'': success | time=361ms
2025.12.16 14:17:59 INFO  web[][DbMigrations] 16/16 #202506026 'Populate 'issue_stats_by_rule_key' for portfolios and apps'...
2025.12.16 14:17:59 INFO  web[][o.s.s.p.d.m.s.MassUpdate] 0 rows processed (0 items/sec)
2025.12.16 14:17:59 INFO  web[][DbMigrations] 16/16 #202506026 'Populate 'issue_stats_by_rule_key' for portfolios and apps': success | time=6ms
2025.12.16 14:17:59 INFO  web[][DbMigrations] Executed 16/16 DB migrations: success | time=1392ms
2025.12.16 14:17:59 INFO  web[][o.s.s.p.d.m.DatabaseMigrationImpl] DB Migration and container restart: success | time=1439ms
2025.12.16 14:17:59 INFO  web[][o.s.s.p.DetectPluginChange] Detect plugin changes
2025.12.16 14:17:59 INFO  web[][o.s.s.s.PropertiesDBCleaner] Clean up properties from db
2025.12.16 14:18:00 INFO  web[][o.s.s.e.IndexCreator] Delete Elasticsearch index issues (structure changed)
2025.12.16 14:18:01 INFO  es[][o.e.c.m.MetadataDeleteIndexService] [issues/5H6lv7l9QzqS4ReIK5MSNg] deleting index
2025.12.16 14:18:01 INFO  web[][o.s.s.e.IndexCreator] Create index [issues]
2025.12.16 14:18:01 INFO  es[][o.e.c.m.MetadataCreateIndexService] [issues] creating index, cause [api], templates [], shards [5]/[0]
2025.12.16 14:18:01 INFO  es[][o.e.c.r.a.AllocationService] current.health="GREEN" message="Cluster health status changed from [YELLOW] to [GREEN] (reason: [shards started [[issues][4]]])." previous.health="YELLOW" reason="shards started [[issues][4]]"
2025.12.16 14:18:01 INFO  web[][o.s.s.e.IndexCreator] Create mapping issues
2025.12.16 14:18:01 INFO  es[][o.e.c.m.MetadataMappingService] [issues/VJpw-gMyQD-muIt32HXMiQ] create_mapping
2025.12.16 14:18:01 INFO  web[][o.s.s.s.LogServerId] Server ID: 46AF5D23-AWt1Mv9uHP6vLf_z4ZIa
2025.12.16 14:18:01 INFO  web[][o.o.c.c.InitializationService] Initializing OpenSAML using the Java Services API
2025.12.16 14:18:02 INFO  web[][o.o.x.a.AlgorithmRegistry] Algorithm failed runtime support check, will not be usable: http://www.w3.org/2001/04/xmlenc#ripemd160
2025.12.16 14:18:02 INFO  web[][o.o.x.a.AlgorithmRegistry] Algorithm failed runtime support check, will not be usable: http://www.w3.org/2001/04/xmldsig-more#hmac-ripemd160
2025.12.16 14:18:02 INFO  web[][o.o.x.a.AlgorithmRegistry] Algorithm failed runtime support check, will not be usable: http://www.w3.org/2001/04/xmldsig-more#rsa-ripemd160
2025.12.16 14:18:02 INFO  web[][o.s.s.p.UpdateCenterClient] Update center: https://downloads.sonarsource.com/sonarqube/update/update-center.properties
2025.12.16 14:18:04 WARN  web[][o.s.a.s.w.WebService$Action] The response example is not set on action api/support/info
2025.12.16 14:18:04 INFO  web[][o.s.s.a.p.ExpiredSessionsCleaner] Purge of expired session tokens has removed 0 elements
2025.12.16 14:18:04 INFO  web[][o.s.s.a.p.ExpiredSessionsCleaner] Purge of expired SAML message ids has removed 1 elements
2025.12.16 14:18:04 INFO  web[][o.s.s.n.NotificationDaemon] Notification service started (delay 60 sec.)
2025.12.16 14:18:04 INFO  web[][o.s.t.TelemetryDaemon] Sharing of SonarQube statistics is enabled.
2025.12.16 14:18:05 INFO  web[][c.sonar.slack.u.G.j] Registered 1 Slack event handlers: [tokens_revoked]
2025.12.16 14:18:05 INFO  web[][com.sonar.slack.O.u] Initialized SlackCommandService with 6 processors
2025.12.16 14:18:06 INFO  web[][o.s.s.r.r.RulesRegistrant] Register rules
2025.12.16 14:18:07 INFO  web[][o.r.Reflections] Reflections took 58 ms to scan 1 urls, producing 24 keys and 257 values
2025.12.16 14:18:08 INFO  web[][o.r.Reflections] Reflections took 11 ms to scan 1 urls, producing 213 keys and 213 values
2025.12.16 14:18:16 INFO  web[][o.s.s.r.r.RulesRegistrant] Disable rule java:S3518
2025.12.16 14:18:16 INFO  web[][o.s.s.r.r.RulesRegistrant] Disable rule java:S2259
2025.12.16 14:18:16 INFO  web[][o.s.s.r.r.RulesRegistrant] Disable rule php:S4834
2025.12.16 14:18:16 INFO  web[][o.s.s.r.r.RulesRegistrant] Disable rule php:S4792
2025.12.16 14:18:16 INFO  web[][o.s.s.r.r.RulesRegistrant] Disable rule php:S4823
2025.12.16 14:18:16 INFO  web[][o.s.s.r.r.RulesRegistrant] Disable rule php:S2255
2025.12.16 14:18:16 INFO  web[][o.s.s.r.r.RulesRegistrant] Disable rule php:S4784
2025.12.16 14:18:16 INFO  web[][o.s.s.r.r.RulesRegistrant] Disable rule php:S3331
2025.12.16 14:18:16 INFO  web[][o.s.s.r.r.RulesRegistrant] Disable rule php:S4829
2025.12.16 14:18:16 INFO  web[][o.s.s.r.r.RulesRegistrant] Disable rule php:S4787
2025.12.16 14:18:16 INFO  web[][o.s.s.r.r.RulesRegistrant] Disable rule php:S4508
2025.12.16 14:18:16 INFO  web[][o.s.s.r.r.RulesRegistrant] Disable rule php:S4818
2025.12.16 14:18:16 INFO  web[][o.s.s.r.r.RulesRegistrant] Disable rule checkstyle:PONE_Todo
2025.12.16 14:18:22 INFO  web[][o.s.s.s.RegisterMetrics] Register metrics
2025.12.16 14:18:22 INFO  web[][o.s.s.q.RegisterQualityGates] Quality Gate [Sonar way for AI Code] has been created
2025.12.16 14:18:22 INFO  web[][o.s.s.q.RegisterQualityGates] Quality Gate's conditions of [Sonar way for AI Code] has been updated
2025.12.16 14:18:22 INFO  web[][o.s.s.q.b.BuiltInQProfileRepositoryImpl] Load quality profiles
2025.12.16 14:18:22 INFO  web[][o.s.p.p.PythonProfile] Getting rules from com.sonar.plugins.security.api.PythonRules.getRuleKeys for the category:security
2025.12.16 14:18:22 INFO  web[][o.s.p.p.PythonProfile] Getting rules from com.sonarsource.plugins.dbd.api.PythonRules.getDataflowBugDetectionRuleKeys for the category:dataflow bug detection
2025.12.16 14:18:22 INFO  web[][com.A.A.D.F.A] Registering 22 custom Go rule classes
2025.12.16 14:18:22 INFO  web[][o.s.s.q.RegisterQualityProfiles] Register quality profiles
2025.12.16 14:18:22 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile kubernetes/Sonar way
2025.12.16 14:18:22 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile css/Sonar way
2025.12.16 14:18:22 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile scala/Sonar way
2025.12.16 14:18:22 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile jsp/Sonar way
2025.12.16 14:18:22 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile js/Sonar way
2025.12.16 14:18:23 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile py/Sonar way
2025.12.16 14:18:23 INFO  web[][o.s.s.q.RegisterQualityProfiles] Register profile plsql/Sonar way
2025.12.16 14:18:23 INFO  web[][o.s.s.q.RegisterQualityProfiles] Register profile ansible/Sonar way
2025.12.16 14:18:23 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile docker/Sonar way
2025.12.16 14:18:23 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile rust/Sonar way
2025.12.16 14:18:23 INFO  web[][o.s.s.q.RegisterQualityProfiles] Register profile dart/Sonar way
2025.12.16 14:18:23 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile java/Sonar way
2025.12.16 14:18:24 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile web/Sonar way
2025.12.16 14:18:24 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile flex/Sonar way
2025.12.16 14:18:24 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile xml/Sonar way
2025.12.16 14:18:24 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile json/Sonar way
2025.12.16 14:18:24 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile ipynb/Sonar way
2025.12.16 14:18:25 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile text/Sonar way
2025.12.16 14:18:25 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile vbnet/Sonar way
2025.12.16 14:18:25 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile grvy/Sonar way
2025.12.16 14:18:25 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile cloudformation/Sonar way
2025.12.16 14:18:25 INFO  web[][o.s.s.q.RegisterQualityProfiles] Register profile swift/Sonar way
2025.12.16 14:18:25 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile yaml/Sonar way
2025.12.16 14:18:25 INFO  web[][o.s.s.q.RegisterQualityProfiles] Register profile cpp/Sonar way
2025.12.16 14:18:25 INFO  web[][o.s.s.q.RegisterQualityProfiles] Register profile cpp/Mission critical
2025.12.16 14:18:25 INFO  web[][o.s.s.q.RegisterQualityProfiles] Register profile c/Sonar way
2025.12.16 14:18:25 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile go/Sonar way
2025.12.16 14:18:26 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile kotlin/Sonar way
2025.12.16 14:18:26 INFO  web[][o.s.s.q.RegisterQualityProfiles] Register profile tsql/Sonar way
2025.12.16 14:18:26 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile secrets/Sonar way
2025.12.16 14:18:27 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile ruby/Sonar way
2025.12.16 14:18:27 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile cs/Sonar way
2025.12.16 14:18:27 INFO  web[][o.s.s.q.RegisterQualityProfiles] Register profile shell/Sonar way
2025.12.16 14:18:27 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile php/Sonar way
2025.12.16 14:18:27 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile terraform/Sonar way
2025.12.16 14:18:27 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile azureresourcemanager/Sonar way
2025.12.16 14:18:27 INFO  web[][o.s.s.q.RegisterQualityProfiles] Register profile abap/Sonar way
2025.12.16 14:18:27 INFO  web[][o.s.s.q.RegisterQualityProfiles] Update profile ts/Sonar way
2025.12.16 14:18:28 INFO  web[][o.s.s.q.RegisterQualityProfiles] Register profile objc/Sonar way
2025.12.16 14:18:28 INFO  web[][o.s.s.q.RegisterQualityProfiles] Register profile githubactions/Sonar way
2025.12.16 14:18:28 INFO  web[][o.s.s.s.RegisterPermissionTemplates] Register permission templates
2025.12.16 14:18:28 INFO  web[][o.s.s.s.RenameDeprecatedPropertyKeys] Rename deprecated property keys
2025.12.16 14:18:28 INFO  web[][o.s.s.c.q.CeQueueCleaner] Cancel all pending tasks (due to upgrade)
2025.12.16 14:18:28 INFO  web[][o.s.s.s.UpgradeSuggestionsCleaner] Dismissed messages cleanup
2025.12.16 14:18:28 INFO  web[][o.s.s.s.IssueFlagResetSetupTask] Runtime SonarQube version: 2025.6.0.117042, stored current: not set
2025.12.16 14:18:28 INFO  web[][o.s.s.s.IssueFlagResetSetupTask] Setting initial SonarQube current version to 2025.6.0.117042
2025.12.16 14:18:28 INFO  web[][o.s.s.s.RegisterPlugins] Register plugins
2025.12.16 14:18:28 INFO  web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.platform.web.SonarQubeIdeConnectionFilter@6ebdddfc [pattern=UrlPattern{inclusions=[/api/*], exclusions=[/api/v2/*]}]
2025.12.16 14:18:28 INFO  web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.platform.web.WebServiceFilter@b9e2ad6 [pattern=UrlPattern{inclusions=[/api/issues/delete_comment.*, ...], exclusions=[/api/authentication/login.*, ...]}]
2025.12.16 14:18:28 INFO  web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.platform.web.NoCacheFilter@3b4cdc0d [pattern=UrlPattern{inclusions=[/api/v2/*], exclusions=[]}]
2025.12.16 14:18:28 INFO  web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.platform.web.WebServiceReroutingFilter@7394ba0d [pattern=UrlPattern{inclusions=[/api/components/bulk_update_key, ...], exclusions=[]}]
2025.12.16 14:18:28 INFO  web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.authentication.DefaultAdminCredentialsVerifierFilter@7346cbbe [pattern=UrlPattern{inclusions=[/*], exclusions=[*.css, ...]}]
2025.12.16 14:18:28 INFO  web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.authentication.InitFilter@9f4979a [pattern=UrlPattern{inclusions=[/sessions/init/*], exclusions=[]}]
2025.12.16 14:18:28 INFO  web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.authentication.SamlValidationRedirectionFilter@54058e1d [pattern=UrlPattern{inclusions=[/oauth2/callback/saml], exclusions=[]}]
2025.12.16 14:18:28 INFO  web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.authentication.OAuth2CallbackFilter@2171242 [pattern=UrlPattern{inclusions=[/oauth2/callback/*], exclusions=[]}]
2025.12.16 14:18:28 INFO  web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.authentication.ResetPasswordFilter@47493285 [pattern=UrlPattern{inclusions=[/*], exclusions=[*.css, ...]}]
2025.12.16 14:18:28 INFO  web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.authentication.ws.LoginAction@7abd7a5b [pattern=UrlPattern{inclusions=[/api/authentication/login], exclusions=[]}]
2025.12.16 14:18:28 INFO  web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.authentication.ws.LogoutAction@7f01d0b0 [pattern=UrlPattern{inclusions=[/api/authentication/logout], exclusions=[]}]
2025.12.16 14:18:28 INFO  web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.authentication.ws.ValidateAction@495c89f3 [pattern=UrlPattern{inclusions=[/api/authentication/validate], exclusions=[]}]
2025.12.16 14:18:28 INFO  web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.saml.ws.ValidationInitAction@71fda33c [pattern=UrlPattern{inclusions=[/saml/validation_init], exclusions=[]}]
2025.12.16 14:18:28 INFO  web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.saml.ws.ValidationAction@6d729166 [pattern=UrlPattern{inclusions=[/saml/validation], exclusions=[]}]
2025.12.16 14:18:28 INFO  web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.user.ws.ChangePasswordAction@6aac35b1 [pattern=UrlPattern{inclusions=[/api/users/change_password], exclusions=[]}]
2025.12.16 14:18:28 INFO  web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.plugins.PluginsRiskConsentFilter@12a13b9f [pattern=UrlPattern{inclusions=[/*], exclusions=[*.css, ...]}]
2025.12.16 14:18:28 INFO  web[][o.s.s.e.IndexerStartupTask] Trigger asynchronous indexing of type [issues/auth/issue]...
2025.12.16 14:18:28 INFO  web[][o.s.s.i.i.AsyncIssueIndexingImpl] 0 pending indexing task found to be deleted...
2025.12.16 14:18:28 INFO  web[][o.s.s.i.i.AsyncIssueIndexingImpl] 0 completed indexing task found to be deleted...
2025.12.16 14:18:28 INFO  web[][o.s.s.i.i.AsyncIssueIndexingImpl] Indexing task deletion complete.
2025.12.16 14:18:28 INFO  web[][o.s.s.i.i.AsyncIssueIndexingImpl] Deleting tasks characteristics...
2025.12.16 14:18:28 INFO  web[][o.s.s.i.i.AsyncIssueIndexingImpl] Tasks characteristics deletion complete.
2025.12.16 14:18:28 INFO  web[][o.s.s.i.i.AsyncIssueIndexingImpl] 205 branch found in need of issue sync.
2025.12.16 14:18:28 INFO  web[][o.s.s.i.i.AsyncIssueIndexingImpl] 205 projects found in need of issue sync.
2025.12.16 14:18:28 INFO  web[][o.s.s.e.IndexerStartupTask] Trigger asynchronous indexing of type [issues/auth/issue] done | time=290ms
2025.12.16 14:18:28 INFO  web[][o.s.s.e.IndexerStartupTask] Indexing of type [issues/auth]...
2025.12.16 14:18:28 INFO  web[][o.s.s.e.IndexerStartupTask] Indexing of type [issues/auth] done | time=325ms
2025.12.16 14:18:28 INFO  web[][o.s.s.p.p.PlatformLevelStartup] Running Developer Edition
2025.12.16 14:18:29 INFO  app[][o.s.a.SchedulerImpl] Process[web] is up
2025.12.16 14:18:29 INFO  app[][o.s.a.ProcessLauncherImpl] Launch process[COMPUTE_ENGINE] from [/opt/sonarqube]: /opt/java/openjdk/bin/java -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djava.io.tmpdir=/opt/sonarqube/temp -XX:-OmitStackTraceInFastThrow --add-opens=java.base/java.util=ALL-UNNAMED --add-exports=java.base/jdk.internal.ref=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.nio=ALL-UNNAMED --add-opens=java.base/sun.nio.ch=ALL-UNNAMED --add-opens=java.management/sun.management=ALL-UNNAMED --add-opens=jdk.management/com.sun.management.internal=ALL-UNNAMED -Xms4G -Xmx4G -cp ./lib/sonar-application-2025.6.0.117042.jar:/opt/sonarqube/lib/jdbc/postgresql/postgresql-42.7.8.jar org.sonar.ce.app.CeServer /opt/sonarqube/temp/sq-process6191070259797329925properties
2025.12.16 14:18:29 INFO  web[][o.s.s.p.Platform] Web Server is operational
2025.12.16 14:18:29 INFO  ce[][o.s.p.ProcessEntryPoint] Starting Compute Engine
2025.12.16 14:18:29 INFO  ce[][o.s.ce.app.CeServer] Compute Engine starting up...
Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts
2025.12.16 14:18:29 INFO  ce[][o.s.c.e.CoreExtensionsLoader] Loaded core extensions: developer-edition, ai-code-assurance, ai-code-detection, developer-scanner, developer-server, github-provisioning, gitlab-provisioning, license, monitoring, gitlab-vulnerability-report, server-common, architecture, fix-suggestions-marketing, sandbox, jira, slack
2025.12.16 14:18:30 INFO  ce[][o.s.d.DefaultDatabase] Create JDBC data source for jdbc:postgresql://postgres:5432/sonar
2025.12.16 14:18:30 WARN  ce[][o.s.d.DefaultDatabase] Property [sonar.jdbc.minEvictableIdleTimeMillis] has no effect as pool connection implementation changed, check 9.7 upgrade notes.
2025.12.16 14:18:30 WARN  ce[][o.s.d.DefaultDatabase] Property [sonar.jdbc.maxIdle] has no effect as pool connection implementation changed, check 9.7 upgrade notes.
2025.12.16 14:18:30 WARN  ce[][o.s.d.DefaultDatabase] Property [sonar.jdbc.timeBetweenEvictionRunsMillis] has no effect as pool connection implementation changed, check 9.7 upgrade notes.
2025.12.16 14:18:30 INFO  ce[][c.z.h.HikariDataSource] HikariPool-1 - Starting...
2025.12.16 14:18:30 INFO  ce[][c.z.h.p.HikariPool] HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@284274d6
2025.12.16 14:18:30 INFO  ce[][c.z.h.HikariDataSource] HikariPool-1 - Start completed.
2025.12.16 14:18:31 INFO  ce[][o.s.s.p.ServerFileSystemImpl] SonarQube home: /opt/sonarqube
2025.12.16 14:18:31 INFO  ce[][o.s.c.c.CePluginRepository] Load plugins
2025.12.16 14:18:34 INFO  ce[][o.s.c.c.ComputeEngineContainerImpl] Running Developer edition
2025.12.16 14:18:34 INFO  ce[][o.s.ce.app.CeServer] Compute Engine is started
2025.12.16 14:18:35 INFO  app[][o.s.a.SchedulerImpl] Process[ce] is up
2025.12.16 14:18:35 INFO  app[][o.s.a.SchedulerImpl] SonarQube is operational



2025.12.16 14:18:36 INFO  ce[][o.s.c.t.CeWorkerImpl] Execute task | project=de.xxxx:xxxx | type=ISSUE_SYNC | branch=master | branchType=BRANCH | id=7e40bf28-e05e-4052-8c27-4c68d67d170e
2025.12.16 14:18:36 INFO  ce[7e40bf28-e05e-4052-8c27-4c68d67d170e][o.s.c.t.s.ComputationStepExecutor] Ignore orphan component | status=SUCCESS | time=4ms
2025.12.16 14:18:36 INFO  ce[7e40bf28-e05e-4052-8c27-4c68d67d170e][o.s.s.e.EsClientProvider] Connected to local Elasticsearch: [http://localhost:9001]
2025.12.16 14:18:37 INFO  ce[7e40bf28-e05e-4052-8c27-4c68d67d170e][o.s.c.t.p.t.IndexIssuesStep] indexing issues of branch AW0qhUchQ2IqW8SpK0bP
2025.12.16 14:18:37 INFO  ce[7e40bf28-e05e-4052-8c27-4c68d67d170e][o.s.c.t.s.ComputationStepExecutor] index issues | status=SUCCESS | time=480ms
2025.12.16 14:18:37 INFO  ce[7e40bf28-e05e-4052-8c27-4c68d67d170e][o.s.c.t.CeWorkerImpl] Executed task | project=de.xxxx:xxxx | type=ISSUE_SYNC | branch=master | branchType=BRANCH | id=7e40bf28-e05e-4052-8c27-4c68d67d170e | status=SUCCESS
| time=840ms

Hi,

There’s no error here…?

 
Ann

Hi, ss soon as the Jenkins build is supposed to send something to Sonar, I get the error message mentioned above from the first post.

Hi,

Is this for the first analysis of a new project, or do you get this for any project? And if it’s for a new project, did you provision the project first via the UI or are you trying to create it on first analysis?

 
Thx,
Ann

Hi, the projects already existed in the community version. Now, when we transfer data to the developer version, we get an error message for every existing project. Even if I delete the project via the GUI, we still get the error message.

Hi,

Tell me more about this “transfer”.

Because if you’re moving from Community Build to Developer Edition, all you should need to do is point your DE instance to your existing DB, spin it up, enter the license key, and… carry on.

 
Ann

hi, hhat’s exactly what we tried. We replaced the Docker image, performed the update, and add the license. Jenkins uses the Sonar plugin and sends the JaCoCo data to Sonar, and then we get the exception in Sonar (see first post).

Hi,

So no changes to your pipelines. You’re running exactly the same analysis as before?

 
Thx,
Ann

Hi, that’s right, nothing has been changed on the pipeline.

Hi,

Okay, I’m not sure where to go from here. I’ve flagged this for more expert eyes.

 
Ann

Hi @Ukudkc5Kq2

Would you mind having a look at your Database and tell us what indexes you have for the components table please?

I have some doubts about this idx_16621_projects_kee index I see in your logs.

Best