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

Cannot invoke "com.intellij.notification.NotificationGroup.createNotification" #3433

Closed
hdsuperman opened this issue Jan 5, 2023 · 2 comments
Labels
bug We can reproduce the issue and confirmed it is a bug. pending-release

Comments

@hdsuperman
Copy link

Your Environment

  • OS:
  • JetBrains product: WebStorm 2022.3.1
  • JetBrains product version: Build #WS-223.8214.51, built on December 20, 2022
  • AWS Toolkit version: 1.57-223
  • JVM/Python version: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
  • Runtime version: 17.0.5+1-b653.23 aarch64

Additional context
error logs

java.lang.NullPointerException: Cannot invoke "com.intellij.notification.NotificationGroup.createNotification(String, String, com.intellij.notification.NotificationType, com.intellij.notification.NotificationListener)" because "group" is null
	at software.aws.toolkits.jetbrains.core.AwsTelemetryPrompter.runActivity(AwsTelemetryPrompter.kt:22)
	at com.intellij.ide.startup.impl.StartupManagerImpl.runActivityAndMeasureDuration(StartupManagerImpl.kt:340)
	at com.intellij.ide.startup.impl.StartupManagerImpl.access$runActivityAndMeasureDuration(StartupManagerImpl.kt:66)
	at com.intellij.ide.startup.impl.StartupManagerImpl$Companion$addActivityEpListener$1$extensionAdded$1.invokeSuspend(StartupManagerImpl.kt:86)
	at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
	at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
	at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:570)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:677)
	at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)
@hdsuperman hdsuperman added the bug We can reproduce the issue and confirmed it is a bug. label Jan 5, 2023
@rli rli added the ready-to-work Fully defined and ready for work label Jan 5, 2023
@am312
Copy link

am312 commented Jan 23, 2023

I'm seeing this when installing AWS Toolkit 1.58-223 using IntelliJ IDEA 2022.3.1 CE.

@rli rli added work-in-progress and removed ready-to-work Fully defined and ready for work labels Feb 10, 2023
@rli
Copy link
Contributor

rli commented Feb 20, 2023

Released as part of 1.61

@rli rli closed this as completed Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug We can reproduce the issue and confirmed it is a bug. pending-release
Projects
None yet
Development

No branches or pull requests

3 participants