Error in SonarQube for IntelliJ

Environment:

  • Java: JetBrains s.r.o. 21.0.6
  • OS: Mac OS X aarch64
  • IDE: IntelliJ IDEA 2024.3.3
  • SonarQube for IDE: 10.17.0.80539
java.lang.ClassNotFoundException: i
	at c.ij.util.lang.UrlClassLoader.findClass(UrlClassLoader.java:230)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:593)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:526)
	at c.ij.serviceContainer.ComponentManagerImplKt.doLoadClass(ComponentManagerImpl.kt:1466)
	at c.ij.serviceContainer.ComponentManagerImplKt.doLoadClass$default(ComponentManagerImpl.kt:1458)
	at c.ij.serviceContainer.ComponentManagerImpl.loadClass(ComponentManagerImpl.kt:896)
	at c.ij.oa.fileTypes.impl.FileTypeManagerImpl.instantiateFileTypeBean(FileTypeManagerImpl.java:533)
	at c.ij.oa.fileTypes.impl.FileTypeManagerImpl.getFileTypeByFileName(FileTypeManagerImpl.java:718)
	at c.ij.oa.project.ProjectCoreUtil.isProjectOrWorkspaceFile(ProjectCoreUtil.java:18)
	at o.sl.ij.fs.DefaultVirtualFileSystemEventsHandler.fileEventsByModules(DefaultVirtualFileSystemEventsHandler.kt:72)
	at o.sl.ij.fs.DefaultVirtualFileSystemEventsHandler.forwardEvents(DefaultVirtualFileSystemEventsHandler.kt:56)
	at o.sl.ij.fs.DefaultVirtualFileSystemEventsHandler.forwardEventsAsync$lambda$1(DefaultVirtualFileSystemEventsHandler.kt:47)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Hi @sparhidev , could you share with us more details:

What were you doing when you encountered this issue?
Is it reproducible? If so, can you share basic steps to reproduce it?

Thank you for responding. I got this error while opening a new project in intellij.

Steps I did:

  1. Cloned a git repository through command line
  2. from the root folder (folder where pom.xml was present) ran idea . command
  3. The Project opened in IntelliJ without any issue, but the above error was reported.

It is not applicable for all projects, but I thought better to report it to understand if there is a known issue which I wasn’t aware of.

Having said that, I have been using the plugin and I appreciate the efforts put behind to give best developer experience. Let me know if you need any other detail

Hi @sparhidev thank you,

I created this ticket for it.