Plugin installed from "Install Plugin from disk" does not show up in Installed section after restart.
Answered
<dependency org="com.intellij" transitive="true" name="idea" rev="2024.1.1" conf="build_ide->default" />
<dependency org="com.android" transitive="true" name="tools" rev="2024.1.1.10" conf="build_android->default" />
<idea-version since-build="222"/>
Please help with what could be possible reasons.
Please sign in to leave a comment.
Hi,
It is impossible to tell the reason with this information. I suggest looking for the reason in the IDE log file.
Karol Lewandowski
Thank you so much for responding. Please find the logs below. Do you think this could be a Issue as it is severe but not error. I don't see any error logs while installation and post restart as well.
IntelliJ IDEA 2024.1.1 (Community Edition)
Build #IC-241.15989.150, built on April 29, 2024
Runtime version: 17.0.10+1-b1207.14 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 11.0
GC: G1 Young Generation, G1 Old Generation
Memory: 4096M
Cores: 20
Registry:
ide.experimental.ui=true
Non-Bundled Plugins:
Batch Scripts Support (1.0.13)
DevKit (241.15989.205)
com.fortify.ide.idea.scan (88.88.22)
Stapler plugin for IntelliJ IDEA (3.0.3)
Kotlin: 241.15989.150-IJ
2024-09-04 11:36:41,305 [ 25293] SEVERE - #com.hp.fortify.ide.idea.scan.actions.ScanAction - `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'com.hp.fortify.ide.idea.scan.actions.ScanAction' must override `getActionUpdateThread` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: com.fortify.ide.idea.scan] com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'com.hp.fortify.ide.idea.scan.actions.ScanAction' must override `getActionUpdateThread` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: com.fortify.ide.idea.scan] at com.intellij.diagnostic.PluginProblemReporterImpl.createPluginExceptionByClass(PluginProblemReporterImpl.java:23) at com.intellij.diagnostic.PluginException.createByClass(PluginException.java:90) at com.intellij.diagnostic.PluginException.reportDeprecatedUsage(PluginException.java:125) at com.intellij.openapi.actionSystem.ActionUpdateThreadAware.getActionUpdateThread(ActionUpdateThreadAware.java:21) at com.intellij.openapi.actionSystem.AnAction.getActionUpdateThread(AnAction.java:200) 2024-09-04 11:36:41,314 [ 25302] SEVERE - #com.hp.fortify.ide.idea.scan.actions.ScanAction - IntelliJ IDEA 2024.1.1 Build #IC-241.15989.150 2024-09-04 11:36:41,316 [ 25304] SEVERE - #com.hp.fortify.ide.idea.scan.actions.ScanAction - JDK: 17.0.10; VM: OpenJDK 64-Bit Server VM; Vendor: JetBrains s.r.o. 2024-09-04 11:36:41,316 [ 25304] SEVERE - #com.hp.fortify.ide.idea.scan.actions.ScanAction - OS: Windows 11 2024-09-04 11:36:41,316 [ 25304] SEVERE - #com.hp.fortify.ide.idea.scan.actions.ScanAction - Plugin to blame: Fortify Analysis version: 88.88.22
I don't think this is the reason your plugin doesn't show in the installed plugins list. Anyway, I suggest fixing these errors according to the instruction in the error message.