Latest update has problem opening projects
Answered
I finally got the next license and I loaded it. There were several updates and I applied them, but only one project will open. the others are shown in the list, but they will not load.
ultimate 2020.3.1 Windows 10
Please sign in to leave a comment.
Can you please describe your steps and the expected/actual result? Screenshots/screencast showing the steps and what happens would be also helpful. Are they specific project using Maven/Gradle?
Please also attach idea.log (Help | Show Log in ... action) file after IDE restart and reproducing. For uploading you can use https://uploads.jetbrains.com or any file sharing service.
I uploaded the zip in the logs dir
I can open the first project, but none of the others When I click on the others it refreshes and stays on the project list
>I uploaded the zip in the logs dir
What is the upload id so that i can find the files? Thanks.
all of the projects were built and classes put in use in June 2020 or Aug 2020
If I've found the right logs it is the https://youtrack.jetbrains.com/issue/IDEA-222640 issue.
Do you have libraries configured in File | New Project Settings | Project Structure for New Projects... -> 'Libraries' tab? If you do please try removing any items from there.
As another workaround please delete the
.idea/librariesfile inside the project directory.Upload ID: 2021_01_19_HN7KSZSBEDxYpMbK (file: idea-logs-20210119-071525.zip)
Thank you! Yes, these are the same logs. Please see workarounds mentioned above. Sorry for this issue. I hope it will be fixed soon.
no libs in the path you asked for. libraries are defined in each project already.
I am not clear on what to access in the file system to find the thing to delete for the workaround. In one of the projects:
C:\src\expressor\SL2LVCalculations\.idea
..has a file named libraries and it is a XML that has my libraries listed within. That would not be something to delete
> C:\src\expressor\SL2LVCalculations\.idea
>..has a file named libraries and it is a XML that has my libraries listed within. That would not be something to delete
Yes please delete this file.
I suppose I will be able to the project and then replace the deleted file with the same content, via the UI
If this is a Maven/Gradle project you can simply re-create it's configuration by File | new | project fro Existing Sources action and select the pom.xml/build.gradle file to import from.
no maven/gradle in use. I just build the classes and package them in a jar file
Has it helped to delete this file?
yes.
Thank you for the information.