2017-06-06 30 views
0

私はデータ分析のためにvisalloソフトウェアをインストールして実行しようとしていました。私は、ドキュメントhttp://docs.visallo.org/getting-started.html 私が正常にソースコードをクローン化し、私はそれがMavenを使用してvisalloを実行しているときにエラーが発生しました

Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.3:install-node-and-yarn (install-node-and-yarn) on project visallo-web: Could not extract the Yarn archive: Could not extract archive: '/home/sindhuja/.m2/repository/com/github/eirslett/yarn/0.17.10/yarn-0.17.10./yarn-v0.17.10.tar.gz': EOFException 

としてエラーを上げている mvn -DskipTests compileコマンドのコマンドを実行すると、完全なエラーが

[ERROR] Failed to execute goal com.github.eirslett:frontend-maven-plugin:1.3:install-node-and-yarn (install-node-and-yarn) on project visallo-web: Could not extract the Yarn archive: Could not extract archive: '/home/sindhuja/.m2/repository/com/github/eirslett/yarn/0.17.10/yarn-0.17.10./yarn-v0.17.10.tar.gz': EOFException -> [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/MojoFailureException 
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command 
[ERROR] mvn <goals> -rf :visallo-web 

ある[INFO以下] Visallo:Web:Base ................................. FAILURE [1.077 s] はどこにエラーがあるか集めた

私はすべての必要な依存関係に

  1. nodejsバージョンv4.7.2
  2. gitのバージョン2.11.0
  3. Mavenのバージョン3.3.9
  4. 糸のバージョン0.24.5
  5. のUbuntu 17.04
  6. をインストール

pom.xmlコード: https://github.com/visallo/visallo/blob/master/web/web-base/pom.xml

答えて

関連する問題