<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Error spnego after patch in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-spnego-after-patch/m-p/9305748#M1726741</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I know this notes and support of microsoft.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have enable the DES encryption in all amchines with Windows 7... What could be the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yesterday worked fine (with the legacy activated), and today there are two person that it doesn´t work... why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Feb 2013 10:23:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-02-07T10:23:50Z</dc:date>
    <item>
      <title>Error spnego after patch</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-spnego-after-patch/m-p/9305743#M1726736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I patched my Java system that I had configured SSO with spnego. In the pdf instructions in spnego appear that, before path the system I have to undeploy the component spnego, but... I did not do it; and now it does not work the SSO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me? I try to undeploy and deploy again but I continue with the same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I check with the diagtool and appear:&lt;/P&gt;&lt;P&gt;Unsupported callback. &lt;/P&gt;&lt;P&gt;[EXCEPTION]&lt;/P&gt;&lt;P&gt; javax.security.auth.callback.UnsupportedCallbackException: Unrecognized Callback&lt;/P&gt;&lt;P&gt;at com.sun.security.auth.callback.TextCallbackHandler.handle(TextCallbackHandler.java:118)&lt;/P&gt;&lt;P&gt;at javax.security.auth.login.LoginContext$SecureCallbackHandler$1.run(LoginContext.java:812)&lt;/P&gt;&lt;P&gt;at java.security.AccessController.doPrivileged(Native Method)&lt;/P&gt;&lt;P&gt;at javax.security.auth.login.LoginContext$SecureCallbackHandler.handle(LoginContext.java:808)&lt;/P&gt;&lt;P&gt;at com.sap.engine.services.security.login.FastLoginContext.notifyAuthState(FastLoginContext.java:537)&lt;/P&gt;&lt;P&gt;at com.sap.engine.services.security.login.FastLoginContext.login(FastLoginContext.java:247)&lt;/P&gt;&lt;P&gt;at com.sap.engine.system.SystemLoginModule.login(SystemLoginModule.java:90)&lt;/P&gt;&lt;P&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;/P&gt;&lt;P&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&lt;/P&gt;&lt;P&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&lt;/P&gt;&lt;P&gt;at java.lang.reflect.Method.invoke(Method.java:331)&lt;/P&gt;&lt;P&gt;at javax.security.auth.login.LoginContext.invoke(LoginContext.java:675)&lt;/P&gt;&lt;P&gt;at javax.security.auth.login.LoginContext.access$000(LoginContext.java:129)&lt;/P&gt;&lt;P&gt;at javax.security.auth.login.LoginContext$4.run(LoginContext.java:610)&lt;/P&gt;&lt;P&gt;at java.security.AccessController.doPrivileged(Native Method)&lt;/P&gt;&lt;P&gt;at javax.security.auth.login.LoginContext.invokeModule(LoginContext.java:607)&lt;/P&gt;&lt;P&gt;at javax.security.auth.login.LoginContext.login(LoginContext.java:534)&lt;/P&gt;&lt;P&gt;at sun.security.jgss.LoginUtility.run(LoginUtility.java:57)&lt;/P&gt;&lt;P&gt;at java.security.AccessController.doPrivileged(Native Method)&lt;/P&gt;&lt;P&gt;at sun.security.jgss.krb5.Krb5AcceptCredential.getKeyFromSubject(Krb5AcceptCredential.java:186)&lt;/P&gt;&lt;P&gt;at sun.security.jgss.krb5.Krb5AcceptCredential.getInstance(Krb5AcceptCredential.java:80)&lt;/P&gt;&lt;P&gt;at sun.security.jgss.krb5.Krb5MechFactory.getCredentialElement(Krb5MechFactory.java:75)&lt;/P&gt;&lt;P&gt;at sun.security.jgss.GSSManagerImpl.getCredentialElement(GSSManagerImpl.java:149)&lt;/P&gt;&lt;P&gt;at sun.security.jgss.GSSCredentialImpl.add(GSSCredentialImpl.java:334)&lt;/P&gt;&lt;P&gt;at sun.security.jgss.GSSCredentialImpl.&amp;lt;init&amp;gt;(GSSCredentialImpl.java:44)&lt;/P&gt;&lt;P&gt;at sun.security.jgss.GSSManagerImpl.createCredential(GSSManagerImpl.java:102)&lt;/P&gt;&lt;P&gt;at com.sap.security.core.server.jaas.spnego.legacy.util.ConfigurationHelper.acquireCredentialsInCurrentThread(ConfigurationHelper.java:207)&lt;/P&gt;&lt;P&gt;at com.sap.security.core.server.jaas.spnego.legacy.util.ConfigurationHelper.access$000(ConfigurationHelper.java:30)&lt;/P&gt;&lt;P&gt;at com.sap.security.core.server.jaas.spnego.legacy.util.ConfigurationHelper$RunnableHelper.run(ConfigurationHelper.java:302)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No authenticated user found. &lt;/P&gt;&lt;P&gt;16:53:12:554 Path J2EE_GUEST SAPEngine_Application_Thread[impl:3]_20 ~inmodule.ticket.CreateTicketLoginModule Exiting method with false &lt;/P&gt;&lt;P&gt;16:53:12:555 Path J2EE_GUEST SAPEngine_Application_Thread[impl:3]_20 ~engine.services.security.authentication Exception : Cannot authenticate the user.&lt;/P&gt;&lt;P&gt;java.lang.Exception&lt;/P&gt;&lt;P&gt;at com.sap.exception.BaseExceptionInfo.traceAutomatically(BaseExceptionInfo.java:1175)&lt;/P&gt;&lt;P&gt;at com.sap.exception.BaseExceptionInfo.&amp;lt;init&amp;gt;(BaseExceptionInfo.java:263)&lt;/P&gt;&lt;P&gt;at com.sap.engine.services.security.exceptions.BaseLoginException.&amp;lt;init&amp;gt;(BaseLoginException.java:163)&lt;/P&gt;&lt;P&gt;at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:178)&lt;/P&gt;&lt;P&gt;at java.security.AccessController.doPrivileged(Native Method)&lt;/P&gt;&lt;P&gt;at com.sap.engine.services.security.login.FastLoginContext.login(FastLoginContext.java:187)&lt;/P&gt;&lt;P&gt;at com.sap.engine.system.SystemLoginModule.login(SystemLoginModule.java:90)&lt;/P&gt;&lt;P&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;/P&gt;&lt;P&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&lt;/P&gt;&lt;P&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&lt;/P&gt;&lt;P&gt;at java.lang.reflect.Method.invoke(Method.java:331)&lt;/P&gt;&lt;P&gt;at javax.security.auth.login.LoginContext.invoke(LoginContext.java:675)&lt;/P&gt;&lt;P&gt;at javax.security.auth.login.LoginContext.access$000(LoginContext.java:129)&lt;/P&gt;&lt;P&gt;at javax.security.auth.login.LoginContext$4.run(LoginContext.java:610)&lt;/P&gt;&lt;P&gt;at java.security.AccessController.doPrivileged(Native Method)&lt;/P&gt;&lt;P&gt;at javax.security.auth.login.LoginContext.invokeModule(LoginContext.java:607)&lt;/P&gt;&lt;P&gt;at javax.security.auth.login.LoginContext.login(LoginContext.java:534)&lt;/P&gt;&lt;P&gt;at com.sap.security.core.logon.imp.SAPJ2EEAuthenticator.getLoggedInUser(SAPJ2EEAuthenticator.java:206)&lt;/P&gt;&lt;P&gt;at com.sapportals.portal.prt.service.authenticationservice.AuthenticationService.getLoggedInUser(AuthenticationService.java:303)&lt;/P&gt;&lt;P&gt;at com.sapportals.portal.prt.connection.UMHandler.handleUM(UMHandler.java:96)&lt;/P&gt;&lt;P&gt;at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;getLoggedInUser(request, response) &lt;/P&gt;&lt;P&gt;[EXCEPTION]&lt;/P&gt;&lt;P&gt; com.sap.engine.services.security.exceptions.BaseLoginException: Cannot authenticate the user.&lt;/P&gt;&lt;P&gt;at com.sap.engine.services.security.login.ModulesProcessAction.run(ModulesProcessAction.java:178)&lt;/P&gt;&lt;P&gt;at java.security.AccessController.doPrivileged(Native Method)&lt;/P&gt;&lt;P&gt;at com.sap.engine.services.security.login.FastLoginContext.login(FastLoginContext.java:187)&lt;/P&gt;&lt;P&gt;at com.sap.engine.system.SystemLoginModule.login(SystemLoginModule.java:90)&lt;/P&gt;&lt;P&gt;at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)&lt;/P&gt;&lt;P&gt;at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)&lt;/P&gt;&lt;P&gt;at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)&lt;/P&gt;&lt;P&gt;at java.lang.reflect.Method.invoke(Method.java:331)&lt;/P&gt;&lt;P&gt;at javax.security.auth.login.LoginContext.invoke(LoginContext.java:675)&lt;/P&gt;&lt;P&gt;at javax.security.auth.login.LoginContext.access$000(LoginContext.java:129)&lt;/P&gt;&lt;P&gt;at javax.security.auth.login.LoginContext$4.run(LoginContext.java:610)&lt;/P&gt;&lt;P&gt;at java.security.AccessController.doPrivileged(Native Method)&lt;/P&gt;&lt;P&gt;at javax.security.auth.login.LoginContext.invokeModule(LoginContext.java:607)&lt;/P&gt;&lt;P&gt;at javax.security.auth.login.LoginContext.login(LoginContext.java:534)&lt;/P&gt;&lt;P&gt;at com.sap.security.core.logon.imp.SAPJ2EEAuthenticator.getLoggedInUser(SAPJ2EEAuthenticator.java:206)&lt;/P&gt;&lt;P&gt;at com.sapportals.portal.prt.service.authenticationservice.AuthenticationService.getLoggedInUser(AuthenticationService.java:303)&lt;/P&gt;&lt;P&gt;at com.sapportals.portal.prt.connection.UMHandler.handleUM(UMHandler.java:96)&lt;/P&gt;&lt;P&gt;at com.sapportals.portal.prt.connection.ServletConnection.handleRequest(ServletConnection.java:181)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I active com.sap.security.spnego.legacy = true it works during one day...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 16:18:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-spnego-after-patch/m-p/9305743#M1726736</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-04T16:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Error spnego after patch</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-spnego-after-patch/m-p/9305744#M1726737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Share the excact versions of your portal prior to patching and after the patching. Also send the traces as attachments, not embedded in the message.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Feb 2013 19:11:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-spnego-after-patch/m-p/9305744#M1726737</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-04T19:11:29Z</dc:date>
    </item>
    <item>
      <title>Re: Error spnego after patch</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-spnego-after-patch/m-p/9305745#M1726738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From &lt;SPAN style="font-family: 'Calibri','sans-serif'; font-size: 11pt;"&gt;SPS07 to SPS12.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; font-size: 11pt;"&gt;After the patch, It does not work the spnego.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Calibri','sans-serif'; font-size: 11pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Feb 2013 12:33:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-spnego-after-patch/m-p/9305745#M1726738</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-05T12:33:42Z</dc:date>
    </item>
    <item>
      <title>Re: Error spnego after patch</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-spnego-after-patch/m-p/9305746#M1726739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I attach the logs of diagtools --&amp;gt; &lt;A href="https://www.dropbox.com/s/ujfckx52trc749k/diagtool_130206_112136.zip" title="https://www.dropbox.com/s/ujfckx52trc749k/diagtool_130206_112136.zip"&gt;https://www.dropbox.com/s/ujfckx52trc749k/diagtool_130206_112136.zip&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 10:53:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-spnego-after-patch/m-p/9305746#M1726739</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-06T10:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: Error spnego after patch</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-spnego-after-patch/m-p/9305747#M1726740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From the traces you have provided:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;No supported mechanism found. Supported mechanisms are Kerberos V5 and Kerberos V5 Legacy&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;No supported mechanism found&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The patching has introduced the new SPNEGO implementation, it is included in SP08 of NW701. In the new implementation DES encryption is used by default. It has to be supported by both the client (SPNEGO) and the server (AD). If you are unable to use DES and since AES is not supported in SPNEGO, you will have to reconfigure your encyption keys so that RC4-HMAC will be used. See chapter 8. of the document in SAP note 1488409 on how to proceed. I would strongly advice on enabling DES however. See the attached links for more details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://service.sap.com/sap/support/notes/1488409"&gt;https://service.sap.com/sap/support/notes/1488409&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://service.sap.com/sap/support/notes/1396724"&gt;https://service.sap.com/sap/support/notes/1396724&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.microsoft.com/kb/977321" title="http://support.microsoft.com/kb/977321"&gt;http://support.microsoft.com/kb/977321&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Feb 2013 17:47:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-spnego-after-patch/m-p/9305747#M1726740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-06T17:47:12Z</dc:date>
    </item>
    <item>
      <title>Re: Error spnego after patch</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-spnego-after-patch/m-p/9305748#M1726741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I know this notes and support of microsoft.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have enable the DES encryption in all amchines with Windows 7... What could be the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yesterday worked fine (with the legacy activated), and today there are two person that it doesn´t work... why?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 10:23:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-spnego-after-patch/m-p/9305748#M1726741</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-07T10:23:50Z</dc:date>
    </item>
    <item>
      <title>Re: Error spnego after patch</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-spnego-after-patch/m-p/9305749#M1726742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do these two persons use different OSs or browsers then the users for which it works? Did it work for these two persons before? More than two days ago?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About the Legacy option. The SAP documentation says that the Legacy option should be used only temporary, it is not a permanent solution. I would make SSO work without it. There shouldn't be any issues having a fully DES based SSO in place with the new SPNEGO and recent OSs both on the portal server and on the clients accessing the portal server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apart from reconfiguring the encryption keys, I'm out of ideas. You might have missed something in the configuration.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Feb 2013 14:44:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-spnego-after-patch/m-p/9305749#M1726742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-07T14:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Error spnego after patch</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-spnego-after-patch/m-p/9305750#M1726743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This person sometimes work and sometimes not work... for example; yesterday it does not work to them and today it works...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I quit the legacy; it does not work to nobody...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 Feb 2013 12:20:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-spnego-after-patch/m-p/9305750#M1726743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-08T12:20:16Z</dc:date>
    </item>
  </channel>
</rss>

