Unable to create project in Illuminated Cloud 2

Issue #1206 resolved
Rajesh Telagamsetty created an issue

I’m trying to create a new project using Illuminate Cloud 2 and I’m receiving this error. I tried to create a project using Illuminate Cloud 1 and it worked without any issues.

I recently upgraded to Illuminate Cloud 2 and this is not a good experience to face while project creation itself.

Comments (10)

  1. Scott Wells repo owner

    Hi, Rajesh. I apologize for the issues. What I'm seeing in the attached screenshot looks normal. Illuminated Cloud, both 1 and 2, will try to detect incomplete/invalid projects and help you convert them for its use. If you click on the Resolve link in that toaster popup, it should generate the offline symbol table and associate the SDK. Please let me know if it doesn't, or if you run into other issues and I'll be happy to assist further.

  2. Rajesh Telagamsetty reporter

    Hi Scott, Appreciate your prompt response. I tried fixing the issue using the 'Resolve' link in the pop-up many times but I still keep getting the error about module not existing and the offline symbol table keeps getting generated again and again.Let me know if you want any more details.

  3. Scott Wells repo owner

    Okay. Let's get a debug log. Please add the following exactly (including the leading #) in Help>Debug Log Settings, then reproduce the issue and send me the resulting idea.log (Help>Show Log in Explorer/Finder/Files):

    #com.illuminatedcloud.intellij.moduletype.IlluminatedCloudModuleValidator
    

    That should tell me what's going on.

  4. Scott Wells repo owner

    Thanks, Rajesh. I'll take a look today and let you know what I see. Hopefully it'll be something pretty simple to resolve once I see what it is.

  5. Scott Wells repo owner

    Hi, Rajesh. Thanks for the logs. I see at least one issue that may well be contributing, and it appears to be due to using an older version of the base IDE/plugin SDK (2017.1.6). Do you mind updating IntelliJ IDEA to the latest, 2018.3.3, to see if that resolves the issue? If it doesn't, please attach new logs for review, but hopefully that will take care of it for you.

  6. Rajesh Telagamsetty Account Deactivated

    Hi Scott,

    I've upgraded to latest Intellij IDE and there is no issue. I think there is an issue with the pervious versions of Intellij and Webstorm.

  7. Scott Wells repo owner

    Thanks for confirming, Rajesh. I'm going to add a check for older base IDE versions and recommend an update to end users due to these types of SDK incompatibilities.

  8. Log in to comment