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.

Plugin does nothing

See original GitHub issue

I just found this plugin and wanted to give it a try, but there is nothing happening. I defined a custom log format that matches the format but still, nothing is happening. Maybe it is related to this from idea.log:

2020-12-18 12:13:48,260 [1429590]  ERROR - rationStore.ComponentStoreImpl - Cannot init  component state [Plugin: com.intellij.ideolog]
com.intellij.diagnostic.PluginException: Cannot init  component state [Plugin: com.intellij.ideolog]
        at com.intellij.configurationStore.ComponentStoreImpl.initComponent(ComponentStoreImpl.kt:116)
        at com.intellij.configurationStore.ComponentStoreWithExtraComponents.initComponent(ComponentStoreWithExtraComponents.kt:50)
        at com.intellij.serviceContainer.ComponentManagerImpl.initializeComponent$intellij_platform_serviceContainer(ComponentManagerImpl.kt:358)
        at com.intellij.serviceContainer.ServiceComponentAdapter.createAndInitialize(ServiceComponentAdapter.kt:58)
        at com.intellij.serviceContainer.ServiceComponentAdapter.doCreateInstance(ServiceComponentAdapter.kt:41)
        at com.intellij.serviceContainer.BaseComponentAdapter.getInstanceUncached(BaseComponentAdapter.kt:115)
        at com.intellij.serviceContainer.BaseComponentAdapter.getInstance(BaseComponentAdapter.kt:69)
        at com.intellij.serviceContainer.ComponentManagerImpl.doGetService(ComponentManagerImpl.kt:411)
        at com.intellij.serviceContainer.ComponentManagerImpl.getService(ComponentManagerImpl.kt:394)
        at com.intellij.openapi.components.ServiceManager.getService(ServiceManager.java:20)
        at com.intellij.ideolog.highlighting.settings.LogHighlightingSettingsStore$Companion.getInstance(LogHighlightingSettingsStore.kt:16)
        at com.intellij.ideolog.highlighting.settings.LogHighlightingConfigurable.<init>(LogHighlightingConfigurable.kt:17)
        at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
        at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
        at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:490)
        at com.intellij.util.pico.InstantiatingComponentAdapter.newInstance(CachingConstructorInjectionComponentAdapter.java:294)
        at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.doGetComponentInstance(CachingConstructorInjectionComponentAdapter.java:88)
        at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.instantiateGuarded(CachingConstructorInjectionComponentAdapter.java:66)
        at com.intellij.util.pico.CachingConstructorInjectionComponentAdapter.getComponentInstance(CachingConstructorInjectionComponentAdapter.java:48)
        at com.intellij.openapi.extensions.AbstractExtensionPointBean.instantiate(AbstractExtensionPointBean.java:103)
        at com.intellij.openapi.extensions.AbstractExtensionPointBean.instantiate(AbstractExtensionPointBean.java:97)
        at com.intellij.openapi.options.ConfigurableEP$ClassProducer.createElement(ConfigurableEP.java:400)
        at com.intellij.openapi.options.ConfigurableEP.createConfigurable(ConfigurableEP.java:309)
        at com.intellij.openapi.options.ex.ConfigurableWrapper.createConfigurable(ConfigurableWrapper.java:47)
        at com.intellij.openapi.options.ex.ConfigurableWrapper.getConfigurable(ConfigurableWrapper.java:109)
        at com.intellij.openapi.options.ex.ConfigurableWrapper.cast(ConfigurableWrapper.java:84)
        at com.intellij.openapi.options.ex.ConfigurableCardPanel.prepare(ConfigurableCardPanel.java:38)
        at com.intellij.openapi.options.ex.ConfigurableCardPanel.prepare(ConfigurableCardPanel.java:29)
        at com.intellij.ui.CardLayoutPanel.lambda$selectLater$1(CardLayoutPanel.java:114)
        at com.intellij.util.RunnableCallable.call(RunnableCallable.java:20)
        at com.intellij.util.RunnableCallable.call(RunnableCallable.java:11)
        at com.intellij.openapi.application.impl.ApplicationImpl$1.call(ApplicationImpl.java:255)
        at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
        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.lang.Thread.run(Thread.java:834)
Caused by: com.intellij.openapi.diagnostic.RuntimeExceptionWithAttachments: EventQueue.isDispatchThread()=false Toolkit.getEventQueue()=com.intellij.ide.IdeEventQueue@3b8b616f
Current thread: Thread[ApplicationImpl pooled thread 81,4,Idea Thread Group] 100182345
SystemEventQueueThread: Thread[AWT-EventQueue-0,6,Idea Thread Group] 89830724
        at com.intellij.openapi.application.impl.ApplicationImpl.assertIsDispatchThread(ApplicationImpl.java:1057)
        at com.intellij.openapi.application.impl.ApplicationImpl.assertIsDispatchThread(ApplicationImpl.java:1039)
        at com.intellij.ideolog.highlighting.settings.LogHighlightingSettingsStore.fireListeners(LogHighlightingSettingsStore.kt:76)
        at com.intellij.ideolog.highlighting.settings.LogHighlightingSettingsStore.loadState(LogHighlightingSettingsStore.kt:103)
        at com.intellij.ideolog.highlighting.settings.LogHighlightingSettingsStore.loadState(LogHighlightingSettingsStore.kt:14)
        at com.intellij.configurationStore.ComponentStoreImpl.doInitComponent(ComponentStoreImpl.kt:438)
        at com.intellij.configurationStore.ComponentStoreImpl.initComponent(ComponentStoreImpl.kt:373)
        at com.intellij.configurationStore.ComponentStoreImpl.initPersistenceStateComponent(ComponentStoreImpl.kt:138)
        at com.intellij.configurationStore.ComponentStoreImpl.initComponent(ComponentStoreImpl.kt:103)
        ... 36 more
2020-12-18 12:13:48,262 [1429592]  ERROR - rationStore.ComponentStoreImpl - IntelliJ IDEA 2020.1.4  Build #IU-201.8743.12
2020-12-18 12:13:48,262 [1429592]  ERROR - rationStore.ComponentStoreImpl - JDK: 11.0.7; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o.
2020-12-18 12:13:48,262 [1429592]  ERROR - rationStore.ComponentStoreImpl - OS: Windows 10
2020-12-18 12:13:48,262 [1429592]  ERROR - rationStore.ComponentStoreImpl - Plugin to blame: Ideolog version: 201.0.22.0

Issue Analytics

  • State:open
  • Created 3 years ago
  • Reactions:12
  • Comments:11

github_iconTop GitHub Comments

2reactions
gavenkoacommented, Sep 8, 2022
0reactions
gavenkoacommented, Sep 11, 2022

@Vampire I wish JB decoupled or extracted built-in log viewer: it correctly parses stack traces + provides navigation to source code. Extra step of registering log file patterns make it built-in feature hidden behind of lots of clicks.

This plugin cannot navigate from stacktrace to source code out of the box, nor after following instructions in Wiki.

If you register .log files as Text then they will be handled by the “TextMate Bundle” plugin, which provides regex-based highlighting: the same what this plugin managed to do.

Read more comments on GitHub >

github_iconTop Results From Across the Web

this plugin does nothing !! | WordPress.org
Hello. I'm trying to transfer my blogspot articles to wordpress, i have tried this plugin at least 50 times and nothing show up...
Read more >
When trying to install a plugin, nothing happens : IDEA-20547
When trying to download and install the new version of Android Support from the plugin manager, everything seems to work, but the plugin...
Read more >
Connect (No-Plugin Version) Does Not Start or Respond - IBM
Answer. Sometimes, depending on the environment, Aspera Connect may not launch or respond. This article explores ways to troubleshoot such ...
Read more >
Plugin Install Button Does Nothing for Supported Engine (UE5)
I purchased a plugin called WindowsCapture2d from the Marketplace. It lists Unreal Engine 5.0 as a supported version.
Read more >
Add from plugin does nothing - HomeSeer Message Board
Devices found. Clicking on add from cloud. Does nothing. Sent report ... Report sent! Report ID: c11e0353-cbbf-426c-aa0b-25fff4725307 Same thng happened ...
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