- android - 多次调用 OnPrimaryClipChangedListener
- android - 无法更新 RecyclerView 中的 TextView 字段
- android.database.CursorIndexOutOfBoundsException : Index 0 requested, 光标大小为 0
- android - 使用 AppCompat 时,我们是否需要明确指定其 UI 组件(Spinner、EditText)颜色
我已将 ODL Netconf 测试工具 (netconf-testtool-1.1.0-Boron-executable.jar) 部署到我的 Nitrogen ODL Controller 上,以便开始 Netconf 测试。
当我通过 java -Xmx1G -jar netconf-testtool-1.1.0-Boron-executable.jar 启动 Netconf TestTool 时,我得到以下似乎正确的输出。
root@Ubuntu:~# java -Xmx1G -jar netconf-testtool-1.1.0-Boron-executable.jar
- 16:56:29.985 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - Starting 1, SSH simulated devices starting on port 17830
- 16:56:31.336 [main] INFO o.a.sshd.common.util.SecurityUtils - Trying to register BouncyCastle as a JCE provider
- 16:56:32.381 [main] INFO o.a.sshd.common.util.SecurityUtils - BouncyCastle not registered, using the default JCE provider
- 16:56:32.683 [main] INFO o.o.n.t.tool.NetconfDeviceSimulator - All simulated devices started successfully from port 17830 to 17830
然后,我继续通过 REST 在 ODL Controller 上为 Netconf TestTool 添加 Netconf 连接器,该操作成功并报告“连接”状态。
"node-id": "Netconf-Testtool",
"netconf-node-topology:host": "127.0.0.1",
"netconf-node-topology:connection-status": "connecting",
"netconf-node-topology:port": 17830
但是当我回顾 ODL TestTool 时,我看到以下 JAVA 错误
java.security.InvalidKeyException: The security strength of SHA-1 digest algorithm is not sufficient for this key size
有人见过这个吗?
最佳答案
我在使用 Carbon (1.2.3-SNAPSHOT) 的 netconf-test-tool 和 Controller ODL Boron SR3 时遇到了同样的事情。
我发现原因是我的虚拟机正在使用运行该工具的 JDK 8 u161,并且看起来 u151 中发生了更改,更改了默认 key 大小。 http://www.oracle.com/technetwork/java/javase/8u151-relnotes-3850493.html
我按照 Stephen 的建议从 nexus 中提取了 netconf-testtool-1.3.2-executable.jar 工件,问题已经消失,我可以安装模拟器了。
测试工具 1.3.x 版本上的 SSH 相关依赖项可能已使用较新版本的 JDK 进行了更新。
关于Java 安全 InvalidKeyException ODL Netconf TestTool,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48911525/
我是 ODL Controller 和嵌入式 jetty 的新手。 如果有请求泛滥,我想在 jetty.xml 中添加 DoSFilter 来限制 REST 请求。 我尝试在互联网上搜索,但在 web
如果您的 C++ 项目有一堆 .ODL 文件和从 ODL 编译器生成的 .h 文件,应该告诉 doxygen 解析 .odl 和 .h,还是只解析非此即彼?一般来说,我不喜欢记录生成的代码,但 IDL
IDL 和 ODL 的主要区别是什么。我有很多项目,有些有idl,有些有odl。我应该在哪里使用它们。什么是权衡。 最佳答案 ODL 是一种传统格式。它已被 MIDL(又名:IDL)取代。查看这篇 M
我已将 ODL Netconf 测试工具 (netconf-testtool-1.1.0-Boron-executable.jar) 部署到我的 Nitrogen ODL Controller 上,以
我需要与运行 odl 的路由反射器和我的路由器建立 bgp session ,到目前为止我已经完成了以下操作。安装了 opendaylight karaf,氮气版本。 已安装 bgp 功能(功能:安装
我正在尝试在新的 ODL 版本上为氟创建一个功能。在这个新版本中,软件包:org.opendaylight.mdsal.binding.api.RpcProviderService.RpcRegist
我是 OpenDaylight Controller 的新手,尝试使用 Rest api 发布到 OpenDaylight 时遇到此错误。 function UserAction() { var xh
我目前正在开发基于 OpenDaylight 的应用程序。我想使用 ObjectDB。 但我无法激活我的包。 opendaylight-user@root>bundle:diag ntf-impl (
我无法在 Ubuntu 16.04 机器上安装包 odl-dlux-all。以下是错误信息 Error executing command: Can't install feature odl-dlu
我在 C# 中定义一个接口(interface),它将在 C# 中实现,但作为 COM 对象从非托管 C++ 模块调用。 我知道我想要/需要 C++ API 是什么样子以及我如何通过 ODL 定义它:
我是一名优秀的程序员,十分优秀!