Return-Path: X-Original-To: apmail-ctakes-dev-archive@www.apache.org Delivered-To: apmail-ctakes-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B8FD918549 for ; Fri, 16 Oct 2015 19:02:48 +0000 (UTC) Received: (qmail 84040 invoked by uid 500); 16 Oct 2015 19:02:48 -0000 Delivered-To: apmail-ctakes-dev-archive@ctakes.apache.org Received: (qmail 83987 invoked by uid 500); 16 Oct 2015 19:02:48 -0000 Mailing-List: contact dev-help@ctakes.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ctakes.apache.org Delivered-To: mailing list dev@ctakes.apache.org Received: (qmail 83975 invoked by uid 99); 16 Oct 2015 19:02:47 -0000 Received: from Unknown (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 16 Oct 2015 19:02:47 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 4E660C1841 for ; Fri, 16 Oct 2015 19:02:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 2.9 X-Spam-Level: ** X-Spam-Status: No, score=2.9 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, HTML_MESSAGE=3, SPF_PASS=-0.001, URIBL_BLOCKED=0.001] autolearn=disabled Authentication-Results: spamd1-us-west.apache.org (amavisd-new); dkim=pass (1024-bit key) header.d=augmedix.com Received: from mx1-us-east.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id iAf8hox_zWvt for ; Fri, 16 Oct 2015 19:02:39 +0000 (UTC) Received: from mail-ig0-f174.google.com (mail-ig0-f174.google.com [209.85.213.174]) by mx1-us-east.apache.org (ASF Mail Server at mx1-us-east.apache.org) with ESMTPS id AEB21439E9 for ; Fri, 16 Oct 2015 19:02:38 +0000 (UTC) Received: by igdg1 with SMTP id g1so7718577igd.1 for ; Fri, 16 Oct 2015 12:02:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=augmedix.com; s=google; h=mime-version:date:message-id:subject:from:to:content-type; bh=J1CGs9MnCvNscJjufv/2ljzytgrjbws1vDylv6qDi3g=; b=J9GBib7B3APmK3SNmw4ZtTuDbla9it2fjmolKiA6P0gqUatosMi/cvHGkg8MrAqnjr gTS67y1WdJCE1mLFBnEQiONPYjUVgy6SaVMYWhMhyks22IBMWVW2CWfXgGppp9FrvNqY Qi9mZnsQWQFX9AqtLutek9SPfP9sBMj1/49Zs= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:date:message-id:subject:from:to :content-type; bh=J1CGs9MnCvNscJjufv/2ljzytgrjbws1vDylv6qDi3g=; b=PMnNWVxkshp/PJlyr8a5JWHx85QmrzMDc54/5iwGzTpA8iDs1k/Rlz97bfrYI+N/ZX eL0BDGkFcl6+fJ4/bc5voCfy3InLP7lKaR7JU8n90fD2qAocpwF7TvbybL1WPFg0PBg+ bEc6OUULBq3wB6dU4E5GxoBl3Ql24tWzIGzjZJMx5gmPRo8U3Hv7Y/lE8Jq+t/zTbdGJ g10yfkHPRKeIoiqued0PuHOqbKKBILG9+OJaLyrnMU+z1/fyxu0NdtOXvIfkOSczhOlz 8KG4CpQEuMtHP2LYkgGkWmLYIH0f9PXm+MVp9CF8TfMsVoKKo5OgfNmWuUWXwh/Tm1r7 9nyg== X-Gm-Message-State: ALoCoQkP0i1oWulSezyPkNjnHJI6VC30DpPXLoQrGGvafR+uFKi+kR/5DD02UNQv5fhPYS5+F1UG MIME-Version: 1.0 X-Received: by 10.50.61.243 with SMTP id t19mr7164740igr.22.1445022152254; Fri, 16 Oct 2015 12:02:32 -0700 (PDT) Received: by 10.36.67.2 with HTTP; Fri, 16 Oct 2015 12:02:32 -0700 (PDT) Date: Fri, 16 Oct 2015 12:02:32 -0700 Message-ID: Subject: "Error: Could not find or load main class org.apache.uima.tools.cvd.CVD" while running runctakesCVD.sh From: Christopher Li To: dev@ctakes.apache.org Content-Type: multipart/alternative; boundary=047d7bdc0a4e140c4805223d7007 --047d7bdc0a4e140c4805223d7007 Content-Type: text/plain; charset=UTF-8 Hello, I checked out the most recent cTAKES distribution in Eclipse by creating a Maven project. I would like to run the pipeline from terminal (I am using MacOSX El Capitan). However, when I run the following from $CTAKES_HOME/ctakes-distribution/src/main/bin, I receive an error as shown below: bash runctakesCVD.sh Error: Could not find or load main class org.apache.uima.tools.cvd.CVD Is it necessary to download UIMA separately and set an environment variable, such as $UIMA_HOME? I would sincerely appreciate any help, Chris -- Christopher Li Data Scientist, Augmedix E-mail: chrisli@augmedix.com Phone: 973-420-8243 --047d7bdc0a4e140c4805223d7007--