Return-Path: X-Original-To: apmail-uima-user-archive@www.apache.org Delivered-To: apmail-uima-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id EE4491009B for ; Mon, 19 Aug 2013 09:26:18 +0000 (UTC) Received: (qmail 35776 invoked by uid 500); 19 Aug 2013 09:26:18 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 35747 invoked by uid 500); 19 Aug 2013 09:26:18 -0000 Mailing-List: contact user-help@uima.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@uima.apache.org Delivered-To: mailing list user@uima.apache.org Received: (qmail 35723 invoked by uid 99); 19 Aug 2013 09:26:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Aug 2013 09:26:17 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of richard.eckart@gmail.com designates 74.125.83.51 as permitted sender) Received: from [74.125.83.51] (HELO mail-ee0-f51.google.com) (74.125.83.51) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 19 Aug 2013 09:26:11 +0000 Received: by mail-ee0-f51.google.com with SMTP id c1so2050832eek.10 for ; Mon, 19 Aug 2013 02:25:49 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=content-type:mime-version:subject:from:in-reply-to:date :content-transfer-encoding:message-id:references:to; bh=WeDKSIypPg5wYVMTFhM2Zp/aW82zH3s1U0Lu9bnjXyY=; b=aUq9xlLuoZlH3A7huys+DiD+iE5sGfYxnHdDSjiHEWL8gPHgiscyPlv5sQPFEYki01 0+WUajJKhI7wR9qtaClVR/to2hsRkcTgkA1ZXW/yjLH8H/Zsy4fgjRxN8qqm9cwVUak7 wZhITCt8ANxtCxxiKyFKwt6pSLBFKJfrwzxoJxv8DKhxq4aX2SeT27QnCyxYPn0aiiEw s6NfiC77oi1t4Yy4NUvLHXdYgACfnknchK8JamHxQUp6yHY5td2/fq1qK72y94juziuc kywxuWKxzOX/jW/EYSu6kQUt6Pbm4vxLQ1iqEaw7HIrM5GK9NLD9CSWMzPJrIewELHqT MkRQ== X-Received: by 10.15.75.137 with SMTP id l9mr154273eey.88.1376904349644; Mon, 19 Aug 2013 02:25:49 -0700 (PDT) Received: from [10.0.1.20] (ip-178-200-234-179.unitymediagroup.de. [178.200.234.179]) by mx.google.com with ESMTPSA id r48sm15966269eev.14.1969.12.31.16.00.00 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 19 Aug 2013 02:25:48 -0700 (PDT) Content-Type: text/plain; charset=iso-8859-1 Mime-Version: 1.0 (Mac OS X Mail 6.5 \(1508\)) Subject: Re: strange problem with uima fit From: Richard Eckart de Castilho In-Reply-To: <5211E0A4.4080404@uni-wuerzburg.de> Date: Mon, 19 Aug 2013 11:25:46 +0200 Content-Transfer-Encoding: quoted-printable Message-Id: <5E17D4EE-EE36-41C1-AFB0-E1BC0BCD4B77@gmail.com> References: <5211E0A4.4080404@uni-wuerzburg.de> To: user@uima.apache.org X-Mailer: Apple Mail (2.1508) X-Virus-Checked: Checked by ClamAV on apache.org Hi Georg, looks like you are using uimaFIT 2.0.x with the legacy module but you do = not have uimaFIT 1.4.x on the classpath. You should either remove the = legacy module or add uimaFIT 1.4.x. Are you using Maven? -- Richard Am 19.08.2013 um 11:08 schrieb Georg Fette = : > Hello, > I am having a strange error while creating an = AnalysisEngineDescription: >=20 > java.lang.NoClassDefFoundError: = org/uimafit/descriptor/OperationalProperties > at = org.apache.uima.fit.legacy.converter.OperationalPropertiesConverter.getLeg= acyType(OperationalPropertiesConverter.java:38) > at = org.apache.uima.fit.legacy.LegacySupportPluginImpl.getLegacyType(LegacySup= portPluginImpl.java:128) > at = org.apache.uima.fit.legacy.LegacySupportPluginImpl.isAnnotationPresent(Leg= acySupportPluginImpl.java:71) > at = org.apache.uima.fit.internal.ReflectionUtil.isAnnotationPresent(Reflection= Util.java:152) > at = org.apache.uima.fit.internal.ReflectionUtil.getInheritableAnnotation(Refle= ctionUtil.java:114) > at = org.apache.uima.fit.factory.AnalysisEngineFactory.createEngineDescription(= AnalysisEngineFactory.java:1264) > at = org.apache.uima.fit.factory.AnalysisEngineFactory.createEngineDescription(= AnalysisEngineFactory.java:1105) > at = de.uniwue.uima.colStore_dbImpl.collections.filesystem.FileSystemSink.creat= eWriterDescription(FileSystemSink.java:76) > at = de.uniwue.dw2.infoextr.manager.RutaScriptManager.executeRutaScripts(RutaSc= riptManager.java:515) > at de.uniwue.dw2.infoextr.views.TermView$16.run(TermView.java:395) > at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) > Caused by: java.lang.ClassNotFoundException: = org.uimafit.descriptor.OperationalProperties > at = org.eclipse.osgi.internal.loader.BundleLoader.findClassInternal(BundleLoad= er.java:513) > at = org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:= 429) > at = org.eclipse.osgi.internal.loader.BundleLoader.findClass(BundleLoader.java:= 417) > at = org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(Default= ClassLoader.java:107) > at java.lang.ClassLoader.loadClass(Unknown Source) > ... 11 more >=20 > I do not yet know exactly if I should search for the error in my code = or if I should reconfigure the libraries I am using (perhaps version = conflicts ?). > What puzzles me most is that most of the callstack tells me something = of the namespace "org.apache.uima.fit" and suddenly a class from the = namespace "org.uimafit" is missing. Could someone give me a hint on this = one ? > Greetings > Georg >=20 > --=20 > --------------------------------------------------------------------- > Dipl.-Inf. Georg Fette Raum: B009 > Universit=E4t W=FCrzburg Tel.: +49-(0)931-31-85516 > Am Hubland Fax.: +49-(0)931-31-86732 > 97074 W=FCrzburg mail: georg.fette@uni-wuerzburg.de > ---------------------------------------------------------------------