ATLANTBH / jmeter-components

Apache jMeter components
Apache License 2.0
78 stars 51 forks source link

Failure to get dependency: org.apache.thrift:thrift:jar:0.2.0 #12

Closed justinnichols closed 7 years ago

justinnichols commented 8 years ago

I simply cloned the repository and ran mvn clean install as instructed. Received the following (after it downloaded everything else up to that point of getting thrift):

~/src/github/ATLANTBH/jmeter-components $ mvn clean install
[INFO] Scanning for projects...
[INFO]                                                                         
[INFO] ------------------------------------------------------------------------
[INFO] Building AtlantBH custom JMeter components 1.1.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: https://repository.cloudera.com/content/repositories/snapshots/org/apache/thrift/thrift/0.2.0/thrift-0.2.0.pom
Downloading: http://repository.codehaus.org/org/apache/thrift/thrift/0.2.0/thrift-0.2.0.pom
Downloading: https://repository.cloudera.com/content/repositories/snapshots/org/apache/thrift/thrift/0.2.0/thrift-0.2.0.pom
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 1.146 s
[INFO] Finished at: 2016-03-02T10:21:49-05:00
[INFO] Final Memory: 16M/484M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project atlantbh-components: Could not resolve dependencies for project com.atlantbh.jmeter:atlantbh-components:jar:1.1.0-SNAPSHOT: Failed to collect dependencies at org.apache.hbase:hbase:jar:0.90.1-cdh3u0 -> org.apache.thrift:thrift:jar:0.2.0: Failed to read artifact descriptor for org.apache.thrift:thrift:jar:0.2.0: Could not transfer artifact org.apache.thrift:thrift:pom:0.2.0 from/to cdh.snapshot.repo (https://repository.cloudera.com/content/repositories/snapshots): Failed to transfer file: https://repository.cloudera.com/content/repositories/snapshots/org/apache/thrift/thrift/0.2.0/thrift-0.2.0.pom. Return code is: 409 , ReasonPhrase:Conflict. -> [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
MarioTom commented 8 years ago

I have the same problem :(

tarikdem commented 7 years ago

Is this issue still present for you?

justinnichols commented 7 years ago

Nope, seems to be good to go now. Thanks!