You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by ap...@apache.org on 2012/05/25 17:59:12 UTC

svn commit: r1342706 - /hbase/branches/0.92/src/docbkx/troubleshooting.xml

Author: apurtell
Date: Fri May 25 15:59:12 2012
New Revision: 1342706

URL: http://svn.apache.org/viewvc?rev=1342706&view=rev
Log:
Amend HBASE-6077. Remove stray tag

Modified:
    hbase/branches/0.92/src/docbkx/troubleshooting.xml

Modified: hbase/branches/0.92/src/docbkx/troubleshooting.xml
URL: http://svn.apache.org/viewvc/hbase/branches/0.92/src/docbkx/troubleshooting.xml?rev=1342706&r1=1342705&r2=1342706&view=diff
==============================================================================
--- hbase/branches/0.92/src/docbkx/troubleshooting.xml (original)
+++ hbase/branches/0.92/src/docbkx/troubleshooting.xml Fri May 25 15:59:12 2012
@@ -536,7 +536,7 @@ First, check that you have a valid Kerbe
 Then, consult the <link xlink:href="http://docs.oracle.com/javase/1.5.0/docs/guide/security/jgss/tutorials/Troubleshooting.html">Java Security Guide troubleshooting section</link>. The most common problem addressed there is resolved by setting javax.security.auth.useSubjectCredsOnly system property value to false.
            </para>
            <para>
-Because of a change in the format in which MIT Kerberos writes its credentials cache, there is a bug in the Oracle JDK 6 Update 26 and earlier that causes Java to be unable to read the Kerberos credentials cache created by versions of MIT Kerberos 1.8.1 or higher. If you have this problematic combination of components in your environment, to work around this problem, first log in with kinit</tt> and then immediately refresh the credential cache with kinit -R. The refresh will rewrite the credential cache without the problematic formatting.
+Because of a change in the format in which MIT Kerberos writes its credentials cache, there is a bug in the Oracle JDK 6 Update 26 and earlier that causes Java to be unable to read the Kerberos credentials cache created by versions of MIT Kerberos 1.8.1 or higher. If you have this problematic combination of components in your environment, to work around this problem, first log in with kinit and then immediately refresh the credential cache with kinit -R. The refresh will rewrite the credential cache without the problematic formatting.
            </para>
            <para>
 Finally, depending on your Kerberos configuration, you may need to install the <link xlink:href="http://docs.oracle.com/javase/1.4.2/docs/guide/security/jce/JCERefGuide.html">Java Cryptography Extension</link>, or JCE. Insure the JCE jars are on the classpath on both server and client systems.