Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't join a session #1145

Closed
efefury opened this issue Jun 8, 2021 · 1 comment
Closed

Can't join a session #1145

efefury opened this issue Jun 8, 2021 · 1 comment
Labels
State: Unconfirmed No Saros developer analyzed the bug Type: Bug Issue that describes an unintended behavior of Saros

Comments

@efefury
Copy link

efefury commented Jun 8, 2021

  • OS: [e.g. Windows 10]
  • IDE [e.g. IntellIJ 2021.1.2]
  • Saros Version [e.g. 0.3.0]

The error I get while trying to join a session:

java.lang.NoSuchMethodError: 'com.intellij.openapi.module.ModuleType[] com.intellij.openapi.module.ModuleTypeManager.getRegisteredTypes()'
	at saros.intellij.negotiation.hooks.ModuleTypeNegotiationHook.tellClientPreferences(ModuleTypeNegotiationHook.java:79)
	at saros.negotiation.IncomingSessionNegotiation.createClientSessionPreferences(IncomingSessionNegotiation.java:219)
	at saros.negotiation.IncomingSessionNegotiation.accept(IncomingSessionNegotiation.java:152)
	at saros.intellij.ui.wizards.JoinSessionWizard$3.run(JoinSessionWizard.java:112)
	at saros.intellij.ui.wizards.Wizard$2.run(Wizard.java:182)
	at com.intellij.openapi.progress.impl.CoreProgressManager$TaskRunnable.run(CoreProgressManager.java:998)
	at com.intellij.openapi.progress.impl.CoreProgressManager$4.run(CoreProgressManager.java:545)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$new$0(ProgressRunner.java:78)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$3(ProgressRunner.java:228)
	at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:178)
	at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:688)
	at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:634)
	at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:64)
	at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:165)
	at com.intellij.openapi.progress.impl.ProgressRunner.lambda$submit$4(ProgressRunner.java:228)
	at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:668)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:665)
	at java.base/java.security.AccessController.doPrivileged(Native Method)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:665)
	at java.base/java.lang.Thread.run(Thread.java:829)
	```
@efefury efefury added State: Unconfirmed No Saros developer analyzed the bug Type: Bug Issue that describes an unintended behavior of Saros labels Jun 8, 2021
@tobous
Copy link
Member

tobous commented Jun 8, 2021

Duplicate of #1143.

@tobous tobous closed this as completed Jun 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
State: Unconfirmed No Saros developer analyzed the bug Type: Bug Issue that describes an unintended behavior of Saros
Projects
None yet
Development

No branches or pull requests

2 participants