【问题标题】:CRJAZ2384E Cannot connect to the repository at URL. Invalid Padding LengthCRJAZ2384E 无法连接到位于 URL 的存储库。填充长度无效
【发布时间】:2014-10-31 01:23:58
【问题描述】:

当我尝试从 Eclipse 连接到存储库时,我收到以下错误,

CRJAZ2384E Cannot connect to the repository at URL "https://clm.product.org/ccm", see the nested exception for more details. 
For more details, open the help system and search for CRJAZ2384E. 

CRJAZ2384E Cannot connect to the repository at URL "https://clm.product.org/ccm", see the nested exception for more details. 
For more details, open the help system and search for CRJAZ2384E. 
Invalid Padding length: 

注意:它一直工作到昨天。突然断线,开始出现上述错误

我也安装了新版本的 Eclipse 并尝试连接。但它仍然没有连接。

请寻求帮助。

【问题讨论】:

    标签: eclipse eclipse-plugin rtc jazz ibm-jazz


    【解决方案1】:

    它可能取决于您的操作系统和使用的 java(来自 RTC、IBM jre 的那个)或外部的(如this thread

    尝试连接到 https url 时出现 Invalid padding length 错误表明存在握手问题(like this onethis one

    我注意到bug suggested here 与 Diffie-Hellman 密钥交换有关,因此我尝试选择不使用 Diffie-Hellman 的密码 (-Dhttps.cipherSuites=TLS_RSA_WITH_AES_256_CBC_SHA256),问题就消失了。

    根据您的 RTC 服务器的安装方式,请咨询 RTC 管理员是否可以强制执行该策略。

    由于新的 Eclipse 仍然存在该问题,因此 older answer(关于升级 Eclipse)不太可能有帮助。

    OP Stalwart 提到了in the comments

    我通过在点击属性后在目标路径中添加JDK的路径解决了这个问题

    【讨论】:

    • 感谢 VonC。我通过点击属性后在目标路径中添加JDK的路径解决了这个问题。
    • @Stalwart 太棒了!为了提高知名度,我已将您的结论包含在答案中。
    【解决方案2】:

    在 Rational Software Architect JRE 中编辑 java.security 文件并注释掉选项 jdk.certpath.disabledAlgorithms=MD2

    http://www-01.ibm.com/support/docview.wss?uid=swg21663610

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 2016-11-09
      • 1970-01-01
      • 1970-01-01
      • 2015-04-20
      • 2019-01-01
      • 2019-05-26
      • 2014-08-01
      相关资源
      最近更新 更多