我正在使用启动原型在Opendaylight上开发一个应用程序。我正在使用Carbon版本,在运行mvn install之后,我在pax考试集成测试中遇到了这个错误:
org.ops4j.pax.swissbox.tracker.ServiceLookupException:放弃等待服务org.opendaylight.controller.sal.binding.api.BindingAwareBroker
有人可以帮我解决这个错误吗?
答案 0 :(得分:0)
该消息仅表示MD SAL数据存储未启动并正在运行。您需要查看来自IT的Karaf日志以了解其原因 - 请查看失败集成的"geom": "Point(-71.064544 44.28787)"
中的create(poi) {
const sql = db.insert({
place: poi.place,
comments: poi.comments,
numbers: poi.numbers,
geom: st.geomFromText(poi.geom, 4326)
}).returning('*').into('poi');
return sql;
},
,*Test-output.txt
和*Test.txt
文件测试工件。