Skip to content
This repository has been archived by the owner on Dec 20, 2017. It is now read-only.

Exception in 0.8.2 #68

Closed
mark-hahn opened this issue Nov 1, 2012 · 2 comments
Closed

Exception in 0.8.2 #68

mark-hahn opened this issue Nov 1, 2012 · 2 comments
Labels

Comments

@mark-hahn
Copy link

I'm still having the problems I had after the auto-install failed a few days ago. This is after I did the following ...

  • saved my webstorm settings
  • uninstalled webstorm including all settings and plugins
  • reinstalled fresh copy of webstorm
  • Installed fresh version 0.8.2 of markdown (using the built-in plugin manager)

The symptoms are that when I went into the setting for webstorm the busy indicator stayed there forever. I also got this exception (not sure which happened first or if the happened at the same time) ...

null
java.lang.NullPointerException
    at net.nicoulaj.idea.markdown.settings.MarkdownGlobalSettingsConfigurable.reset(Unknown Source)
    at net.nicoulaj.idea.markdown.settings.MarkdownGlobalSettingsConfigurable.createComponent(Unknown Source)
    at com.intellij.openapi.options.newEditor.OptionsEditor$Simple.<init>(OptionsEditor.java:1263)
    at com.intellij.openapi.options.newEditor.OptionsEditor.b(OptionsEditor.java:449)
    at com.intellij.openapi.options.newEditor.OptionsEditor.access$2500(OptionsEditor.java:67)
    at com.intellij.openapi.options.newEditor.OptionsEditor$8$1$1.run(OptionsEditor.java:424)
    at com.intellij.openapi.application.impl.ApplicationImpl.runEdtSafeAction(ApplicationImpl.java:1066)
    at com.intellij.openapi.options.newEditor.OptionsEditor$8$1.run(OptionsEditor.java:418)
    at com.intellij.openapi.application.impl.ApplicationImpl.runReadAction(ApplicationImpl.java:918)
    at com.intellij.openapi.options.newEditor.OptionsEditor$8.run(OptionsEditor.java:416)
    at com.intellij.openapi.application.impl.ApplicationImpl$6.run(ApplicationImpl.java:457)
    at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
    at java.util.concurrent.FutureTask.run(FutureTask.java:138)
    at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
    at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
    at java.lang.Thread.run(Thread.java:662)
    at com.intellij.openapi.application.impl.ApplicationImpl$1$1.run(ApplicationImpl.java:148)
@nicoulaj
Copy link
Owner

nicoulaj commented Nov 1, 2012

Duplicates #64 (stop opening duplicate tickets).

@nicoulaj nicoulaj closed this as completed Nov 1, 2012
@mark-hahn
Copy link
Author

How is this a duplicate? Wasn't 0.8.2 supposed to fix this?

I'm sorry to be a pain. If there is anything I could do to help I certainly will. I love your plugin.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants