Re: [JSch-users] NoSuchAlgorithmException in ssh

2007-09-12 Thread Atsuhiko Yamanaka
Hi, +-From: Conrad =?utf-8?q?Berh=C3=B6rster?= <[EMAIL PROTECTED]> -- |_Date: Wed, 12 Sep 2007 11:34:30 +0200 | |I have used the ubuntu version java version "1.4.2" gij (GNU |libgcj) version 4.1.0 (Ubuntu 4.1.0-1ubuntu8) | |the actual list of providers is

Re: [JSch-users] NoSuchAlgorithmException in ssh

2007-09-12 Thread Conrad Berhörster
Hello, huh martin, your are right. That was the Problem. I upgraded the system to the sun jdk and it worked without the error. this is really assuasive ;=) Only the warning with the RSA key appered. But this can be in my sources. Am Mittwoch, 12. September 2007 04:54 schrieb Atsuhiko Yama

Re: [JSch-users] NoSuchAlgorithmException in ssh

2007-09-11 Thread Atsuhiko Yamanaka
Hi, +-From: Conrad =?utf-8?q?Berh=C3=B6rster?= <[EMAIL PROTECTED]> -- |_Date: Tue, 11 Sep 2007 17:43:43 +0200 | >> java.security.Provider[] >> providers=java.security.Security.getProviders(); for(int i=0; >> i> System.out.println(providers[i].getName());

Re: [JSch-users] NoSuchAlgorithmException in ssh

2007-09-11 Thread Oberhuber, Martin
> From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of Conrad Berhörster > Sent: Tuesday, September 11, 2007 5:44 PM > To: [email protected] > Subject: Re: [JSch-users] NoSuchAlgorithmException in ssh > > Hello, > > > Am Diensta

Re: [JSch-users] NoSuchAlgorithmException in ssh

2007-09-11 Thread Conrad Berhörster
Hello, Am Dienstag, 11. September 2007 16:29 schrieb Atsuhiko Yamanaka: > Hi, > >+-From: Conrad =?iso-8859-1?q?Berh=F6rster?= <[EMAIL PROTECTED]> -- >|_Date: Tue, 11 Sep 2007 10:31:39 +0200 __ >| >|Do you have any idea, why that protocol works with the TM exa

Re: [JSch-users] NoSuchAlgorithmException in ssh

2007-09-11 Thread Atsuhiko Yamanaka
Hi, +-From: Conrad =?iso-8859-1?q?Berh=F6rster?= <[EMAIL PROTECTED]> -- |_Date: Tue, 11 Sep 2007 10:31:39 +0200 __ | |Do you have any idea, why that protocol works with the TM example, |but not with mine? May I ask you to run following chunk of code before inv

Re: [JSch-users] NoSuchAlgorithmException in ssh

2007-09-11 Thread Conrad Berhörster
Hello Atsuhiko , Am Dienstag, 11. September 2007 09:49 schrieb Atsuhiko Yamanaka: > Hi, > >+-From: "Oberhuber, Martin" <[EMAIL PROTECTED]> -- >|_Date: Mon, 10 Sep 2007 14:31:31 +0200 ___ >| >|About the "No such algorithm" exception, I'm not sure. >|Atsuhi

Re: [JSch-users] NoSuchAlgorithmException in ssh

2007-09-11 Thread Atsuhiko Yamanaka
Hi, +-From: "Oberhuber, Martin" <[EMAIL PROTECTED]> -- |_Date: Mon, 10 Sep 2007 14:31:31 +0200 ___ | |About the "No such algorithm" exception, I'm not sure. |Atsuhiko might have an idea. I do not know the | "DESede/CBC/NoPadding" |algorithm, perhaps this is

Re: [JSch-users] NoSuchAlgorithmException in ssh

2007-09-10 Thread Conrad Berhörster
Hello Martin, Am Montag, 10. September 2007 14:31 schrieb Oberhuber, Martin: > Hello Conrad, > > > This message is normal when you connect to a host for the > first time. Jsch will save the host key of that host in > the known_hosts file in the SSH homedir. Does your app > tell Jsch where th

Re: [JSch-users] NoSuchAlgorithmException in ssh

2007-09-10 Thread Oberhuber, Martin
7 2:17 PM > To: Oberhuber, Martin > Cc: [email protected] > Subject: Re: [JSch-users] NoSuchAlgorithmException in ssh > > Hello Martin, > > sorry for that delay. > Thanks for your hints. Unfortunately , they won't help > I am also using sch 0.1.31

Re: [JSch-users] NoSuchAlgorithmException in ssh

2007-09-10 Thread Conrad Berhörster
Hello Martin, sorry for that delay. Thanks for your hints. Unfortunately , they won't help I am also using sch 0.1.31. . Futher i am using Eclipse SDK 3.3.0. with the buildid I20070625-1500 So, there are no .classpath files in the project directories my Metafile.inf is

Re: [JSch-users] NoSuchAlgorithmException in ssh

2007-09-10 Thread Conrad Berhörster
Hello Martin, sorry for that delay. Thanks for your hints. Unfortunately , they won't help I am also using sch 0.1.31. . Futher i am using Eclipse SDK 3.3.0. with the buildid I20070625-1500 So, there are no .classpath files in the project directories my Metafile.inf is

Re: [JSch-users] NoSuchAlgorithmException in ssh

2007-09-06 Thread Oberhuber, Martin
Hello Conrad, based on your environment, the issue could be because of the way Eclipse is loading classes. sunjce_provider.jar is in JRE/lib/ext, so it is a JVM extension. By default, Eclipse / OSGi bundles only load well-known classes from the JVM when you have this in your meta-inf/ manifest.

Re: [JSch-users] NoSuchAlgorithmException in ssh

2007-09-06 Thread Conrad Berhörster
Hello Martin, Am Mittwoch, 5. September 2007 17:38 schrieb Oberhuber, Martin: > Hello Conrad, > > how are you starting your application? > What is the CLASSPATH variable, what is the > PATH variable? the CLASSPATH is empty, the PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/b

Re: [JSch-users] NoSuchAlgorithmException in ssh

2007-09-05 Thread Oberhuber, Martin
[email protected] > Subject: Re: [JSch-users] NoSuchAlgorithmException in ssh > > > Hello Atsuhiko, > > thanks for your reply, > > After sending this issue, i saw the issue > http://sourceforge.net/mailarchive/forum.php?thread_name=46D5D > CE5.3000404%40a

Re: [JSch-users] NoSuchAlgorithmException in ssh

2007-09-04 Thread Conrad Berhörster
Hello Atsuhiko, thanks for your reply, After sending this issue, i saw the issue http://sourceforge.net/mailarchive/forum.php?thread_name=46D5DCE5.3000404%40ajk-solutions.com&forum_name=jsch-users and i think it is the same problem. Anyway, i am using java 1.4 and the webside mentioned, tha

Re: [JSch-users] NoSuchAlgorithmException in ssh

2007-09-03 Thread Atsuhiko Yamanaka
Hi, +-From: Conrad =?iso-8859-1?q?Berh=F6rster?= <[EMAIL PROTECTED]> -- |_Date: Fri, 31 Aug 2007 11:54:13 +0200 __ | ... |This is from the sch examples. But the output is |java.security.NoSuchAlgorithmException: DESede/CBC/NoPadding: DESede |sshConnection :

[JSch-users] NoSuchAlgorithmException in ssh

2007-08-31 Thread Conrad Berhörster
Hello all, i try to establish an ssh Connection on a remote maschine there is the rsa key. my code looks like this try{ JSch jsch=new JSch(); String passphrase = "way/to/the/rsa_id"; jsch.addIdentity(passphrase ); String user="ro