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
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
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());
> 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
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
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
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
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
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
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
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
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
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.
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
[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
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
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 :
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
18 matches
Mail list logo