Return-Path: X-Original-To: apmail-tajo-dev-archive@minotaur.apache.org Delivered-To: apmail-tajo-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3512010A66 for ; Wed, 11 Dec 2013 05:31:02 +0000 (UTC) Received: (qmail 42908 invoked by uid 500); 11 Dec 2013 05:30:59 -0000 Delivered-To: apmail-tajo-dev-archive@tajo.apache.org Received: (qmail 42872 invoked by uid 500); 11 Dec 2013 05:30:59 -0000 Mailing-List: contact dev-help@tajo.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tajo.incubator.apache.org Delivered-To: mailing list dev@tajo.incubator.apache.org Received: (qmail 42863 invoked by uid 99); 11 Dec 2013 05:30:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Dec 2013 05:30:57 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ghoonson@gmail.com designates 74.125.82.170 as permitted sender) Received: from [74.125.82.170] (HELO mail-we0-f170.google.com) (74.125.82.170) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 11 Dec 2013 05:30:53 +0000 Received: by mail-we0-f170.google.com with SMTP id w61so6043212wes.29 for ; Tue, 10 Dec 2013 21:30:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=3oGwPccwHLkDvwwX805cklJtISZXq+9yiTqgIK3h7hY=; b=kkzsSp4pVRUXogE/ITTrrAuy/AuBRBWARlcR7cwK7DMDad7HjJCkP3HF4flcXcR93U xI3uAQ4+hN7Ul1ZGqqaQC3v+I+6OV9gnswzCe/C9b6WMZgp44mqSJQhNm0bnZQFNwSaS ZpkIs3VOumk9NO4zfeXS6qjyDk6Q8H5qD4/wRqGnzTNiP8Km8OVjZDj2lEtxC4Ik5wtP HHDzLHc02sDS56tS9lWouVu2XmCby6mYB/oMd96AbOq7hAW48TPq2xqSbNLUqFKEX+KH 2+tSCnHB3IWDYZBPe3SXFdrcSFGWDBWwO9MdeRCxTx/2DFClsMrtXF0VkosFqwPSiKVn RsZA== MIME-Version: 1.0 X-Received: by 10.180.100.70 with SMTP id ew6mr18651386wib.9.1386739831961; Tue, 10 Dec 2013 21:30:31 -0800 (PST) Received: by 10.194.176.38 with HTTP; Tue, 10 Dec 2013 21:30:31 -0800 (PST) In-Reply-To: References: Date: Wed, 11 Dec 2013 14:30:31 +0900 Message-ID: Subject: Re: starting problem tajo From: Jihoon Son To: "dev@tajo.incubator.apache.org" Content-Type: multipart/alternative; boundary=f46d044304b0147e4404ed3b8781 X-Virus-Checked: Checked by ClamAV on apache.org --f46d044304b0147e4404ed3b8781 Content-Type: text/plain; charset=ISO-8859-1 Kishore, sorry for the late response. This bug looks to be related with the linux permission. By the default, /usr/local is not permitted to write for users. Would you try to compile in another directory? Thanks, Jihoon 2013/12/11 Kishore kumar > any luck ..? > > > > On Tue, Dec 10, 2013 at 1:06 PM, Kishore kumar >wrote: > > > Hi Jihoon, > > > > I am installing on my laptop which is ubuntu 12.04 > > > > #protoc --version > > libprotoc 2.4.1 > > > > #dpkg -s maven > > Package: maven > > Status: deinstall ok config-files > > Priority: optional > > Section: java > > Installed-Size: 1489 > > Maintainer: Ubuntu Developers > > Architecture: all > > Version: 3.0.4-2 > > Config-Version: 3.0.4-2 > > Replaces: maven2 (<< 2.2.1-11) > > Depends: default-jre (>= 1:1.5) | default-jre-headless (>= 1:1.5) | > > java5-runtime | java5-runtime-headless, libaether-java, > > libcommons-cli-java, libcommons-codec-java, libcommons-httpclient-java, > > libcommons-logging-java, libguava-java, libplexus-cipher-java, > > libplexus-classworlds2-java (>= 2.4), libplexus-containers1.5-java, > > libplexus-interpolation-java, libplexus-sec-dispatcher-java, > > libplexus-utils2-java, libsisu-guice-java, libsisu-ioc-java, > libwagon-java > > Breaks: maven2 (<< 2.2.1-11) > > Conffiles: > > /etc/maven/m2.conf 971e353814be2fadb5624301b759cc5a > > /etc/maven/settings.xml e42ed035a2d1d8e8d2db09659b0f8be9 > > /etc/bash_completion.d/maven c410985b7dcc9e7489bd8d0c940e27e9 > > Description: Java software project management and comprehension tool > > Maven is a software project management and comprehension tool. Based on > > the > > concept of a project object model (POM), Maven can manage a project's > > build, > > reporting and documentation from a central piece of information. > > . > > Maven's primary goal is to allow a developer to comprehend the complete > > state of a development effort in the shortest period of time. In order > to > > attain this goal there are several areas of concern that Maven attempts > > to deal with: > > . > > * Making the build process easy > > * Providing a uniform build system > > * Providing quality project information > > * Providing guidelines for best practices development > > * Allowing transparent migration to new features > > Original-Maintainer: Debian Java Maintainers < > > pkg-java-maintainers@lists.alioth.debian.org> > > Homepage: http://maven.apache.org/ > > > > > > #java -version > > java version "1.7.0_45" > > Java(TM) SE Runtime Environment (build 1.7.0_45-b18) > > Java HotSpot(TM) Server VM (build 24.45-b08, mixed mode) > > > > Thanks, > > Kishore. > > > > > > > > > > On Tue, Dec 10, 2013 at 12:57 PM, Jihoon Son wrote: > > > >> Hi, Kishore > >> Would you let us know your development environment including java > version, > >> maven version, and protocol buffer version? > >> It will help to find the cause of the error. > >> > >> Thanks, > >> Jihoon > >> > >> > >> 2013/12/10 Kishore kumar > >> > >> > Hi Hyunsik, > >> > > >> > mvn clean package -DskipTests -Pdist -Dtar > >> > [INFO] Scanning for projects... > >> > [INFO] > >> > > ------------------------------------------------------------------------ > >> > [INFO] Reactor Build Order: > >> > [INFO] > >> > [INFO] Tajo Main > >> > [INFO] Tajo Project POM > >> > [INFO] Tajo Common > >> > [INFO] Tajo Algebra > >> > [INFO] Tajo Rpc > >> > [INFO] Tajo Catalog Common > >> > [INFO] Tajo Catalog Client > >> > [INFO] Tajo Catalog Server > >> > [INFO] Tajo Core Storage > >> > [INFO] Tajo Core PullServer > >> > [INFO] Tajo Core Backend > >> > [INFO] Tajo Core > >> > [INFO] Tajo Catalog > >> > [INFO] Tajo Distribution > >> > [INFO] > >> > > >> > [INFO] > >> > > ------------------------------------------------------------------------ > >> > [INFO] Building Tajo Main 0.8.0-SNAPSHOT > >> > [INFO] > >> > > ------------------------------------------------------------------------ > >> > Downloading: > >> > > >> > > >> > http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom > >> > Downloaded: > >> > > >> > > >> > http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.pom(4 > >> > KB at 2.8 KB/sec) > >> > Downloading: > >> > > >> > > >> > http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom > >> > Downloaded: > >> > > >> > > >> > http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-plugins/22/maven-plugins-22.pom(13 > >> > KB at 23.5 KB/sec) > >> > Downloading: > >> > > >> > > >> > http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar > >> > Downloaded: > >> > > >> > > >> > http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.5/maven-clean-plugin-2.5.jar(25 > >> > KB at 30.1 KB/sec) > >> > [INFO] > >> > [INFO] --- maven-enforcer-plugin:1.0:enforce (clean) @ tajo-main --- > >> > [INFO] > >> > [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tajo-main > --- > >> > Downloading: > >> > > >> > > >> > http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom > >> > Downloaded: > >> > > >> > > >> > http://repo.maven.apache.org/maven2/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom(2 > >> > KB at 2.8 KB/sec) > >> > Downloading: > >> > > >> > > >> > http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar > >> > Downloaded: > >> > > >> > > >> > http://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar(221 > >> > KB at 115.3 KB/sec) > >> > [INFO] > >> > [INFO] --- maven-enforcer-plugin:1.0:enforce (default) @ tajo-main --- > >> > [INFO] > >> > > >> > [INFO] > >> > > ------------------------------------------------------------------------ > >> > [INFO] Building Tajo Project POM 0.8.0-SNAPSHOT > >> > [INFO] > >> > > ------------------------------------------------------------------------ > >> > [INFO] > >> > [INFO] --- maven-enforcer-plugin:1.3:enforce (clean) @ tajo-project > --- > >> > [INFO] > >> > [INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tajo-project > >> --- > >> > [INFO] > >> > [INFO] --- maven-enforcer-plugin:1.3:enforce (default) @ tajo-project > >> --- > >> > [INFO] > >> > [INFO] --- maven-enforcer-plugin:1.3:enforce (dist-enforce) @ > >> tajo-project > >> > --- > >> > [INFO] > >> > [INFO] --- maven-site-plugin:3.3:attach-descriptor > (attach-descriptor) @ > >> > tajo-project --- > >> > [INFO] > >> > > ------------------------------------------------------------------------ > >> > [INFO] Reactor Summary: > >> > [INFO] > >> > [INFO] Tajo Main ......................................... SUCCESS > >> [6.171s] > >> > [INFO] Tajo Project POM .................................. FAILURE > >> [2.526s] > >> > [INFO] Tajo Common ....................................... SKIPPED > >> > [INFO] Tajo Algebra ...................................... SKIPPED > >> > [INFO] Tajo Rpc .......................................... SKIPPED > >> > [INFO] Tajo Catalog Common ............................... SKIPPED > >> > [INFO] Tajo Catalog Client ............................... SKIPPED > >> > [INFO] Tajo Catalog Server ............................... SKIPPED > >> > [INFO] Tajo Core Storage ................................. SKIPPED > >> > [INFO] Tajo Core PullServer .............................. SKIPPED > >> > [INFO] Tajo Core Backend ................................. SKIPPED > >> > [INFO] Tajo Core ......................................... SKIPPED > >> > [INFO] Tajo Catalog ...................................... SKIPPED > >> > [INFO] Tajo Distribution ................................. SKIPPED > >> > [INFO] > >> > > ------------------------------------------------------------------------ > >> > [INFO] BUILD FAILURE > >> > [INFO] > >> > > ------------------------------------------------------------------------ > >> > [INFO] Total time: 9.151s > >> > [INFO] Finished at: Tue Dec 10 12:26:42 IST 2013 > >> > [INFO] Final Memory: 16M/176M > >> > [INFO] > >> > > ------------------------------------------------------------------------ > >> > [ERROR] Failed to execute goal > >> > org.apache.maven.plugins:maven-site-plugin:3.3:attach-descriptor > >> > (attach-descriptor) on project tajo-project: Unable to copy site > >> > descriptor: > >> > > /usr/local/tajo/tajo-project/target/tajo-project-0.8.0-SNAPSHOT-site.xml > >> > (No such file or directory) -> [Help 1] > >> > [ERROR] > >> > [ERROR] To see the full stack trace of the errors, re-run Maven with > >> the -e > >> > switch. > >> > [ERROR] Re-run Maven using the -X switch to enable full debug logging. > >> > [ERROR] > >> > [ERROR] For more information about the errors and possible solutions, > >> > please read the following articles: > >> > [ERROR] [Help 1] > >> > > http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException > >> > [ERROR] > >> > [ERROR] After correcting the problems, you can resume the build with > the > >> > command > >> > [ERROR] mvn -rf :tajo-project > >> > > >> > Protoc 2.4.1 ? > >> > > >> > > >> > Thanks, > >> > Kishore. > >> > > >> > > >> > On Tue, Dec 10, 2013 at 12:42 PM, Hyunsik Choi > >> wrote: > >> > > >> > > Hi Kishore, > >> > > > >> > > the error log is too short to figure out the problem correctly. > Could > >> > > you please show me longer error log? > >> > > And, I wonder you installed protoc 2.4.1 > >> > > > >> > > - hyunsik > >> > > > >> > > On Tue, Dec 10, 2013 at 4:03 PM, Kishore kumar < > kishore@techdigita.in > >> > > >> > > wrote: > >> > > > Hi Hyunsik, > >> > > > > >> > > > Thanks for reply > >> > > > > >> > > > when I run #mvn clean package -DskipTests -Pdist -Dtar after > >> downloaded > >> > > the > >> > > > source code with > >> > > > > >> > > > git clone > >> > https://git-wip-us.apache.org/repos/asf/incubator-tajo.gittajo > >> > > > > >> > > > cd tajo > >> > > > > >> > > > I am getting this error > >> > > > > >> > > > [ERROR] Failed to execute goal > >> > > > org.apache.maven.plugins:maven-site-plugin:3.3:attach-descriptor > >> > > > (attach-descriptor) on project tajo-project: Unable to copy site > >> > > > descriptor: > >> > > > >> /usr/local/tajo/tajo-project/target/tajo-project-0.8.0-SNAPSHOT-site.xml > >> > > > (No such file or directory) -> [Help 1] > >> > > > > >> > > > what could be the problem, help me.. > >> > > > > >> > > > Thanks, > >> > > > > >> > > > Kishore. > >> > > > > >> > > > > >> > > > > >> > > > > >> > > > > >> > > > On Mon, Dec 9, 2013 at 9:08 PM, Hyunsik Choi > >> > wrote: > >> > > > > >> > > >> Hi Kishore, > >> > > >> > >> > > >> First of all, thank you for your interest in Tajo. > >> > > >> > >> > > >> Your error message "Could not find or load main class > >> > > >> org.apache.tajo.master.TajoMaster." may indicates that there is > no > >> > > >> class files or jar files. Did you build Tajo? 0.2 release is a > >> source > >> > > >> release. If you didn't compile it, you couldn't launch a tajo > >> cluster. > >> > > >> > >> > > >> If you want to read getting started tutorial, please see the > below > >> > link. > >> > > >> > >> http://tajo.incubator.apache.org/tajo-0.2.0-doc.html#GettingStarted > >> > > >> > >> > > >> Cheers, > >> > > >> Hyunsik > >> > > >> > >> > > >> On Mon, Dec 9, 2013 at 7:23 PM, Kishore kumar < > >> kishore@techdigita.in> > >> > > >> wrote: > >> > > >> > Gave the user permissions on tajo home dir, localhost password > >> issue > >> > > >> > resolved, pls help me on the Error: Could not find or load main > >> > class > >> > > >> > org.apache.tajo.master.TajoMaster. > >> > > >> > > >> > > >> > Thanks, > >> > > >> > Kishore. > >> > > >> > > >> > > >> > > >> > > >> > On Mon, Dec 9, 2013 at 2:56 PM, Kishore kumar < > >> > kishore@techdigita.in> > >> > > >> wrote: > >> > > >> > > >> > > >> >> Hi, > >> > > >> >> > >> > > >> >> I installed tajo-0.2.0-incubating version, > >> > > >> >> > >> > > >> >> when i run asking localhost password, I am using hadoop w/o > any > >> > > problem > >> > > >> by > >> > > >> >> configure ssh with localhost, I checked log the error is > >> > > >> >> Error: Could not find or load main class > >> > > >> >> org.apache.tajo.master.TajoMaster. > >> > > >> >> > >> > > >> >> > >> > > >> >> sudo ./start-tajo.sh > >> > > >> >> starting master, logging to > >> > > >> >> > >> > > >> > >> > > > >> > > >> > /usr/local/tajo/tajo-0.2.0-incubating/tajo-dist/src/main/bin/../logs/tajo-root-master-kishore-Vostro-1550.out > >> > > >> >> Error: Could not find or load main class > >> > > >> org.apache.tajo.master.TajoMaster > >> > > >> >> root@localhost's password: > >> > > >> >> root@localhost's password: localhost: Permission denied, > please > >> > try > >> > > >> again. > >> > > >> >> > >> > > >> >> root@localhost's password: localhost: Permission denied, > please > >> > try > >> > > >> again. > >> > > >> >> > >> > > >> >> localhost: Permission denied (publickey,password). > >> > > >> >> > >> > > >> >> any help ? > >> > > >> >> > >> > > >> >> Thanks, > >> > > >> >> Kishore. > >> > > >> >> > >> > > >> >> > >> > > >> > >> > > > >> > > >> > >> > >> > >> -- > >> Jihoon Son > >> > >> Database & Information Systems Group, > >> Prof. Yon Dohn Chung Lab. > >> Dept. of Computer Science & Engineering, > >> Korea University > >> 1, 5-ga, Anam-dong, Seongbuk-gu, > >> Seoul, 136-713, Republic of Korea > >> > >> Tel : +82-2-3290-3580 > >> E-mail : jihoonson@korea.ac.kr > >> > > > > > -- Jihoon Son Database & Information Systems Group, Prof. Yon Dohn Chung Lab. Dept. of Computer Science & Engineering, Korea University 1, 5-ga, Anam-dong, Seongbuk-gu, Seoul, 136-713, Republic of Korea Tel : +82-2-3290-3580 E-mail : jihoonson@korea.ac.kr --f46d044304b0147e4404ed3b8781--