Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 145 by
alexande...@gmail.com: NoClassDefFoundError in Idea
13 EAP 130.1365
http://code.google.com/p/wicketforge/issues/detail?id=145
What steps will reproduce the problem?
1. Edit and compile files in project
2. See error messages in "idea tray"
What do you see instead?
com/intellij/openapi/editor/markup/GutterIconRenderer$Alignment:
com/intellij/openapi/editor/markup/GutterIconRenderer$Alignment
java.lang.NoClassDefFoundError:
com/intellij/openapi/editor/markup/GutterIconRenderer$Alignment
at
wicketforge.codeInsight.NavigableLineMarkerInfo.create(NavigableLineMarkerInfo.java:40)
at
wicketforge.codeInsight.WicketClassLineMarkerProvider.getLineMarkerInfo(WicketClassLineMarkerProvider.java:43)
at
com.intellij.codeInsight.daemon.impl.LineMarkersPass.addLineMarkers(LineMarkersPass.java:179)
at
com.intellij.codeInsight.daemon.impl.LineMarkersPass.collectInformationWithProgress(LineMarkersPass.java:118)
at
com.intellij.codeInsight.daemon.impl.ProgressableTextEditorHighlightingPass.doCollectInformation(ProgressableTextEditorHighlightingPass.java:58)
at
com.intellij.codeHighlighting.TextEditorHighlightingPass.collectInformation(TextEditorHighlightingPass.java:62)
at
com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1$1.run(PassExecutorService.java:357)
at
com.intellij.openapi.application.impl.ApplicationImpl.tryRunReadAction(ApplicationImpl.java:1184)
at
com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass$1.run(PassExecutorService.java:348)
at
com.intellij.openapi.progress.ProgressManager.executeProcessUnderProgress(ProgressManager.java:206)
at
com.intellij.openapi.progress.impl.ProgressManagerImpl.executeProcessUnderProgress(ProgressManagerImpl.java:221)
at
com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.a(PassExecutorService.java:345)
at
com.intellij.codeInsight.daemon.impl.PassExecutorService$ScheduledPass.run(PassExecutorService.java:321)
at
com.intellij.concurrency.JobLauncherImpl$3.call(JobLauncherImpl.java:129)
at
com.intellij.concurrency.JobLauncherImpl$3.call(JobLauncherImpl.java:126)
at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at
com.intellij.concurrency.PrioritizedFutureTask.access$101(PrioritizedFutureTask.java:31)
at
com.intellij.concurrency.PrioritizedFutureTask$1.run(PrioritizedFutureTask.java:70)
at
com.intellij.concurrency.PrioritizedFutureTask.run(PrioritizedFutureTask.java:113)
at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
at java.lang.Thread.run(Thread.java:724)
Caused by: java.lang.ClassNotFoundException:
com.intellij.openapi.editor.markup.GutterIconRenderer$Alignment
PluginClassLoader[WicketForge, 3.1.0]
at
com.intellij.ide.plugins.cl.PluginClassLoader.loadClass(PluginClassLoader.java:78)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
... 23 more
What version of the product are you using? On what operating system?
Linux (fedora 19), JDK 1.7, Idea 13 130.1365 (latest), wicket forge 3.1.0
Please provide any additional information below.
Looks like idea can't highlight errors in editor because of that exception.
I mean that this affects editing of java files actually.
Maybe idea team will return that class (which not found) or they created
alternative api. I don't know. Just reporting problem I faced. I was using
idea 13 EAP before and there were no such error. It came with latest idea
13 eap update.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings