Apache camel-k повешен с сообщением «Ожидание платформы» - Официальная документация github - PullRequest
0 голосов
/ 22 мая 2019

Я пытаюсь запустить небольшую демонстрационную версию интеграции, следуя официальной документации github для camel-k, следуя инструкциям. Когда я пытался запустить пример файла, я зависал с сообщением «Ожидание платформы». Хотя они упоминали, что это займет пару минут, но я ждал полного дня.

Ссылка - 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
...