Opendaylight Sodium的应用程序构建错误

问题描述 投票:0回答:1

我想为OpendayLight Controller部署应用程序。因此,我正在遵循此指南:https://docs.opendaylight.org/en/stable-sodium/developer-guide/developing-apps-on-the-opendaylight-controller.html

我的步骤很简单:

  1. 设置基础结构(正确的settings.xml,安装maven,安装jdk);
  2. 下载的示例模块:MVN原型:生成-DarchetypeGroupId = org.opendaylight.archetypes -DarchetypeArtifactId = opendaylight-startup-archetype -DarchetypeCatalog = remote -DarchetypeVersion = 1.2.1提供这些信息:
Define value for property 'groupId': : org.opendaylight.example 
Define value for property 'artifactId': :  example 
Define value for property 'version':  1.0-SNAPSHOT: : 1.0.0-SNAPSHOT 
Define value for property 'package':  org.opendaylight.example: : 
Define value for property 'classPrefix':
${artifactId.substring(0,1).toUpperCase()}${artifactId.substring(1)}
Define value for property 'copyright': : Copyright (c) 2015Yoyodyne, Inc
  1. 运行mvn全新安装,几分钟后,它将返回一个错误(here the error log)。所以我不能编译该项目。

有人可以帮我解决问题吗?

非常感谢

opendaylight
1个回答
0
投票
这行对我很突出:

java.rmi.NotBoundException: b171a475-c036-43f1-a98d-c8cd8835aec9

您的应用程序是否正在尝试打开一些网络端口?已经被使用(绑定到)在同一系统上运行的另一个进程?
© www.soinside.com 2019 - 2024. All rights reserved.