2013-05-28 2 views
0

실패 :oozie의 바이너리 배포를 구축하는 것은 여기 oozie의 바이너리 배포를 검색 한

http://apache.mirrors.tds.net/oozie/3.3.2/

그것은 단지 소스 분포를 가지고있다. 바이너리 배포판을 사용할 수 없습니까?

그래서, 사용이 소스에서 구축하려고

./bin/mkdistro.sh 

그것은 잘 갔다하지만 시점에서 중지 :

[INFO] ------------------------------------------------------------------------ 
[INFO] Building Apache Oozie Core 3.3.2 
[INFO] ------------------------------------------------------------------------ 
[WARNING] Could not transfer metadata asm:asm/maven-metadata.xml from/to local.repository (file:../../local.repository/trunk): No connector available to access repository local.repository (file:../../local.repository/trunk) of type legacy using the available factories WagonRepositoryConnectorFactory 
[INFO] 
[INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ oozie-core --- 
[INFO] 
[INFO] --- maven-resources-plugin:2.5:resources (default-resources) @ oozie-core --- 
[debug] execute contextualize 
[INFO] Using 'UTF-8' encoding to copy filtered resources. 
[INFO] Copying 12 resources 
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ oozie-core --- 
[INFO] Compiling 385 source files to /usr/local/oozie/oozie/core/target/classes 
[INFO] 
[INFO] --- maven-antrun-plugin:1.6:run (default) @ oozie-core --- 
[INFO] Executing tasks 

main: 
[INFO] Executed tasks 
[INFO] 
[INFO] --- maven-dependency-plugin:2.4:build-classpath (create-mrapp-generated-classpath) @ oozie-core --- 
[INFO] Wrote classpath file '/usr/local/oozie/oozie/core/target/test-classes/mrapp-generated-classpath'. 
[INFO] 
[INFO] --- maven-resources-plugin:2.5:testResources (default-testResources) @ oozie-core --- 
[debug] execute contextualize 
[INFO] Using 'UTF-8' encoding to copy filtered resources. 
[INFO] Copying 79 resources 
[INFO] 
[INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ oozie-core --- 
[INFO] Compiling 245 source files to /usr/local/oozie/oozie/core/target/test-classes 
[INFO] 
[INFO] --- maven-surefire-plugin:2.12:test (default-test) @ oozie-core --- 
[INFO] Surefire report directory: /usr/local/oozie/oozie/core/target/surefire-reports 

------------------------------------------------------- 
T E S T S 
------------------------------------------------------- 
Concurrency config is parallel='classes', perCoreThreadCount=false, threadCount=1, useUnlimitedThreads=false 
./bin/mkdistro.sh: line 71: 6907 Killed     mvn clean package assembly:single ${MVN_OPTS} "[email protected]" 

ERROR, Oozie distro creation failed 

사람은 바이너리 배포판 날 지점 또는 해결 좀 도와 줄래 이 빌드 문제?

나는 받는다는 버전 또한 다음과 같은 옵션을 시도 3.

하지만 didnt가 도움을 가지고있다.

$ export MAVEN_OPTS=-Xmx1024m 

답변

0

이 문제를 일으키는 OpenJDK를 사용하고있었습니다.

Sun/Oracle JDK 6으로 전환하여 빌드가 정상적으로 진행되었습니다.