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

Quarkus create app does not work on Mac and lacks documentation #26487

Closed
myfingersarebroken opened this issue Jun 30, 2022 · 7 comments
Closed
Labels
area/cli Related to quarkus cli (not maven/gradle/etc.) kind/bug Something isn't working

Comments

@myfingersarebroken
Copy link

Describe the bug

I followed all the steps to use Quarkus, but project initialization does not work and documentation lacks information on how to resolve it.
Using the quarkus create app returns the following error.

$ quarkus create app
[WARN] 🔥  Configured Quarkus extension registries appear to be unavailable at the moment. It should still be possible to create a project by providing the groupId:artifactId:version of the desired Quarkus platform BOM, e.g. 'quarkus create -P io.quarkus.platform:quarkus-bom:2.10.0.Final'
[ERROR] ❗  Unable to create project: Failed to resolve the Quarkus extension registry descriptor of registry.acme.org from registry.acme.org (https://registry.acme.org/maven)

Expected behavior

No response

Actual behavior

No response

How to Reproduce?

No response

Output of uname -a or ver

No response

Output of java -version

No response

GraalVM version (if different from Java)

No response

Quarkus version or git rev

No response

Build tool (ie. output of mvnw --version or gradlew --version)

No response

Additional information

No response

@myfingersarebroken myfingersarebroken added the kind/bug Something isn't working label Jun 30, 2022
@myfingersarebroken myfingersarebroken changed the title Quarkus create app does not work and lacks documentation Quarkus create app does not work on Mac and lacks documentation Jun 30, 2022
@geoand geoand added area/cli Related to quarkus cli (not maven/gradle/etc.) and removed triage/needs-triage labels Jul 1, 2022
@quarkus-bot
Copy link

quarkus-bot bot commented Jul 1, 2022

/cc @ebullient, @maxandersen

@maxandersen
Copy link
Contributor

Is that the Actual error?

I assume it actually says some specific names and the issue is that somehow you are running behind a proxy and some host name is not accessible.

If you can show the actual full stack trace it should be more telling and we can better help.

@ruby-ts
Copy link

ruby-ts commented Nov 14, 2022

I'm new to Quarkus. In my case, the issue is resolved after deleting this folder in my home directory: ~/.m2. It must be some really old Maven cache.

@maxandersen
Copy link
Contributor

Any chance you got the full error/stack trace ?

@maxandersen maxandersen closed this as not planned Won't fix, can't repro, duplicate, stale Mar 10, 2023
@cw-20022016
Copy link

cw-20022016 commented Jun 6, 2023

I had same error,
image

In my case, it had to do with my company intranet. I tried it with personal hotspot and it worked.

@maxandersen
Copy link
Contributor

Same question - can you provide the full stack trace? Run the command with -e and --verbose ?

You should be able to create a default project without a internet connection as long as you have quarkus dependencies available...

@cw-20022016
Copy link

sorry to late response. I'm trying to reproduce same issue, but it hasn't happened since then.

Is there a way to view system logs for the quarkus command?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/cli Related to quarkus cli (not maven/gradle/etc.) kind/bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants