java.lang.ClassNotFoundException:org.jetbrains.idea.tomcat.TomcatManager
I get this error in a project that uses the openAPI, but is not plugin
=> I couldn't use the DevKit plugin
=> I linked every single jar of the IDEA lib directory.
(ApplicationImpl.java:375)
at com.intellij.openapi.application.ex.ApplicationManagerEx.createApplication(ApplicationManagerEx.java:5)
at com.intellij.idea.b.(b.java:7)
at com.intellij.idea.b.(b.java)
at com.intellij.idea.c.(c.java:2)
at com.intellij.idea.c.a(c.java:7)
at com.intellij.testFramework.LightIdeaTestCase.a(LightIdeaTestCase.java:56)
at com.intellij.testFramework.LightIdeaTestCase.setUp(LightIdeaTestCase.java:61)
at com.intellij.testFramework.LightIdeaTestCase.d(LightIdeaTestCase.java:41)
at com.intellij.testFramework.LightIdeaTestCase.access$400(LightIdeaTestCase.java:69)
at com.intellij.testFramework.LightIdeaTestCase$6.run(LightIdeaTestCase.java:4)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:171)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:454)
at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:184)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:178)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:170)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:100)
]]>
Please sign in to leave a comment.
Reposted : it didn't reach the newsgroup (posted during the daily backup)
(ApplicationImpl.java:375) at com.intellij.openapi.application.ex.ApplicationManagerEx.createApplication(ApplicationManagerEx.java:5) at com.intellij.idea.b.(b.java:7) at com.intellij.idea.b.(b.java) at com.intellij.idea.c.(c.java:2) at com.intellij.idea.c.a(c.java:7) at com.intellij.testFramework.LightIdeaTestCase.a(LightIdeaTestCase.java:56) at com.intellij.testFramework.LightIdeaTestCase.setUp(LightIdeaTestCase.java:61) at com.intellij.testFramework.LightIdeaTestCase.d(LightIdeaTestCase.java:41) at com.intellij.testFramework.LightIdeaTestCase.access$400(LightIdeaTestCase.java:69) at com.intellij.testFramework.LightIdeaTestCase$6.run(LightIdeaTestCase.java:4) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:171) at java.awt.EventQueue.dispatchEvent(EventQueue.java:454) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:184) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:178) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:170) at java.awt.EventDispatchThread.run(EventDispatchThread.java:100) Process finished with exit code -1 java.lang.AssertionError: at com.intellij.openapi.diagnostic.DefaultLogger.error(DefaultLogger.java:33) at com.intellij.openapi.diagnostic.Logger.error(Logger.java:46) at com.intellij.openapi.components.impl.ComponentManagerImpl.loadComponentsConfiguration(ComponentManagerImpl.java:168) at com.intellij.openapi.components.impl.ComponentManagerImpl.loadComponentsConfiguration(ComponentManagerImpl.java:246) at com.intellij.openapi.components.impl.ComponentManagerImpl.a(ComponentManagerImpl.java:147) at com.intellij.openapi.components.impl.ComponentManagerImpl.a(ComponentManagerImpl.java:182) at com.intellij.openapi.components.impl.ComponentManagerImpl.loadComponentsConfiguration(ComponentManagerImpl.java:225) at com.intellij.openapi.application.impl.ApplicationImpl.c(ApplicationImpl.java:69) at com.intellij.openapi.application.impl.ApplicationImpl.(ApplicationImpl.java:375) at com.intellij.openapi.application.ex.ApplicationManagerEx.createApplication(ApplicationManagerEx.java:5) at com.intellij.idea.b.(b.java:7) at com.intellij.idea.b.(b.java) at com.intellij.idea.c.(c.java:2) at com.intellij.idea.c.a(c.java:7) at com.intellij.testFramework.LightIdeaTestCase.a(LightIdeaTestCase.java:56) at com.intellij.testFramework.LightIdeaTestCase.setUp(LightIdeaTestCase.java:61) at com.intellij.testFramework.LightIdeaTestCase.d(LightIdeaTestCase.java:41) at com.intellij.testFramework.LightIdeaTestCase.access$400(LightIdeaTestCase.java:69) at com.intellij.testFramework.LightIdeaTestCase$6.run(LightIdeaTestCase.java:4) at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:171) at java.awt.EventQueue.dispatchEvent(EventQueue.java:454) at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:184) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:178) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:170) at java.awt.EventDispatchThread.run(EventDispatchThread.java:100) at java.awt.EventDispatchThread.run(EventDispatchThread.java:100) ]]>
Any idea about this
org.jetbrains.idea.tomcat.TomcatManager
thing.
Alain