首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >错误传输工件:连接超时

错误传输工件:连接超时
EN

Stack Overflow用户
提问于 2015-02-19 00:07:46
回答 1查看 276关注 0票数 0

我第一次尝试在我的系统上构建一个版本的OpenTripPlanner。有几个依赖项错误,通过手动下载jar并将其添加到.m2/repository,可以解决第一个错误。

但是,我无法避免第二个依赖错误。下面是maven构建的错误日志

代码语言:javascript
复制
[INFO] opentripplanner-geocoder .......................... SUCCESS [  1.976 s]
[INFO] opentripplanner-gui ............................... FAILURE [ 11.088 s]
[INFO] opentripplanner-webapp ............................ SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 53.144 s
[INFO] Finished at: 2015-02-18T15:33:08-05:00
[INFO] Final Memory: 25M/412M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project opentripplanner-gui: Could not resolve dependencies for project org.opentripplanner:opentripplanner-gui:jar:0.6.0-SNAPSHOT: Failed to collect dependencies at org.processing:core:jar:1.0.7: Failed to read artifact descriptor for org.processing:core:jar:1.0.7: Could not transfer artifact org.processing:core:pom:1.0.7 from/to axis (http://people.apache.org/repo/m1-ibiblio-rsync-repository/org.apache.axis2/): connect timed out -> [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 <goals> -rf :opentripplanner-gui

我知道这与core-1.0.7.jar有关,但我无法回避

EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2015-02-27 18:23:23

事实证明,将存储库从OpenGeo切换到Conveyal是所需的。帮助我解决这个问题的讨论线:https://groups.google.com/forum/#!topic/opentripplanner-users/pKPGut4iCyQ

票数 0
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/28596402

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档