Gave up waiting for service error: during pax exam integration tests in opendaylight
Gave up waiting for service error: during pax exam integration tests in opendaylight
我正在使用启动原型在 Opendaylight 上开发应用程序。我使用的是 Carbon 版本,在 运行 mvn install 之后,我在 pax exam 集成测试期间收到此错误:
org.ops4j.pax.swissbox.tracker.ServiceLookupException: 放弃等待服务org.opendaylight.controller.sal.binding.api.BindingAwareBroker
谁能帮我解决这个错误?
该消息仅表示 MD SAL 数据存储未启动且 运行。您需要查看来自 IT 的 Karaf 日志以了解为什么会这样 - 查看失败集成的 target/surefire-reports/
中的 *Test-output.txt
、*Test.txt
和 *Test.xml
文件测试神器。
我正在使用启动原型在 Opendaylight 上开发应用程序。我使用的是 Carbon 版本,在 运行 mvn install 之后,我在 pax exam 集成测试期间收到此错误:
org.ops4j.pax.swissbox.tracker.ServiceLookupException: 放弃等待服务org.opendaylight.controller.sal.binding.api.BindingAwareBroker
谁能帮我解决这个错误?
该消息仅表示 MD SAL 数据存储未启动且 运行。您需要查看来自 IT 的 Karaf 日志以了解为什么会这样 - 查看失败集成的 target/surefire-reports/
中的 *Test-output.txt
、*Test.txt
和 *Test.xml
文件测试神器。