Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing 1.15.0 release #813

Closed
kernle32dll opened this issue Sep 25, 2023 · 10 comments
Closed

Missing 1.15.0 release #813

kernle32dll opened this issue Sep 25, 2023 · 10 comments

Comments

@kernle32dll
Copy link

kernle32dll commented Sep 25, 2023

Seems like last week a tag for 1.15.0 was created, but no accompanying release. It looks like something went wrong during the creation of the release.

This is an nuisance, since this way there is not pre-built 1.15.0 jar easily available, which prevents us from a clean migration to SonarQube 10.0.

Side remark: The documentation in the README.md should also be adjusted to clarify SonarQube 10.0 => 1.15.0 Plugin

@NorDroN
Copy link

NorDroN commented Oct 2, 2023

Any updates of this?

@ynemade83
Copy link

Any updates on this? when this release will be available?

@gjabouley-invn
Copy link

As a temporary solution, prebuild version 1.15.0 can be directly downloaded from GitHub actions artefacts here: https://github.com/mc1arke/sonarqube-community-branch-plugin/actions/runs/6208474461

Download the "release" artefact, this is the same file that should have been uploaded to GitHub release.

@kernle32dll
Copy link
Author

kernle32dll commented Oct 16, 2023

Download the "release" artefact, this is the same file that should have been uploaded to GitHub release.

In-fact, no. A very small difference is, that the artifact is a zipped archive, while the release should include the raw jar file. Why is that important? For example if you follow the Helm example in the README - this only works with jars, but not zips.

@gjabouley-invn
Copy link

Agree it is not suitable for helm use-case

But for others, it is worth knowing while waiting for the maintainer to manually fix the GH release

@xlatt
Copy link

xlatt commented Oct 17, 2023

When I use that jar file sonarqube fails to star with errors.
Attaching full log:

sonarqube_1  | 2023.10.17 10:51:12 INFO  app[][o.s.a.AppFileSystem] Cleaning or creating temp directory /opt/sonarqube/temp
sonarqube_1  | 2023.10.17 10:51:12 INFO  app[][o.s.a.es.EsSettings] Elasticsearch listening on [HTTP: 127.0.0.1:9001, TCP: 127.0.0.1:39121]
sonarqube_1  | 2023.10.17 10:51:13 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
sonarqube_1  | 2023.10.17 10:51:13 INFO  app[][o.s.a.SchedulerImpl] Waiting for Elasticsearch to be up and running
sonarqube_1  | 2023.10.17 10:51:17 INFO  es[][o.e.n.Node] version[8.7.0], pid[100], build[tar/09520b59b6bc1057340b55750186466ea715e30e/2023-03-27T16:31:09.816451435Z], OS[Linux/5.15.0-84-generic/amd64], JVM[Eclipse Adoptium/OpenJDK 64-Bit Server VM/17.0.8.1/17.0.8.1+1]
sonarqube_1  | 2023.10.17 10:51:17 INFO  es[][o.e.n.Node] JVM home [/opt/java/openjdk], using bundled JDK [false]
sonarqube_1  | 2023.10.17 10:51:17 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, --add-opens=java.base/java.io=ALL-UNNAMED, -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, -Dcom.redhat.fips=false, -Des.enforce.bootstrap.checks=true, -Xmx512m, -Xms512m, -XX:MaxDirectMemorySize=256m, -XX:+HeapDumpOnOutOfMemoryError, -XX:G1HeapRegionSize=4m, -XX:InitiatingHeapOccupancyPercent=30, -XX:G1ReservePercent=15, -Des.distribution.type=tar, --module-path=/opt/sonarqube/elasticsearch/lib, --add-modules=jdk.net, -Djdk.module.main=org.elasticsearch.server]
sonarqube_1  | 2023.10.17 10:51:18 INFO  es[][o.e.p.PluginsService] loaded module [aggregations]
sonarqube_1  | 2023.10.17 10:51:18 INFO  es[][o.e.p.PluginsService] loaded module [analysis-common]
sonarqube_1  | 2023.10.17 10:51:18 INFO  es[][o.e.p.PluginsService] loaded module [apm]
sonarqube_1  | 2023.10.17 10:51:18 INFO  es[][o.e.p.PluginsService] loaded module [blob-cache]
sonarqube_1  | 2023.10.17 10:51:18 INFO  es[][o.e.p.PluginsService] loaded module [lang-painless]
sonarqube_1  | 2023.10.17 10:51:18 INFO  es[][o.e.p.PluginsService] loaded module [old-lucene-versions]
sonarqube_1  | 2023.10.17 10:51:18 INFO  es[][o.e.p.PluginsService] loaded module [parent-join]
sonarqube_1  | 2023.10.17 10:51:18 INFO  es[][o.e.p.PluginsService] loaded module [reindex]
sonarqube_1  | 2023.10.17 10:51:18 INFO  es[][o.e.p.PluginsService] loaded module [transport-netty4]
sonarqube_1  | 2023.10.17 10:51:18 INFO  es[][o.e.p.PluginsService] loaded module [x-pack-aggregate-metric]
sonarqube_1  | 2023.10.17 10:51:18 INFO  es[][o.e.p.PluginsService] loaded module [x-pack-core]
sonarqube_1  | 2023.10.17 10:51:18 INFO  es[][o.e.p.PluginsService] loaded module [x-pack-profiling]
sonarqube_1  | 2023.10.17 10:51:18 INFO  es[][o.e.p.PluginsService] loaded module [x-pack-security]
sonarqube_1  | 2023.10.17 10:51:18 INFO  es[][o.e.p.PluginsService] no plugins loaded
sonarqube_1  | 2023.10.17 10:51:20 INFO  es[][o.e.e.NodeEnvironment] using [1] data paths, mounts [[/opt/sonarqube/data (/dev/vda1)]], net usable_space [87.1gb], net total_space [96.7gb], types [ext4]
sonarqube_1  | 2023.10.17 10:51:20 INFO  es[][o.e.e.NodeEnvironment] heap size [512mb], compressed ordinary object pointers [true]
sonarqube_1  | 2023.10.17 10:51:20 INFO  es[][o.e.n.Node] node name [sonarqube], node ID [8tUP76dURQ-wE3HTAxcK4w], cluster name [sonarqube], roles [transform, data_content, data_warm, master, remote_cluster_client, data, data_cold, ingest, data_frozen, ml, data_hot]
sonarqube_1  | 2023.10.17 10:51:21 INFO  es[][o.e.x.p.ProfilingPlugin] Profiling is enabled
sonarqube_1  | 2023.10.17 10:51:21 INFO  es[][o.e.x.s.Security] Security is disabled
sonarqube_1  | 2023.10.17 10:51:21 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}]
sonarqube_1  | 2023.10.17 10:51:21 INFO  es[][o.e.i.r.RecoverySettings] using rate limit [40mb] with [default=40mb, read=0b, write=0b, max=0b]
sonarqube_1  | 2023.10.17 10:51:21 INFO  es[][o.e.d.DiscoveryModule] using discovery type [single-node] and seed hosts providers [settings]
sonarqube_1  | 2023.10.17 10:51:21 INFO  es[][o.e.n.Node] initialized
sonarqube_1  | 2023.10.17 10:51:21 INFO  es[][o.e.n.Node] starting ...
sonarqube_1  | 2023.10.17 10:51:22 INFO  es[][o.e.t.TransportService] publish_address {127.0.0.1:39121}, bound_addresses {127.0.0.1:39121}
sonarqube_1  | 2023.10.17 10:51:22 INFO  es[][o.e.b.BootstrapChecks] explicitly enforcing bootstrap checks
sonarqube_1  | 2023.10.17 10:51:22 WARN  es[][o.e.c.c.ClusterBootstrapService] this node is locked into cluster UUID [OAGST2JYR_auNqBTxzSGBw] but [cluster.initial_master_nodes] is set to [sonarqube]; remove this setting to avoid possible data loss caused by subsequent cluster bootstrap attempts; for further information see https://www.elastic.co/guide/en/elasticsearch/reference/8.7/important-settings.html#initial_master_nodes
sonarqube_1  | 2023.10.17 10:51:22 INFO  es[][o.e.c.s.MasterService] elected-as-master ([1] nodes joined)[_FINISH_ELECTION_, {sonarqube}{8tUP76dURQ-wE3HTAxcK4w}{4T5FGIAlSNOaxTbjQabrpQ}{sonarqube}{127.0.0.1}{127.0.0.1:39121}{cdfhilmrstw}{8.7.0} completing election], term: 39, version: 1045, delta: master node changed {previous [], current [{sonarqube}{8tUP76dURQ-wE3HTAxcK4w}{4T5FGIAlSNOaxTbjQabrpQ}{sonarqube}{127.0.0.1}{127.0.0.1:39121}{cdfhilmrstw}{8.7.0}]}
sonarqube_1  | 2023.10.17 10:51:22 INFO  es[][o.e.c.s.ClusterApplierService] master node changed {previous [], current [{sonarqube}{8tUP76dURQ-wE3HTAxcK4w}{4T5FGIAlSNOaxTbjQabrpQ}{sonarqube}{127.0.0.1}{127.0.0.1:39121}{cdfhilmrstw}{8.7.0}]}, term: 39, version: 1045, reason: Publication{term=39, version=1045}
sonarqube_1  | 2023.10.17 10:51:22 INFO  es[][o.e.r.s.FileSettingsService] starting file settings watcher ...
sonarqube_1  | 2023.10.17 10:51:22 INFO  es[][o.e.r.s.FileSettingsService] file settings service up and running [tid=33]
sonarqube_1  | 2023.10.17 10:51:22 INFO  es[][o.e.c.c.NodeJoinExecutor] node-join: [{sonarqube}{8tUP76dURQ-wE3HTAxcK4w}{4T5FGIAlSNOaxTbjQabrpQ}{sonarqube}{127.0.0.1}{127.0.0.1:39121}{cdfhilmrstw}{8.7.0}] with reason [completing election]
sonarqube_1  | 2023.10.17 10:51:22 INFO  es[][o.e.h.AbstractHttpServerTransport] publish_address {127.0.0.1:9001}, bound_addresses {127.0.0.1:9001}
sonarqube_1  | 2023.10.17 10:51:22 INFO  es[][o.e.n.Node] started {sonarqube}{8tUP76dURQ-wE3HTAxcK4w}{4T5FGIAlSNOaxTbjQabrpQ}{sonarqube}{127.0.0.1}{127.0.0.1:39121}{cdfhilmrstw}{8.7.0}{xpack.installed=true, rack_id=sonarqube}
sonarqube_1  | 2023.10.17 10:51:22 INFO  es[][o.e.l.LicenseService] license [5820be99-1de2-49bf-8355-701d1b21ce18] mode [basic] - valid
sonarqube_1  | 2023.10.17 10:51:22 INFO  es[][o.e.g.GatewayService] recovered [6] indices into cluster_state
sonarqube_1  | 2023.10.17 10:51:23 INFO  es[][o.e.h.n.s.HealthNodeTaskExecutor] Node [{sonarqube}{8tUP76dURQ-wE3HTAxcK4w}] is selected as the current health node.
sonarqube_1  | 2023.10.17 10:51:26 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]]"
sonarqube_1  | 2023.10.17 10:51:26 INFO  app[][o.s.a.SchedulerImpl] Process[es] is up
sonarqube_1  | 2023.10.17 10:51:26 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 -Dcom.redhat.fips=false -Xmx512m -Xms128m -XX:+HeapDumpOnOutOfMemoryError -javaagent:./extensions/plugins/sonarqube-community-branch-plugin-1.15.0-SNAPSHOT.jar=web -Dhttp.nonProxyHosts=localhost|127.*|[::1] -cp ./lib/sonar-application-10.2.0.77647.jar:/opt/sonarqube/lib/jdbc/postgresql/postgresql-42.6.0.jar org.sonar.server.app.WebServer /opt/sonarqube/temp/sq-process17467175566615771585properties
sonarqube_1  | 10:51:26.390 [main] INFO com.github.mc1arke.sonarqube.plugin.CommunityBranchAgent -- Loading agent
sonarqube_1  | 10:51:26.477 [main] DEBUG com.github.mc1arke.sonarqube.plugin.CommunityBranchAgent -- Transforming class org.sonar.server.almsettings.MultipleAlmFeature
sonarqube_1  | 10:51:26.565 [main] DEBUG com.github.mc1arke.sonarqube.plugin.CommunityBranchAgent -- Transforming class org.sonar.server.newcodeperiod.ws.SetAction
sonarqube_1  | 10:51:26.796 [main] DEBUG com.github.mc1arke.sonarqube.plugin.CommunityBranchAgent -- Transforming class org.sonar.server.newcodeperiod.ws.UnsetAction
sonarqube_1  | WARNING: A terminally deprecated method in java.lang.System has been called
sonarqube_1  | WARNING: System::setSecurityManager has been called by org.sonar.process.PluginSecurityManager (file:/opt/sonarqube/lib/sonar-application-10.2.0.77647.jar)
sonarqube_1  | WARNING: Please consider reporting this to the maintainers of org.sonar.process.PluginSecurityManager
sonarqube_1  | WARNING: System::setSecurityManager will be removed in a future release
sonarqube_1  | 2023.10.17 10:51:27 INFO  web[][o.s.p.ProcessEntryPoint] Starting Web Server
sonarqube_1  | 2023.10.17 10:51:29 INFO  web[][o.s.s.p.LogServerVersion] SonarQube Server / 10.2.0.77647 / 41720a6b875d18d6be85639764aab23cf35c3c03
sonarqube_1  | 2023.10.17 10:51:29 INFO  web[][o.s.d.DefaultDatabase] Create JDBC data source for jdbc:postgresql://db:5432/sonar
sonarqube_1  | 2023.10.17 10:51:29 INFO  web[][c.z.h.HikariDataSource] HikariPool-1 - Starting...
sonarqube_1  | 2023.10.17 10:51:29 INFO  web[][c.z.h.p.HikariPool] HikariPool-1 - Added connection org.postgresql.jdbc.PgConnection@3900fa71
sonarqube_1  | 2023.10.17 10:51:29 INFO  web[][c.z.h.HikariDataSource] HikariPool-1 - Start completed.
sonarqube_1  | 2023.10.17 10:51:30 INFO  web[][o.s.s.p.ServerFileSystemImpl] SonarQube home: /opt/sonarqube
sonarqube_1  | 2023.10.17 10:51:30 INFO  web[][o.s.s.u.SystemPasscodeImpl] System authentication by passcode is disabled
sonarqube_1  | 2023.10.17 10:51:30 INFO  web[][o.s.c.e.CoreExtensionsLoader] Loaded core extensions: Community Branch Plugin
sonarqube_1  | 2023.10.17 10:51:32 INFO  web[][o.s.s.p.ServerPluginManager] Deploy C# Code Quality and Security / 9.8.0.76515 / c1515bad8ebe3e38e102b68fdec8c429669ec560
sonarqube_1  | 2023.10.17 10:51:32 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Clean as You Code / 2.1.0.500 / 4a2d47cf125d03ebacf43536a3897c168deb1b0a
sonarqube_1  | 2023.10.17 10:51:32 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Community Branch Plugin / 1.15.0 / null
sonarqube_1  | 2023.10.17 10:51:32 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Configuration detection for Code Quality and Security / 1.3.0.654 / 63073f0270b2c4754afa58eb8b5ea04e2eebf1a4
sonarqube_1  | 2023.10.17 10:51:32 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Findbugs / 4.2.3 / 
sonarqube_1  | 2023.10.17 10:51:32 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Flex Code Quality and Security / 2.10.0.3458 / 3ef14c50cfd03e5b40a2270fc6e8edc5c49dedcd
sonarqube_1  | 2023.10.17 10:51:32 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Go Code Quality and Security / 1.14.0.4481 / dcfff811316898a16bf1c6ff191dd3a5d84d3307
sonarqube_1  | 2023.10.17 10:51:32 INFO  web[][o.s.s.p.ServerPluginManager] Deploy HTML Code Quality and Security / 3.9.0.3600 / c877f85377cbf43c325a924dff566e2511142dbd
sonarqube_1  | 2023.10.17 10:51:32 INFO  web[][o.s.s.p.ServerPluginManager] Deploy IaC Code Quality and Security / 1.20.0.5654 / 45bdf29bcd98938351390d5b5905ee16e4616078
sonarqube_1  | 2023.10.17 10:51:32 INFO  web[][o.s.s.p.ServerPluginManager] Deploy JaCoCo / 1.3.0.1538 / 74a7798c7cea687c72ed9df40c93eb7ea2a58c49
sonarqube_1  | 2023.10.17 10:51:32 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Java Code Quality and Security / 7.24.0.32100 / c39dafc9f60909db5edeb18ecc30ef617d9b5e7d
sonarqube_1  | 2023.10.17 10:51:32 INFO  web[][o.s.s.p.ServerPluginManager] Deploy JavaScript/TypeScript/CSS Code Quality and Security / 10.5.1.22382 / aee0b6ea75d253c96e97ab00eb1e96e1112ec2a7
sonarqube_1  | 2023.10.17 10:51:32 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Kotlin Code Quality and Security / 2.17.0.2902 / f561c3df92dca4379ae526fc4c912f786328f009
sonarqube_1  | 2023.10.17 10:51:32 INFO  web[][o.s.s.p.ServerPluginManager] Deploy PHP Code Quality and Security / 3.32.0.10180 / 077f75886ec0b948cdf94b61631a444bcd23a529
sonarqube_1  | 2023.10.17 10:51:32 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Python Code Quality and Security / 4.7.0.12181 / eeaa409efe993ea779a0dacdbbe8e28e4879c975
sonarqube_1  | 2023.10.17 10:51:32 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Ruby Code Quality and Security / 1.14.0.4481 / dcfff811316898a16bf1c6ff191dd3a5d84d3307
sonarqube_1  | 2023.10.17 10:51:32 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Scala Code Quality and Security / 1.14.0.4481 / dcfff811316898a16bf1c6ff191dd3a5d84d3307
sonarqube_1  | 2023.10.17 10:51:32 INFO  web[][o.s.s.p.ServerPluginManager] Deploy Text Code Quality and Security / 2.3.0.1632 / 66d70521dd5e12993a5614c3202f4c33ae0182bd
sonarqube_1  | 2023.10.17 10:51:32 INFO  web[][o.s.s.p.ServerPluginManager] Deploy VB.NET Code Quality and Security / 9.8.0.76515 / c1515bad8ebe3e38e102b68fdec8c429669ec560
sonarqube_1  | 2023.10.17 10:51:32 INFO  web[][o.s.s.p.ServerPluginManager] Deploy XML Code Quality and Security / 2.10.0.4108 / 34b16ba369117f6befc0b1e0866a069a80f6db2e
sonarqube_1  | 2023.10.17 10:51:32 INFO  web[][o.s.s.p.ServerPluginManager] Deploy YAML Analyzer / 1.7.0 / null
sonarqube_1  | 2023.10.17 10:51:32 INFO  web[][o.s.s.p.ServerPluginManager] Deploy jDepend / 1.1.1 / null
sonarqube_1  | 2023.10.17 10:51:37 INFO  web[][o.s.s.p.d.m.c.PostgresCharsetHandler] Verify that database charset supports UTF8
sonarqube_1  | 2023.10.17 10:51:37 INFO  web[][o.s.s.e.EsClientProvider] Connected to local Elasticsearch: [http://localhost:9001]
sonarqube_1  | 2023.10.17 10:51:37 WARN  web[][o.s.a.s.w.WebService$Action] Description is not set on action api/monitoring/metrics
sonarqube_1  | 2023.10.17 10:51:37 WARN  web[][o.s.a.s.w.WebService$Action] Since is not set on action api/monitoring/metrics
sonarqube_1  | 2023.10.17 10:51:37 WARN  web[][o.s.a.s.w.WebService$Action] The response example is not set on action api/monitoring/metrics
sonarqube_1  | 2023.10.17 10:51:37 WARN  web[][o.s.a.s.w.WebService$Action] The response example is not set on action api/system/liveness
sonarqube_1  | 2023.10.17 10:51:38 INFO  web[][o.s.s.p.w.MasterServletFilter] Initializing servlet filter org.sonar.server.platform.web.WebServiceFilter@150d6eaf [pattern=UrlPattern{inclusions=[/api/system/migrate_db.*, ...], exclusions=[/api/components/update_key, ...]}]
sonarqube_1  | 2023.10.17 10:51:38 INFO  web[][o.s.s.p.DetectPluginChange] Detect plugin changes
sonarqube_1  | 2023.10.17 10:51:40 INFO  web[][o.h.v.i.util.Version] HV000001: Hibernate Validator null
sonarqube_1  | 2023.10.17 10:51:40 INFO  web[][o.s.s.a.EmbeddedTomcat] HTTP connector enabled on port 9000
sonarqube_1  | 2023.10.17 10:51:41 INFO  web[][o.s.s.s.LogServerId] Server ID: 243B8A4D-AYoDc1XzVy8uo9SxIVpb
sonarqube_1  | 2023.10.17 10:51:41 INFO  web[][o.s.s.p.UpdateCenterClient] Update center: https://update.sonarsource.org/update-center.properties
sonarqube_1  | 2023.10.17 10:51:42 INFO  web[][o.s.a.l.LdapSettingsManager] User mapping: LdapUserMapping{baseDn="OU=Users,OU=KonicaMinolta,DC=bic,DC=local", request=(&(objectClass=user)(sAMAccountName={0})), realNameAttribute=cn, emailAttribute=mail}
sonarqube_1  | 2023.10.17 10:51:42 INFO  web[][o.s.a.l.LdapSettingsManager] Group mapping: LdapGroupMapping{baseDn="OU=Groups,OU=KonicaMinolta,DC=bic,DC=local", idAttribute=cn, requiredUserAttributes=[dn], request=(&(objectClass=group)(member={0}))}
sonarqube_1  | 2023.10.17 10:51:42 INFO  web[][o.s.a.l.LdapContextFactory] Test LDAP connection on ldap://192.168.10.54:389/: OK
sonarqube_1  | 2023.10.17 10:51:43 WARN  web[][o.s.c.a.AnnotationConfigApplicationContext] Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'jdk.internal.loader.ClassLoaders$AppClassLoader@75e91545-org.sonar.server.ws.WebServiceEngine': Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'jdk.internal.loader.ClassLoaders$AppClassLoader@75e91545-com.github.mc1arke.sonarqube.plugin.server.pullrequest.ws.pullrequest.PullRequestWs': Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jdk.internal.loader.ClassLoaders$AppClassLoader@75e91545-com.github.mc1arke.sonarqube.plugin.server.pullrequest.ws.pullrequest.action.ListAction': Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.github.mc1arke.sonarqube.plugin.server.pullrequest.ws.pullrequest.action.ListAction]: Constructor threw exception; nested exception is java.lang.IncompatibleClassChangeError: Inconsistent constant pool data in classfile for class org/sonar/server/ws/WsUtils. Method 'void writeProtobuf(com.google.protobuf.Message, org.sonar.api.server.ws.Request, org.sonar.api.server.ws.Response)' at index 432 is CONSTANT_MethodRef and should be CONSTANT_InterfaceMethodRef
sonarqube_1  | 2023.10.17 10:51:43 ERROR web[][o.s.s.p.Platform] Background initialization failed. Stopping SonarQube
sonarqube_1  | org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'jdk.internal.loader.ClassLoaders$AppClassLoader@75e91545-org.sonar.server.ws.WebServiceEngine': Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'jdk.internal.loader.ClassLoaders$AppClassLoader@75e91545-com.github.mc1arke.sonarqube.plugin.server.pullrequest.ws.pullrequest.PullRequestWs': Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jdk.internal.loader.ClassLoaders$AppClassLoader@75e91545-com.github.mc1arke.sonarqube.plugin.server.pullrequest.ws.pullrequest.action.ListAction': Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.github.mc1arke.sonarqube.plugin.server.pullrequest.ws.pullrequest.action.ListAction]: Constructor threw exception; nested exception is java.lang.IncompatibleClassChangeError: Inconsistent constant pool data in classfile for class org/sonar/server/ws/WsUtils. Method 'void writeProtobuf(com.google.protobuf.Message, org.sonar.api.server.ws.Request, org.sonar.api.server.ws.Response)' at index 432 is CONSTANT_MethodRef and should be CONSTANT_InterfaceMethodRef
sonarqube_1  | 	at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800)
sonarqube_1  | 	at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:229)
sonarqube_1  | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1372)
sonarqube_1  | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1222)
sonarqube_1  | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
sonarqube_1  | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
sonarqube_1  | 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
sonarqube_1  | 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
sonarqube_1  | 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
sonarqube_1  | 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
sonarqube_1  | 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:955)
sonarqube_1  | 	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:920)
sonarqube_1  | 	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:583)
sonarqube_1  | 	at org.sonar.core.platform.SpringComponentContainer.startComponents(SpringComponentContainer.java:187)
sonarqube_1  | 	at org.sonar.server.platform.platformlevel.PlatformLevel.start(PlatformLevel.java:80)
sonarqube_1  | 	at org.sonar.server.platform.platformlevel.PlatformLevel4.start(PlatformLevel4.java:662)
sonarqube_1  | 	at org.sonar.server.platform.PlatformImpl.start(PlatformImpl.java:214)
sonarqube_1  | 	at org.sonar.server.platform.PlatformImpl.startLevel34Containers(PlatformImpl.java:194)
sonarqube_1  | 	at org.sonar.server.platform.PlatformImpl$AutoStarterRunnable.runIfNotAborted(PlatformImpl.java:362)
sonarqube_1  | 	at org.sonar.server.platform.PlatformImpl$1.doRun(PlatformImpl.java:113)
sonarqube_1  | 	at org.sonar.server.platform.PlatformImpl$AutoStarterRunnable.run(PlatformImpl.java:346)
sonarqube_1  | 	at java.base/java.lang.Thread.run(Unknown Source)
sonarqube_1  | Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'jdk.internal.loader.ClassLoaders$AppClassLoader@75e91545-com.github.mc1arke.sonarqube.plugin.server.pullrequest.ws.pullrequest.PullRequestWs': Unsatisfied dependency expressed through constructor parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jdk.internal.loader.ClassLoaders$AppClassLoader@75e91545-com.github.mc1arke.sonarqube.plugin.server.pullrequest.ws.pullrequest.action.ListAction': Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.github.mc1arke.sonarqube.plugin.server.pullrequest.ws.pullrequest.action.ListAction]: Constructor threw exception; nested exception is java.lang.IncompatibleClassChangeError: Inconsistent constant pool data in classfile for class org/sonar/server/ws/WsUtils. Method 'void writeProtobuf(com.google.protobuf.Message, org.sonar.api.server.ws.Request, org.sonar.api.server.ws.Response)' at index 432 is CONSTANT_MethodRef and should be CONSTANT_InterfaceMethodRef
sonarqube_1  | 	at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:800)
sonarqube_1  | 	at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:229)
sonarqube_1  | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1372)
sonarqube_1  | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1222)
sonarqube_1  | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
sonarqube_1  | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
sonarqube_1  | 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
sonarqube_1  | 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
sonarqube_1  | 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
sonarqube_1  | 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
sonarqube_1  | 	at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
sonarqube_1  | 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.addCandidateEntry(DefaultListableBeanFactory.java:1609)
sonarqube_1  | 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1573)
sonarqube_1  | 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveMultipleBeans(DefaultListableBeanFactory.java:1439)
sonarqube_1  | 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1349)
sonarqube_1  | 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311)
sonarqube_1  | 	at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887)
sonarqube_1  | 	at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
sonarqube_1  | 	... 21 common frames omitted
sonarqube_1  | Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'jdk.internal.loader.ClassLoaders$AppClassLoader@75e91545-com.github.mc1arke.sonarqube.plugin.server.pullrequest.ws.pullrequest.action.ListAction': Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.github.mc1arke.sonarqube.plugin.server.pullrequest.ws.pullrequest.action.ListAction]: Constructor threw exception; nested exception is java.lang.IncompatibleClassChangeError: Inconsistent constant pool data in classfile for class org/sonar/server/ws/WsUtils. Method 'void writeProtobuf(com.google.protobuf.Message, org.sonar.api.server.ws.Request, org.sonar.api.server.ws.Response)' at index 432 is CONSTANT_MethodRef and should be CONSTANT_InterfaceMethodRef
sonarqube_1  | 	at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:315)
sonarqube_1  | 	at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:296)
sonarqube_1  | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1372)
sonarqube_1  | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1222)
sonarqube_1  | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:582)
sonarqube_1  | 	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:542)
sonarqube_1  | 	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:335)
sonarqube_1  | 	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
sonarqube_1  | 	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:333)
sonarqube_1  | 	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:208)
sonarqube_1  | 	at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:276)
sonarqube_1  | 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.addCandidateEntry(DefaultListableBeanFactory.java:1609)
sonarqube_1  | 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1573)
sonarqube_1  | 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveMultipleBeans(DefaultListableBeanFactory.java:1439)
sonarqube_1  | 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1349)
sonarqube_1  | 	at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1311)
sonarqube_1  | 	at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:887)
sonarqube_1  | 	at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:791)
sonarqube_1  | 	... 38 common frames omitted
sonarqube_1  | Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.github.mc1arke.sonarqube.plugin.server.pullrequest.ws.pullrequest.action.ListAction]: Constructor threw exception; nested exception is java.lang.IncompatibleClassChangeError: Inconsistent constant pool data in classfile for class org/sonar/server/ws/WsUtils. Method 'void writeProtobuf(com.google.protobuf.Message, org.sonar.api.server.ws.Request, org.sonar.api.server.ws.Response)' at index 432 is CONSTANT_MethodRef and should be CONSTANT_InterfaceMethodRef
sonarqube_1  | 	at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:224)
sonarqube_1  | 	at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:117)
sonarqube_1  | 	at org.springframework.beans.factory.support.ConstructorResolver.lambda$instantiate$0(ConstructorResolver.java:307)
sonarqube_1  | 	at java.base/java.security.AccessController.doPrivileged(Unknown Source)
sonarqube_1  | 	at org.springframework.beans.factory.support.ConstructorResolver.instantiate(ConstructorResolver.java:306)
sonarqube_1  | 	... 55 common frames omitted
sonarqube_1  | Caused by: java.lang.IncompatibleClassChangeError: Inconsistent constant pool data in classfile for class org/sonar/server/ws/WsUtils. Method 'void writeProtobuf(com.google.protobuf.Message, org.sonar.api.server.ws.Request, org.sonar.api.server.ws.Response)' at index 432 is CONSTANT_MethodRef and should be CONSTANT_InterfaceMethodRef
sonarqube_1  | 	at com.github.mc1arke.sonarqube.plugin.server.pullrequest.ws.pullrequest.action.ListAction.<init>(ListAction.java:63)
sonarqube_1  | 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
sonarqube_1  | 	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
sonarqube_1  | 	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
sonarqube_1  | 	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Unknown Source)
sonarqube_1  | 	at java.base/java.lang.reflect.Constructor.newInstance(Unknown Source)
sonarqube_1  | 	at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:211)
sonarqube_1  | 	... 59 common frames omitted
sonarqube_1  | 2023.10.17 10:51:43 INFO  web[][o.s.p.ProcessEntryPoint] Hard stopping process
sonarqube_1  | 2023.10.17 10:51:43 INFO  web[][c.z.h.HikariDataSource] HikariPool-1 - Shutdown initiated...
sonarqube_1  | 2023.10.17 10:51:43 INFO  web[][c.z.h.HikariDataSource] HikariPool-1 - Shutdown completed.
sonarqube_1  | 2023.10.17 10:51:43 WARN  web[][o.a.c.l.WebappClassLoaderBase] The web application [ROOT] appears to have started a thread named [Thread-1] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:\n java.base@17.0.8.1/sun.nio.ch.SocketDispatcher.read0(Native Method)\n java.base@17.0.8.1/sun.nio.ch.SocketDispatcher.read(Unknown Source)\n java.base@17.0.8.1/sun.nio.ch.NioSocketImpl.tryRead(Unknown Source)\n java.base@17.0.8.1/sun.nio.ch.NioSocketImpl.implRead(Unknown Source)\n java.base@17.0.8.1/sun.nio.ch.NioSocketImpl.read(Unknown Source)\n java.base@17.0.8.1/sun.nio.ch.NioSocketImpl$1.read(Unknown Source)\n java.base@17.0.8.1/java.net.Socket$SocketInputStream.read(Unknown Source)\n java.base@17.0.8.1/java.io.BufferedInputStream.fill(Unknown Source)\n java.base@17.0.8.1/java.io.BufferedInputStream.read1(Unknown Source)\n java.base@17.0.8.1/java.io.BufferedInputStream.read(Unknown Source)\n java.naming@17.0.8.1/com.sun.jndi.ldap.Connection.run(Unknown Source)\n java.base@17.0.8.1/java.lang.Thread.run(Unknown Source)
sonarqube_1  | 2023.10.17 10:51:44 INFO  app[][o.s.a.SchedulerImpl] Process[Web Server] is stopped
sonarqube_1  | 2023.10.17 10:51:44 INFO  app[][o.s.a.SchedulerImpl] Process[ElasticSearch] is stopped
sonarqube_1  | 2023.10.17 10:51:44 INFO  app[][o.s.a.SchedulerImpl] SonarQube is stopped
sonarqube_1  | 2023.10.17 10:51:44 WARN  app[][o.s.a.p.AbstractManagedProcess] Process exited with exit value [ElasticSearch]: 143
sonar_sonarqube_1 exited with code 0

@gjabouley-invn
Copy link

1.15.0 is for SonarQube version 10.0 only, not compatible with 10.1+

@xlatt you are facing #782, plugin is not yet officially compatible with 10.2 version that you are using.

You can have a look at #797 for a potentially working version (check in GitHub actions artefact for .jar file)

@vinicius-solon-silva
Copy link

Any updates of this?

@mericozkayagan
Copy link

any updates here?

@mc1arke
Copy link
Owner

mc1arke commented Dec 29, 2023

1.15.0 release published to Github and Dockerhub

@mc1arke mc1arke closed this as completed Dec 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

8 participants