question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

IDEA 2019.3 Exception

See original GitHub issue

Short description

Exception during IDE startup. Plugin is automatically disabled.


2019-11-29 09:32:49,230 [  24955]  ERROR - llij.ide.plugins.PluginManager - com.intellij.ide.plugins.StartupAbortedException: Fatal error initializing plugin Lombook Plugin 
java.util.concurrent.CompletionException: com.intellij.ide.plugins.StartupAbortedException: Fatal error initializing plugin Lombook Plugin
	at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:314)
	at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:319)
	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:645)
	at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506)
	at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073)
	at com.intellij.idea.ApplicationLoader.initApplication(ApplicationLoader.kt:383)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.intellij.idea.MainImpl$1.proceed(MainImpl.java:102)
	at com.intellij.ide.b.b.a2.proceed(a2.java:129)
	at com.intellij.ide.b.b.I.d(I.java:490)
	at com.intellij.ide.b.b.I.c(I.java:210)
	at com.intellij.ide.b.b.I.a(I.java:117)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
	at com.intellij.idea.MainImpl.start(MainImpl.java:94)
	at com.intellij.idea.StartupUtil.lambda$startApp$5(StartupUtil.java:248)
	at com.intellij.util.ui.EdtInvocationManager.executeWithCustomManager(EdtInvocationManager.java:73)
	at com.intellij.idea.StartupUtil.startApp(StartupUtil.java:243)
	at com.intellij.idea.StartupUtil.prepareApp(StartupUtil.java:215)
	at com.intellij.ide.plugins.MainRunner.lambda$start$0(MainRunner.java:39)
	at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: com.intellij.ide.plugins.StartupAbortedException: Fatal error initializing plugin Lombook Plugin
	at com.intellij.ide.plugins.PluginManager.handleComponentError(PluginManager.java:55)
	at com.intellij.serviceContainer.PlatformComponentManagerImpl.handleInitComponentError(PlatformComponentManagerImpl.kt:247)
	at com.intellij.serviceContainer.PlatformComponentManagerImpl.registerComponents(PlatformComponentManagerImpl.kt:113)
	at com.intellij.idea.ApplicationLoader$registerAppComponents$1.apply(ApplicationLoader.kt:115)
	at com.intellij.idea.ApplicationLoader$registerAppComponents$1.apply(ApplicationLoader.kt)
	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642)
	... 23 more
Caused by: com.intellij.diagnostic.PluginException: While loading class de.plushnikov.intellij.plugin.LombokPluginApplicationComponent$1: class de.plushnikov.intellij.plugin.LombokPluginApplicationComponent$1 overrides final method com.intellij.serviceContainer.BaseKeyedLazyInstance.getInstance()Ljava/lang/Object; [Plugin: Lombook Plugin] [Plugin: Lombook Plugin]
	... 29 more
Caused by: com.intellij.diagnostic.PluginException: While loading class de.plushnikov.intellij.plugin.LombokPluginApplicationComponent$1: class de.plushnikov.intellij.plugin.LombokPluginApplicationComponent$1 overrides final method com.intellij.serviceContainer.BaseKeyedLazyInstance.getInstance()Ljava/lang/Object; [Plugin: Lombook Plugin]
	at com.intellij.ide.plugins.cl.PluginClassLoader.loadClassInsideSelf(PluginClassLoader.java:223)
	at com.intellij.ide.plugins.cl.PluginClassLoader.tryLoadingClass(PluginClassLoader.java:167)
	at com.intellij.ide.plugins.cl.PluginClassLoader.loadClass(PluginClassLoader.java:75)
	at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
	at java.base/java.lang.Class.forName0(Native Method)
	at java.base/java.lang.Class.forName(Class.java:398)
	at com.intellij.serviceContainer.PlatformComponentManagerImpl.registerComponent(PlatformComponentManagerImpl.kt:203)
	at com.intellij.serviceContainer.PlatformComponentManagerImpl.registerComponents(PlatformComponentManagerImpl.kt:109)
	... 26 more
Caused by: java.lang.VerifyError: class de.plushnikov.intellij.plugin.LombokPluginApplicationComponent$1 overrides final method com.intellij.serviceContainer.BaseKeyedLazyInstance.getInstance()Ljava/lang/Object;
	at java.base/java.lang.ClassLoader.defineClass1(Native Method)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:1016)
	at java.base/java.lang.ClassLoader.defineClass(ClassLoader.java:877)
	at com.intellij.util.lang.UrlClassLoader._defineClass(UrlClassLoader.java:359)
	at com.intellij.util.lang.UrlClassLoader.defineClass(UrlClassLoader.java:355)
	at com.intellij.util.lang.UrlClassLoader._findClass(UrlClassLoader.java:319)
	at com.intellij.ide.plugins.cl.PluginClassLoader.loadClassInsideSelf(PluginClassLoader.java:220)
	... 33 more
2019-11-29 09:32:49,234 [  24959]  ERROR - llij.ide.plugins.PluginManager - IntelliJ IDEA 2019.3  Build #IU-193.5233.102 
2019-11-29 09:32:49,235 [  24960]  ERROR - llij.ide.plugins.PluginManager - JDK: 11.0.4; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o 
2019-11-29 09:32:49,235 [  24960]  ERROR - llij.ide.plugins.PluginManager - OS: Linux 
2019-11-29 09:32:49,285 [  25010]  ERROR - llij.ide.plugins.PluginManager - Plugin to blame: Lombok Plugin version: 0.19-LATEST-EAP-SNAPSHOT 

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:3
  • Comments:6 (1 by maintainers)

github_iconTop GitHub Comments

5reactions
YLombardicommented, Nov 29, 2019

I just upgrade to IntelliJ 2019.3 and I have the same exception.

Edit : After uninstalling and reinstalling the plugin, it seems to work fine.

1reaction
SimonCigojcommented, Nov 29, 2019

I needed to delete some custom VM option in Help -> Edit Custom VM options to be able to reinstall the plugin. This hepled me https://intellij-support.jetbrains.com/hc/en-us/community/posts/360004275380-Marketplace-Plugins-are-not-loaded

Read more comments on GitHub >

github_iconTop Results From Across the Web

IntelliJ IDEA 2019.3 EAP (193.5233.102 build) Release Notes ...
IntelliJ IDEA 2019.3 EAP (193.5233.102 build) Release Notes ; Android, Exception, IDEA-226976 ; Core. IDE Settings, Bug, IDEA-227350 ; Core. Licensing, Bug, IDEA- ......
Read more >
Exception with IntelliJ IDEA 2019.3 EAP · Issue #259 - GitHub
Describe the bug I am seeing following exception multiple times throughout the time I'm working on any project.
Read more >
[#IDE-4704] New module wizard not showing on IntelliJ IDEA ...
New module wizard not showing on IntelliJ IDEA 2019.3 (Ultimate Edition) ... no windows is shown and an exception is thrown in the...
Read more >
Error while importing Springboot 2.7 projects in intellij Idea ...
I had the same error with stack: IDEA 2019.3, Maven 3.8.6, JDK 1.8. So, problem was resolved by change Maven to version 3.6.1....
Read more >
IntelliJ IDEA 2019.3.3 - ComponentSource
Updates in 2019.3.3. Fixes. Build. Built-in (JPS). Update "Error Prone" compiler to 2.3.4. ClassCastException: LinkedHashMap$Entry cannot be converted to ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found