Intellij Idea bug

Hello, currently I am working on a big project, I was on vscode but I just switched to Intellij Idea Ultimate however I found several errors: I'm on WSL and Docker in a project with DevContainer, I often have problems with "Host is unresponsive", Dump Threads, and others which create lag. Then I notice that I cannot build my pom.xml from the IDE, no problem, I do it in cmd but I notice that all the packages are found except Lombok. I tried to clean install but nothing changes. Could anyone help me resolve my issues?
12 Replies
JavaBot
JavaBot2mo ago
This post has been reserved for your question.
Hey @Max! Please use /close or the Close Post button above when your problem is solved. Please remember to follow the help guidelines. This post will be automatically marked as dormant after 300 minutes of inactivity.
TIP: Narrow down your issue to simple and precise questions to maximize the chance that others will reply in here.
Max
MaxOP2mo ago
No description
No description
No description
No description
dan1st
dan1st2mo ago
What happens when running mvn compile? Can you show your full pom.xml (ideally as text, not as an image because images of text are annoying) Like can you show the output of the cmd build?
Max
MaxOP2mo ago
Max
MaxOP2mo ago
Do you think the problem could come from the fact that I'm working in DevContainer? What's strange is that I can build and launch the project but it's just the IDE that can't find the package
dan1st
dan1st2mo ago
Oh I interpreted the
I do it in cmd but I notice that all the packages are found except Lombok
as in that lombok wasn't found when doing it in cmd Can you try using the reload Maven project button in IntelliJ? There should be a Maven tab on the right and if you open it, it should have a reload button
Max
MaxOP2mo ago
Oh, I just saw before I found nothing related to maven by right clicking on pom.xml but now I see "Add as Maven project" and dcp I have the button, before I didn't have anything for maven at all When I do "Sync all maven project" I have no loading or things that change
Max
MaxOP2mo ago
i found, i need to do
No description
Max
MaxOP2mo ago
So I just added all the libs, but it's weird that I had to do that I think
No description
Max
MaxOP2mo ago
Okay, it works! thanks.
JavaBot
JavaBot2mo ago
If you are finished with your post, please close it. If you are not, please ignore this message. Note that you will not be able to send further messages here after this post have been closed but you will be able to create new posts.
JavaBot
JavaBot2mo ago
Post Closed
This post has been closed by <@358629612584173568>.

Did you find this page helpful?