尝试在OnCommand Workflow Automation 中删除或更改LDAPS服务器的属性时、显示消息空
适用场景
OnCommand 工作流自动化( WFA ) 5.1
问题描述
null
在LDAPS服务器中添加并单击 保存后会显示一条消息。最近可能已升级到WFA 5.1。
null
显示此消息时、还会出现其他几种症状:
- 如果不删除整个AD服务器条目(通过选择条目并单击 删除)、也无法更改绑定用户名、绑定密码和基本DN字段。
keytool
在对现有ldap.truststore
的In Command提示符运行以下命令时、生成的输出将指出此文件为空。
<installed_path>\Program Files\NetApp\jdk\bin\keytool.exe" -list -v -keystore "<installed_path>\Program Files\NetApp\WFA\jboss\standalone\configuration\keystore\ldap.truststore" -storepass changeit
keytool error: java.lang.Exception: Keystore file exists, but is empty: <installed_path>\Program Files\NetApp\WFA\jboss\standalone\configuration\keystore\ldap.truststore
java.lang.Exception: Keystore file exists, but is empty: <installed_path>\Program Files\NetApp\WFA\jboss\standalone\configuration\keystore\ldap.truststore
at java.base/sun.security.tools.keytool.Main.doCommands(Main.java:874)
at java.base/sun.security.tools.keytool.Main.run(Main.java:398)
at java.base/sun.security.tools.keytool.Main.main(Main.java:391)