Apache camel-k挂起消息“ Waiting for Platform”-已遵循官方github文档

时间:2019-05-22 09:39:35

标签: amazon-ec2 kubernetes apache-camel openshift

我正在尝试运行一个小型集成演示,请遵循camel-k的官方github文档,并遵循以下步骤。当我尝试运行示例文件时,我被消息“ Waiting for Platform”所困扰。尽管他们提到要花几分钟,但我已经等了一整天了。

参考-https://github.com/apache/camel-k

我正在跑步

  • Openshift v3.11
  • Kamel v0.3.3
  • Kubernetes v1.11
  • 在AWS实例上使用

您能在这里帮我吗?非常感谢您的宝贵时间。

以下是我从camel-k运算符上的日志中得到的错误,

[ERROR] [ERROR] Some problems were encountered while processing the POMs:
[ERROR] Non-resolvable import POM: Could not transfer artifact org.apache.camel:camel-bom:pom:2.23.2 from/to central (https://repo.maven.apache.org/maven2): repo.maven.apache.org: Name or service not known @ line 9, column 19
[ERROR] 'dependencies.dependency.version' for org.apache.camel:camel-core:jar is missing. @ line 31, column 17
[ERROR] 'dependencies.dependency.version' for org.apache.camel:camel-groovy:jar is missing. @ line 47, column 17
@
[ERROR] The build could not read 1 project -> [Help 1]
[ERROR]
[ERROR]   The project org.apache.camel.k.integration:camel-k-integration:0.3.3 (/tmp/builder-121244146/maven/pom.xml) has 3 errors
[ERROR]     Non-resolvable import POM: Could not transfer artifact org.apache.camel:camel-bom:pom:2.23.2 from/to central (https://repo.maven.apache.org/maven2): repo.maven.apache.org: Name or service not known @ line 9, column 19: Unknown host repo.maven.apache.org: Name or service not known -> [Help 2]
[ERROR]     'dependencies.dependency.version' for org.apache.camel:camel-core:jar is missing. @ line 31, column 17
[ERROR]     'dependencies.dependency.version' for org.apache.camel:camel-groovy:jar is missing. @ line 47, column 17
[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/ProjectBuildingException
[ERROR] [Help 2] http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException

0 个答案:

没有答案