java - CWWKF1219E : The IBM WebSphere Liberty Repository cannot be reached

标签 java proxy console websphere-liberty

已下载并解压缩 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 进行编码

关于java - CWWKF1219E : The IBM WebSphere Liberty Repository cannot be reached,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37610212/

相关文章:

android - 在没有root的情况下在android中使用代理

Java:System.out.println() 这么慢的原因是什么?

java - 在 Java 中水平、垂直和对角线(两个方向)搜索二维数组

java - 如何用 JodaTime 表示 'time'

java - 从 dl.util.concurrent 迁移到 java.util.concurrent 的概述/教程

java - 对象初始化数组

java - 使用 InvocableHandler 和 Proxy 而不使用接口(interface)

java - 从代理对象访问字段

visual-studio-2012 - 从控制台应用程序生成用于 Azure 存储帐户访问的共享访问签名 URI > 如何将结果输出到文件?

java - 向 JScrollPane 添加新行