Re: [JSch-users] Problem with jsch code on weblogic server

2008-10-30 Thread Shaik Shahnaz
Thank you! This worked for me. We still do not know why the application did not recover after a redeployment on Weblogic but thats OK. We have it working now. Thanks Shaik Shahnaz On Fri, Oct 17, 2008 at 10:50 PM, Atsuhiko Yamanaka <[EMAIL PROTECTED]> wrote: > Hi, > > +-From: "Shaik Shahnaz"

Re: [JSch-users] Problem with jsch code on weblogic server

2008-10-17 Thread Atsuhiko Yamanaka
Hi, +-From: "Shaik Shahnaz" <[EMAIL PROTECTED]> -- |_Date: Thu, 16 Oct 2008 23:03:52 -0400 | |So the question is why is jsch looking for this setting? And how can I |disable this in the code? Interestingly, restarting or redeploying of the |service is not having any

[JSch-users] Problem with jsch code on weblogic server

2008-10-16 Thread Shaik Shahnaz
Hi I have a jsch based web service running on weblogic server 9.2 on a unix server. A part of this service executes a Unix shell script on a different Unix server after creating an ssh session with that server using jsch Exec. The hostname, port number and the host key in the known_hosts file is us