You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@uima.apache.org by "Sergeant, Alan" <al...@sap.com> on 2012/08/08 12:29:07 UTC

CAS Editor Plugin

Hi,
I am trying to run the CAS Editor Plugin from Source. I am running the eclipse plugin found in the uimaj-ep-cas-editor-ide package. I receive the following error (sorry its long):

org.eclipse.core.runtime.CoreException: Plug-in "org.apache.uima.caseditor" was unable to instantiate class "org.apache.uima.caseditor.editor.AnnotationEditor".
                at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:194)
                at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:188)
                at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:905)
                at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
                at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)
                at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:273)
                at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
                at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:269)
                at org.eclipse.ui.internal.registry.EditorDescriptor.createEditor(EditorDescriptor.java:235)
                at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:283)
                at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPart(CompatibilityPart.java:249)
                at org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor.createPart(CompatibilityEditor.java:60)
                at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:286)
                at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                at java.lang.reflect.Method.invoke(Method.java:597)
                at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
                at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:857)
                at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:837)
                at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:111)
                at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:318)
                at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:240)
                at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:161)
                at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:102)
                at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:71)
                at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:53)
                at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.createWidget(ContributedPartRenderer.java:141)
                at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:889)
                at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:623)
                at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:725)
                at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$2(PartRenderingEngine.java:696)
                at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$7.run(PartRenderingEngine.java:690)
                at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
                at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:675)
                at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.showTab(StackRenderer.java:1042)
                at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer$1.handleEvent(LazyStackRenderer.java:67)
                at org.eclipse.e4.ui.services.internal.events.UIEventHandler$1.run(UIEventHandler.java:41)
                at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:180)
                at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150)
                at org.eclipse.swt.widgets.Display.syncExec(Display.java:4687)
                at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:187)
                at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:38)
                at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:197)
                at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197)
                at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
                at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
                at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
                at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135)
                at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78)
                at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39)
                at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:81)
                at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:57)
                at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
                at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElement(ElementContainerImpl.java:171)
                at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.showElementInWindow(ModelServiceImpl.java:418)
                at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.bringToTop(ModelServiceImpl.java:385)
                at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.delegateBringToTop(PartServiceImpl.java:578)
                at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.bringToTop(PartServiceImpl.java:314)
                at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.showPart(PartServiceImpl.java:962)
                at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:3071)
                at org.eclipse.ui.internal.WorkbenchPage.access$21(WorkbenchPage.java:2996)
                at org.eclipse.ui.internal.WorkbenchPage$8.run(WorkbenchPage.java:2978)
                at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
                at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2974)
                at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2933)
                at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2924)
                at org.eclipse.ui.ide.IDE.openEditor(IDE.java:655)
                at org.eclipse.ui.ide.IDE.openEditor(IDE.java:614)
                at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:360)
                at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:167)
                at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:249)
                at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:228)
                at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:275)
                at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:251)
                at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen(PackageExplorerActionGroup.java:376)
                at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4.open(PackageExplorerPart.java:538)
                at org.eclipse.ui.OpenAndLinkWithEditorHelper$InternalListener.open(OpenAndLinkWithEditorHelper.java:48)
                at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:866)
                at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
                at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)
                at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
                at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:864)
                at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:1152)
                at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1256)
                at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:275)
                at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:269)
                at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:309)
                at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
                at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
                at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4169)
                at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3758)
                at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1022)
                at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
                at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:916)
                at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:86)
                at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:585)
                at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
                at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:540)
                at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
                at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
                at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
                at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
                at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
                at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
                at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
                at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
                at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
                at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
                at java.lang.reflect.Method.invoke(Method.java:597)
                at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
                at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
                at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
                at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
Caused by: java.lang.NoClassDefFoundError: org/apache/uima/cas/text/AnnotationFS
                at java.lang.Class.getDeclaredConstructors0(Native Method)
                at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
                at java.lang.Class.getConstructor0(Class.java:2699)
                at java.lang.Class.newInstance0(Class.java:326)
                at java.lang.Class.newInstance(Class.java:308)
                at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:184)
                ... 112 more
Caused by: java.lang.ClassNotFoundException: org.apache.uima.cas.text.AnnotationFS
                at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:455)
                at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
                at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
                at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
                at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
                ... 118 more


Not sure why this is happening, I have checked the source code and AnnotationFS has been imported.

Any ideas/suggestions would be appreciated?

Thanks,
Alan

Re: CAS Editor Plugin

Posted by Peter Klügl <pk...@uni-wuerzburg.de>.
  Hi,

my first guess would be that the UIMA runtime plugin is not loaded/started.

Did you build the runtime plugin in your workspace or did you install 
the plugin from the update site?

Best,

Peter

On 08.08.2012 12:29, Sergeant, Alan wrote:
> Hi,
> I am trying to run the CAS Editor Plugin from Source. I am running the eclipse plugin found in the uimaj-ep-cas-editor-ide package. I receive the following error (sorry its long):
>
> org.eclipse.core.runtime.CoreException: Plug-in "org.apache.uima.caseditor" was unable to instantiate class "org.apache.uima.caseditor.editor.AnnotationEditor".
>                  at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:194)
>                  at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:188)
>                  at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:905)
>                  at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
>                  at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)
>                  at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:273)
>                  at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
>                  at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:269)
>                  at org.eclipse.ui.internal.registry.EditorDescriptor.createEditor(EditorDescriptor.java:235)
>                  at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:283)
>                  at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPart(CompatibilityPart.java:249)
>                  at org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor.createPart(CompatibilityEditor.java:60)
>                  at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:286)
>                  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>                  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>                  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>                  at java.lang.reflect.Method.invoke(Method.java:597)
>                  at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
>                  at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:857)
>                  at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:837)
>                  at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:111)
>                  at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:318)
>                  at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:240)
>                  at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:161)
>                  at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:102)
>                  at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:71)
>                  at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:53)
>                  at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.createWidget(ContributedPartRenderer.java:141)
>                  at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:889)
>                  at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:623)
>                  at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:725)
>                  at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$2(PartRenderingEngine.java:696)
>                  at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$7.run(PartRenderingEngine.java:690)
>                  at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
>                  at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:675)
>                  at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.showTab(StackRenderer.java:1042)
>                  at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer$1.handleEvent(LazyStackRenderer.java:67)
>                  at org.eclipse.e4.ui.services.internal.events.UIEventHandler$1.run(UIEventHandler.java:41)
>                  at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:180)
>                  at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150)
>                  at org.eclipse.swt.widgets.Display.syncExec(Display.java:4687)
>                  at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:187)
>                  at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:38)
>                  at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:197)
>                  at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197)
>                  at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
>                  at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
>                  at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
>                  at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135)
>                  at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78)
>                  at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39)
>                  at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:81)
>                  at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:57)
>                  at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
>                  at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElement(ElementContainerImpl.java:171)
>                  at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.showElementInWindow(ModelServiceImpl.java:418)
>                  at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.bringToTop(ModelServiceImpl.java:385)
>                  at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.delegateBringToTop(PartServiceImpl.java:578)
>                  at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.bringToTop(PartServiceImpl.java:314)
>                  at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.showPart(PartServiceImpl.java:962)
>                  at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:3071)
>                  at org.eclipse.ui.internal.WorkbenchPage.access$21(WorkbenchPage.java:2996)
>                  at org.eclipse.ui.internal.WorkbenchPage$8.run(WorkbenchPage.java:2978)
>                  at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
>                  at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2974)
>                  at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2933)
>                  at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2924)
>                  at org.eclipse.ui.ide.IDE.openEditor(IDE.java:655)
>                  at org.eclipse.ui.ide.IDE.openEditor(IDE.java:614)
>                  at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:360)
>                  at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:167)
>                  at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:249)
>                  at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:228)
>                  at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:275)
>                  at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:251)
>                  at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen(PackageExplorerActionGroup.java:376)
>                  at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4.open(PackageExplorerPart.java:538)
>                  at org.eclipse.ui.OpenAndLinkWithEditorHelper$InternalListener.open(OpenAndLinkWithEditorHelper.java:48)
>                  at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:866)
>                  at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
>                  at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)
>                  at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
>                  at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:864)
>                  at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:1152)
>                  at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1256)
>                  at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:275)
>                  at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:269)
>                  at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:309)
>                  at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
>                  at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
>                  at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4169)
>                  at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3758)
>                  at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1022)
>                  at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
>                  at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:916)
>                  at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:86)
>                  at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:585)
>                  at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
>                  at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:540)
>                  at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
>                  at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
>                  at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
>                  at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
>                  at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
>                  at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
>                  at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
>                  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>                  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>                  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>                  at java.lang.reflect.Method.invoke(Method.java:597)
>                  at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
>                  at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
>                  at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
>                  at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
> Caused by: java.lang.NoClassDefFoundError: org/apache/uima/cas/text/AnnotationFS
>                  at java.lang.Class.getDeclaredConstructors0(Native Method)
>                  at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
>                  at java.lang.Class.getConstructor0(Class.java:2699)
>                  at java.lang.Class.newInstance0(Class.java:326)
>                  at java.lang.Class.newInstance(Class.java:308)
>                  at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:184)
>                  ... 112 more
> Caused by: java.lang.ClassNotFoundException: org.apache.uima.cas.text.AnnotationFS
>                  at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:455)
>                  at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
>                  at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
>                  at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
>                  at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
>                  ... 118 more
>
>
> Not sure why this is happening, I have checked the source code and AnnotationFS has been imported.
>
> Any ideas/suggestions would be appreciated?
>
> Thanks,
> Alan
>


-- 
---------------------------------------------------------------------
Dipl.-Inf. Peter Klügl
Universität Würzburg        Tel.: +49-(0)931-31-86741
Am Hubland                  Fax.: +49-(0)931-31-86732
97074 Würzburg              mail: pkluegl@informatik.uni-wuerzburg.de
      http://www.is.informatik.uni-wuerzburg.de/en/staff/kluegl_peter/
---------------------------------------------------------------------


Re: CAS Editor Plugin

Posted by Jörn Kottmann <ko...@gmail.com>.
Hello,

not sure what you are doing. My best guess is that you use the eclipse 
launch support.
If thats the case you probably miss the uimaj-runtime dependency. Try to 
compile everything
with maven first, refresh all eclipse projects and start it again.

The maven build generates the MANIFEST.MF files which are needed by eclipse.

Hope that helps,
Jörn

On 08/08/2012 12:29 PM, Sergeant, Alan wrote:
> Hi,
> I am trying to run the CAS Editor Plugin from Source. I am running the eclipse plugin found in the uimaj-ep-cas-editor-ide package. I receive the following error (sorry its long):
>
> org.eclipse.core.runtime.CoreException: Plug-in "org.apache.uima.caseditor" was unable to instantiate class "org.apache.uima.caseditor.editor.AnnotationEditor".
>                  at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.throwException(RegistryStrategyOSGI.java:194)
>                  at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:188)
>                  at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:905)
>                  at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
>                  at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:55)
>                  at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:273)
>                  at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
>                  at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:269)
>                  at org.eclipse.ui.internal.registry.EditorDescriptor.createEditor(EditorDescriptor.java:235)
>                  at org.eclipse.ui.internal.EditorReference.createPart(EditorReference.java:283)
>                  at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.createPart(CompatibilityPart.java:249)
>                  at org.eclipse.ui.internal.e4.compatibility.CompatibilityEditor.createPart(CompatibilityEditor.java:60)
>                  at org.eclipse.ui.internal.e4.compatibility.CompatibilityPart.create(CompatibilityPart.java:286)
>                  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>                  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>                  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>                  at java.lang.reflect.Method.invoke(Method.java:597)
>                  at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:56)
>                  at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:857)
>                  at org.eclipse.e4.core.internal.di.InjectorImpl.processAnnotated(InjectorImpl.java:837)
>                  at org.eclipse.e4.core.internal.di.InjectorImpl.inject(InjectorImpl.java:111)
>                  at org.eclipse.e4.core.internal.di.InjectorImpl.internalMake(InjectorImpl.java:318)
>                  at org.eclipse.e4.core.internal.di.InjectorImpl.make(InjectorImpl.java:240)
>                  at org.eclipse.e4.core.contexts.ContextInjectionFactory.make(ContextInjectionFactory.java:161)
>                  at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.createFromBundle(ReflectionContributionFactory.java:102)
>                  at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.doCreate(ReflectionContributionFactory.java:71)
>                  at org.eclipse.e4.ui.internal.workbench.ReflectionContributionFactory.create(ReflectionContributionFactory.java:53)
>                  at org.eclipse.e4.ui.workbench.renderers.swt.ContributedPartRenderer.createWidget(ContributedPartRenderer.java:141)
>                  at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createWidget(PartRenderingEngine.java:889)
>                  at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:623)
>                  at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.safeCreateGui(PartRenderingEngine.java:725)
>                  at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.access$2(PartRenderingEngine.java:696)
>                  at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$7.run(PartRenderingEngine.java:690)
>                  at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
>                  at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.createGui(PartRenderingEngine.java:675)
>                  at org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer.showTab(StackRenderer.java:1042)
>                  at org.eclipse.e4.ui.workbench.renderers.swt.LazyStackRenderer$1.handleEvent(LazyStackRenderer.java:67)
>                  at org.eclipse.e4.ui.services.internal.events.UIEventHandler$1.run(UIEventHandler.java:41)
>                  at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:180)
>                  at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:150)
>                  at org.eclipse.swt.widgets.Display.syncExec(Display.java:4687)
>                  at org.eclipse.e4.ui.internal.workbench.swt.E4Application$1.syncExec(E4Application.java:187)
>                  at org.eclipse.e4.ui.services.internal.events.UIEventHandler.handleEvent(UIEventHandler.java:38)
>                  at org.eclipse.equinox.internal.event.EventHandlerWrapper.handleEvent(EventHandlerWrapper.java:197)
>                  at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:197)
>                  at org.eclipse.equinox.internal.event.EventHandlerTracker.dispatchEvent(EventHandlerTracker.java:1)
>                  at org.eclipse.osgi.framework.eventmgr.EventManager.dispatchEvent(EventManager.java:230)
>                  at org.eclipse.osgi.framework.eventmgr.ListenerQueue.dispatchEventSynchronous(ListenerQueue.java:148)
>                  at org.eclipse.equinox.internal.event.EventAdminImpl.dispatchEvent(EventAdminImpl.java:135)
>                  at org.eclipse.equinox.internal.event.EventAdminImpl.sendEvent(EventAdminImpl.java:78)
>                  at org.eclipse.equinox.internal.event.EventComponent.sendEvent(EventComponent.java:39)
>                  at org.eclipse.e4.ui.services.internal.events.EventBroker.send(EventBroker.java:81)
>                  at org.eclipse.e4.ui.internal.workbench.UIEventPublisher.notifyChanged(UIEventPublisher.java:57)
>                  at org.eclipse.emf.common.notify.impl.BasicNotifierImpl.eNotify(BasicNotifierImpl.java:374)
>                  at org.eclipse.e4.ui.model.application.ui.impl.ElementContainerImpl.setSelectedElement(ElementContainerImpl.java:171)
>                  at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.showElementInWindow(ModelServiceImpl.java:418)
>                  at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.bringToTop(ModelServiceImpl.java:385)
>                  at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.delegateBringToTop(PartServiceImpl.java:578)
>                  at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.bringToTop(PartServiceImpl.java:314)
>                  at org.eclipse.e4.ui.internal.workbench.PartServiceImpl.showPart(PartServiceImpl.java:962)
>                  at org.eclipse.ui.internal.WorkbenchPage.busyOpenEditor(WorkbenchPage.java:3071)
>                  at org.eclipse.ui.internal.WorkbenchPage.access$21(WorkbenchPage.java:2996)
>                  at org.eclipse.ui.internal.WorkbenchPage$8.run(WorkbenchPage.java:2978)
>                  at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
>                  at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2974)
>                  at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2933)
>                  at org.eclipse.ui.internal.WorkbenchPage.openEditor(WorkbenchPage.java:2924)
>                  at org.eclipse.ui.ide.IDE.openEditor(IDE.java:655)
>                  at org.eclipse.ui.ide.IDE.openEditor(IDE.java:614)
>                  at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:360)
>                  at org.eclipse.jdt.internal.ui.javaeditor.EditorUtility.openInEditor(EditorUtility.java:167)
>                  at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:249)
>                  at org.eclipse.jdt.ui.actions.OpenAction.run(OpenAction.java:228)
>                  at org.eclipse.jdt.ui.actions.SelectionDispatchAction.dispatchRun(SelectionDispatchAction.java:275)
>                  at org.eclipse.jdt.ui.actions.SelectionDispatchAction.run(SelectionDispatchAction.java:251)
>                  at org.eclipse.jdt.internal.ui.packageview.PackageExplorerActionGroup.handleOpen(PackageExplorerActionGroup.java:376)
>                  at org.eclipse.jdt.internal.ui.packageview.PackageExplorerPart$4.open(PackageExplorerPart.java:538)
>                  at org.eclipse.ui.OpenAndLinkWithEditorHelper$InternalListener.open(OpenAndLinkWithEditorHelper.java:48)
>                  at org.eclipse.jface.viewers.StructuredViewer$2.run(StructuredViewer.java:866)
>                  at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
>                  at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:49)
>                  at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:175)
>                  at org.eclipse.jface.viewers.StructuredViewer.fireOpen(StructuredViewer.java:864)
>                  at org.eclipse.jface.viewers.StructuredViewer.handleOpen(StructuredViewer.java:1152)
>                  at org.eclipse.jface.viewers.StructuredViewer$6.handleOpen(StructuredViewer.java:1256)
>                  at org.eclipse.jface.util.OpenStrategy.fireOpenEvent(OpenStrategy.java:275)
>                  at org.eclipse.jface.util.OpenStrategy.access$2(OpenStrategy.java:269)
>                  at org.eclipse.jface.util.OpenStrategy$1.handleEvent(OpenStrategy.java:309)
>                  at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
>                  at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1053)
>                  at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4169)
>                  at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3758)
>                  at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1022)
>                  at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
>                  at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:916)
>                  at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:86)
>                  at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:585)
>                  at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
>                  at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:540)
>                  at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
>                  at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
>                  at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
>                  at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
>                  at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
>                  at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:353)
>                  at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
>                  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>                  at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>                  at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>                  at java.lang.reflect.Method.invoke(Method.java:597)
>                  at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:629)
>                  at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
>                  at org.eclipse.equinox.launcher.Main.run(Main.java:1438)
>                  at org.eclipse.equinox.launcher.Main.main(Main.java:1414)
> Caused by: java.lang.NoClassDefFoundError: org/apache/uima/cas/text/AnnotationFS
>                  at java.lang.Class.getDeclaredConstructors0(Native Method)
>                  at java.lang.Class.privateGetDeclaredConstructors(Class.java:2389)
>                  at java.lang.Class.getConstructor0(Class.java:2699)
>                  at java.lang.Class.newInstance0(Class.java:326)
>                  at java.lang.Class.newInstance(Class.java:308)
>                  at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:184)
>                  ... 112 more
> Caused by: java.lang.ClassNotFoundException: org.apache.uima.cas.text.AnnotationFS
>                  at org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoader.java:455)
>                  at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:421)
>                  at org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:412)
>                  at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:107)
>                  at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
>                  ... 118 more
>
>
> Not sure why this is happening, I have checked the source code and AnnotationFS has been imported.
>
> Any ideas/suggestions would be appreciated?
>
> Thanks,
> Alan
>