Create jmix 2.0 project fails

I am trying to create a new jmix 2.0 project for first time and it fails with no messages. Where would I look to find information as to why it failed. Thanks!

image

Hello!

Please share your IntelliJ IDEA version and all the steps you did, so we can reproduce the problem

Hi Alex,

The following are the steps:
Create the project with IJ 2023.2, JDK 17, Jmix ver 2.01

image

Then fullstack java version
image

image

image

Thanks for you assistance with this!

Hi

So you have no output for failed Gradle sync process each time you create new project?
That is very strange situation. Please provide idea.log file so we can check if something helpful there.

Please also execute some Gradle command via terminal in the project root.
E.g. gradlew dependencies
Note that JAVA_HOME environment variable pointing to Java 17 directory should be set.