Closed Kwaadpepper closed 1 month ago
/cc @maxandersen (jbang), @quarkusio/devtools (jbang)
Looks like a network error. Do you use a proxy by any chance?
No at all, I also tried using my cell phone.
From what I can see the first error is:
[jbang] [0:593] Requesting HTTP GET https://raw.githubusercontent.com/jbanghub/jbang-catalog/main/jbang-catalog.json
[jbang] [0:593] Headers {User-Agent=[JBang/0.117.1 (Linux/6.10.8-200.fc40.x86_64/amd64) Java/21.0.4/Eclipse Adoptium]}
[jbang] [36:735] Unable to read catalog https://raw.githubusercontent.com/jbanghub/jbang-catalog/main/jbang-catalog.json because dev.jbang.cli.ExitException: Could not download https://raw.githubusercontent.com/jbanghub/jbang-catalog/main/jbang-catalog.json
Which is a bit odd as I can access the file without any error.
Are you able to download https://raw.githubusercontent.com/jbanghub/jbang-catalog/main/jbang-catalog.json from the command line?
Maybe it was just a transient network issue?
Well I am at another location today so I could run the command successfully.
The reason why I opened the issue was because it was trying to fetch from a project on bitbucket that does not exist.
Thank you for your answers I will close this issue.
The reason it mention to bitbucket is that is the last fallback it takes.
It would have looked at GitHub, gitlab then bitbucket ...
For some reason neither of those were available to you.
Any chance you were behind a firewall blocking off git hosting sites ?
No firewall, but the sys admin forces us to have a custom SSL certificate and add it to the system. Also as of the bitbucket repo, I could navigate to it but the repo seems to be emptiy. This is why I originally created the issue.
Describe the bug
Expected behavior
It looks like nothing related to quarkus is present on bitbucket.
Actual behavior
Install fails. I cannot run quarkus.
How to Reproduce?
Output of
uname -a
orver
Linux fedora-jeremy 6.10.8-200.fc40.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Sep 4 21:41:11 UTC 2024 x86_64 GNU/Linux
Output of
java -version
openjdk version "21.0.4" 2024-07-16 LTS OpenJDK Runtime Environment Temurin-21.0.4+7 (build 21.0.4+7-LTS) OpenJDK 64-Bit Server VM Temurin-21.0.4+7 (build 21.0.4+7-LTS, mixed mode, sharing)
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response