Subclipse: Could not generate DH keypair

心已入冬 提交于 2019-12-07 18:43:56

问题


I have got an error while I'm trying to commit/update project in Eclipse (in terminal no problems).

Window details:

org.apache.subversion.javahl.ClientException: svn: E175002: java.lang.RuntimeException: Could not generate DH keypair
svn: E175002: OPTIONS request failed on '/<my_patch>'
org.apache.subversion.javahl.ClientException: svn: E175002: java.lang.RuntimeException: Could not generate DH keypair
svn: E175002: OPTIONS request failed on '/<my_path>'

Console:

svn: E175002: java.lang.RuntimeException: Could not generate DH keypair
svn: E175002: OPTIONS request failed on '/<my_path>'
    svn: E175002: java.lang.RuntimeException: Could not generate DH keypair
svn: E175002: OPTIONS request failed on '/<my_path>'
    java.lang.RuntimeException: Could not generate DH keypair
    Could not generate DH keypair
    Prime size must be multiple of 64, and can only range from 512 to 1024 (inclusive)

I'm using SvnKit 1.8 and this problem came suddenly after long time of using this connector. I tried to delete eclipse's files/download and prepare new enviroment, download newest java, update system(MAC). Nothing worked.. Do you have any ideas?


回答1:


If the command line SVN client works you can use the JavaHL connector. It uses the same library as the command line client.

If you are dependend on SvnKit you can try to install:

  • For Java 6: Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 6.
  • For Java 8: Java Cryptography Extension (JCE) Unlimited Strength Jurisdiction Policy Files 8.



回答2:


First, I selected SVNKit (Pure Java) SVNKit v1.8.12.10533, but failed. Then I selected JavaHL (JNI) 1.9.3 (r1718519) and succeeded.



来源:https://stackoverflow.com/questions/26713813/subclipse-could-not-generate-dh-keypair

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!