amazon web services - hue installation error on AWS EC2 -
hello trying install hue on aws ec2 instance.
following below link.
https://github.com/cloudera/hue
while doing step make apps
getting below error.
[warning] rule 1: org.apache.maven.plugins.enforcer.requirejavaversion failed message: detected jdk version: 1.6.0-30 not in allowed range [1.7.0,1.7.1000]. [info] ------------------------------------------------------------------------ [info] build failure [info] ------------------------------------------------------------------------ [info] total time: 14.717s [info] finished at: sun mar 09 13:18:59 edt 2014 [info] final memory: 5m/25m [info] ------------------------------------------------------------------------ [error] failed execute goal org.apache.maven.plugins:maven-enforcer-plugin:1.0:enforce (default) on project hue-parent: enforcer rules have failed. above specific messages explaining why rule failed. -> [help 1] [error] [error] see full stack trace of errors, re-run maven -e switch. [error] re-run maven using -x switch enable full debug logging. [error] [error] more information errors , possible solutions, please read following articles: [error] [help 1] http://cwiki.apache.org/confluence/display/maven/mojoexecutionexception
i have java version
java -version java version "1.7.0_25" openjdk runtime environment (rhel-2.3.10.4.el6_4-x86_64) openjdk 64-bit server vm (build 23.7-b01, mixed mode)
additional information can provided. help.
looks have java version in system too. based on installation says:
detected jdk version: 1.6.0-30
make sure java_home
variable points the home of java 1.7 installation.
hope helps.
Comments
Post a Comment