krasa / GrepConsole

IntelliJ plugin - https://plugins.jetbrains.com/plugin/7125
Apache License 2.0
436 stars 57 forks source link

Problem in IntelliJ2021.1 EAP 2 #187

Closed renoth closed 3 years ago

renoth commented 3 years ago

Describe the bug Stacktrace in idea.log when starting IntelliJ, prevents other plugins from working.

To Reproduce Steps to reproduce the behavior:

  1. Start IDE with Plugin activated

2021-02-10 13:15:41,629 [ 257246] ERROR - pplication.impl.LaterInvocator - Do not request resource from classloader using path with leading slash (path=/krasa/grepconsole/icons/donate.png) java.lang.IllegalArgumentException: Do not request resource from classloader using path with leading slash (path=/krasa/grepconsole/icons/donate.png) at com.intellij.util.lang.UrlClassLoader.findResource(UrlClassLoader.java:284) at java.base/java.lang.ClassLoader.getResource(ClassLoader.java:1401) at com.intellij.ide.plugins.cl.PluginClassLoader.findResource(PluginClassLoader.java:383) at java.base/java.lang.ClassLoader.getResource(ClassLoader.java:1401) at java.base/java.lang.Class.getResource(Class.java:2740) at krasa.grepconsole.gui.ProfileDetailForm.$$$setupUI$$$(ProfileDetailForm.java) at krasa.grepconsole.gui.ProfileDetailForm.(ProfileDetailForm.java:96) at krasa.grepconsole.gui.CompositeSettingsForm.(CompositeSettingsForm.java:60) at krasa.grepconsole.gui.CompositeSettingsForm.(CompositeSettingsForm.java:50) at krasa.grepconsole.plugin.MyConfigurable.createComponent(MyConfigurable.java:78) at krasa.grepconsole.plugin.runConfiguration.GrepSettingsEditor.createEditor(GrepSettingsEditor.java:50) at com.intellij.openapi.options.SettingsEditor.getComponent(SettingsEditor.java:98) at com.intellij.execution.ui.SettingsEditorFragment.createWrapper(SettingsEditorFragment.java:80) at com.intellij.execution.configuration.RunConfigurationExtensionsManager.createFragments(RunConfigurationExtensionsManager.kt:122)

krasa commented 3 years ago

update the plugin

renoth commented 3 years ago

update is not possible it says "download or installation not possible"

krasa commented 3 years ago

what exactly gives the error? screenshot? That update has 18 780 downloads, and works for me.

renoth commented 3 years ago

image

The idea log does not give any information whatsoever, i will try to uninstall all other plugins and test again. Download seems to work because a progressbar is appearing.

renoth commented 3 years ago

i used a completely blank config directory for IntelliJ but the error persists. I cannot install the plugin in the latest version in IntelliJ 2021.1 EAP 2

krasa commented 3 years ago

And by EAP 2 you mean: IntelliJ IDEA 2021.1 EAP (Community Edition) Build #IC-211.5538.20, built on February 4, 2021

There was one case when some firewall altered the downloaded zip/jar so that it could not be installed. You could try to download it manually https://plugins.jetbrains.com/plugin/7125-grep-console/versions/stable/109958 and install it (e.g. by dragging into the editor) and if that fails upload that file here.

krasa commented 3 years ago

nevermind, look here: https://youtrack.jetbrains.com/issue/IDEA-261296

renoth commented 3 years ago

Yes Version 211.5538.20. I tried to manually install the plugin from disk and got the following result: image

The File is

GrepConsole.zip

renoth commented 3 years ago

i also emptied the appdata temp folder completely before retrying.

renoth commented 3 years ago

ok thanks for the info with youtrack, issue can be closed then :) Thanks for your help and the great plugin :)