Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Exception in WebStorm #26

Closed
jdasilva opened this issue Jul 21, 2014 · 5 comments
Closed

Exception in WebStorm #26

jdasilva opened this issue Jul 21, 2014 · 5 comments
Labels

Comments

@jdasilva
Copy link

I was testing for Velocity integration on Windows and got the following exception using WebStorm (occured in 7.0.3 and fresh install of latest 8.0.4).

cannot create class "de.dreamlab.dash.DashLauncherAction" [Plugin: com.paperetto.dash]: cannot create class "de.dreamlab.dash.DashLauncherAction" [Plugin: com.paperetto.dash]
com.intellij.diagnostic.PluginException: cannot create class "de.dreamlab.dash.DashLauncherAction" [Plugin: com.paperetto.dash]
at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.a(ActionManagerImpl.java:287)
at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.a(ActionManagerImpl.java:239)
at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.getAction(ActionManagerImpl.java:232)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.updateCurrentContext(IdeKeyEventDispatcher.java:679)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.d(IdeKeyEventDispatcher.java:416)
at com.intellij.openapi.keymap.impl.IdeKeyEventDispatcher.dispatchKeyEvent(IdeKeyEventDispatcher.java:206)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:493)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:335)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Caused by: java.lang.reflect.InvocationTargetException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.a(ActionManagerImpl.java:264)
... 13 more
Caused by: java.lang.NoClassDefFoundError: com/intellij/sql/dialects/SqlLanguageDialect
at de.dreamlab.dash.KeywordLookup.(KeywordLookup.java:66)
at de.dreamlab.dash.DashLauncherAction.(DashLauncherAction.java:32)
... 18 more
Caused by: java.lang.ClassNotFoundException: com.intellij.sql.dialects.SqlLanguageDialect PluginClassLoader[com.paperetto.dash, 3.1]
at com.intellij.ide.plugins.cl.PluginClassLoader.loadClass(PluginClassLoader.java:68)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 20 more

@gdelmas gdelmas added the bug label Jul 21, 2014
@gdelmas
Copy link
Owner

gdelmas commented Jul 21, 2014

when was this error thrown? program start, first use of shortcut, every shortcut?

did you get the other error directly after this one?

@jdasilva
Copy link
Author

I get this when invoking the shortcut for the first time and then after that it appears that nothing happens if I invoke it again. The other error occurs every time I invoke the shortcut.

gdelmas added a commit that referenced this issue Jul 26, 2014
gdelmas added a commit that referenced this issue Jul 26, 2014
@superbogy
Copy link

i get the same error too, I had don't nothing. All jetbrains ide show error when start

@gdelmas
Copy link
Owner

gdelmas commented Mar 28, 2016

hi @superbogy,

i could not reproduce the issue with WebStorm 2016.1 on windows 7. could you please tell more details.

which version of the plugin are you using?
which version of the which ide are you using?
where did you install the plugin from (repository/manual)?
which operating system are you using?
did the plugin work before? or did you just install it?
is the error reported each time you invoke the shortcut or just once?
is there an error report upon ide startup (please check event window)

thanks for your report,
gerard

@gdelmas
Copy link
Owner

gdelmas commented Mar 28, 2016

can you also please paste the error message and stacktrace.

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

No branches or pull requests

3 participants