ChrisRM / material-theme-jetbrains

JetBrains theme of Material Theme
Other
7.83k stars 450 forks source link

PHPStorm stuck on loading screen after plugin installation #964

Closed mattiabasone closed 5 years ago

mattiabasone commented 5 years ago

Summary

PHPStorm does not start after Material Theme UI installation

Expected behavior

PHPStorm starts normally after plugin installation

Actual behavior

It gets stuck at 100% loading and does not open any project. If I change the option isWizardShown to false it starts, but it'll get stuck again on loading screen on the next restart.

Steps to reproduce (if needed)

  1. Install Material Theme UI
  2. Restart PHPStorm

Environment

PhpStorm 2018.2.4 Build #PS-182.4505.42, built on September 27, 2018 JRE: 1.8.0_152-release-1248-b8 x86_64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o macOS 10.13.6 Material Theme Plugin version v2.9.2

Loaded custom plugins: .env files support (0.7), BashSupport (1.6.13.182), Laravel Plugin (0.15.1), Material Theme UI (2.9.2)

Idea.log: https://gist.github.com/mattiabasone/91175f21bff5efb53f75df3299f6738a

mallowigi commented 5 years ago

I cannot reproduce. I see the error but I don't see why it fails. Do you have an example project I can clone perhaps ?

mountain-branch commented 5 years ago

I've been having this same issue. Here is a log trace:

DETAILS ``` 2018-10-08 16:10:26,698 [ 0] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE STARTED ------------------------------------------------------ 2018-10-08 16:10:26,741 [ 43] INFO - #com.intellij.idea.Main - IDE: PhpStorm (build #PS-182.4505.42, 27 Sep 2018 04:26) 2018-10-08 16:10:26,741 [ 43] INFO - #com.intellij.idea.Main - OS: Mac OS X (10.14, x86_64) 2018-10-08 16:10:26,741 [ 43] INFO - #com.intellij.idea.Main - JRE: 1.8.0_152-release-1248-b8 (JetBrains s.r.o) 2018-10-08 16:10:26,741 [ 43] INFO - #com.intellij.idea.Main - JVM: 25.152-b8 (OpenJDK 64-Bit Server VM) 2018-10-08 16:10:26,752 [ 54] INFO - #com.intellij.idea.Main - JVM Args: -Xms128m -Xmx750m -XX:ReservedCodeCacheSize=240m -XX:+UseCompressedOops -Dfile.encoding=UTF-8 -XX:+UseConcMarkSweepGC -XX:SoftRefLRUPolicyMSPerMB=50 -ea -Dsun.io.useCanonCaches=false -Djava.net.preferIPv4Stack=true -Djdk.http.auth.tunneling.disabledSchemes="" -XX:+HeapDumpOnOutOfMemoryError -XX:-OmitStackTraceInFastThrow -Xverify:none -XX:ErrorFile=/Users/kenbergquist/java_error_in_phpstorm_%p.log -XX:HeapDumpPath=/Users/kenbergquist/java_error_in_phpstorm.hprof -Djb.vmOptionsFile=/Applications/PhpStorm.app/Contents/bin/phpstorm.vmoptions -Didea.java.redist=jdk-bundled -Didea.home.path=/Applications/PhpStorm.app/Contents -Didea.executable=phpstorm -Didea.platform.prefix=PhpStorm -Didea.paths.selector=PhpStorm2018.2 2018-10-08 16:10:26,752 [ 54] INFO - #com.intellij.idea.Main - ext: /Applications/PhpStorm.app/Contents/jdk/Contents/Home/jre/lib/ext: [sunec.jar, nashorn.jar, cldrdata.jar, jfxrt.jar, dnsns.jar, localedata.jar, sunjce_provider.jar, meta-index, sunpkcs11.jar, jaccess.jar, zipfs.jar] 2018-10-08 16:10:26,753 [ 55] INFO - #com.intellij.idea.Main - ext: /System/Library/Java/Extensions: [MRJToolkit.jar] 2018-10-08 16:10:26,753 [ 55] INFO - #com.intellij.idea.Main - charsets: JNU=UTF-8 file=UTF-8 2018-10-08 16:10:26,768 [ 70] INFO - #com.intellij.idea.Main - JNA library (64-bit) loaded in 15 ms 2018-10-08 16:10:26,810 [ 112] INFO - #com.intellij.idea.Main - initializing environment 2018-10-08 16:10:26,811 [ 113] INFO - .intellij.util.EnvironmentUtil - loading shell env: /bin/bash -l -i -c '/Applications/PhpStorm.app/Contents/bin/printenv.py' '/private/var/folders/0j/pxk8qb1n0b3c_n1mt9rqbf3m0000gp/T/intellij-shell-env.tmp' 2018-10-08 16:10:27,037 [ 339] INFO - #com.intellij.util.ui.JBUI - User scale factor: 1.0 2018-10-08 16:10:27,106 [ 408] INFO - #com.intellij.util.ui.JBUI - System scale factor: 1.0 (JRE-managed HiDPI) 2018-10-08 16:10:27,131 [ 433] INFO - .intellij.util.EnvironmentUtil - shell environment loaded (14 vars) 2018-10-08 16:10:27,151 [ 453] INFO - .intellij.util.EnvironmentUtil - LC_CTYPE=en_US.UTF-8 2018-10-08 16:10:30,338 [ 3640] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor javaee-specific.xml 2018-10-08 16:10:30,339 [ 3641] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor java-specific.xml 2018-10-08 16:10:30,359 [ 3661] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor uml-java-support.xml 2018-10-08 16:10:30,360 [ 3662] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor uml-properties-support.xml 2018-10-08 16:10:30,604 [ 3906] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor js-nashorn-support.xml 2018-10-08 16:10:31,006 [ 4308] INFO - .intellij.idea.IdeaApplication - CPU cores: 8; ForkJoinPool.commonPool: java.util.concurrent.ForkJoinPool@77e0787c[Running, parallelism = 7, size = 0, active = 0, running = 0, steals = 0, tasks = 0, submissions = 0]; factory: com.intellij.concurrency.IdeaForkJoinWorkerThreadFactory@e6ae671 2018-10-08 16:10:31,393 [ 4695] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor javaee-specific.xml 2018-10-08 16:10:31,395 [ 4697] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor java-specific.xml 2018-10-08 16:10:31,404 [ 4706] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor uml-java-support.xml 2018-10-08 16:10:31,405 [ 4707] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor uml-properties-support.xml 2018-10-08 16:10:31,483 [ 4785] INFO - llij.ide.plugins.PluginManager - Cannot find optional descriptor js-nashorn-support.xml 2018-10-08 16:10:31,674 [ 4976] INFO - llij.ide.plugins.PluginManager - 67 plugins initialized in 321 ms 2018-10-08 16:10:31,674 [ 4976] INFO - llij.ide.plugins.PluginManager - Loaded bundled plugins: ASP (0.1), AngularJS (182.4505.42), Apache config (.htaccess) support (182.4505.42), Behat Support (182.4505.42), Blade Support (182.4505.42), CSS Support (182.4505.42), CVS Integration (11), Codeception Framework (182.4505.42), CoffeeScript (182.4505.42), Command Line Tool Support (182.4505.42), Copyright (8.1), Database Tools and SQL (182.4505.42), Docker integration (182.4505.42), Drupal Support (182.4505.42), File Watchers (182.4505.42), GNU GetText files support (*.po) (182.4505.42), Gherkin (999.999), Git Integration (8.1), GitHub (182.4505.42), HTML Tools (2.0), HTTP Client (182.4505.42), Haml (182.4505.42), IDE Settings Sync (182.4505.42), IDEA CORE (182.4505.42), Ini4Idea (182.4505.42), IntelliLang (8.0), JavaScript Debugger (1.0), JavaScript Intention Power Pack (0.9.4), JavaScript Support (1.0), Joomla! Support (182.4505.42), Less support (182.4505.42), Markdown support (182.4505.42), Mercurial Integration (10.0), NodeJS (182.4505.42), PHP (182.4505.42), PHP Docker (182.4505.42), PHP Remote Interpreter (182.4505.42), PHPSpec BDD Framework (182.4505.42), Perforce Integration (2.0), Performance Testing (182.4505.42), Phing Support (182.4505.42), PhpStorm Workshop (182.4505.42), ReStructuredText Support (182.4505.42), Refactor-X (2.01), Remote Hosts Access (0.1), SSH Remote Run (0.1), Sass support (182.4505.42), Settings Repository (182.4505.42), Subversion Integration (1.1), Task Management (1.0), Terminal (0.1), TextMate bundles support (182.4505.42), Time Tracking (1.0), Twig Support (182.4505.42), UML Support (1.0), Vagrant (182.4505.42), Vue.js (182.4505.42), W3C Validators (2.0), WordPress Support (182.4505.42), XPathView + XSLT Support (4), XSLT-Debugger (1.4), YAML (182.4505.42), hunspell (1.0), tslint (182.4505.42) 2018-10-08 16:10:31,674 [ 4976] INFO - llij.ide.plugins.PluginManager - Loaded custom plugins: .ignore (3.0.0.182), Dash (3.3), Material Theme UI (2.9.2) 2018-10-08 16:10:32,312 [ 5614] INFO - cloudConfig.CloudConfigManager - === Start: JBA_NOT_CONNECTED === 2018-10-08 16:10:32,377 [ 5679] INFO - ellij.util.io.PagedFileStorage - lower=100; upper=500; buffer=10; max=705 2018-10-08 16:10:32,418 [ 5720] INFO - pl.local.NativeFileWatcherImpl - Starting file watcher: /Applications/PhpStorm.app/Contents/bin/fsnotifier 2018-10-08 16:10:32,431 [ 5733] INFO - pl.local.NativeFileWatcherImpl - Native file watcher is operational. 2018-10-08 16:10:32,599 [ 5901] INFO - pi.util.registry.RegistryState - Registry values changed by user: 2018-10-08 16:10:32,600 [ 5902] INFO - pi.util.registry.RegistryState - bigger.font.in.project.view = true 2018-10-08 16:10:32,600 [ 5902] INFO - pi.util.registry.RegistryState - dumb.aware.run.configurations = true 2018-10-08 16:10:32,600 [ 5902] INFO - pi.util.registry.RegistryState - ide.balloon.shadow.size = 0 2018-10-08 16:10:32,600 [ 5902] INFO - pi.util.registry.RegistryState - ide.tooltip.initialDelay = 797 2018-10-08 16:10:32,600 [ 5902] INFO - pi.util.registry.RegistryState - mac.editor.thumb.darcula.alpha.base = 0 2018-10-08 16:10:32,600 [ 5902] INFO - pi.util.registry.RegistryState - mac.editor.thumb.darcula.alpha.delta = 102 2018-10-08 16:10:32,600 [ 5902] INFO - pi.util.registry.RegistryState - mac.editor.thumb.darcula.fill.max = 163 2018-10-08 16:10:32,600 [ 5902] INFO - pi.util.registry.RegistryState - mac.editor.thumb.darcula.fill.min = 102 2018-10-08 16:10:32,600 [ 5902] INFO - pi.util.registry.RegistryState - mac.editor.thumb.default.alpha.base = 0 2018-10-08 16:10:32,600 [ 5902] INFO - pi.util.registry.RegistryState - mac.editor.thumb.default.alpha.delta = 102 2018-10-08 16:10:32,600 [ 5902] INFO - pi.util.registry.RegistryState - mac.editor.thumb.default.fill.max = 150 2018-10-08 16:10:32,600 [ 5902] INFO - pi.util.registry.RegistryState - mac.editor.thumb.default.fill.min = 102 2018-10-08 16:10:32,630 [ 5932] INFO - pi.util.registry.RegistryState - Experimental features enabled for user: inline.browse.button 2018-10-08 16:10:32,670 [ 5972] INFO - tellij.openapi.util.IconLoader - replace '/nodes/folder.svg' with 'MTIcons.Nodes2.Folder' 2018-10-08 16:10:32,940 [ 6242] INFO - tellij.openapi.util.IconLoader - replace '/nodes/newFolder.png' with 'AllIcons.Nodes.Folder' 2018-10-08 16:10:32,941 [ 6243] INFO - tellij.openapi.util.IconLoader - replace '/nodes/pinToolWindow.png' with 'MTIcons.Nodes2.PinToolWindow' 2018-10-08 16:10:32,942 [ 6244] INFO - tellij.openapi.util.IconLoader - replace '/nodes/folder.svg' with 'MTIcons.Nodes2.Folder' 2018-10-08 16:10:32,945 [ 6247] INFO - tellij.openapi.util.IconLoader - replace '/nodes/tabPin.png' with 'MTIcons.Nodes2.TabPin' 2018-10-08 16:10:32,946 [ 6248] INFO - tellij.openapi.util.IconLoader - replace '/nodes/folder.svg' with 'MTIcons.Nodes2.Folder' 2018-10-08 16:10:32,946 [ 6248] INFO - tellij.openapi.util.IconLoader - replace '/nodes/folder.svg' with 'MTIcons.Nodes2.Folder' 2018-10-08 16:10:32,958 [ 6260] INFO - tellij.openapi.util.IconLoader - replace '/general/collapseComponentHover.svg' with 'MTIcons.General.CollapseComponentHover' 2018-10-08 16:10:33,057 [ 6359] INFO - tellij.openapi.util.IconLoader - replace '/icons/general/modified.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/general/modified.svg' 2018-10-08 16:10:33,062 [ 6364] INFO - tellij.openapi.util.IconLoader - replace '/icons/general/openDiskHover.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/general/openDiskHover.svg' 2018-10-08 16:10:33,067 [ 6369] INFO - tellij.openapi.util.IconLoader - replace '/icons/general/projectConfigurable.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/general/projectConfigurable.svg' 2018-10-08 16:10:33,073 [ 6375] INFO - tellij.openapi.util.IconLoader - replace '/general/copyHovered.svg' with 'MTIcons.General.CopyHovered' 2018-10-08 16:10:33,075 [ 6377] INFO - tellij.openapi.util.IconLoader - replace '/general/expandComponentHover.svg' with 'MTIcons.General.ExpandComponentHover' 2018-10-08 16:10:33,075 [ 6377] INFO - tellij.openapi.util.IconLoader - replace '/general/gearHover.png' with 'MTIcons.General.GearHover' 2018-10-08 16:10:33,076 [ 6378] INFO - tellij.openapi.util.IconLoader - replace '/general/hideDownHover.png' with 'MTIcons.General.HideDownHover' 2018-10-08 16:10:33,076 [ 6378] INFO - tellij.openapi.util.IconLoader - replace '/general/hideDownPartHover.png' with 'MTIcons.General.HideDownPartHover' 2018-10-08 16:10:33,077 [ 6379] INFO - tellij.openapi.util.IconLoader - replace '/general/hideLeftHover.png' with 'MTIcons.General.HideLeftHover' 2018-10-08 16:10:33,077 [ 6379] INFO - tellij.openapi.util.IconLoader - replace '/general/hideLeftPartHover.png' with 'MTIcons.General.HideLeftPartHover' 2018-10-08 16:10:33,077 [ 6379] INFO - tellij.openapi.util.IconLoader - replace '/general/hideRightHover.png' with 'MTIcons.General.HideRightHover' 2018-10-08 16:10:33,077 [ 6379] INFO - tellij.openapi.util.IconLoader - replace '/general/hideRightPartHover.png' with 'MTIcons.General.HideRightHover' 2018-10-08 16:10:33,079 [ 6381] INFO - tellij.openapi.util.IconLoader - replace '/general/inline_edit_hovered.png' with 'MTIcons.General.InlineEditHovered' 2018-10-08 16:10:33,079 [ 6381] INFO - tellij.openapi.util.IconLoader - replace '/general/inspectionsError.png' with 'MTIcons.General.InspectionsError' 2018-10-08 16:10:33,081 [ 6383] INFO - tellij.openapi.util.IconLoader - replace '/general/modified.png' with 'MTIcons.General.Modified' 2018-10-08 16:10:33,082 [ 6384] INFO - tellij.openapi.util.IconLoader - replace '/general/openDiskHover.svg' with 'MTIcons.General.OpenDiskHover' 2018-10-08 16:10:33,093 [ 6395] INFO - tellij.openapi.util.IconLoader - replace '/actions/closeHovered.png' with 'MTIcons.Actions.CloseHovered' 2018-10-08 16:10:33,104 [ 6406] INFO - tellij.openapi.util.IconLoader - replace '/actions/closeNewHovered.png' with 'MTIcons.Actions.CloseNewHovered' 2018-10-08 16:10:33,120 [ 6422] INFO - tellij.openapi.util.IconLoader - replace '/ide/rating.svg' with 'MTIcons.Ide.Rating' 2018-10-08 16:10:33,142 [ 6444] INFO - tellij.openapi.util.IconLoader - replace '/ide/rating1.svg' with 'MTIcons.Ide.Rating1' 2018-10-08 16:10:33,142 [ 6444] INFO - tellij.openapi.util.IconLoader - replace '/ide/rating2.svg' with 'MTIcons.Ide.Rating2' 2018-10-08 16:10:33,143 [ 6445] INFO - tellij.openapi.util.IconLoader - replace '/ide/rating3.svg' with 'MTIcons.Ide.Rating3' 2018-10-08 16:10:33,143 [ 6445] INFO - tellij.openapi.util.IconLoader - replace '/ide/rating4.svg' with 'MTIcons.Ide.Rating4' 2018-10-08 16:10:33,434 [ 6736] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=0.0; restored: fontSize=12, fontScale=1.0 2018-10-08 16:10:33,771 [ 7073] INFO - tellij.openapi.util.IconLoader - replace '/mac/tree_white_down_arrow.png' with 'MTIcons.Arrows.MaterialDown' 2018-10-08 16:10:33,812 [ 7114] INFO - tellij.openapi.util.IconLoader - replace '/mac/tree_white_right_arrow.png' with 'MTIcons.Arrows.MaterialRight' 2018-10-08 16:10:34,156 [ 7458] INFO - til.net.ssl.CertificateManager - Default SSL context initialized 2018-10-08 16:10:34,165 [ 7467] INFO - lij.diagnostic.DebugLogManager - Set DEBUG for the following categories: 2018-10-08 16:10:34,184 [ 7486] INFO - rains.ide.BuiltInServerManager - built-in server started, port 63342 2018-10-08 16:10:34,306 [ 7608] INFO - m.intellij.ui.mac.touchbar.NST - touchbar-server isn't running, skip nst loading 2018-10-08 16:10:34,324 [ 7626] INFO - j.ide.ui.OptionsTopHitProvider - 349 ms spent to cache options in application 2018-10-08 16:10:34,324 [ 7626] INFO - .openapi.application.Preloader - com.intellij.ide.ui.OptionsTopHitProvider$Activity took 349 ms 2018-10-08 16:10:34,339 [ 7641] INFO - gs.impl.UpdateCheckerComponent - channel: release 2018-10-08 16:10:34,579 [ 7881] INFO - il.indexing.FileBasedIndexImpl - Index exts enumerated:99, number of extensions:46 2018-10-08 16:10:34,585 [ 7887] INFO - il.indexing.FileBasedIndexImpl - Index scheduled:6 2018-10-08 16:10:34,647 [ 7949] INFO - tellij.psi.stubs.StubIndexImpl - All stub exts enumerated:53, number of extensions:76 2018-10-08 16:10:34,648 [ 7950] INFO - tellij.psi.stubs.StubIndexImpl - stub exts update scheduled:1 2018-10-08 16:10:34,746 [ 8048] INFO - ndex.PrebuiltIndexProviderBase - Using prebuilt id-index from /Users/kenbergquist/Library/Caches/PhpStorm2018.2/index/.persistent/prebuilt/PHP/id-index.input 2018-10-08 16:10:34,813 [ 8115] INFO - tellij.openapi.util.IconLoader - replace '/icons/darcula/clear.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/darcula/clear.svg' 2018-10-08 16:10:34,814 [ 8116] INFO - pi.util.registry.RegistryValue - Registry value 'ide.balloon.shadow.size' has changed to '0" 2018-10-08 16:10:34,855 [ 8157] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0 2018-10-08 16:10:34,959 [ 8261] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0 2018-10-08 16:10:34,959 [ 8261] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0 2018-10-08 16:10:34,973 [ 8275] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0 2018-10-08 16:10:34,973 [ 8275] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0 2018-10-08 16:10:34,986 [ 8288] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0 2018-10-08 16:10:34,986 [ 8288] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0 2018-10-08 16:10:35,002 [ 8304] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0 2018-10-08 16:10:35,002 [ 8304] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0 2018-10-08 16:10:35,018 [ 8320] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0 2018-10-08 16:10:35,018 [ 8320] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0 2018-10-08 16:10:35,033 [ 8335] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0 2018-10-08 16:10:35,033 [ 8335] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0 2018-10-08 16:10:35,049 [ 8351] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0 2018-10-08 16:10:35,049 [ 8351] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0 2018-10-08 16:10:35,062 [ 8364] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0 2018-10-08 16:10:35,067 [ 8369] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0 2018-10-08 16:10:35,080 [ 8382] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0 2018-10-08 16:10:35,080 [ 8382] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0 2018-10-08 16:10:35,099 [ 8401] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0 2018-10-08 16:10:35,100 [ 8402] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0 2018-10-08 16:10:35,117 [ 8419] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0 2018-10-08 16:10:35,117 [ 8419] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0 2018-10-08 16:10:35,132 [ 8434] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0 2018-10-08 16:10:35,132 [ 8434] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0 2018-10-08 16:10:35,140 [ 8442] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0 2018-10-08 16:10:35,140 [ 8442] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0 2018-10-08 16:10:35,149 [ 8451] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=null; restored: fontSize=12, fontScale=1.0 2018-10-08 16:10:35,149 [ 8451] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=null; restored: fontSize=12, fontScale=1.0 2018-10-08 16:10:35,159 [ 8461] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0 2018-10-08 16:10:35,159 [ 8461] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0 2018-10-08 16:10:35,170 [ 8472] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0 2018-10-08 16:10:35,170 [ 8472] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=1.0; restored: fontSize=12, fontScale=1.0 2018-10-08 16:10:35,179 [ 8481] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=null; restored: fontSize=12, fontScale=1.0 2018-10-08 16:10:35,179 [ 8481] INFO - com.intellij.ide.ui.UISettings - Loaded: fontSize=12, fontScale=null; restored: fontSize=12, fontScale=1.0 2018-10-08 16:10:35,241 [ 8543] INFO - pi.util.registry.RegistryValue - Registry value 'mac.editor.thumb.default.alpha.base' has changed to '0" 2018-10-08 16:10:35,241 [ 8543] INFO - pi.util.registry.RegistryValue - Registry value 'mac.editor.thumb.default.alpha.delta' has changed to '102" 2018-10-08 16:10:35,241 [ 8543] INFO - pi.util.registry.RegistryValue - Registry value 'mac.editor.thumb.darcula.alpha.base' has changed to '0" 2018-10-08 16:10:35,241 [ 8543] INFO - pi.util.registry.RegistryValue - Registry value 'mac.editor.thumb.darcula.alpha.delta' has changed to '102" 2018-10-08 16:10:35,241 [ 8543] INFO - pi.util.registry.RegistryValue - Registry value 'mac.editor.thumb.default.fill.min' has changed to '102" 2018-10-08 16:10:35,241 [ 8543] INFO - pi.util.registry.RegistryValue - Registry value 'mac.editor.thumb.default.fill.max' has changed to '150" 2018-10-08 16:10:35,241 [ 8543] INFO - pi.util.registry.RegistryValue - Registry value 'mac.editor.thumb.darcula.fill.min' has changed to '102" 2018-10-08 16:10:35,241 [ 8543] INFO - pi.util.registry.RegistryValue - Registry value 'mac.editor.thumb.darcula.fill.max' has changed to '163" 2018-10-08 16:10:35,280 [ 8582] INFO - pl$FileIndexDataInitialization - Initialization done:694 2018-10-08 16:10:35,447 [ 8749] INFO - exImpl$StubIndexInitialization - Initialization done:167 2018-10-08 16:10:35,462 [ 8764] INFO - tellij.openapi.util.IconLoader - replace '/process/progressPauseHover.png' with 'MTIcons.Process.ProgressPauseHover' 2018-10-08 16:10:35,613 [ 8915] ERROR - nSystem.impl.ActionManagerImpl - java.lang.reflect.InvocationTargetException [Plugin: com.jetbrains.php] com.intellij.diagnostic.PluginException: java.lang.reflect.InvocationTargetException [Plugin: com.jetbrains.php] at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.convertStub(ActionManagerImpl.java:144) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.a(ActionManagerImpl.java:458) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.getAction(ActionManagerImpl.java:446) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.preloadActions(ActionManagerImpl.java:1266) at com.intellij.openapi.actionSystem.impl.ActionPreloader.preload(ActionPreloader.java:32) at com.intellij.openapi.application.Preloader.a(Preloader.java:75) at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:157) at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:580) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:525) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:85) at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:144) at com.intellij.openapi.application.Preloader.a(Preloader.java:72) at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:226) at com.intellij.util.concurrency.BoundedTaskExecutor.access$100(BoundedTaskExecutor.java:26) at com.intellij.util.concurrency.BoundedTaskExecutor$2$1.run(BoundedTaskExecutor.java:199) at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:229) at com.intellij.util.concurrency.BoundedTaskExecutor$2.run(BoundedTaskExecutor.java:193) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at com.intellij.util.ExceptionUtil.rethrow(ExceptionUtil.java:160) at com.intellij.util.ReflectionUtil.newInstance(ReflectionUtil.java:427) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.convertStub(ActionManagerImpl.java:141) ... 19 more Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at com.intellij.util.ReflectionUtil.newInstance(ReflectionUtil.java:419) ... 20 more Caused by: java.lang.ExceptionInInitializerError at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:348) at com.intellij.openapi.util.IconLoader.getReflectiveIcon(IconLoader.java:116) at com.intellij.openapi.util.IconLoader.findIcon(IconLoader.java:194) at com.intellij.openapi.util.IconLoader.findIcon(IconLoader.java:182) at com.intellij.openapi.util.IconLoader.findIcon(IconLoader.java:177) at com.intellij.openapi.util.IconLoader.getIcon(IconLoader.java:146) at com.intellij.openapi.util.IconLoader.getIcon(IconLoader.java:109) at com.intellij.icons.AllIcons$Process.(AllIcons.java:1535) at com.jetbrains.php.PhpIcons.(PhpIcons.java:103) at com.jetbrains.php.debug.actions.PhpDebugHideEmptySuperGlobalsToggleAction.(PhpDebugHideEmptySuperGlobalsToggleAction.java:22) ... 25 more Caused by: java.util.ConcurrentModificationException at java.util.ArrayList$Itr.checkForComodification(ArrayList.java:903) at java.util.ArrayList$Itr.next(ArrayList.java:853) at com.intellij.openapi.util.IconLoader.patchPath(IconLoader.java:215) at com.intellij.openapi.util.IconLoader.findIcon(IconLoader.java:189) at com.intellij.openapi.util.IconLoader.findIcon(IconLoader.java:182) at com.intellij.openapi.util.IconLoader.findIcon(IconLoader.java:177) at com.intellij.openapi.util.IconLoader.getIcon(IconLoader.java:146) at com.intellij.openapi.util.IconLoader.getIcon(IconLoader.java:109) at com.chrisrm.idea.icons.tinted.TintedIconsService.getAccentIcon(TintedIconsService.java:143) at icons.MTIcons$Process.(MTIcons.java:155) ... 36 more 2018-10-08 16:10:35,617 [ 8919] ERROR - nSystem.impl.ActionManagerImpl - PhpStorm 2018.2.4 Build #PS-182.4505.42 2018-10-08 16:10:35,617 [ 8919] ERROR - nSystem.impl.ActionManagerImpl - JDK: 1.8.0_152-release 2018-10-08 16:10:35,617 [ 8919] ERROR - nSystem.impl.ActionManagerImpl - VM: OpenJDK 64-Bit Server VM 2018-10-08 16:10:35,617 [ 8919] ERROR - nSystem.impl.ActionManagerImpl - Vendor: JetBrains s.r.o 2018-10-08 16:10:35,618 [ 8920] ERROR - nSystem.impl.ActionManagerImpl - OS: Mac OS X 2018-10-08 16:10:35,638 [ 8940] INFO - plication.impl.ApplicationImpl - 92 application components initialized in 4290ms 2018-10-08 16:10:35,682 [ 8984] INFO - .intellij.idea.IdeaApplication - App initialization took 9731 ms 2018-10-08 16:10:35,717 [ 9019] ERROR - nSystem.impl.ActionManagerImpl - java.lang.reflect.InvocationTargetException [Plugin: com.jetbrains.php] com.intellij.diagnostic.PluginException: java.lang.reflect.InvocationTargetException [Plugin: com.jetbrains.php] at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.convertStub(ActionManagerImpl.java:144) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.a(ActionManagerImpl.java:458) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.getAction(ActionManagerImpl.java:446) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.preloadActions(ActionManagerImpl.java:1266) at com.intellij.openapi.actionSystem.impl.ActionPreloader.preload(ActionPreloader.java:32) at com.intellij.openapi.application.Preloader.a(Preloader.java:75) at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:157) at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:580) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:525) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:85) at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:144) at com.intellij.openapi.application.Preloader.a(Preloader.java:72) at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:226) at com.intellij.util.concurrency.BoundedTaskExecutor.access$100(BoundedTaskExecutor.java:26) at com.intellij.util.concurrency.BoundedTaskExecutor$2$1.run(BoundedTaskExecutor.java:199) at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:229) at com.intellij.util.concurrency.BoundedTaskExecutor$2.run(BoundedTaskExecutor.java:193) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at com.intellij.util.ExceptionUtil.rethrow(ExceptionUtil.java:160) at com.intellij.util.ReflectionUtil.newInstance(ReflectionUtil.java:427) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.convertStub(ActionManagerImpl.java:141) ... 19 more Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at com.intellij.util.ReflectionUtil.newInstance(ReflectionUtil.java:419) ... 20 more Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.jetbrains.php.PhpIcons at com.jetbrains.php.debug.xdebug.actions.XdebugShowValuesAddressesToggleAction.(XdebugShowValuesAddressesToggleAction.java:18) ... 25 more 2018-10-08 16:10:35,718 [ 9020] ERROR - nSystem.impl.ActionManagerImpl - PhpStorm 2018.2.4 Build #PS-182.4505.42 2018-10-08 16:10:35,718 [ 9020] ERROR - nSystem.impl.ActionManagerImpl - JDK: 1.8.0_152-release 2018-10-08 16:10:35,718 [ 9020] ERROR - nSystem.impl.ActionManagerImpl - VM: OpenJDK 64-Bit Server VM 2018-10-08 16:10:35,719 [ 9021] ERROR - nSystem.impl.ActionManagerImpl - Vendor: JetBrains s.r.o 2018-10-08 16:10:35,719 [ 9021] ERROR - nSystem.impl.ActionManagerImpl - OS: Mac OS X 2018-10-08 16:10:35,719 [ 9021] ERROR - nSystem.impl.ActionManagerImpl - Last Action: 2018-10-08 16:10:35,778 [ 9080] INFO - tellij.openapi.util.IconLoader - replace '/process/step_mask.png' with 'MTIcons.Process.StepMask' 2018-10-08 16:10:35,779 [ 9081] ERROR - llij.ide.plugins.PluginManager - Could not initialize class icons.MTIcons$Process java.lang.NoClassDefFoundError: Could not initialize class icons.MTIcons$Process at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:348) at com.intellij.openapi.util.IconLoader.getReflectiveIcon(IconLoader.java:116) at com.intellij.openapi.util.IconLoader.findIcon(IconLoader.java:194) at com.intellij.openapi.util.IconLoader.findIcon(IconLoader.java:182) at com.intellij.openapi.util.IconLoader.findIcon(IconLoader.java:177) at com.intellij.openapi.util.IconLoader.getIcon(IconLoader.java:146) at com.intellij.openapi.util.IconLoader.getIcon(IconLoader.java:109) at com.intellij.util.ui.AsyncProcessIcon.findIcons(AsyncProcessIcon.java:62) at com.intellij.util.ui.AsyncProcessIcon.(AsyncProcessIcon.java:32) at com.intellij.openapi.wm.impl.status.InfoAndProgressPanel.(InfoAndProgressPanel.java:109) at com.intellij.openapi.wm.impl.status.IdeStatusBarImpl.(IdeStatusBarImpl.java:155) at com.intellij.openapi.wm.impl.status.IdeStatusBarImpl.(IdeStatusBarImpl.java:171) at com.intellij.openapi.wm.impl.IdeRootPane.a(IdeRootPane.java:232) at com.intellij.openapi.wm.impl.IdeRootPane.(IdeRootPane.java:94) at com.intellij.openapi.wm.impl.IdeFrameImpl.createRootPane(IdeFrameImpl.java:219) at com.intellij.openapi.wm.impl.IdeFrameImpl.(IdeFrameImpl.java:89) at com.intellij.openapi.wm.impl.WindowManagerImpl.showFrame(WindowManagerImpl.java:449) at com.intellij.idea.IdeaApplication$IdeStarter.main(IdeaApplication.java:362) at com.intellij.idea.IdeaApplication.a(IdeaApplication.java:212) at com.intellij.openapi.application.TransactionGuardImpl.performUserActivity(TransactionGuardImpl.java:195) at com.intellij.idea.IdeaApplication.run(IdeaApplication.java:212) at com.intellij.idea.IdeaApplication.a(IdeaApplication.java:75) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311) at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:762) at java.awt.EventQueue.access$500(EventQueue.java:98) at java.awt.EventQueue$3.run(EventQueue.java:715) at java.awt.EventQueue$3.run(EventQueue.java:709) at java.security.AccessController.doPrivileged(Native Method) at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80) at java.awt.EventQueue.dispatchEvent(EventQueue.java:732) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:361) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:201) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93) at java.awt.EventDispatchThread.run(EventDispatchThread.java:82) 2018-10-08 16:10:35,780 [ 9082] ERROR - llij.ide.plugins.PluginManager - PhpStorm 2018.2.4 Build #PS-182.4505.42 2018-10-08 16:10:35,780 [ 9082] ERROR - llij.ide.plugins.PluginManager - JDK: 1.8.0_152-release 2018-10-08 16:10:35,780 [ 9082] ERROR - llij.ide.plugins.PluginManager - VM: OpenJDK 64-Bit Server VM 2018-10-08 16:10:35,780 [ 9082] ERROR - llij.ide.plugins.PluginManager - Vendor: JetBrains s.r.o 2018-10-08 16:10:35,780 [ 9082] ERROR - llij.ide.plugins.PluginManager - OS: Mac OS X 2018-10-08 16:10:35,780 [ 9082] ERROR - llij.ide.plugins.PluginManager - Last Action: 2018-10-08 16:10:35,790 [ 9092] INFO - cloudConfig.CloudConfigManager - === Start.updateInitStatus === 2018-10-08 16:10:35,790 [ 9092] INFO - cloudConfig.CloudConfigManager - === calculateInitStatus === 2018-10-08 16:10:36,098 [ 9400] INFO - tellij.openapi.util.IconLoader - replace '/javaee/application_xml.png' with '/icons/javaee/application_xml.png' 2018-10-08 16:10:36,098 [ 9400] INFO - tellij.openapi.util.IconLoader - replace '/icons/javaee/application_xml.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/javaee/application_xml.svg' 2018-10-08 16:10:36,098 [ 9400] INFO - tellij.openapi.util.IconLoader - replace '/javaee/buildOnFrameDeactivation.png' with '/icons/javaee/buildOnFrameDeactivation.png' 2018-10-08 16:10:36,098 [ 9400] INFO - tellij.openapi.util.IconLoader - replace '/icons/javaee/buildOnFrameDeactivation.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/javaee/buildOnFrameDeactivation.svg' 2018-10-08 16:10:36,098 [ 9400] INFO - tellij.openapi.util.IconLoader - replace '/javaee/dataSourceImport.png' with '/icons/javaee/dataSourceImport.png' 2018-10-08 16:10:36,098 [ 9400] INFO - tellij.openapi.util.IconLoader - replace '/icons/javaee/dataSourceImport.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/javaee/dataSourceImport.svg' 2018-10-08 16:10:36,099 [ 9401] INFO - tellij.openapi.util.IconLoader - replace '/javaee/ejb-jar_xml.png' with '/icons/javaee/ejb-jar_xml.png' 2018-10-08 16:10:36,099 [ 9401] INFO - tellij.openapi.util.IconLoader - replace '/icons/javaee/ejb-jar_xml.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/javaee/ejb-jar_xml.svg' 2018-10-08 16:10:36,099 [ 9401] INFO - tellij.openapi.util.IconLoader - replace '/javaee/ejbClass.png' with '/icons/javaee/ejbClass.png' 2018-10-08 16:10:36,099 [ 9401] INFO - tellij.openapi.util.IconLoader - replace '/icons/javaee/ejbClass.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/javaee/ejbClass.svg' 2018-10-08 16:10:36,100 [ 9402] INFO - tellij.openapi.util.IconLoader - replace '/javaee/ejbModule.png' with '/icons/javaee/ejbModule.png' 2018-10-08 16:10:36,100 [ 9402] INFO - tellij.openapi.util.IconLoader - replace '/icons/javaee/ejbModule.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/javaee/ejbModule.svg' 2018-10-08 16:10:36,101 [ 9403] INFO - tellij.openapi.util.IconLoader - replace '/javaee/entityBean.png' with '/icons/javaee/entityBean.png' 2018-10-08 16:10:36,101 [ 9403] INFO - tellij.openapi.util.IconLoader - replace '/icons/javaee/entityBean.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/javaee/entityBean.svg' 2018-10-08 16:10:36,102 [ 9404] INFO - tellij.openapi.util.IconLoader - replace '/javaee/home.png' with '/icons/javaee/home.png' 2018-10-08 16:10:36,102 [ 9404] INFO - tellij.openapi.util.IconLoader - replace '/icons/javaee/home.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/javaee/home.svg' 2018-10-08 16:10:36,103 [ 9405] INFO - tellij.openapi.util.IconLoader - replace '/javaee/interceptorClass.png' with '/icons/javaee/interceptorClass.png' 2018-10-08 16:10:36,103 [ 9405] INFO - tellij.openapi.util.IconLoader - replace '/icons/javaee/interceptorClass.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/javaee/interceptorClass.svg' 2018-10-08 16:10:36,103 [ 9405] INFO - tellij.openapi.util.IconLoader - replace '/javaee/interceptorMethod.png' with '/icons/javaee/interceptorMethod.png' 2018-10-08 16:10:36,103 [ 9405] INFO - tellij.openapi.util.IconLoader - replace '/icons/javaee/interceptorMethod.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/javaee/interceptorMethod.svg' 2018-10-08 16:10:36,103 [ 9405] INFO - tellij.openapi.util.IconLoader - replace '/javaee/JavaeeAppModule.png' with '/icons/javaee/JavaeeAppModule.png' 2018-10-08 16:10:36,103 [ 9405] INFO - tellij.openapi.util.IconLoader - replace '/icons/javaee/JavaeeAppModule.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/javaee/JavaeeAppModule.svg' 2018-10-08 16:10:36,103 [ 9405] INFO - tellij.openapi.util.IconLoader - replace '/javaee/jpaFacet.png' with '/icons/javaee/jpaFacet.png' 2018-10-08 16:10:36,103 [ 9405] INFO - tellij.openapi.util.IconLoader - replace '/icons/javaee/jpaFacet.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/javaee/jpaFacet.svg' 2018-10-08 16:10:36,104 [ 9406] INFO - tellij.openapi.util.IconLoader - replace '/javaee/local.png' with '/icons/javaee/local.png' 2018-10-08 16:10:36,104 [ 9406] INFO - tellij.openapi.util.IconLoader - replace '/icons/javaee/local.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/javaee/local.svg' 2018-10-08 16:10:36,104 [ 9406] INFO - tellij.openapi.util.IconLoader - replace '/javaee/localHome.png' with '/icons/javaee/localHome.png' 2018-10-08 16:10:36,104 [ 9406] INFO - tellij.openapi.util.IconLoader - replace '/icons/javaee/localHome.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/javaee/localHome.svg' 2018-10-08 16:10:36,104 [ 9406] INFO - tellij.openapi.util.IconLoader - replace '/javaee/messageBean.png' with '/icons/javaee/messageBean.png' 2018-10-08 16:10:36,104 [ 9406] INFO - tellij.openapi.util.IconLoader - replace '/icons/javaee/messageBean.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/javaee/messageBean.svg' 2018-10-08 16:10:36,104 [ 9406] INFO - tellij.openapi.util.IconLoader - replace '/javaee/persistenceAttribute.png' with '/icons/javaee/persistenceAttribute.png' 2018-10-08 16:10:36,104 [ 9406] INFO - tellij.openapi.util.IconLoader - replace '/icons/javaee/persistenceAttribute.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/javaee/persistenceAttribute.svg' 2018-10-08 16:10:36,104 [ 9406] INFO - tellij.openapi.util.IconLoader - replace '/javaee/persistenceEmbeddable.png' with '/icons/javaee/persistenceEmbeddable.png' 2018-10-08 16:10:36,104 [ 9406] INFO - tellij.openapi.util.IconLoader - replace '/icons/javaee/persistenceEmbeddable.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/javaee/persistenceEmbeddable.svg' 2018-10-08 16:10:36,104 [ 9406] INFO - tellij.openapi.util.IconLoader - replace '/javaee/persistenceEntity.png' with '/icons/javaee/persistenceEntity.png' 2018-10-08 16:10:36,104 [ 9406] INFO - tellij.openapi.util.IconLoader - replace '/icons/javaee/persistenceEntity.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/javaee/persistenceEntity.svg' 2018-10-08 16:10:36,105 [ 9407] INFO - tellij.openapi.util.IconLoader - replace '/javaee/persistenceEntityListener.png' with '/icons/javaee/persistenceEntityListener.png' 2018-10-08 16:10:36,105 [ 9407] INFO - tellij.openapi.util.IconLoader - replace '/icons/javaee/persistenceEntityListener.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/javaee/persistenceEntityListener.svg' 2018-10-08 16:10:36,105 [ 9407] INFO - tellij.openapi.util.IconLoader - replace '/javaee/persistenceId.png' with '/icons/javaee/persistenceId.png' 2018-10-08 16:10:36,105 [ 9407] INFO - tellij.openapi.util.IconLoader - replace '/icons/javaee/persistenceId.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/javaee/persistenceId.svg' 2018-10-08 16:10:36,106 [ 9408] INFO - tellij.openapi.util.IconLoader - replace '/javaee/persistenceMappedSuperclass.png' with '/icons/javaee/persistenceMappedSuperclass.png' 2018-10-08 16:10:36,106 [ 9408] INFO - tellij.openapi.util.IconLoader - replace '/icons/javaee/persistenceMappedSuperclass.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/javaee/persistenceMappedSuperclass.svg' 2018-10-08 16:10:36,107 [ 9409] INFO - tellij.openapi.util.IconLoader - replace '/javaee/remote.png' with '/icons/javaee/remote.png' 2018-10-08 16:10:36,107 [ 9409] INFO - tellij.openapi.util.IconLoader - replace '/icons/javaee/remote.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/javaee/remote.svg' 2018-10-08 16:10:36,107 [ 9409] INFO - tellij.openapi.util.IconLoader - replace '/javaee/sessionBean.png' with '/icons/javaee/sessionBean.png' 2018-10-08 16:10:36,108 [ 9410] INFO - tellij.openapi.util.IconLoader - replace '/icons/javaee/sessionBean.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/javaee/sessionBean.svg' 2018-10-08 16:10:36,108 [ 9410] INFO - tellij.openapi.util.IconLoader - replace '/javaee/updateRunningApplication.svg' with '/icons/javaee/updateRunningApplication.svg' 2018-10-08 16:10:36,108 [ 9410] INFO - tellij.openapi.util.IconLoader - replace '/javaee/web_xml.png' with '/icons/javaee/web_xml.png' 2018-10-08 16:10:36,108 [ 9410] INFO - tellij.openapi.util.IconLoader - replace '/icons/javaee/web_xml.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/javaee/web_xml.svg' 2018-10-08 16:10:36,108 [ 9410] INFO - tellij.openapi.util.IconLoader - replace '/javaee/webModule.png' with '/icons/javaee/webModule.png' 2018-10-08 16:10:36,108 [ 9410] INFO - tellij.openapi.util.IconLoader - replace '/icons/javaee/webModule.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/javaee/webModule.svg' 2018-10-08 16:10:36,108 [ 9410] INFO - tellij.openapi.util.IconLoader - replace '/javaee/webModuleGroup.png' with '/icons/javaee/webModuleGroup.png' 2018-10-08 16:10:36,108 [ 9410] INFO - tellij.openapi.util.IconLoader - replace '/icons/javaee/webModuleGroup.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/javaee/webModuleGroup.svg' 2018-10-08 16:10:36,108 [ 9410] INFO - tellij.openapi.util.IconLoader - replace '/javaee/WebService.png' with '/icons/javaee/WebService.png' 2018-10-08 16:10:36,108 [ 9410] INFO - tellij.openapi.util.IconLoader - replace '/icons/javaee/WebService.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/javaee/WebService.svg' 2018-10-08 16:10:36,108 [ 9410] INFO - tellij.openapi.util.IconLoader - replace '/javaee/WebService2.png' with '/icons/javaee/WebService2.png' 2018-10-08 16:10:36,109 [ 9411] INFO - tellij.openapi.util.IconLoader - replace '/icons/javaee/WebService2.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/javaee/WebService2.svg' 2018-10-08 16:10:36,109 [ 9411] INFO - tellij.openapi.util.IconLoader - replace '/javaee/WebServiceClient.png' with '/icons/javaee/WebServiceClient.png' 2018-10-08 16:10:36,109 [ 9411] INFO - tellij.openapi.util.IconLoader - replace '/icons/javaee/WebServiceClient.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/javaee/WebServiceClient.svg' 2018-10-08 16:10:36,109 [ 9411] INFO - tellij.openapi.util.IconLoader - replace '/javaee/WebServiceClient2.png' with '/icons/javaee/WebServiceClient2.png' 2018-10-08 16:10:36,109 [ 9411] INFO - tellij.openapi.util.IconLoader - replace '/icons/javaee/WebServiceClient2.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/javaee/WebServiceClient2.svg' 2018-10-08 16:10:36,157 [ 9459] INFO - .cloudConfig.CloudConfigClient - === Get cloud config URL: https://cloudconfig.jetbrains.com/cloudconfig/files === 2018-10-08 16:10:36,163 [ 9465] ERROR - nSystem.impl.ActionManagerImpl - java.lang.reflect.InvocationTargetException [Plugin: com.jetbrains.php] com.intellij.diagnostic.PluginException: java.lang.reflect.InvocationTargetException [Plugin: com.jetbrains.php] at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.convertStub(ActionManagerImpl.java:144) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.a(ActionManagerImpl.java:458) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.getAction(ActionManagerImpl.java:446) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.preloadActions(ActionManagerImpl.java:1266) at com.intellij.openapi.actionSystem.impl.ActionPreloader.preload(ActionPreloader.java:32) at com.intellij.openapi.application.Preloader.a(Preloader.java:75) at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:157) at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:580) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:525) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:85) at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:144) at com.intellij.openapi.application.Preloader.a(Preloader.java:72) at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:226) at com.intellij.util.concurrency.BoundedTaskExecutor.access$100(BoundedTaskExecutor.java:26) at com.intellij.util.concurrency.BoundedTaskExecutor$2$1.run(BoundedTaskExecutor.java:199) at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:229) at com.intellij.util.concurrency.BoundedTaskExecutor$2.run(BoundedTaskExecutor.java:193) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at com.intellij.util.ExceptionUtil.rethrow(ExceptionUtil.java:160) at com.intellij.util.ReflectionUtil.newInstance(ReflectionUtil.java:427) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.convertStub(ActionManagerImpl.java:141) ... 19 more Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at com.intellij.util.ReflectionUtil.newInstance(ReflectionUtil.java:419) ... 20 more Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.jetbrains.php.PhpIcons at com.jetbrains.php.debug.xdebug.actions.XdebugAddMethodToSkipListAction.(XdebugAddMethodToSkipListAction.java:29) ... 25 more 2018-10-08 16:10:36,164 [ 9466] ERROR - nSystem.impl.ActionManagerImpl - PhpStorm 2018.2.4 Build #PS-182.4505.42 2018-10-08 16:10:36,164 [ 9466] ERROR - nSystem.impl.ActionManagerImpl - JDK: 1.8.0_152-release 2018-10-08 16:10:36,164 [ 9466] ERROR - nSystem.impl.ActionManagerImpl - VM: OpenJDK 64-Bit Server VM 2018-10-08 16:10:36,164 [ 9466] ERROR - nSystem.impl.ActionManagerImpl - Vendor: JetBrains s.r.o 2018-10-08 16:10:36,164 [ 9466] ERROR - nSystem.impl.ActionManagerImpl - OS: Mac OS X 2018-10-08 16:10:36,165 [ 9467] ERROR - nSystem.impl.ActionManagerImpl - Last Action: 2018-10-08 16:10:36,215 [ 9517] ERROR - nSystem.impl.ActionManagerImpl - java.lang.reflect.InvocationTargetException [Plugin: com.jetbrains.php] com.intellij.diagnostic.PluginException: java.lang.reflect.InvocationTargetException [Plugin: com.jetbrains.php] at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.convertStub(ActionManagerImpl.java:144) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.a(ActionManagerImpl.java:458) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.getAction(ActionManagerImpl.java:446) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.preloadActions(ActionManagerImpl.java:1266) at com.intellij.openapi.actionSystem.impl.ActionPreloader.preload(ActionPreloader.java:32) at com.intellij.openapi.application.Preloader.a(Preloader.java:75) at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:157) at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:580) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:525) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:85) at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:144) at com.intellij.openapi.application.Preloader.a(Preloader.java:72) at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:226) at com.intellij.util.concurrency.BoundedTaskExecutor.access$100(BoundedTaskExecutor.java:26) at com.intellij.util.concurrency.BoundedTaskExecutor$2$1.run(BoundedTaskExecutor.java:199) at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:229) at com.intellij.util.concurrency.BoundedTaskExecutor$2.run(BoundedTaskExecutor.java:193) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at com.intellij.util.ExceptionUtil.rethrow(ExceptionUtil.java:160) at com.intellij.util.ReflectionUtil.newInstance(ReflectionUtil.java:427) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.convertStub(ActionManagerImpl.java:141) ... 19 more Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at com.intellij.util.ReflectionUtil.newInstance(ReflectionUtil.java:419) ... 20 more Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.jetbrains.php.PhpIcons at com.jetbrains.php.profiler.xdebug.XdebugAnalyzeProfilerSnapshotAction.(XdebugAnalyzeProfilerSnapshotAction.java:41) ... 25 more 2018-10-08 16:10:36,216 [ 9518] ERROR - nSystem.impl.ActionManagerImpl - PhpStorm 2018.2.4 Build #PS-182.4505.42 2018-10-08 16:10:36,216 [ 9518] ERROR - nSystem.impl.ActionManagerImpl - JDK: 1.8.0_152-release 2018-10-08 16:10:36,216 [ 9518] ERROR - nSystem.impl.ActionManagerImpl - VM: OpenJDK 64-Bit Server VM 2018-10-08 16:10:36,216 [ 9518] ERROR - nSystem.impl.ActionManagerImpl - Vendor: JetBrains s.r.o 2018-10-08 16:10:36,216 [ 9518] ERROR - nSystem.impl.ActionManagerImpl - OS: Mac OS X 2018-10-08 16:10:36,216 [ 9518] ERROR - nSystem.impl.ActionManagerImpl - Last Action: 2018-10-08 16:10:36,366 [ 9668] INFO - tellij.openapi.util.IconLoader - replace '/general/openDisk.svg' with '/icons/general/openDisk.svg' 2018-10-08 16:10:36,439 [ 9741] INFO - j.ide.ui.OptionsTopHitProvider - 583 ms spent on EDT to cache options in application 2018-10-08 16:10:36,456 [ 9758] ERROR - nSystem.impl.ActionManagerImpl - java.lang.reflect.InvocationTargetException [Plugin: com.jetbrains.php] com.intellij.diagnostic.PluginException: java.lang.reflect.InvocationTargetException [Plugin: com.jetbrains.php] at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.convertStub(ActionManagerImpl.java:144) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.a(ActionManagerImpl.java:458) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.getAction(ActionManagerImpl.java:446) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.preloadActions(ActionManagerImpl.java:1266) at com.intellij.openapi.actionSystem.impl.ActionPreloader.preload(ActionPreloader.java:32) at com.intellij.openapi.application.Preloader.a(Preloader.java:75) at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:157) at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:580) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:525) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:85) at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:144) at com.intellij.openapi.application.Preloader.a(Preloader.java:72) at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:226) at com.intellij.util.concurrency.BoundedTaskExecutor.access$100(BoundedTaskExecutor.java:26) at com.intellij.util.concurrency.BoundedTaskExecutor$2$1.run(BoundedTaskExecutor.java:199) at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:229) at com.intellij.util.concurrency.BoundedTaskExecutor$2.run(BoundedTaskExecutor.java:193) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at com.intellij.util.ExceptionUtil.rethrow(ExceptionUtil.java:160) at com.intellij.util.ReflectionUtil.newInstance(ReflectionUtil.java:427) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.convertStub(ActionManagerImpl.java:141) ... 19 more Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at com.intellij.util.ReflectionUtil.newInstance(ReflectionUtil.java:419) ... 20 more Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.jetbrains.php.PhpIcons at com.jetbrains.php.actions.PhpNewBaseAction.(PhpNewBaseAction.java:50) at com.jetbrains.php.actions.PhpNewFileAction.(PhpNewFileAction.java:18) ... 25 more 2018-10-08 16:10:36,457 [ 9759] ERROR - nSystem.impl.ActionManagerImpl - PhpStorm 2018.2.4 Build #PS-182.4505.42 2018-10-08 16:10:36,457 [ 9759] ERROR - nSystem.impl.ActionManagerImpl - JDK: 1.8.0_152-release 2018-10-08 16:10:36,457 [ 9759] ERROR - nSystem.impl.ActionManagerImpl - VM: OpenJDK 64-Bit Server VM 2018-10-08 16:10:36,457 [ 9759] ERROR - nSystem.impl.ActionManagerImpl - Vendor: JetBrains s.r.o 2018-10-08 16:10:36,457 [ 9759] ERROR - nSystem.impl.ActionManagerImpl - OS: Mac OS X 2018-10-08 16:10:36,457 [ 9759] ERROR - nSystem.impl.ActionManagerImpl - Last Action: 2018-10-08 16:10:36,458 [ 9760] ERROR - nSystem.impl.ActionManagerImpl - java.lang.reflect.InvocationTargetException [Plugin: com.jetbrains.php] com.intellij.diagnostic.PluginException: java.lang.reflect.InvocationTargetException [Plugin: com.jetbrains.php] at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.convertStub(ActionManagerImpl.java:144) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.a(ActionManagerImpl.java:458) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.getAction(ActionManagerImpl.java:446) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.preloadActions(ActionManagerImpl.java:1266) at com.intellij.openapi.actionSystem.impl.ActionPreloader.preload(ActionPreloader.java:32) at com.intellij.openapi.application.Preloader.a(Preloader.java:75) at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:157) at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:580) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:525) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:85) at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:144) at com.intellij.openapi.application.Preloader.a(Preloader.java:72) at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:226) at com.intellij.util.concurrency.BoundedTaskExecutor.access$100(BoundedTaskExecutor.java:26) at com.intellij.util.concurrency.BoundedTaskExecutor$2$1.run(BoundedTaskExecutor.java:199) at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:229) at com.intellij.util.concurrency.BoundedTaskExecutor$2.run(BoundedTaskExecutor.java:193) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at com.intellij.util.ExceptionUtil.rethrow(ExceptionUtil.java:160) at com.intellij.util.ReflectionUtil.newInstance(ReflectionUtil.java:427) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.convertStub(ActionManagerImpl.java:141) ... 19 more Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at com.intellij.util.ReflectionUtil.newInstance(ReflectionUtil.java:419) ... 20 more Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.jetbrains.php.PhpIcons at com.jetbrains.php.phpunit.codeGeneration.PhpUnitNewTestFromClassAction.(PhpUnitNewTestFromClassAction.java:25) ... 25 more 2018-10-08 16:10:36,459 [ 9761] ERROR - nSystem.impl.ActionManagerImpl - PhpStorm 2018.2.4 Build #PS-182.4505.42 2018-10-08 16:10:36,459 [ 9761] ERROR - nSystem.impl.ActionManagerImpl - JDK: 1.8.0_152-release 2018-10-08 16:10:36,459 [ 9761] ERROR - nSystem.impl.ActionManagerImpl - VM: OpenJDK 64-Bit Server VM 2018-10-08 16:10:36,459 [ 9761] ERROR - nSystem.impl.ActionManagerImpl - Vendor: JetBrains s.r.o 2018-10-08 16:10:36,459 [ 9761] ERROR - nSystem.impl.ActionManagerImpl - OS: Mac OS X 2018-10-08 16:10:36,459 [ 9761] ERROR - nSystem.impl.ActionManagerImpl - Last Action: 2018-10-08 16:10:36,467 [ 9769] INFO - tellij.openapi.util.IconLoader - replace '/icons/cherryPick.svg' with '/icons/plugins/vcs/cherryPick.svg' 2018-10-08 16:10:36,468 [ 9770] INFO - tellij.openapi.util.IconLoader - replace '/icons/incoming.svg' with '/icons/plugins/vcs/incoming.svg' 2018-10-08 16:10:36,468 [ 9770] INFO - tellij.openapi.util.IconLoader - replace '/icons/incomingOutgoing.svg' with '/icons/plugins/vcs/incomingOutgoing.svg' 2018-10-08 16:10:36,468 [ 9770] INFO - tellij.openapi.util.IconLoader - replace '/icons/outgoing.svg' with '/icons/plugins/vcs/outgoing.svg' 2018-10-08 16:10:36,589 [ 9891] INFO - tellij.openapi.util.IconLoader - replace '/icons/buildTools/grunt/grunt.png' with '/icons/buildTools/grunt/grunt.png' 2018-10-08 16:10:36,589 [ 9891] INFO - tellij.openapi.util.IconLoader - replace '/icons/buildTools/grunt/grunt.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/buildTools/grunt/grunt.svg' 2018-10-08 16:10:36,589 [ 9891] INFO - tellij.openapi.util.IconLoader - replace '/icons/buildTools/grunt/grunt_toolwindow.svg' with '/icons/buildTools/grunt/grunt_toolwindow.svg' 2018-10-08 16:10:36,629 [ 9931] ERROR - nSystem.impl.ActionManagerImpl - java.lang.reflect.InvocationTargetException [Plugin: com.jetbrains.php] com.intellij.diagnostic.PluginException: java.lang.reflect.InvocationTargetException [Plugin: com.jetbrains.php] at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.convertStub(ActionManagerImpl.java:144) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.a(ActionManagerImpl.java:458) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.getAction(ActionManagerImpl.java:446) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.preloadActions(ActionManagerImpl.java:1266) at com.intellij.openapi.actionSystem.impl.ActionPreloader.preload(ActionPreloader.java:32) at com.intellij.openapi.application.Preloader.a(Preloader.java:75) at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:157) at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:580) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:525) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:85) at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:144) at com.intellij.openapi.application.Preloader.a(Preloader.java:72) at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:226) at com.intellij.util.concurrency.BoundedTaskExecutor.access$100(BoundedTaskExecutor.java:26) at com.intellij.util.concurrency.BoundedTaskExecutor$2$1.run(BoundedTaskExecutor.java:199) at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:229) at com.intellij.util.concurrency.BoundedTaskExecutor$2.run(BoundedTaskExecutor.java:193) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at com.intellij.util.ExceptionUtil.rethrow(ExceptionUtil.java:160) at com.intellij.util.ReflectionUtil.newInstance(ReflectionUtil.java:427) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.convertStub(ActionManagerImpl.java:141) ... 19 more Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at com.intellij.util.ReflectionUtil.newInstance(ReflectionUtil.java:419) ... 20 more Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.jetbrains.php.PhpIcons at com.jetbrains.php.phpunit.codeGeneration.PhpNewTestAction.(PhpNewTestAction.java:41) ... 25 more 2018-10-08 16:10:36,630 [ 9932] ERROR - nSystem.impl.ActionManagerImpl - PhpStorm 2018.2.4 Build #PS-182.4505.42 2018-10-08 16:10:36,631 [ 9933] ERROR - nSystem.impl.ActionManagerImpl - JDK: 1.8.0_152-release 2018-10-08 16:10:36,631 [ 9933] ERROR - nSystem.impl.ActionManagerImpl - VM: OpenJDK 64-Bit Server VM 2018-10-08 16:10:36,631 [ 9933] ERROR - nSystem.impl.ActionManagerImpl - Vendor: JetBrains s.r.o 2018-10-08 16:10:36,631 [ 9933] ERROR - nSystem.impl.ActionManagerImpl - OS: Mac OS X 2018-10-08 16:10:36,631 [ 9933] ERROR - nSystem.impl.ActionManagerImpl - Last Action: 2018-10-08 16:10:36,672 [ 9974] INFO - cloudConfig.CloudConfigManager - === calculateInitStatus.value: JBA_NOT_CONNECTED === 2018-10-08 16:10:36,673 [ 9975] INFO - cloudConfig.CloudConfigManager - === End.updateInitStatus === 2018-10-08 16:10:36,772 [ 10074] ERROR - nSystem.impl.ActionManagerImpl - java.lang.reflect.InvocationTargetException [Plugin: com.jetbrains.php] com.intellij.diagnostic.PluginException: java.lang.reflect.InvocationTargetException [Plugin: com.jetbrains.php] at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.convertStub(ActionManagerImpl.java:144) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.a(ActionManagerImpl.java:458) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.getAction(ActionManagerImpl.java:446) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.preloadActions(ActionManagerImpl.java:1266) at com.intellij.openapi.actionSystem.impl.ActionPreloader.preload(ActionPreloader.java:32) at com.intellij.openapi.application.Preloader.a(Preloader.java:75) at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:157) at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:580) at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:525) at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:85) at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:144) at com.intellij.openapi.application.Preloader.a(Preloader.java:72) at com.intellij.util.concurrency.BoundedTaskExecutor.doRun(BoundedTaskExecutor.java:226) at com.intellij.util.concurrency.BoundedTaskExecutor.access$100(BoundedTaskExecutor.java:26) at com.intellij.util.concurrency.BoundedTaskExecutor$2$1.run(BoundedTaskExecutor.java:199) at com.intellij.util.ConcurrencyUtil.runUnderThreadName(ConcurrencyUtil.java:229) at com.intellij.util.concurrency.BoundedTaskExecutor$2.run(BoundedTaskExecutor.java:193) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Caused by: java.lang.RuntimeException: java.lang.reflect.InvocationTargetException at com.intellij.util.ExceptionUtil.rethrow(ExceptionUtil.java:160) at com.intellij.util.ReflectionUtil.newInstance(ReflectionUtil.java:427) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.convertStub(ActionManagerImpl.java:141) ... 19 more Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at com.intellij.util.ReflectionUtil.newInstance(ReflectionUtil.java:419) ... 20 more Caused by: java.lang.NoClassDefFoundError: Could not initialize class com.jetbrains.php.PhpIcons at com.jetbrains.php.actions.PhpNewBaseAction.(PhpNewBaseAction.java:50) at com.jetbrains.php.actions.PhpNewClassAction.(PhpNewClassAction.java:18) ... 25 more 2018-10-08 16:10:36,773 [ 10075] ERROR - nSystem.impl.ActionManagerImpl - PhpStorm 2018.2.4 Build #PS-182.4505.42 2018-10-08 16:10:36,773 [ 10075] ERROR - nSystem.impl.ActionManagerImpl - JDK: 1.8.0_152-release 2018-10-08 16:10:36,773 [ 10075] ERROR - nSystem.impl.ActionManagerImpl - VM: OpenJDK 64-Bit Server VM 2018-10-08 16:10:36,773 [ 10075] ERROR - nSystem.impl.ActionManagerImpl - Vendor: JetBrains s.r.o 2018-10-08 16:10:36,773 [ 10075] ERROR - nSystem.impl.ActionManagerImpl - OS: Mac OS X 2018-10-08 16:10:36,773 [ 10075] ERROR - nSystem.impl.ActionManagerImpl - Last Action: 2018-10-08 16:10:36,776 [ 10078] INFO - tellij.openapi.util.IconLoader - replace '/codeStyle/AddNewSectionRule.svg' with '/icons/codeStyle/AddNewSectionRule.svg' 2018-10-08 16:10:36,776 [ 10078] INFO - tellij.openapi.util.IconLoader - replace '/general/gearPlain.svg' with '/icons/general/gearPlain.svg' 2018-10-08 16:10:36,789 [ 10091] INFO - tellij.openapi.util.IconLoader - replace '/debugger/addToWatch.svg' with '/icons/debugger/addToWatch.svg' 2018-10-08 16:10:36,789 [ 10091] INFO - tellij.openapi.util.IconLoader - replace '/debugger/attachToProcess.svg' with '/icons/debugger/attachToProcess.svg' 2018-10-08 16:10:36,790 [ 10092] INFO - tellij.openapi.util.IconLoader - replace '/general/filter.svg' with '/icons/general/filter.svg' 2018-10-08 16:10:36,791 [ 10093] INFO - tellij.openapi.util.IconLoader - replace '/debugger/console.png' with '/icons/debugger/console.png' 2018-10-08 16:10:36,791 [ 10093] INFO - tellij.openapi.util.IconLoader - replace '/icons/debugger/console.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/debugger/console.svg' 2018-10-08 16:10:36,792 [ 10094] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_array.png' with '/icons/debugger/db_array.png' 2018-10-08 16:10:36,792 [ 10094] INFO - tellij.openapi.util.IconLoader - replace '/icons/debugger/db_array.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/debugger/db_array.svg' 2018-10-08 16:10:36,792 [ 10094] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_db_object.png' with '/icons/debugger/db_db_object.png' 2018-10-08 16:10:36,792 [ 10094] INFO - tellij.openapi.util.IconLoader - replace '/icons/debugger/db_db_object.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/debugger/db_db_object.svg' 2018-10-08 16:10:36,792 [ 10094] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_exception_breakpoint.svg' with '/icons/debugger/db_exception_breakpoint.svg' 2018-10-08 16:10:36,792 [ 10094] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_dep_field_breakpoint.svg' with '/icons/debugger/db_dep_field_breakpoint.svg' 2018-10-08 16:10:36,792 [ 10094] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_dep_line_breakpoint.svg' with '/icons/debugger/db_dep_line_breakpoint.svg' 2018-10-08 16:10:36,792 [ 10094] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_dep_method_breakpoint.svg' with '/icons/debugger/db_dep_method_breakpoint.svg' 2018-10-08 16:10:36,793 [ 10095] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_disabled_breakpoint.svg' with '/icons/debugger/db_disabled_breakpoint.svg' 2018-10-08 16:10:36,793 [ 10095] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_disabled_breakpoint_process.svg' with '/icons/debugger/db_disabled_breakpoint_process.svg' 2018-10-08 16:10:36,793 [ 10095] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_disabled_exception_breakpoint.svg' with '/icons/debugger/db_disabled_exception_breakpoint.svg' 2018-10-08 16:10:36,793 [ 10095] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_disabled_field_breakpoint.svg' with '/icons/debugger/db_disabled_field_breakpoint.svg' 2018-10-08 16:10:36,793 [ 10095] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_disabled_method_breakpoint.svg' with '/icons/debugger/db_disabled_method_breakpoint.svg' 2018-10-08 16:10:36,793 [ 10095] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_exception_breakpoint.svg' with '/icons/debugger/db_exception_breakpoint.svg' 2018-10-08 16:10:36,793 [ 10095] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_field_breakpoint.svg' with '/icons/debugger/db_field_breakpoint.svg' 2018-10-08 16:10:36,794 [ 10096] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_invalid_breakpoint.svg' with '/icons/debugger/db_invalid_breakpoint.svg' 2018-10-08 16:10:36,794 [ 10096] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_invalid_breakpoint.svg' with '/icons/debugger/db_invalid_breakpoint.svg' 2018-10-08 16:10:36,794 [ 10096] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_invalid_breakpoint.svg' with '/icons/debugger/db_invalid_breakpoint.svg' 2018-10-08 16:10:36,794 [ 10096] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_method_breakpoint.svg' with '/icons/debugger/db_method_breakpoint.svg' 2018-10-08 16:10:36,795 [ 10097] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_muted_breakpoint.svg' with '/icons/debugger/db_muted_breakpoint.svg' 2018-10-08 16:10:36,795 [ 10097] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_exception_breakpoint.svg' with '/icons/debugger/db_exception_breakpoint.svg' 2018-10-08 16:10:36,796 [ 10098] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_muted_dep_field_breakpoint.svg' with '/icons/debugger/db_muted_dep_field_breakpoint.svg' 2018-10-08 16:10:36,796 [ 10098] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_muted_dep_line_breakpoint.svg' with '/icons/debugger/db_muted_dep_line_breakpoint.svg' 2018-10-08 16:10:36,796 [ 10098] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_muted_dep_method_breakpoint.svg' with '/icons/debugger/db_muted_dep_method_breakpoint.svg' 2018-10-08 16:10:36,796 [ 10098] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_muted_disabled_breakpoint.svg' with '/icons/debugger/db_muted_disabled_breakpoint.svg' 2018-10-08 16:10:36,796 [ 10098] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_muted_disabled_breakpoint_process.png' with '/icons/debugger/db_muted_disabled_breakpoint_process.png' 2018-10-08 16:10:36,796 [ 10098] INFO - tellij.openapi.util.IconLoader - replace '/icons/debugger/db_muted_disabled_breakpoint_process.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/debugger/db_muted_disabled_breakpoint_process.svg' 2018-10-08 16:10:36,796 [ 10098] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_exception_breakpoint.svg' with '/icons/debugger/db_exception_breakpoint.svg' 2018-10-08 16:10:36,796 [ 10098] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_muted_disabled_field_breakpoint.svg' with '/icons/debugger/db_muted_disabled_field_breakpoint.svg' 2018-10-08 16:10:36,796 [ 10098] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_muted_disabled_method_breakpoint.svg' with '/icons/debugger/db_muted_disabled_method_breakpoint.svg' 2018-10-08 16:10:36,797 [ 10099] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_exception_breakpoint.svg' with '/icons/debugger/db_exception_breakpoint.svg' 2018-10-08 16:10:36,797 [ 10099] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_muted_field_breakpoint.svg' with '/icons/debugger/db_muted_field_breakpoint.svg' 2018-10-08 16:10:36,807 [ 10109] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_invalid_breakpoint.svg' with '/icons/debugger/db_invalid_breakpoint.svg' 2018-10-08 16:10:36,808 [ 10110] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_invalid_breakpoint.svg' with '/icons/debugger/db_invalid_breakpoint.svg' 2018-10-08 16:10:36,808 [ 10110] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_invalid_breakpoint.svg' with '/icons/debugger/db_invalid_breakpoint.svg' 2018-10-08 16:10:36,808 [ 10110] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_muted_method_breakpoint.svg' with '/icons/debugger/db_muted_method_breakpoint.svg' 2018-10-08 16:10:36,809 [ 10111] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_muted_breakpoint.svg' with '/icons/debugger/db_muted_breakpoint.svg' 2018-10-08 16:10:36,809 [ 10111] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_muted_breakpoint.svg' with '/icons/debugger/db_muted_breakpoint.svg' 2018-10-08 16:10:36,809 [ 10111] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_muted_field_breakpoint.svg' with '/icons/debugger/db_muted_field_breakpoint.svg' 2018-10-08 16:10:36,809 [ 10111] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_muted_field_breakpoint.svg' with '/icons/debugger/db_muted_field_breakpoint.svg' 2018-10-08 16:10:36,810 [ 10112] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_no_suspend_breakpoint.svg' with '/icons/debugger/db_no_suspend_breakpoint.svg' 2018-10-08 16:10:36,810 [ 10112] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_no_suspend_field_breakpoint.svg' with '/icons/debugger/db_no_suspend_field_breakpoint.svg' 2018-10-08 16:10:36,810 [ 10112] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_no_suspend_method_breakpoint.svg' with '/icons/debugger/db_no_suspend_method_breakpoint.svg' 2018-10-08 16:10:36,810 [ 10112] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_obsolete.svg' with '/icons/debugger/db_obsolete.svg' 2018-10-08 16:10:36,810 [ 10112] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_set_breakpoint.svg' with '/icons/debugger/db_set_breakpoint.svg' 2018-10-08 16:10:36,810 [ 10112] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_primitive.png' with '/icons/debugger/db_primitive.png' 2018-10-08 16:10:36,811 [ 10113] INFO - tellij.openapi.util.IconLoader - replace '/icons/debugger/db_primitive.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/debugger/db_primitive.svg' 2018-10-08 16:10:36,811 [ 10113] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_set_breakpoint.svg' with '/icons/debugger/db_set_breakpoint.svg' 2018-10-08 16:10:36,811 [ 10113] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_set_breakpoint.svg' with '/icons/debugger/db_set_breakpoint.svg' 2018-10-08 16:10:36,811 [ 10113] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_verified_breakpoint.svg' with '/icons/debugger/db_verified_breakpoint.svg' 2018-10-08 16:10:36,811 [ 10113] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_verified_field_breakpoint.svg' with '/icons/debugger/db_verified_field_breakpoint.svg' 2018-10-08 16:10:36,811 [ 10113] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_verified_method_breakpoint.svg' with '/icons/debugger/db_verified_method_breakpoint.svg' 2018-10-08 16:10:36,811 [ 10113] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_verified_no_suspend_breakpoint.svg' with '/icons/debugger/db_verified_no_suspend_breakpoint.svg' 2018-10-08 16:10:36,811 [ 10113] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_verified_no_suspend_field_breakpoint.svg' with '/icons/debugger/db_verified_no_suspend_field_breakpoint.svg' 2018-10-08 16:10:36,811 [ 10113] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_verified_no_suspend_method_breakpoint.svg' with '/icons/debugger/db_verified_no_suspend_method_breakpoint.svg' 2018-10-08 16:10:36,811 [ 10113] INFO - tellij.openapi.util.IconLoader - replace '/debugger/db_verified_warning_breakpoint.png' with '/icons/debugger/db_verified_warning_breakpoint.png' 2018-10-08 16:10:36,812 [ 10114] INFO - tellij.openapi.util.IconLoader - replace '/icons/debugger/db_verified_warning_breakpoint.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/debugger/db_verified_warning_breakpoint.svg' 2018-10-08 16:10:36,812 [ 10114] INFO - tellij.openapi.util.IconLoader - replace '/debugger/evaluateExpression.svg' with '/icons/debugger/evaluateExpression.svg' 2018-10-08 16:10:36,812 [ 10114] INFO - tellij.openapi.util.IconLoader - replace '/debugger/frame.png' with '/icons/debugger/frame.png' 2018-10-08 16:10:36,812 [ 10114] INFO - tellij.openapi.util.IconLoader - replace '/icons/debugger/frame.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/debugger/frame.svg' 2018-10-08 16:10:36,812 [ 10114] INFO - tellij.openapi.util.IconLoader - replace '/debugger/killProcess.svg' with '/icons/debugger/killProcess.svg' 2018-10-08 16:10:36,813 [ 10115] INFO - tellij.openapi.util.IconLoader - replace '/debugger/LambdaBreakpoint.svg' with '/icons/debugger/LambdaBreakpoint.svg' 2018-10-08 16:10:36,813 [ 10115] INFO - tellij.openapi.util.IconLoader - replace '/debugger/MultipleBreakpoints.svg' with '/icons/debugger/MultipleBreakpoints.svg' 2018-10-08 16:10:36,813 [ 10115] INFO - tellij.openapi.util.IconLoader - replace '/debugger/muteBreakpoints.svg' with '/icons/debugger/muteBreakpoints.svg' 2018-10-08 16:10:36,813 [ 10115] INFO - tellij.openapi.util.IconLoader - replace '/general/add.svg' with '/icons/general/add.svg' 2018-10-08 16:10:36,813 [ 10115] INFO - tellij.openapi.util.IconLoader - replace '/debugger/overhead.png' with '/icons/debugger/overhead.png' 2018-10-08 16:10:36,813 [ 10115] INFO - tellij.openapi.util.IconLoader - replace '/icons/debugger/overhead.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/debugger/overhead.svg' 2018-10-08 16:10:36,813 [ 10115] INFO - tellij.openapi.util.IconLoader - replace '/debugger/question_badge.png' with '/icons/debugger/question_badge.png' 2018-10-08 16:10:36,813 [ 10115] INFO - tellij.openapi.util.IconLoader - replace '/icons/debugger/question_badge.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/debugger/question_badge.svg' 2018-10-08 16:10:36,813 [ 10115] INFO - tellij.openapi.util.IconLoader - replace '/debugger/restoreLayout.svg' with '/icons/debugger/restoreLayout.svg' 2018-10-08 16:10:36,814 [ 10116] INFO - tellij.openapi.util.IconLoader - replace '/debugger/showCurrentFrame.svg' with '/icons/debugger/showCurrentFrame.svg' 2018-10-08 16:10:36,814 [ 10116] INFO - tellij.openapi.util.IconLoader - replace '/debugger/smartStepInto.svg' with '/icons/debugger/smartStepInto.svg' 2018-10-08 16:10:36,814 [ 10116] INFO - tellij.openapi.util.IconLoader - replace '/debugger/frame.png' with '/icons/debugger/frame.png' 2018-10-08 16:10:36,814 [ 10116] INFO - tellij.openapi.util.IconLoader - replace '/icons/debugger/frame.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/debugger/frame.svg' 2018-10-08 16:10:36,814 [ 10116] INFO - tellij.openapi.util.IconLoader - replace '/debugger/threadAtBreakpoint.png' with '/icons/debugger/threadAtBreakpoint.png' 2018-10-08 16:10:36,814 [ 10116] INFO - tellij.openapi.util.IconLoader - replace '/icons/debugger/threadAtBreakpoint.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/debugger/threadAtBreakpoint.svg' 2018-10-08 16:10:36,814 [ 10116] INFO - tellij.openapi.util.IconLoader - replace '/debugger/threadCurrent.png' with '/icons/debugger/threadCurrent.png' 2018-10-08 16:10:36,814 [ 10116] INFO - tellij.openapi.util.IconLoader - replace '/icons/debugger/threadCurrent.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/debugger/threadCurrent.svg' 2018-10-08 16:10:36,814 [ 10116] INFO - tellij.openapi.util.IconLoader - replace '/debugger/threadFrozen.png' with '/icons/debugger/threadFrozen.png' 2018-10-08 16:10:36,814 [ 10116] INFO - tellij.openapi.util.IconLoader - replace '/icons/debugger/threadFrozen.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/debugger/threadFrozen.svg' 2018-10-08 16:10:36,814 [ 10116] INFO - tellij.openapi.util.IconLoader - replace '/debugger/threadGroup.png' with '/icons/debugger/threadGroup.png' 2018-10-08 16:10:36,814 [ 10116] INFO - tellij.openapi.util.IconLoader - replace '/icons/debugger/threadGroup.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/debugger/threadGroup.svg' 2018-10-08 16:10:36,814 [ 10116] INFO - tellij.openapi.util.IconLoader - replace '/debugger/threadGroupCurrent.png' with '/icons/debugger/threadGroupCurrent.png' 2018-10-08 16:10:36,814 [ 10116] INFO - tellij.openapi.util.IconLoader - replace '/icons/debugger/threadGroupCurrent.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/debugger/threadGroupCurrent.svg' 2018-10-08 16:10:36,815 [ 10117] INFO - tellij.openapi.util.IconLoader - replace '/debugger/threadRunning.png' with '/icons/debugger/threadRunning.png' 2018-10-08 16:10:36,815 [ 10117] INFO - tellij.openapi.util.IconLoader - replace '/icons/debugger/threadRunning.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/debugger/threadRunning.svg' 2018-10-08 16:10:36,815 [ 10117] INFO - tellij.openapi.util.IconLoader - replace '/debugger/threads.svg' with '/icons/debugger/threads.svg' 2018-10-08 16:10:36,815 [ 10117] INFO - tellij.openapi.util.IconLoader - replace '/debugger/threadSuspended.png' with '/icons/debugger/threadSuspended.png' 2018-10-08 16:10:36,815 [ 10117] INFO - tellij.openapi.util.IconLoader - replace '/icons/debugger/threadSuspended.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/debugger/threadSuspended.svg' 2018-10-08 16:10:36,815 [ 10117] INFO - tellij.openapi.util.IconLoader - replace '/debugger/toolConsole.png' with '/icons/debugger/toolConsole.png' 2018-10-08 16:10:36,815 [ 10117] INFO - tellij.openapi.util.IconLoader - replace '/icons/debugger/toolConsole.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/debugger/toolConsole.svg' 2018-10-08 16:10:36,815 [ 10117] INFO - tellij.openapi.util.IconLoader - replace '/debugger/value.png' with '/icons/debugger/value.png' 2018-10-08 16:10:36,815 [ 10117] INFO - tellij.openapi.util.IconLoader - replace '/icons/debugger/value.png' with 'jar:file:/Users/kenbergquist/Library/Application%20Support/PhpStorm2018.2/Material%20Theme/lib/material-theme-jetbrains-2.9.2.jar!/icons/debugger/value.svg' 2018-10-08 16:10:36,815 [ 10117] INFO - tellij.openapi.util.IconLoader - replace '/debugger/viewBreakpoints.svg' with '/icons/debugger/viewBreakpoints.svg' 2018-10-08 16:10:36,815 [ 10117] INFO - tellij.openapi.util.IconLoader - replace '/debugger/watch.svg' with '/icons/debugger/watch.svg' 2018-10-08 16:10:36,815 [ 10117] INFO - tellij.openapi.util.IconLoader - replace '/debugger/watch.svg' with '/icons/debugger/watch.svg' 2018-10-08 16:10:36,885 [ 10187] INFO - .openapi.application.Preloader - com.intellij.openapi.actionSystem.impl.ActionPreloader took 2558 ms 2018-10-08 16:10:37,485 [ 10787] INFO - ellij.project.impl.ProjectImpl - 27 project components initialized in 202 ms 2018-10-08 16:10:37,488 [ 10790] INFO - .openapi.application.Preloader - com.intellij.ide.ui.search.SearchableOptionPreloader took 603 ms 2018-10-08 16:10:37,812 [ 11114] INFO - .openapi.application.Preloader - com.intellij.codeInsight.completion.CompletionPreloader took 324 ms 2018-10-08 16:10:37,820 [ 11122] INFO - .openapi.application.Preloader - com.intellij.ide.actions.GotoClassPresentationUpdater took 7 ms 2018-10-08 16:13:53,580 [ 206882] INFO - il.indexing.FileBasedIndexImpl - START INDEX SHUTDOWN 2018-10-08 16:13:53,607 [ 206909] INFO - il.indexing.FileBasedIndexImpl - END INDEX SHUTDOWN 2018-10-08 16:13:53,607 [ 206909] INFO - stubs.SerializationManagerImpl - START StubSerializationManager SHUTDOWN 2018-10-08 16:13:53,607 [ 206909] INFO - stubs.SerializationManagerImpl - END StubSerializationManager SHUTDOWN 2018-10-08 16:13:53,612 [ 206914] INFO - newvfs.persistent.PersistentFS - VFS dispose started 2018-10-08 16:13:53,614 [ 206916] INFO - newvfs.persistent.PersistentFS - VFS dispose completed 2018-10-08 16:13:53,614 [ 206916] INFO - #com.intellij.idea.Main - ------------------------------------------------------ IDE SHUTDOWN ------------------------------------------------------ 2018-10-08 16:13:53,616 [ 206918] INFO - org.jetbrains.io.BuiltInServer - web server stopped ```
mallowigi commented 5 years ago

Please don’t paste stack traces here

mattiabasone commented 5 years ago

I cannot reproduce. I see the error but I don't see why it fails. Do you have an example project I can clone perhaps ?

I'm working on a Laravel 5.3 project at the moment. If it helps, I'm using the Oceanic Theme with the default configuration.

mountain-branch commented 5 years ago

@mallowigi My apologies. I wasn't aware there was a problem with posting log traces.

My project is vanilla PHP. Third-party plugins are .ignore, Dash, and Material Theme. Backgrading to Material theme 2.8.3 fixes this issue, so I'm quite sure it was introduced in 2.9.0-pre1, which is the first version that exhibited this behavior.

mallowigi commented 5 years ago

Material Theme-2.9.3.zip

Try to install this version and tell me the results

mountain-branch commented 5 years ago

Sorry, no joy. Same result, unfortunately.

— Ken Bergquist

Manager of Data Management Data Coordinating Center HCV-TARGET Research Network Center for Gastrointestinal and Biological Disease School of Medicine University of North Carolina at Chapel Hill

From: Elior Boukhobza notifications@github.com Reply-To: ChrisRM/material-theme-jetbrains reply@reply.github.com Date: Tuesday, October 9, 2018 at 4:56 PM To: ChrisRM/material-theme-jetbrains material-theme-jetbrains@noreply.github.com Cc: "Bergquist, Ken" kbergqui@email.unc.edu, Comment comment@noreply.github.com Subject: Re: [ChrisRM/material-theme-jetbrains] PHPStorm stuck on loading screen after plugin installation (#964)

Material Theme-2.9.3.ziphttps://github.com/ChrisRM/material-theme-jetbrains/files/2462175/Material.Theme-2.9.3.zip

Try to install this version and tell me the results

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/ChrisRM/material-theme-jetbrains/issues/964#issuecomment-428348727, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AKynGXhCl5YUSSlzdN11CbjsxE-rDTR5ks5ujQ15gaJpZM4XM3ix.

mallowigi commented 5 years ago

Well, I've tried installing a laravel project through composer but I never got to reproduce this error...

I'll try to install a laravel project and run it later.

Azaret commented 5 years ago

I'm having the same issue with any projet I open.
First start works fine, but if I close PhpStorm and open it back it gets stuck on the loading screen.
I have to completely restart my mac for PhpStorm to open again, or disable the plugin. Jetbrains team confirmed it comes from Material Theme UI plugin. .

I tried the 2.9.3 without any luck, it got sucks right after restarting for the plugin installation.
Here is the logs: https://gist.github.com/Azaret/9df5688103ef33def261c9cb2fda0810 .

mallowigi commented 5 years ago

Can you share the project you're working on? As I said I have troubles reproducing it.

Azaret commented 5 years ago

Well I just tried with an empty PHP project and it gets stuck too.
I can't share other projects unfortunately.
If I can help debugging let me know.

mountain-branch commented 5 years ago

I too offer my assistance in debugging this. It's the theme PHPStorm should ship with!

Cheers,

— Ken Bergquist

Manager of Data Management Data Coordinating Center HCV-TARGET Research Network Center for Gastrointestinal and Biological Disease School of Medicine University of North Carolina at Chapel Hill

From: "Gregoire D." notifications@github.com Reply-To: ChrisRM/material-theme-jetbrains reply@reply.github.com Date: Wednesday, October 10, 2018 at 3:52 AM To: ChrisRM/material-theme-jetbrains material-theme-jetbrains@noreply.github.com Cc: "Bergquist, Ken" kbergqui@email.unc.edu, Comment comment@noreply.github.com Subject: Re: [ChrisRM/material-theme-jetbrains] PHPStorm stuck on loading screen after plugin installation (#964)

Well I just tried with an empty PHP project and it gets stuck too. I can't share other projects unfortunately. If I can help debugging let me know.

— You are receiving this because you commented. Reply to this email directly, view it on GitHubhttps://github.com/ChrisRM/material-theme-jetbrains/issues/964#issuecomment-428473716, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AKynGUMCR7Rx5hpwE4cSP-mHZ8bBPkZpks5ujadPgaJpZM4XM3ix.

mallowigi commented 5 years ago

Nope, no dice.

Perhaps you can join the slack channel so we can troubleshoot directly?

dholbrook86 commented 5 years ago

Also having the same issue.

  1. It hangs on the splash screen.
  2. It opens the "Open Recent Projects" dialog and when I click on a project nothing happens. PHPStorm is running, but nothing opens. The only option in the menu bar next to the Apple Logo is "PHPStorm".
  3. It opens my project. (Rare and after many force quits)

When it hangs on the first two issues, I have to quit or force quit the application. Then try again. I've tried deleting the app and restarting the machine. Then re-installing Phpstorm. Removing the .idea folders from my projects. Cleared out all past projects from the "Open recent projects" dialog. Restarted my computer a million times.

Phpstorm latest version MacOS High Sierra 2017 MacBook Pro 15"

Been back and forth with JetBrains tech support. Sent them a dump file. Their response:

Hi Darin,

In the log, there's no thread dumps so PhpStorm doesn't realize it has issues. Please disable the Material Theme UI plugin and check how it goes afterwards. If no avail, please disable the rest of the custom plugins (Preferences | Plugins | Show: Custom) and check again.

I disabled Material UI and have been running perfectly for over a week. Just updated Material UI to see if the issue had been resolved and now I'm right back to hangs and no-starts.

sblomberg commented 5 years ago

I'm having the same issues as @dholbrook86 on macOS. Blank screen when attempting to open any folder or project with PHPStorm. This is the same behavior pattern described in #942

Downgrading to Material Theme UI v2.8.3 works.

Sartoric commented 5 years ago

Another one here , earlier today I had to disable the plugin to quickly solve the issue. Now I've just tried to re-enable it and it seems to work.

In the meanwhile PhpStorm was updated to 2018.2.5

mallowigi commented 5 years ago

Managed to reproduce

Material Theme-2.9.3.1.zip

try this one

sblomberg commented 5 years ago

I am no longer able to reproduce the issue with 2.9.3.1. Problem appears to be fixed in PHPStorm, so I'm tentatively optimistic! Will report back if I encounter the error again.

mattiabasone commented 5 years ago

I am no longer able to reproduce the issue with 2.9.3.1. Problem appears to be fixed in PHPStorm, so I'm tentatively optimistic! Will report back if I encounter the error again.

Same here! PHPStorm is starting normally with this version, thank you!

mallowigi commented 5 years ago

I must say that the problem appeared after I was tinkering with the settings, especially php test frameworks, and I absolutely have no idea why It failed.

So I reverted back to the code I used in 2.8.3. It sucks a bit but it doesn’t get in the way of the new icon replacement framework so I guess it’s okay?

At least I can go back to development :)