2015-01-13 3 views
0

일부 JAVA 환경 문제에 색조 UE를 설치할 수 없습니다 (https://github.com/cloudera/hue)내가 github의에서 색조를 설치하려고했다

최초의 4 단계는, 처음 두 단계 후

$ git clone http://github.com/cloudera/hue.git 
$ cd hue 
$ make apps 
$ build/env/bin/hue runserver 

했다 세 번째로이 오류를 승격했습니다.

[INFO] BUILD FAILURE 
[INFO] ------------------------------------------------------------------------ 
[INFO] Total time: 9:22.923s 
[INFO] Finished at: Tue Jan 13 21:21:59 IST 2015 
[INFO] Final Memory: 10M/68M 
[INFO] ------------------------------------------------------------------------ 
[ERROR] Failed to execute goal on project hue-plugins: Could not resolve dependencies for project com.cloudera.hue:hue-plugins:jar:3.7.0-SNAPSHOT: Could not find artifact jdk.tools:jdk.tools:jar:1.7 at specified path /usr/lib/jvm/java-7-openjdk-i386/jre/../lib/tools.jar -> [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/DependencyResolutionException 

annyone이 나를 안내 해주십시오. 미리 감사드립니다

답변

0

오류는 Maven과 관련이 있습니다. 로컬 Repo 또는 Maven 중앙 프로젝트에서 프로젝트를 빌드 할 수있는 종속성을 찾지 못했습니다. 프로젝트가 자바 인 것처럼 java-7-openjdk가 설치되어 있다고 가정하고 있습니다.

OpenJDK 설치 방법에 대한 섹션이 있습니다.

그러면 빌드를 실행할 수 있습니다.

이 후 작동하지 않는 경우 파일 시스템에서 tools.jar가 파일을 찾을 설치하고 수동으로

mvn install:install-file -DgroupId=jdk.tools -DartifactId=jdk.tools -Dpackaging=jar -Dversion=1.7 -Dfile=tools.jar -DgeneratePom=true

사용하고있는 도구 디렉토리 내에서 명령을 실행 메이븐에 설치합니다. 항아리가있다.