NullPointerException on PhpStorm startup
See original GitHub issueAfter installing gitignore 1.7.5, I get the following when launching PhpStorm. PhpStorm 2016.3.2 Build #PS-163.10504.2, built on December 20, 2016 JRE: 1.8.0_112-release-408-b6 amd64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Plugin 'mobi.hsz.idea.gitignore' failed to initialize and will be disabled. Please restart PhpStorm.
java.lang.NullPointerException
at mobi.hsz.idea.gitignore.IgnoreApplicationComponent.initComponent(IgnoreApplicationComponent.java:59)
at com.intellij.openapi.components.impl.ComponentManagerImpl$ComponentConfigComponentAdapter.getComponentInstance(ComponentManagerImpl.java:501)
at com.intellij.openapi.components.impl.ComponentManagerImpl.createComponents(ComponentManagerImpl.java:125)
at com.intellij.openapi.application.impl.ApplicationImpl.a(ApplicationImpl.java:444)
at com.intellij.openapi.progress.impl.CoreProgressManager$3.run(CoreProgressManager.java:179)
at com.intellij.openapi.progress.impl.CoreProgressManager.a(CoreProgressManager.java:568)
at com.intellij.openapi.progress.impl.CoreProgressManager.executeProcessUnderProgress(CoreProgressManager.java:519)
at com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:54)
at com.intellij.openapi.progress.impl.CoreProgressManager.runProcess(CoreProgressManager.java:164)
at com.intellij.openapi.application.impl.ApplicationImpl.createComponents(ApplicationImpl.java:451)
at com.intellij.openapi.components.impl.ComponentManagerImpl.init(ComponentManagerImpl.java:109)
at com.intellij.openapi.application.impl.ApplicationImpl.load(ApplicationImpl.java:403)
at com.intellij.openapi.application.impl.ApplicationImpl.load(ApplicationImpl.java:389)
at com.intellij.idea.IdeaApplication.run(IdeaApplication.java:190)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.intellij.idea.MainImpl$1$1.a(MainImpl.java:69)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:80)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:726)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:363)
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)
Issue Analytics
- State:
- Created 7 years ago
- Reactions:3
- Comments:22 (3 by maintainers)
Top Results From Across the Web
NullPointerException from Swing on IDE startup : JBR-1928
NullPointerException from Swing on IDE startup · Delete config directory · Launch PyCharm, it will ask to create a new config, go through...
Read more >Intellij Idea null pointer exception - java - Stack Overflow
This problem is due to missing appBase directory in tomcat server.xml. In server.xml, <Host appBase="/path/to/valide/dir/webapps" ...
Read more >jtreg plugin for IntelliJ IDEA - report of NullPointerException
Unfortunately, the plugin produces the NullPointerException show below during IntelliJ startup, before I ever see its GUI.
Read more >disable may produce 'nullpointerexception' intelij - You.com
Improve Intellij Code Inspection for may produce NullPointerException warnings ... When the InteliJ startups up I get an error message and the exception ......
Read more >Upgrades in Nette Tester plugin for PHPStorm
I'm working on upgrade for Nette Tester plugin for PHPStorm. Now is in the beta version ... NullPointerException on phpstorm startup #45 ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Finally after a quite long time of unexpected absence in this project I was able to go back to GitHub and release this bugfix.
v1.7.6 has just arrived to the plugins repository
Because of a plenty of duplicates, I’ll call the others (upvoters, reporters, commenters…) to just let you all know.
Perfect. No longer crashing my Android Studio. 👍