使用下一个命令:$curl -u admin:admin -X GET http://172.17.0.2:8181/jolokia/read/org.opendaylight.controller:type=DistributedConfigDatastore,Category=ShardManager,name=shard-manager-config...
使用下一个命令:
$curl -u admin:admin -X GET http://172.17.0.2:8181/jolokia/read/org.opendaylight.controller:type=DistributedConfigDatastore,Category=ShardManager,name=shard-manager-config
我有下一个错误:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 401 Unauthorized</title>
</head>
<body><h2>HTTP ERROR 401 Unauthorized</h2>
<table>
<tr><th>URI:</th><td>/jolokia/read/org.opendaylight.controller:type=DistributedConfigDatastore,Category=ShardManager,name=shard-manager-config</td></tr>
<tr><th>STATUS:</th><td>401</td></tr>
<tr><th>MESSAGE:</th><td>Unauthorized</td></tr>
<tr><th>SERVLET:</th><td>org.jolokia.osgi.servlet.JolokiaServlet</td></tr>
</table>
</body>
</html>
使用虚拟机(Windows 中的 virtualbox 7.0)= Error401
在本机 ubuntu 24.04 中使用 = Error401
在 ubuntu 中使用虚拟机 = Error401
在 docker 中使用(以 Ubuntu 为本机)= Error401
我不知道下一步该做什么,有建议吗?
我曾尝试在不同的环境中使用 opendaylight,比如 docker、虚拟机(VirtualBox 7.0)、Ubuntu(本机 24.04)等。我不知道问题是什么,即使使用 sudo curl...
我也遇到错误,我稍微研究了一下“admin:admin”是否错误,但我没有看到其他凭据...请帮忙!