Intel-bigdata / HiBench

HiBench is a big data benchmark suite.
Other
1.46k stars 768 forks source link

Failure in building HiBench with Maven #199

Open ykzeng opened 8 years ago

ykzeng commented 8 years ago

Hi, all

I was trying to build HiBench using Maven on CentOS, however I encountered a problem in the autogen module build. It seems that some files (jfreechart.pom) are now missed on the website given in the original POM file since I tried to access the website "https://oss.sonatype.org/content/groups/scala-tools/jfree/jfreechart/1.0.8a/jfreechart-1.0.8a.pom" only to find the required content is not available now.

Could anyone offer some advice for me to solve this? Thanks a lot!

[ERROR] Failed to execute goal on project autogen: Could not resolve dependencies for project com.intel.autogen:autogen:jar:5.0-SNAPSHOT: Failed to collect dependencies at org.uncommons.maths:uncommons-maths:jar:1.2.2a -> jfree:jfreechart:jar:1.0.8a: Failed to read artifact descriptor for jfree:jfreechart:jar:1.0.8a: Could not transfer artifact jfree:jfreechart:pom:1.0.8a from/to scala-tools.org (https://oss.sonatype.org/content/groups/scala-tools/): Access denied to: https://oss.sonatype.org/content/groups/scala-tools/jfree/jfreechart/1.0.8a/jfreechart-1.0.8a.pom , ReasonPhrase:Forbidden. -> [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 [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :autogen

ZuluPro commented 7 years ago

Same error but with: Access denied to: https://oss.sonatype.org/content/groups/scala-tools/org/python/jython/2.5.1/jython-2.5.1.pom

GiovanniPaoloGibilisco commented 7 years ago

Hi all,

same problem here with https://oss.sonatype.org/content/groups/scala-tools/com/intel/hibench/hibench-common/6.0/hibench-common-6.0.pom when building from latest release or https://oss.sonatype.org/content/groups/scala-tools/com/intel/hibench/hibench-common/6.1-SNAPSHOT/hibench-common-6.1-SNAPSHOT.pom building from master.

I-m building with: mvn -Psparkbench -Dspark=1.6 -Dscala=2.10 clean package