Jmix 1.6 project not loading as a Jmix project since I upgraded to Jmix Studio to 2.3.3-241

I recently upgraded my Jmix framework and Studio to 2.3.3,
since then, my existing Jmix 1.6 project is not loading or recognized as a Jmix project.
I am using IntelliJ IDEA 2024.1.5 (Ultimate)

Any ideas what could be wrong ?

Hello,

I had problems with CUBA 7.2 and Jmix 2.x with the same IntelliJ installation. I solved that with separate IntelliJ versions and installations using JetBrains Toolbox, otherwise, I would do it with separate VMs.

Recently I managed to have 2024.1.4 using both CUBA 7.2 and Jmix 2.2.x project on the same IntelliJ, however before building either of the projects I close all projects, and make sure to switch to proper Java versions e.g. 11 for CUBA and then open the project, and wait some time if it wants to check dependencies and rebuild indexes, which may take some time.
Sometimes, IntelliJ may hang as dependency may not be available on the internet during the process.
Still, if I would upgrade from 2024.1.4 to 2024.1.5, I would install a new IntelliJ instance via Toolbox because the Jmix team usually needs a few days to catch up with the new version, and it may not work out right before they fix the Jmix plugin.

Kind regards,
Mladen

Thanks Mladen.

I have been using CUBA 7.2, Jmix 1.x and Jmix 2.x together with same IntelliJ installation for a long while now and it has always worked.
Due to the frequency at which I jump from project version to project version, I am thinking of waiting for the Jmix team to fix the Jmix plugin.

I got this working by (1) Uninstalling the Jmix 2.3.3 plugin, (2) restarting IntelliJ, (3) Reinstalling the Jmix plugin.

My Jmix 1.6 project then loaded as expected !

2 Likes