Error in SonarLint for IntelliJ - MacOS Monterey und Citrix SSO

Environment:

  • Java: JetBrains s.r.o. 11.0.15
  • OS: Mac OS X x86_64
  • IDE: IntelliJ IDEA 2022.1.4
  • SonarLint: 7.1.1.54565
c.ij.serviceContainer.AlreadyDisposedException: Cannot create o.sl.ij.actions.SonarLintToolWindow because container is already disposed (container=Project(name=contract, containerState=DISPOSE_COMPLETED, componentStore=/Users/lachancem/IdeaProjects/contract) (disposed))
	at c.ij.serviceContainer.ContainerUtilKt.throwAlreadyDisposedError(containerUtil.kt:34)
	at c.ij.serviceContainer.ComponentManagerImpl.doGetService(ComponentManagerImpl.kt:632)
	at c.ij.serviceContainer.ComponentManagerImpl.getService(ComponentManagerImpl.kt:584)
	at c.ij.oa.client.ClientAwareComponentManager.getFromSelfOrCurrentSession(ClientAwareComponentManager.kt:37)
	at c.ij.oa.client.ClientAwareComponentManager.getService(ClientAwareComponentManager.kt:22)
	at o.sl.ij.common.util.SonarLintUtils.getService(SonarLintUtils.java:66)
	at o.sl.ij.actions.ShowCurrentFileCallable.lambda$showCurrentFileTab$0(ShowCurrentFileCallable.java:46)
	at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
	at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:776)
	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:727)
	at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
	at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:746)

Hi,

Welcome to the community and thanks for this report!

You’re one SonarLint version behind. Could you try upgrading and see if you can reproduce the error?

 
Thx!
Ann