Hi, +-From: <[EMAIL PROTECTED]> ---------- |_Date: Thu, 18 Oct 2007 11:12:57 -0400 __ | |GSSException: No valid credentials provided (Mechanism level: Failed to |find any Kerberos Ticket)
I found this message on Java5's tutorial page[1], it seems -Djavax.security.auth.useSubjectCredsOnly=false will sold this problem. I, however, can not understand why it appears on the stdout. Is it from JavaVM, not from jsch? |In any case, your suggestion worked. Adding that line to everyone of my |test file now allows the connection to succeed without those messages. |Still, that would mean that every application that wants to now use the |0.1.35 library instead of the 0.1.30 library will now have to modify |their code. I would have preferred that those error message be |suppressed automatically in the Jsch source code, if it makes sense.=20 How about deleting com/jcraft/jsch/serAuthGSSAPIWiMIC.class from the 0.1.35.jar file? [1] http://java.sun.com/j2se/1.5.0/docs/guide/security/jgss/tutorials/Troubleshooting.html 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 Fax +81-22-224-8773 Skype callto://jcraft/ ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ JSch-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jsch-users
