From user-return-6853-apmail-uima-user-archive=uima.apache.org@uima.apache.org Mon Nov 30 10:14:45 2015 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 E40C218899 for ; Mon, 30 Nov 2015 10:14:44 +0000 (UTC) Received: (qmail 30561 invoked by uid 500); 30 Nov 2015 10:14:44 -0000 Delivered-To: apmail-uima-user-archive@uima.apache.org Received: (qmail 30517 invoked by uid 500); 30 Nov 2015 10:14:44 -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 30503 invoked by uid 99); 30 Nov 2015 10:14:44 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Nov 2015 10:14:44 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id C09EFC103A for ; Mon, 30 Nov 2015 10:14:43 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.879 X-Spam-Level: ** X-Spam-Status: No, score=2.879 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-us-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id 5BG0sOJhL8K7 for ; Mon, 30 Nov 2015 10:14:43 +0000 (UTC) Received: from mail-wm0-f53.google.com (mail-wm0-f53.google.com [74.125.82.53]) by mx1-us-west.apache.org (ASF Mail Server at mx1-us-west.apache.org) with ESMTPS id B49072059B for ; Mon, 30 Nov 2015 10:14:42 +0000 (UTC) Received: by wmec201 with SMTP id c201so147538361wme.0 for ; Mon, 30 Nov 2015 02:14:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=ckGDrULmNWlKMYV0aNAXvgpq+hu3fI4IiRP/frAhT+A=; b=vWfrhZEy8WeWzznMTDpPbhiWF+QLudUHnDj/A7Xp6od3s5okvzRn7E9q1yL0B5M5iX neRD6vxWII4/GM1VbrdWvcZ2n5YGiP3NiIM3czepXOOg3nr9rOt+VlMhVlh1lB+eB1WZ bypFTC0tpWwot4rEAkulWrQoqqRR6Ac1rUqe0fPmqS2xnWQNcIx4R/44nCQq+s4QxmnT yd5gGLGWBAe3baoCR9tle0+bTOEYoTz7CwEV8MP1hZRtSzfiS4VhCM4ifvLCAhOZWLsV rJepr+d/w1dXeQhDgBNIvw2APSe2X0vqd95hHJtNdQfvxsl2cknI0wnqpZ696Naj3Xno Oe8Q== MIME-Version: 1.0 X-Received: by 10.28.48.10 with SMTP id w10mr25594510wmw.39.1448878481404; Mon, 30 Nov 2015 02:14:41 -0800 (PST) Received: by 10.28.103.196 with HTTP; Mon, 30 Nov 2015 02:14:40 -0800 (PST) Received: by 10.28.103.196 with HTTP; Mon, 30 Nov 2015 02:14:40 -0800 (PST) Date: Mon, 30 Nov 2015 11:14:40 +0100 Message-ID: Subject: UIMA-DUCC installation with multiple machines From: Sylvain Surcin To: User@uima.apache.org Content-Type: multipart/alternative; boundary=001a11422fa834faf20525bf4ff4 --001a11422fa834faf20525bf4ff4 Content-Type: text/plain; charset=UTF-8 Hello, Despite experimenting for a few weeks and reading the Ducc 2.0 doc book again and again, I am still unable to make it run on a test cluster of 2 machines. I have 2 VMs (ducc-head and ducc-node-1) with a NFS share for /home/ducc and my $DUCC_HOME is /home/ducc/ducc_runtime. I generated and copied ssh keys so that my main user on ducc-head can do a passwordless ssh to ducc@ducc-head (that's what I understood from the doc, if not, can you be more specific, with Linux commands?). I compiled ducc_runtime on ducc-head and copied it on both machines in /local/ducc/bin with all the appropriate chown and chmod as stated in the doc, for both machines. I also edited site.ducc.properties accordingly. When I launch start_ducc (as ducc on ducc-head) I see both machines on the Web monitor but only ducc-head is up, while ducc-node-1 always stays "defined". Of course, when I submit the test job, it is executed on ducc-head, never on ducc-node-1. What am I missing? I have been stuck here for weeks. Please can you help me? Regards. --001a11422fa834faf20525bf4ff4--