Material-theme-jetbrains: Plugin failed to initialize

Created on 22 Aug 2019  路  9Comments  路  Source: ChrisRM/material-theme-jetbrains

Plugin doesn't initialize when starting in the newest IntelliJ IDEA version.

Expected behavior

Well... The plugin should initialize and IntelliJ should start 馃槂

Actual behavior

So here's the stacktrace of the error that occurs on start-up:

Plugin 'com.chrisrm.idea.MaterialThemeUI' failed to initialize and will be disabled. Please restart IntelliJ IDEA.

java.lang.AssertionError
    at org.xmlpull.v1.XmlPullParserFactory.<init>(XmlPullParserFactory.java:43)
    at org.xmlpull.v1.XmlPullParserFactory.newInstance(XmlPullParserFactory.java:221)
    at com.thoughtworks.xstream.io.xml.XppDriver.createParser(XppDriver.java:57)
    at com.thoughtworks.xstream.io.xml.AbstractXppDriver.createReader(AbstractXppDriver.java:54)
    at com.thoughtworks.xstream.io.xml.AbstractXppDriver.createReader(AbstractXppDriver.java:65)
    at com.thoughtworks.xstream.io.AbstractDriver.createReader(AbstractDriver.java:66)
    at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1412)
    at com.thoughtworks.xstream.XStream.fromXML(XStream.java:1359)
    at com.chrisrm.idea.icons.IconPatchersFactory.create(IconPatchersFactory.java:61)
    at com.chrisrm.idea.icons.MTIconReplacerComponent.<init>(MTIconReplacerComponent.java:51)
    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 org.picocontainer.defaults.InstantiatingComponentAdapter.newInstance(InstantiatingComponentAdapter.java:193)
    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.components.impl.ComponentManagerImpl$ComponentConfigComponentAdapter.getComponentInstance(ComponentManagerImpl.java:481)
    at com.intellij.openapi.components.impl.ComponentManagerImpl.createComponents(ComponentManagerImpl.java:126)
    at com.intellij.openapi.application.impl.ApplicationImpl.lambda$load$7(ApplicationImpl.java:414)
    at com.intellij.openapi.progress.impl.CoreProgressManager.lambda$runProcess$2(CoreProgressManager.java:169)
    at com.intellij.openapi.progress.impl.CoreProgressManager.registerIndicatorAndRun(CoreProgressManager.java:591)
    at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:537)
    at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:59)
    at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:156)
    at com.intellij.openapi.application.impl.ApplicationImpl.load(ApplicationImpl.java:414)
    at com.intellij.idea.IdeaApplication.lambda$executeInitAppInEdt$5(IdeaApplication.java:150)
    at java.desktop/java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:313)
    at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:776)
    at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:727)
    at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:721)
    at java.base/java.security.AccessController.doPrivileged(Native Method)
    at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:85)
    at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:746)
    at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:377)
    at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:203)
    at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:124)
    at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:113)
    at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:109)
    at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
    at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:90)

Environment

IntelliJ IDEA 2019.2.1 (Community Edition)
Build #IC-192.6262.58, built on August 20, 2019
Runtime version: 11.0.3+12-b304.39 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows 10 10.0
GC: ParNew, ConcurrentMarkSweep
Memory: 1972M
Cores: 12
Registry: ide.tree.ui.experimental=false, ide.balloon.shadow.size=0
Non-Bundled Plugins: QAPlug, QAPlug - Checkstyle, QAPlug - FindBugs, QAPlug - PMD

Material Theme Configuration:

<application>
  <component name="MaterialThemeConfig">
    <option name="allowDataCollection" value="true" />
    <option name="isWizardShown" value="true" />
    <option name="selectedTheme" value="SOLARIZED_LIGHT" />
    <option name="userId" value="209f2ca8:16cb0658ba4:-8000" />
    <option name="version" value="4.3.4" />
  </component>
</application>

Most helpful comment

Downloading 4.4.5 manually and using "Install Plugin from Disk..." fixes the issue.

Download page is here: https://plugins.jetbrains.com/plugin/8006-material-theme-ui/versions

All 9 comments

Same issue here.

same here

There is definitely an issue with the plugin repository ... please download 4.3.5

GoLand (latest stable build) does not show the update for the new Version and after installing it manually it says the plugin is not compatible.

Same issue here.

Downloading 4.4.5 manually and using "Install Plugin from Disk..." fixes the issue.

Download page is here: https://plugins.jetbrains.com/plugin/8006-material-theme-ui/versions

It's working even if I uninstall and reinstall from within the IDE.

@feldjoshuanoah not working in GoLand

released. Please download 4.3.5

Was this page helpful?
0 / 5 - 0 ratings

Related issues

sanderboom picture sanderboom  路  4Comments

jpap picture jpap  路  3Comments

vbasem picture vbasem  路  4Comments

cryzed picture cryzed  路  4Comments

dg00GT00 picture dg00GT00  路  3Comments