Package Details: sonarqube-bin 10.5.1.90531-1

Git Clone URL: https://aur.archlinux.org/sonarqube-bin.git (read-only, click to copy)
Package Base: sonarqube-bin
Description: An open source platform for continuous inspection of code quality
Upstream URL: http://www.sonarqube.org/
Licenses: LGPL3
Conflicts: sonarqube-lts
Provides: sonarqube
Submitter: ParaSait
Maintainer: None
Last Packager: ksj
Votes: 23
Popularity: 0.000126
First Submitted: 2023-01-03 21:13 (UTC)
Last Updated: 2024-05-02 10:17 (UTC)

Dependencies (2)

Required by (0)

Sources (5)

Latest Comments

1 2 3 4 Next › Last »

ksj commented on 2025-06-30 10:25 (UTC)

It needs only update the version, but I'm not using this package anymore. I'm using sonarqube in container, so I can't maintain this anymore, If I can't test it.

ksj commented on 2024-04-16 21:22 (UTC)

Upgrade sonarqube. There is need to perform manual step After upgrade the sonarqube page it will show link to page https://docs.sonarsource.com/sonarqube/latest/setup-and-upgrade/upgrade-the-server/upgrade/

There is only need simple go to your address https://<ip>:<port>/setup and click to upgrade button. After it finishes, upgrade is complete.

I will add it to wiki.

ksj commented on 2024-04-05 13:13 (UTC)

That is very likely. I created a links to /var/... for them, so files in /usr/share/webapps won't be changed or created anymore.

ebigeon commented on 2024-04-05 09:30 (UTC)

Tried to update today, I have conflicts detected in my data, extension and temp folder. Will be investigating when I have time.

ksj commented on 2024-03-05 22:20 (UTC)

Also, I created a wiki for postinstall steps: https://wiki.archlinux.org/title/SonarQube

ksj commented on 2024-03-05 21:13 (UTC)

I adopted this package

It should be working now.

@jhonrocha regrading your comment, not everything is in systemctl/journalctl. Sonar has his own logs in /var/log/sonarqube/ in one the logs there will be error.

I simplified the code of package but didn't try the upgrade from the previous.

jhonrocha commented on 2023-12-01 15:24 (UTC) (edited on 2023-12-01 15:27 (UTC) by jhonrocha)

@dNhax I have installed Java 17, set it as default, enabled this service on systemd and started it. However, it keeps being stopped. Here is the output of systemctl status:

❯ systemctl status sonarqube
○ sonarqube.service - An open source platform for continuous inspection of code quality
     Loaded: loaded (/usr/lib/systemd/system/sonarqube.service; enabled; preset: disabled)
     Active: inactive (dead) since Fri 2023-12-01 12:21:12 -03; 42s ago
   Duration: 341ms
       Docs: http://www.sonarqube.org
    Process: 32152 ExecStart=/usr/share/webapps/sonarqube/bin/linux-x86-64/sonar.sh start (code=exited, status=0/SUCCESS)
    Process: 32216 ExecStop=/usr/share/webapps/sonarqube/bin/linux-x86-64/sonar.sh stop (code=exited, status=0/SUCCESS)
   Main PID: 32181 (code=exited, status=0/SUCCESS)
        CPU: 804ms

Dec 01 12:21:12 tiamat systemd[1]: Starting An open source platform for continuous inspection of code quality...
Dec 01 12:21:12 tiamat sonarqube[32152]: /usr/bin/java
Dec 01 12:21:12 tiamat sonarqube[32152]: Starting SonarQube...
Dec 01 12:21:12 tiamat sonarqube[32152]: Started SonarQube.
Dec 01 12:21:12 tiamat systemd[1]: Started An open source platform for continuous inspection of code quality.
Dec 01 12:21:12 tiamat sonarqube[32216]: /usr/bin/java
Dec 01 12:21:12 tiamat sonarqube[32216]: Gracefully stopping SonarQube...
Dec 01 12:21:12 tiamat sonarqube[32216]: Removed stale pid file: ./SonarQube.pid
Dec 01 12:21:12 tiamat sonarqube[32216]: SonarQube was not running.
Dec 01 12:21:12 tiamat systemd[1]: sonarqube.service: Deactivated successfully.

Am I missing something?

brody commented on 2023-11-03 12:13 (UTC)

After renaming the package to sonarqube-bin is should contain a conflict to sonarqube.

ebigeon commented on 2023-03-20 07:27 (UTC)

Since 9.9, it requires the java 17, can't that be put in the requirements?

ljrk commented on 2022-11-29 09:31 (UTC)

Please rename this to sonarqube-bin as it is a binary package. Refer to the ArchLinux Packaging Guidelines for more info