Return-Path: Delivered-To: apmail-incubator-uima-user-archive@locus.apache.org Received: (qmail 20311 invoked from network); 27 Aug 2008 19:53:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Aug 2008 19:53:47 -0000 Received: (qmail 30738 invoked by uid 500); 27 Aug 2008 19:53:45 -0000 Delivered-To: apmail-incubator-uima-user-archive@incubator.apache.org Received: (qmail 30710 invoked by uid 500); 27 Aug 2008 19:53:45 -0000 Mailing-List: contact uima-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: uima-user@incubator.apache.org Delivered-To: mailing list uima-user@incubator.apache.org Received: (qmail 30699 invoked by uid 99); 27 Aug 2008 19:53:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Aug 2008 12:53:45 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of eaepstein@gmail.com designates 74.125.44.156 as permitted sender) Received: from [74.125.44.156] (HELO yx-out-1718.google.com) (74.125.44.156) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Aug 2008 19:52:48 +0000 Received: by yx-out-1718.google.com with SMTP id 36so15543yxh.0 for ; Wed, 27 Aug 2008 12:53:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type:references; bh=DBkfQ+4kol0PmoxD7QyiGa7gyBMpQiKM9Yl9IbgW3ZY=; b=KbB2k4+XKmmnenCpgm2TN2APQ1sbYc00skpZSl49KjdAFfv0QeoblBuoV2XZoPeiY2 kSYqfnNfE2/Kv/6qQrwv4wBIL3KjfH0MINYWVX9zZ32srme1P9ZxpnLjmT3WT95Beca2 y2MqU7Pk2eUDp0XievGEFgLc+ZoBVeWA3JWbQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:references; b=CjYWSHm3TnB84h60at4BfAc/xUZPiPDdK8CIQ0SJKjtu6qH+TQy5is29MfBshtxGv0 j3F+hw9otnkjQ4mHnI8/GEWUNWk5one1X5MIo2bV3b0UzOjRLHWTEQxEwzgT3cPpR5Og AR62iFRjPHjpLOGVfGeY3Tecn1d7EV/fMlx34= Received: by 10.114.193.1 with SMTP id q1mr572513waf.70.1219866797030; Wed, 27 Aug 2008 12:53:17 -0700 (PDT) Received: by 10.114.127.14 with HTTP; Wed, 27 Aug 2008 12:53:16 -0700 (PDT) Message-ID: Date: Wed, 27 Aug 2008 15:53:16 -0400 From: "Eddie Epstein" To: uima-user@incubator.apache.org Subject: Re: "No proxy is available" error message In-Reply-To: <205239E4006D14469A2D6CEC72AE925401176FFA@EXV01001.GlobalSP.local> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_23968_16182846.1219866797035" References: <48B5701E.3080900@temis.com> <205239E4006D14469A2D6CEC72AE925401176FFA@EXV01001.GlobalSP.local> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_23968_16182846.1219866797035 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline OK, thanks. Another comment Hugo made implied that once a startup failure happened, the VNS and remote services have to be restarted for the problem to go away. Can you confirm this? If true, after a failure it would be easy to reproduce and so one thing to do would be to turn up logging to FINEST and capture the details. If this is not possible, we can try to imagine what is happening. Before restarting the services, is there there any indication that one has stopped working? Any interesting messages from VNS? The guess here is that you are using the exclusive mode for good load balancing, and some VNS and/or service problem is not being detected at CPM startup. Eddie On Wed, Aug 27, 2008 at 2:58 PM, Herv=E9 Azoulay w= rote: > I will answer on Hugo's behalf here. This only happens when the CPE start= s. > > Herv=E9 > > -----Message d'origine----- > De : Eddie Epstein [mailto:eaepstein@gmail.com] > Envoy=E9 : mercredi 27 ao=FBt 2008 20:55 > =C0 : uima-user@incubator.apache.org > Objet : Re: "No proxy is available" error message > > Is there any more information on the failure scenarios? > For example, do they occur right at CPE startup, > after running for awhile, etc? > > Eddie > > On Wed, Aug 27, 2008 at 11:17 AM, Hugo Lafayette > wrote: > > > (UIMA 2.2.1) > > > > Sometimes in our application that use remote UIMA components, we get th= e > > following error: > > > > "No proxy is available. Instantiate a proxy before calling process()" > > > > Does someone knows why this exception occurs, or at least already > > experiment such problem ? > > > > It seems to be "random", and usually restarting the UIMA components and > > the VINCI server "solve" it. > > > > I look into the source code (NetworkCasProcessorImpl.java): as far as I > > understand, it may only occur when the process() method is called befor= e > > setProxy() or after collectionProcessComplete(), which should not happe= n > > in real use case... > > > > Thanks in advance for any help or tip on this one, I'm really stuck her= e. > > > > -- > > Hugo > > > ------=_Part_23968_16182846.1219866797035--