This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 202790

Summary: Could not generate DH keypair
Product: versioncontrol Reporter: nels2k
Component: SubversionAssignee: Ondrej Vrabec <ovrabec>
Status: RESOLVED WONTFIX    
Severity: normal CC: josef.sabl
Priority: P3    
Version: 7.0   
Hardware: PC   
OS: Linux   
Issue Type: DEFECT Exception Reporter:
Attachments: log file

Description nels2k 2011-09-28 17:55:36 UTC
i get this exception everytime i update or commit.

org.tigris.subversion.javahl.ClientException: java.lang.RuntimeException: Could not generate DH keypair
OPTIONS request failed on '/svn/itrac/itmems4/trunk'
Comment 1 Tomas Stupka 2011-09-29 09:17:40 UTC
please, reproduce the problem and attach your whole messages.log to the issue
Comment 2 nels2k 2011-09-29 14:44:00 UTC
That is the whole error message. After clicking update under subversion on netbeans a pop up shows that displays org.tigris.subversion.javahl.ClientException: java.lang.RuntimeException: Could
not generate DH keypair
OPTIONS request failed on '/svn/itrac/itmems4/trunk'
Comment 3 Tomas Stupka 2011-09-29 14:51:25 UTC
the log file contains a lot more information then just the exception which might give us a better insight into your setup and the problem. Please, attach your messages.log.
Comment 4 nels2k 2011-09-29 15:01:26 UTC
(In reply to comment #3)
> the log file contains a lot more information then just the exception which
> might give us a better insight into your setup and the problem. Please, attach
> your messages.log.

How do i get the log, not familiar with that process.
Comment 5 Tomas Stupka 2011-09-29 15:10:08 UTC
http://wiki.netbeans.org/FaqLogMessagesFile

also - what svn client do you use?

thanks
Comment 6 nels2k 2011-09-29 15:30:14 UTC
Created attachment 111318 [details]
log file
Comment 7 nels2k 2011-09-29 15:31:28 UTC
(In reply to comment #5)
> http://wiki.netbeans.org/FaqLogMessagesFile
> 
> also - what svn client do you use?
> 
> thanks

thanks Tomas i attached the log file above and im using,
svn, version 1.6.12 (r955767)
   compiled Jun  5 2011, 15:03:40

Copyright (C) 2000-2009 CollabNet.
Subversion is open source software, see http://subversion.tigris.org/
Comment 8 Ondrej Vrabec 2011-10-05 10:40:48 UTC
Seems the problem may be in JDK7 or in svnkit: http://forum.assembla.com/forums/3/topics/3550
Try JDK6
Comment 9 Ondrej Vrabec 2011-10-05 11:03:40 UTC
hmm, probably a bug in JDK: https://community.qualys.com/thread/1407 and http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6521495
I don't know how to help you. If you have a way, you can reconfigure the server's cert probably. Or you can setup javahl client which should work fine: http://wiki.netbeans.org/FaqSvnJavahl
Comment 10 josef.sabl 2011-12-07 13:04:22 UTC
*** Bug 206078 has been marked as a duplicate of this bug. ***
Comment 11 josef.sabl 2011-12-07 13:41:48 UTC
The problem with NB 7.1 is obviously in JRE or JDK 1.7 used.
NB 7.0 used older 1.6 Java version which did not have this bug.

NB 7.1 can be run with version 1.6. (http://wiki.netbeans.org/FaqRunningOnJre)