Hi,

   +-From: Kush Desai <kush.de...@db.com> ---
   |_Date: Mon, 21 Sep 2009 17:25:51 -0400 __
   |
   ...
   |Exception being thrown on Weblogic 10 : 
   |java.lang.IllegalArgumentException: No Configuration was registered that 
   |can handle the configuration named com.sun.security.jgss.krb5.initiate
   |                 at 
   
|com.bea.common.security.jdkutils.JAASConfiguration.getAppConfigurationEntry(JAASConfiguration.java:124)
   |                 at 
   |com.jcraft.jsch.UserAuthGSSAPIWithMIC.start(UserAuthGSSAPIWithMIC.java:135)
   |                 at com.jcraft.jsch.Session.connect(Session.java:419)
   |                 at com.jcraft.jsch.Session.connect(Session.java:150)

It seems to me that there is a problem about java installation on
your platform.

   |I dont know what's causing this error. I don't use WebSSO or Kerberos 
   |explicity anywhere in the code. 
   |Any help will be appreciated. I also tried adding the following line 
   |    config.put("PreferredAuthentications", "publickey,password");
   |But it didnt help. 

If that config is really enabled, "UserAuthGSSAPIWithMIC" must not be
referred.  It will be helpful to try
  http://www.jcraft.com/jsch/examples/Logger.java
with 'config.put("PreferredAuthentications", "publickey,password");'


Sincerely,
--
Atsuhiko Yamanaka
JCraft,Inc.
1-14-20 HONCHO AOBA-KU,
SENDAI, MIYAGI 980-0014 Japan.
Tel +81-22-723-2150
    +1-415-578-3454
Skype callto://jcraft/


------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
JSch-users mailing list
JSch-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jsch-users

Reply via email to