Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » java.security.NoSuchAlgorithmException: DH On Eclipse 3.1 On FC4_x64
java.security.NoSuchAlgorithmException: DH On Eclipse 3.1 On FC4_x64 [message #291127] Thu, 08 September 2005 12:57 Go to next message
Eclipse UserFriend
Hello,

I'm running Eclipse 3.1 on Fedora FC4 x64 on an AMD64 X2. I have Sun's
JDK 1.5.0_04 (x64) installed. When I try to use extssh to access my CVS
server, I get the subject exception. I'm using the same key files that I
have used without problem in Eclipse 3.0 on Windows and FC4 _i386. I can
read the key file fine using the Key Management tab on the SSH2
Connection Method preferences panel, and the CVS host shows up in the
Known Hosts tab...

I can also access the CVS server w/o problem with gcvs using extssh.

Does anybody know how to make this work?

Regards,
Eric Mader
IBM GCoC - San José
5600 Cottle Rd. M/S 50-2/B11
San Jose, CA 95193
Re: java.security.NoSuchAlgorithmException: DH On Eclipse 3.1 On FC4_x64 [message #291136 is a reply to message #291127] Thu, 08 September 2005 21:51 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bbiggs.ca.ibm.com

Eric Mader wrote:
> I'm running Eclipse 3.1 on Fedora FC4 x64 on an AMD64 X2. I have Sun's
> JDK 1.5.0_04 (x64) installed. When I try to use extssh to access my CVS
> server, I get the subject exception. I'm using the same key files that I
> have used without problem in Eclipse 3.0 on Windows and FC4 _i386. I can
> read the key file fine using the Key Management tab on the SSH2
> Connection Method preferences panel, and the CVS host shows up in the
> Known Hosts tab...
>
> I can also access the CVS server w/o problem with gcvs using extssh.
>
> Does anybody know how to make this work?

You may have Sun's VM installed, but you are clearly running Eclipse
under gij, the gcc Java interpreter. This error occurs when using gij
as a VM without the required support libraries for doing DH key
exchange.

I would suggest filing a bug at bugzilla.redhat.com about gij failing,
and pointing Eclipse at your Sun VM using:

eclipse -vm /usr/java/.../jre/bin/java

-Billy
Re: java.security.NoSuchAlgorithmException: DH On Eclipse 3.1 On FC4_x64 [message #291168 is a reply to message #291136] Fri, 09 September 2005 12:26 Go to previous message
Eclipse UserFriend
Billy Biggs wrote:
> Eric Mader wrote:
>
>> I'm running Eclipse 3.1 on Fedora FC4 x64 on an AMD64 X2. I have Sun's
>> JDK 1.5.0_04 (x64) installed. When I try to use extssh to access my
>> CVS server, I get the subject exception. I'm using the same key files
>> that I have used without problem in Eclipse 3.0 on Windows and FC4
>> _i386. I can read the key file fine using the Key Management tab on
>> the SSH2 Connection Method preferences panel, and the CVS host shows
>> up in the Known Hosts tab...
>>
>> I can also access the CVS server w/o problem with gcvs using extssh.
>>
>> Does anybody know how to make this work?
>
>
> You may have Sun's VM installed, but you are clearly running Eclipse
> under gij, the gcc Java interpreter. This error occurs when using gij
> as a VM without the required support libraries for doing DH key
> exchange.
>
> I would suggest filing a bug at bugzilla.redhat.com about gij failing,
> and pointing Eclipse at your Sun VM using:
>
> eclipse -vm /usr/java/.../jre/bin/java
>
> -Billy

That did the trick!

Thanks,
Eric
Previous Topic:minimize and restore
Next Topic:how to interact with headless eclipse app
Goto Forum:
  


Current Time: Wed Jul 16 23:09:08 EDT 2025

Powered by FUDForum. Page generated in 0.04081 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top