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?