Hello,
I am getting following error when updating code from svn update. Everything was working with me before 1 week or so but today when I took update I am getting this error. commit -m "Applied patch from jira issue - OFBIZ-5898...." (10 paths specified) svn: E175002: java.lang.RuntimeException: Could not generate DH keypair svn: E175002: OPTIONS request failed on '/repos/asf/ofbiz/trunk' svn: E175002: java.lang.RuntimeException: Could not generate DH keypair svn: E175002: OPTIONS request failed on '/repos/asf/ofbiz/trunk' 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) Anyone of you faced similar kind of problem? Environment: Ubuntu 12.04 Java Version: 1.7 Svn Version: 1.8.10 Subclipse Version: 1.10.5 -- Kind Regards, Ashish Vijaywargiya |
Hi Ashish,
Last week there were some major issues with svn. Please check with the infra guys. Regards, Pierre Verstuurd vanaf mijn iPad > Op 6 dec. 2014 om 09:57 heeft Ashish Vijaywargiya <[hidden email]> het volgende geschreven: > > Hello, > > I am getting following error when updating code from svn update. Everything > was working with me before 1 week or so but today when I took update I am > getting this error. > > commit -m "Applied patch from jira issue - OFBIZ-5898...." (10 paths > specified) > svn: E175002: java.lang.RuntimeException: Could not generate DH keypair > svn: E175002: OPTIONS request failed on '/repos/asf/ofbiz/trunk' > svn: E175002: java.lang.RuntimeException: Could not generate DH keypair > svn: E175002: OPTIONS request failed on '/repos/asf/ofbiz/trunk' > 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) > > Anyone of you faced similar kind of problem? > > Environment: Ubuntu 12.04 > Java Version: 1.7 > Svn Version: 1.8.10 > Subclipse Version: 1.10.5 > > -- > Kind Regards, > Ashish Vijaywargiya |
In reply to this post by Ashish Vijaywargiya
I think it is due to the recent server crash. This is a response from Infra to another committer experiencing the same issue:
"Firstly the SSL cert has changed, and this might be the cause. Also, ensure eclipse is not caching the wrong IP address. If the IP address starts with 140, it should be 140.211.11.105." I hope it helps, Jacopo On Dec 6, 2014, at 9:57 AM, Ashish Vijaywargiya <[hidden email]> wrote: > Hello, > > I am getting following error when updating code from svn update. Everything > was working with me before 1 week or so but today when I took update I am > getting this error. > > commit -m "Applied patch from jira issue - OFBIZ-5898...." (10 paths > specified) > svn: E175002: java.lang.RuntimeException: Could not generate DH keypair > svn: E175002: OPTIONS request failed on '/repos/asf/ofbiz/trunk' > svn: E175002: java.lang.RuntimeException: Could not generate DH keypair > svn: E175002: OPTIONS request failed on '/repos/asf/ofbiz/trunk' > 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) > > Anyone of you faced similar kind of problem? > > Environment: Ubuntu 12.04 > Java Version: 1.7 > Svn Version: 1.8.10 > Subclipse Version: 1.10.5 > > -- > Kind Regards, > Ashish Vijaywargiya |
Thanks Jacopo for your help! I think this was tricky fix so sharing the
steps for everyone's easy reference. 1) Changed the Default JDK version from 1.6 to 1.7. 2) Inside eclipse, I went to SVN Repository Exploring perspective. 3) Relocated repository URL from https://svn.apache.org/repos/asf to http://svn.apache.org/repos/asf (https -> http) 4) Then took code update, it worked fine for me. 5) Again went to SVN Repository Exploring perspective and changed the URL from http://svn.apache.org/repos/asf to https://svn.apache.org/repos/asf. (http -> https) Again I took code update, it worked fine for me. I think in step #5 it took the right IP address from apache svn and cached it for future reference. Kind Regards Ashish Vijaywargiya HotWax Media - est. 1997 On Sat, Dec 6, 2014 at 3:50 PM, Jacopo Cappellato < [hidden email]> wrote: > I think it is due to the recent server crash. This is a response from > Infra to another committer experiencing the same issue: > > "Firstly the SSL cert has changed, and this might be the cause. Also, > ensure eclipse is not caching the wrong IP address. If the IP address > starts with 140, it should be 140.211.11.105." > > I hope it helps, > > Jacopo > > > > On Dec 6, 2014, at 9:57 AM, Ashish Vijaywargiya < > [hidden email]> wrote: > > > Hello, > > > > I am getting following error when updating code from svn update. > Everything > > was working with me before 1 week or so but today when I took update I am > > getting this error. > > > > commit -m "Applied patch from jira issue - OFBIZ-5898...." (10 paths > > specified) > > svn: E175002: java.lang.RuntimeException: Could not generate DH > keypair > > svn: E175002: OPTIONS request failed on '/repos/asf/ofbiz/trunk' > > svn: E175002: java.lang.RuntimeException: Could not generate DH > keypair > > svn: E175002: OPTIONS request failed on '/repos/asf/ofbiz/trunk' > > 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) > > > > Anyone of you faced similar kind of problem? > > > > Environment: Ubuntu 12.04 > > Java Version: 1.7 > > Svn Version: 1.8.10 > > Subclipse Version: 1.10.5 > > > > -- > > Kind Regards, > > Ashish Vijaywargiya > > |
Thanks Jacopo and Ashish for fixing this issue and providing steps. It
helps, I was facing same issue at my end. Thanks & Regards --- Arun Patidar Manager,Enterprise Software Development HotWax Media www.hotwaxmedia.com On Tuesday 09 December 2014 11:32 AM, Ashish Vijaywargiya wrote: > Thanks Jacopo for your help! I think this was tricky fix so sharing the > steps for everyone's easy reference. > > 1) Changed the Default JDK version from 1.6 to 1.7. > > 2) Inside eclipse, I went to SVN Repository Exploring perspective. > > 3) Relocated repository URL from https://svn.apache.org/repos/asf to > http://svn.apache.org/repos/asf (https -> http) > > 4) Then took code update, it worked fine for me. > > 5) Again went to SVN Repository Exploring perspective and changed the URL > from http://svn.apache.org/repos/asf to https://svn.apache.org/repos/asf. > (http -> https) > Again I took code update, it worked fine for me. > > I think in step #5 it took the right IP address from apache svn and cached > it for future reference. > > Kind Regards > Ashish Vijaywargiya > HotWax Media - est. 1997 > > On Sat, Dec 6, 2014 at 3:50 PM, Jacopo Cappellato < > [hidden email]> wrote: > >> I think it is due to the recent server crash. This is a response from >> Infra to another committer experiencing the same issue: >> >> "Firstly the SSL cert has changed, and this might be the cause. Also, >> ensure eclipse is not caching the wrong IP address. If the IP address >> starts with 140, it should be 140.211.11.105." >> >> I hope it helps, >> >> Jacopo >> >> >> >> On Dec 6, 2014, at 9:57 AM, Ashish Vijaywargiya < >> [hidden email]> wrote: >> >>> Hello, >>> >>> I am getting following error when updating code from svn update. >> Everything >>> was working with me before 1 week or so but today when I took update I am >>> getting this error. >>> >>> commit -m "Applied patch from jira issue - OFBIZ-5898...." (10 paths >>> specified) >>> svn: E175002: java.lang.RuntimeException: Could not generate DH >> keypair >>> svn: E175002: OPTIONS request failed on '/repos/asf/ofbiz/trunk' >>> svn: E175002: java.lang.RuntimeException: Could not generate DH >> keypair >>> svn: E175002: OPTIONS request failed on '/repos/asf/ofbiz/trunk' >>> 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) >>> >>> Anyone of you faced similar kind of problem? >>> >>> Environment: Ubuntu 12.04 >>> Java Version: 1.7 >>> Svn Version: 1.8.10 >>> Subclipse Version: 1.10.5 >>> >>> -- >>> Kind Regards, >>> Ashish Vijaywargiya >> |
Free forum by Nabble | Edit this page |