You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a IDEasy user, I want to install and run sonar with ide command so that I can use that tool.
Actual behavior
$ ide sonar start
Trying to download sonar-10.7.0.96327.zip from https://binaries.sonarsource.com/Distribution/sonarqube/sonarqube-10.7.0.96327.zip
Downloading 100% │██████████████████████████████████████████████████████████████████████████████████│ 724/724MiB (0:00:23 / 0:00:00) 31.5MiB/s
Checksum 4a5e5f0d7581e287cff4f02f7588dae499e2aa81fce37b88612acadfb4ba4518 is correct.
Unpacking 100% │████████████████████████████████████████████████████████████████████████████████████│ 724/724MiB (0:00:13 / 0:00:00) 55.7MiB/s
Successfully installed sonar in version 10.7.0.96327
SonarQube is running at localhost on the following port (default 9000):
bash: macosx-universal-64/sonar.sh: No such file or directory
Internal error: Undefined error handling THROW_CLI
Running command 'macosx-universal-64/sonar.sh' using bash with arguments 'start'
failed with exit code 127!
Step 'ide (sonar,start)' failed: com.devonfw.tools.ide.cli.CliProcessException: Running command 'macosx-universal-64/sonar.sh' using bash with arguments 'start'
failed with exit code 127!
1 step(s) failed out of 3 steps.
Running command 'macosx-universal-64/sonar.sh' using bash with arguments 'start'
failed with exit code 127!
Error: IDEasy failed with exit code 127
Steps to reproduce (bug) / Use Case of feature request (enhancement)
ide sonart start
Related/Dependent Issues
Comments/Hints:
ide sonar fails with exit code 1 and no further message.
If it does not start sonar even without args, then it should at least print a helpful message (missing parameter - did you mean ide sonar start or ide sonar stop. Try ide help sonar for details).
Affected version:
OS: Mac
2024.12.001-beta-SNAPSHOT
The text was updated successfully, but these errors were encountered:
Expected behavior
As a IDEasy user, I want to install and run sonar with ide command so that I can use that tool.
Actual behavior
Steps to reproduce (bug) / Use Case of feature request (enhancement)
ide sonart start
Related/Dependent Issues
Comments/Hints:
ide sonar
fails with exit code 1 and no further message.If it does not start sonar even without args, then it should at least print a helpful message (missing parameter - did you mean ide sonar start or ide sonar stop. Try ide help sonar for details).
Affected version:
The text was updated successfully, but these errors were encountered: