CWWKF1219E:无法访问 IBM WebSphere Liberty 存储库
CWWKF1219E: The IBM WebSphere Liberty Repository cannot be reached
已下载并解压 Websphere Liberty Profile wlp-javaee7-8.5.5.9.zip。我在防火墙后面,尝试安装 adminCenter,但出现错误:
CWWKF1219E: The IBM WebSphere Liberty Repository cannot be reached. Verify that your computer has network access and firewalls are configured correctly, then try the action again. If the connection still fails, the repository server might be temporarily unavailable.
为了解决这个问题,我使用了来自 http://viralpatel.net/blogs/http-proxy-setting-java-setting-proxy-java/ 的信息。
是否有更好的方法来配置各种 IBM utils 对外部存储库的访问?
您还可以通过将
设置为 installUtility
的 http 代理设置
proxyHost=my.proxy.server.ibm.com
proxyPort=9080
proxyUser=myname
proxyPassword={aes}AH5NLyd7DfGb12pK17Pw+
在您的 ${wlp.install.dir}/etc/repositories.properties
中描述 Knowledge Center
注意密码要用securityUtility
编码
已下载并解压 Websphere Liberty Profile wlp-javaee7-8.5.5.9.zip。我在防火墙后面,尝试安装 adminCenter,但出现错误:
CWWKF1219E: The IBM WebSphere Liberty Repository cannot be reached. Verify that your computer has network access and firewalls are configured correctly, then try the action again. If the connection still fails, the repository server might be temporarily unavailable.
为了解决这个问题,我使用了来自 http://viralpatel.net/blogs/http-proxy-setting-java-setting-proxy-java/ 的信息。
是否有更好的方法来配置各种 IBM utils 对外部存储库的访问?
您还可以通过将
设置为installUtility
的 http 代理设置
proxyHost=my.proxy.server.ibm.com
proxyPort=9080
proxyUser=myname
proxyPassword={aes}AH5NLyd7DfGb12pK17Pw+
在您的 ${wlp.install.dir}/etc/repositories.properties
中描述 Knowledge Center
注意密码要用securityUtility