Hi, We finally have Eclipse upgraded to 4.3.1. Now I had no problem to install uimaj and uima-as plug-ins from a local update site. However, I still have the following errors when I try to install uima ruta plug-ins:
Cannot complete the install because one or more required items could not be found. Software being installed: UIMA Ruta Workbench 2.0.1 (org.apache.uima.ruta.feature.feature.group 2.0.1) Missing requirement: Apache UIMA Ruta Eclipse: ruta-ep-ide 2.0.1 (org.apache.uima.ruta.ide 2.0.1) requires 'bundle org.eclipse.dltk.launching [3.0.0,5.0.0)' but it could not be found Cannot satisfy dependency: From: UIMA Ruta Workbench 2.0.1 (org.apache.uima.ruta.feature.feature.group 2.0.1) To: org.apache.uima.ruta.ide [2.0.1] I have installed DLTK 5.0. Under Help->About Eclipse->Installation Details->Plug-ins, I can see the following plugins that are related to DLTK: DLTK Code Manipulation Functionality 5.0.0.201306060709 Dynamic Languages Toolkit Annotations 5.0.0.201306060709 Dynamic Languages Toolkit Console Core 5.0.0.201306060709 Dynamic Languages Toolkit Console UI 5.0.0.201306060709 Dynamic Languages Toolkit Core 5.0.0.201306060709 Dynamic Languages Toolkit Core UI 5.0.0.201306060709 Dynamic Languages Toolkit Debug Core 5.0.0.201306060709 Dynamic Languages Toolkit Debug UI 5.0.0.201306060709 Dynamic Languages Toolkit Formatter 5.0.0.201306060709 Dynamic Languages Toolkit Launching Core 5.0.0.201306060709 Dynamic Languages Toolkit LogConsole 5.0.0.201306060709 Dynamic Languages Toolkit LogConsole UI 5.0.0.201306060709 Dynamic Languages Toolkit Testing Frameworks Support 5.0.0.201306060709 Dynamic Languages Toolkit Validators Core 5.0.0.201306060709 Dynamic Languages Toolkit Validators UI 5.0.0.201306060709 Dynamic Languages Toolkit Validators UI 5.0.0.201306060709 I would think "Dynamic Languages Toolkit Launching Core" would contain the dltk.launching. However, it seems it is not the case. So can anyone tell me what is missing? What plugin do I need to have "org.eclipse.dltk.launching [3.0.0,5.0.0)"? Thank you very much for your help! Regards, Debbie -----Original Message----- From: Debbie Zhang [mailto:debbie.d.zh...@gmail.com] Sent: Friday, 21 February 2014 10:25 AM To: user@uima.apache.org Subject: Re: UIMA Ruta installation problems Thanks Peter again for your help! It seems there are many problems in my installations. I did download the full eclipse-update-site and try to install the bundles using a local update site. I get the following error when I install the Apache UIMA Eclipse tooling and runtime support plug-ins: Your original request has been modified. "UIMA Runtime" will be ignored because it is already installed. Cannot complete the install because one or more required items could not be found. Software being installed: UIMA Tools (includes Runtime) 2.5.0 (org.apache.uima.tools.feature.group 2.5.0) Missing requirement: Apache UIMA Eclipse: uimaj-ep-cas-editor 2.5.0 (org.apache.uima.caseditor 2.5.0) requires 'package org.osgi.framework [1.7.0,2.0.0)' but it could not be found Cannot satisfy dependency: From: UIMA Tools (includes Runtime) 2.5.0 (org.apache.uima.tools.feature.group 2.5.0) To: org.apache.uima.caseditor [2.5.0] I have searched the internet. Some people said that was because Eclipse version was too old. Eclipse 4.X uses osgi 1.7 and we are still using Eclipse 3.7. Is this the reason? I have asked our system administrator to upgrade our Eclipse to version 4.3.1. However, at the meantime while we are waiting, is there a way to fix the problem? I think I should fix this problem first before fixing the Ruta problem. Thanks! Debbie Sent from my iPhone > On 20 Feb 2014, at 8:34 pm, Peter Klügl <pklu...@uni-wuerzburg.de> wrote: > > Am 20.02.2014 08:50, schrieb Debbie Zhang: >> Hi all, >> >> >> >> Due to some restriction at work, I have to install UIMA Ruta on >> Eclipse manually. Although I have put in all required jar files to >> the plugins and features folders, it seems the plugins are not >> installed properly. I only > > First of all, it is problematic to just copy the feature and the > plugins in the respective folders for different reasons. If you just > want to install a few plugins, I'd rather copy them to the dropins > folder. Have you started your Eclipse with the -clean argument? You > could also download the update site, and install the bundles using a local update site. > > The UIMA Ruta Workbench has two main dependencies in Eclipse: UIMA > tooling and runtime, and DLTK. > My first guess would be that these bundles are missing. > Can you please check if both are correctly installed? > > There is a way to get more information about the status of the > installed bundles in Eclipse: start your Eclispe with the -console > argument. There should be a command line prompt like "osgi>". Enter > "ss" to show the state of all bundles (active and resolved is good, > installed is bad) and remember the id, e.g., of > org.apache.uima.ruta.ide_2.1.0. Then, enter "start <id>". If there are > missing dependencies, there should be some message. > >> have the following three views under Window->Show View->UIMA Ruta: >> TextRuler, TextRuler Results and UIMA Ruta Documentation. All other >> views are missing. Under Help->About Eclipse->Installation >> Details->Plug-ins, I can see the following four plugins are related >> to Ruta: ruta-ep-engine, ruta-ep-ide, ruta-ep-ide-ui, ruta->ep->textruler. > > At least two are missing: ruta-ep-caseditor and ruta-ep-addons > >> >> There is no error to run Main.ruta in the ExampleProject came with >> Ruta >> 2.1.0 source release. > > Ah OK. You did not open the script with the editor, but only created a > launch configuration, right? > Looks like the UIMA bundles are installed, but not DLTK. > > Best, > > Peter > >> >> Ruta 2.1.0 was installed on Eclipse 3.7.2. >> >> >> >> Please help. Thank you! >> >> >> >> Regards, >> >> >> >> Debbie >