On 2/24/2014 12:31 PM, Peter Klügl wrote: > btw, your mails take some time to arrive at this list. I just received your > mail from Friday. > > Maybe you did not subscribe to the user list and thus the mail has to be > accepted by the list moderator. This is just a guess.
Good guess :-) I moderated it thru this morning... -Marshall > > If you subscribe, I could try to help you with your problems much faster. > > Here's a link to the mailing lists: > http://uima.apache.org/mail-lists.html > > Best, > > Peter > > > > Am 24.02.2014 18:24, schrieb Peter Klügl: >> Hi, >> >> Am 21.02.2014 09:17, schrieb Debbie Zhang: >>> 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: >> >> Seems that you are trying to install an old version of UIMA Ruta (2.0.1), >> which depends on DLTK <5 (for example 3.0) and therefore only works with >> Eclipse 3.7 and friends. >> >> The version range [3.0.0,5.0.0) of that UIMA Ruta release unfortunately >> excludes versions greater or equal 5.0.0. >> >> Try to install UIMA Ruta 2.1.0, which is the current offical release. >> The update site is here: >> http://www.apache.org/dist/uima/eclipse-update-site/ruta/ >> >> You can also install the snapshot version of UIMA Ruta 2.2.0, which will soon >> be released (1-2 weeks): >> http://people.apache.org/~pkluegl/temp/eclipse-update-site/ruta/ >> (It is much faster and more stable) >> >> I can also provide a zip achive of the snapshot update site if that is easier >> for you to download. >> >> Best, >> >> Peter >> >>> 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:[email protected]] >>> Sent: Friday, 21 February 2014 10:25 AM >>> To: [email protected] >>> 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 <[email protected]> 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 >> > >
