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
Comments
|
/cc @ebullient, @maxandersen |
|
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. |
|
I'm new to Quarkus. In my case, the issue is resolved after deleting this folder in my home directory: |
|
Any chance you got the full error/stack trace ? |
|
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... |
|
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? |

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.
Expected behavior
No response
Actual behavior
No response
How to Reproduce?
No response
Output of
uname -aorverNo response
Output of
java -versionNo response
GraalVM version (if different from Java)
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --versionorgradlew --version)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: