From general-return-3329-apmail-lucene-general-archive=lucene.apache.org@lucene.apache.org Wed Jun 1 13:25:55 2011 Return-Path: X-Original-To: apmail-lucene-general-archive@www.apache.org Delivered-To: apmail-lucene-general-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id D04916964 for ; Wed, 1 Jun 2011 13:25:55 +0000 (UTC) Received: (qmail 36340 invoked by uid 500); 1 Jun 2011 13:25:55 -0000 Delivered-To: apmail-lucene-general-archive@lucene.apache.org Received: (qmail 36292 invoked by uid 500); 1 Jun 2011 13:25:54 -0000 Mailing-List: contact general-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: general@lucene.apache.org Delivered-To: mailing list general@lucene.apache.org Received: (qmail 36284 invoked by uid 99); 1 Jun 2011 13:25:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 13:25:54 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=FREEMAIL_FROM,HTML_MESSAGE,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of tommaso.teofili@gmail.com designates 74.125.83.48 as permitted sender) Received: from [74.125.83.48] (HELO mail-gw0-f48.google.com) (74.125.83.48) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Jun 2011 13:25:48 +0000 Received: by gwj22 with SMTP id 22so3367786gwj.35 for ; Wed, 01 Jun 2011 06:25:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:from:date :message-id:subject:to:content-type; bh=/KJCW0o1Hp+pCBiTannyFDXPXmqDDZRc4zT1Xtx18sk=; b=svKKfcTMoEsR1iYZ65Cn3638yC4YU0yMDswMFV7j/wwoHO6gE7NnIpi9JS2vouob18 +l2MeYfIZRntBktb+TZpD6Lgx/cvPgay0g0GPYiOHYnMnLZEJBLgLS4fCG9jKJgMe9aV 8kFB70qvwsJPh36pbLsiTcDTzvDkuiJUZMIHI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=TXBlSmdYAVvGiO3IksOMLxuoLNCFFSu5xIGeYLHqf9ovjqWkRbYqIyp5dYL6aD5YDa WubUp5rNzJTsDtx7rlNCjzj88GETr35S8CXa8L2oBYUBifOEuC3pyvRMNERHtF0EHPq8 2f1LBcyJzCxsuR0oECHNVGM+esWrtjAyBEpR0= Received: by 10.150.31.19 with SMTP id e19mr6070358ybe.205.1306934727090; Wed, 01 Jun 2011 06:25:27 -0700 (PDT) MIME-Version: 1.0 Received: by 10.146.86.11 with HTTP; Wed, 1 Jun 2011 06:24:47 -0700 (PDT) In-Reply-To: <1306853428212-3006285.post@n3.nabble.com> References: <1306337856436-2984748.post@n3.nabble.com> <1306396165123-2987851.post@n3.nabble.com> <1306477788051-2991906.post@n3.nabble.com> <1306841083977-3005479.post@n3.nabble.com> <1306853428212-3006285.post@n3.nabble.com> From: Tommaso Teofili Date: Wed, 1 Jun 2011 15:24:47 +0200 Message-ID: Subject: Re: Solr and UIMA issues To: general@lucene.apache.org Content-Type: multipart/alternative; boundary=000e0cd23da627209104a4a674b2 X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd23da627209104a4a674b2 Content-Type: text/plain; charset=ISO-8859-1 Hello Paco, 2011/5/31 PacoPeralta > Hi guys > > I got to overcome the above error caused because I was using diferent > versions of the libraries: > commons-lang and commons-beanutils > > I introduced the libraries from apache-solr-3.1.0/example/lib/jsp-2.1 into > the lib directory of apache and now I get another error image='smiley_uh.gif'/ > > > > at org.apache.solr.handler.XMLLoader.processUpdate(XMLLoader.java:147) > at org.apache.solr.handler.XMLLoader.load(XMLLoader.java:77) > ... > org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:489) > at java.lang.Thread.run(Thread.java:662) > Caused by: java.io.IOException: Server returned HTTP response code: > 503 for URL: http://api.opencalais.com/enlighten/calais.asmx/Enlighten > at > > sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1436) > at > > org.apache.uima.annotator.calais.OpenCalaisAnnotator.callServiceOnText(OpenCalaisAnnotator.java:234) > > > Any idea on this? > > OpenCalaisAnnotator seems to be failing this time since the remote service is returning an HTTP 503 error. What text are you trying to index? Regards, Tommaso --000e0cd23da627209104a4a674b2--