<?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: Community Edition Kerberos Config - Invalid HTTP User Password in Log in Alfresco Forum</title>
    <link>https://connect.hyland.com/t5/alfresco-forum/community-edition-kerberos-config-invalid-http-user-password-in/m-p/122609#M33596</link>
    <description>&lt;P&gt;The forum keeps killing off my post as SPAM. I'm going to just post the main line on the log event.&lt;BR /&gt;&lt;BR /&gt;share.log&lt;/P&gt;&lt;PRE&gt;2022-11-15 23:23:11,054 WARN  [org.springframework.web.context.support.XmlWebApplicationContext] [main] Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'SSOAuthenticationFilter' defined in URL [file:/C:/alfresco-community72/tomcat/webapps/share/WEB-INF/classes/alfresco/slingshot-application-context.xml]: Invocation of init method failed; nested exception is org.alfresco.error.AlfrescoRuntimeException: 10150000 Failed to login HTTP server service
2022-11-15 23:23:11,069 ERROR [org.springframework.web.context.ContextLoader] [main] Context initialization failed&lt;BR /&gt;Caused by: org.alfresco.error.AlfrescoRuntimeException: 10150000 Failed to login HTTP server service&lt;/PRE&gt;&lt;P&gt;alfresco.log&lt;/P&gt;&lt;PRE&gt;2022-11-15 23:22:51,041 ERROR [org.springframework.web.context.ContextLoader] [main] Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'patch.updateAdminUserWhenDefault' defined in URL [jar:file:/C:/alfresco-community72/tomcat/webapps/alfresco/WEB-INF/lib/alfresco-repository-14.147.jar!/alfresco/patch/patch-services-context.xml]: Invocation of init method failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'globalAuthenticationFilter' defined in URL [jar:file:/C:/alfresco-community72/tomcat/webapps/alfresco/WEB-INF/lib/alfresco-remote-api-14.147.jar!/alfresco/subsystems/Authentication/kerberos/kerberos-filter-context.xml]: Invocation of init method failed; nested exception is javax.servlet.ServletException: Failed to login HTTP server service
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'globalAuthenticationFilter' defined in URL [jar:file:/C:/alfresco-community72/tomcat/webapps/alfresco/WEB-INF/lib/alfresco-remote-api-14.147.jar!/alfresco/subsystems/Authentication/kerberos/kerberos-filter-context.xml]: Invocation of init method failed; nested exception is javax.servlet.ServletException: Failed to login HTTP server service&lt;/PRE&gt;&lt;P&gt;Global Properties&lt;/P&gt;&lt;PRE&gt;authentication.chain=kerberos1:kerberos,ldap1:ldap-ad
##Kerberos Settings
kerberos.authentication.realm=MYDOMAIN.LOCAL
kerberos.authentication.sso.enabled=true
kerberos.authentication.authenticateCIFS=false
kerberos.authentication.user.configEntryName=Alfresco
kerberos.authentication.cifs.configEntryName=AlfrescoCIFS
kerberos.authentication.http.configEntryName=AlfrescoHTTP
kerberos.authentication.defaultAdministratorUserNames=redactedUser1,redactedUser2
kerberos.authentication.stripUsernameSuffix=true&lt;/PRE&gt;</description>
    <pubDate>Wed, 16 Nov 2022 22:37:05 GMT</pubDate>
    <dc:creator>rt</dc:creator>
    <dc:date>2022-11-16T22:37:05Z</dc:date>
    <item>
      <title>Community Edition Kerberos Config - Invalid HTTP User Password in Log</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/community-edition-kerberos-config-invalid-http-user-password-in/m-p/122608#M33595</link>
      <description>&lt;P&gt;I'll try to gather up some specific log messages and add later. I've installed 7.2 Commuimty Content Services on Windows. I've setup LDAP Sync and Auth behind an IIS rewrite for TLS and verified that working before begining Kerberos&amp;nbsp; config. I'm working on the kerberos auth setup. I've set the chain up for kerberos first then ldap. I've created the keytabs and made the java file changes according to the documentation. Also the XML files. I'm getting an error with HTTP User in the log and the server is only returning 404 errors when opening the site. I've previously setup the same on 5.2 several years ago. In the Enterprise documentation it talks about accessing the Alfresco/Admin site to enter the HTTP User password. This doesn't appear to be available in Community edition. Am I missing something with the HTTP user? Tomorrow I will post up a sample of the log and the alfresco config file relevant parts.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Nov 2022 04:48:55 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/community-edition-kerberos-config-invalid-http-user-password-in/m-p/122608#M33595</guid>
      <dc:creator>rt</dc:creator>
      <dc:date>2022-11-16T04:48:55Z</dc:date>
    </item>
    <item>
      <title>Re: Community Edition Kerberos Config - Invalid HTTP User Password in Log</title>
      <link>https://connect.hyland.com/t5/alfresco-forum/community-edition-kerberos-config-invalid-http-user-password-in/m-p/122609#M33596</link>
      <description>&lt;P&gt;The forum keeps killing off my post as SPAM. I'm going to just post the main line on the log event.&lt;BR /&gt;&lt;BR /&gt;share.log&lt;/P&gt;&lt;PRE&gt;2022-11-15 23:23:11,054 WARN  [org.springframework.web.context.support.XmlWebApplicationContext] [main] Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'SSOAuthenticationFilter' defined in URL [file:/C:/alfresco-community72/tomcat/webapps/share/WEB-INF/classes/alfresco/slingshot-application-context.xml]: Invocation of init method failed; nested exception is org.alfresco.error.AlfrescoRuntimeException: 10150000 Failed to login HTTP server service
2022-11-15 23:23:11,069 ERROR [org.springframework.web.context.ContextLoader] [main] Context initialization failed&lt;BR /&gt;Caused by: org.alfresco.error.AlfrescoRuntimeException: 10150000 Failed to login HTTP server service&lt;/PRE&gt;&lt;P&gt;alfresco.log&lt;/P&gt;&lt;PRE&gt;2022-11-15 23:22:51,041 ERROR [org.springframework.web.context.ContextLoader] [main] Context initialization failed
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'patch.updateAdminUserWhenDefault' defined in URL [jar:file:/C:/alfresco-community72/tomcat/webapps/alfresco/WEB-INF/lib/alfresco-repository-14.147.jar!/alfresco/patch/patch-services-context.xml]: Invocation of init method failed; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'globalAuthenticationFilter' defined in URL [jar:file:/C:/alfresco-community72/tomcat/webapps/alfresco/WEB-INF/lib/alfresco-remote-api-14.147.jar!/alfresco/subsystems/Authentication/kerberos/kerberos-filter-context.xml]: Invocation of init method failed; nested exception is javax.servlet.ServletException: Failed to login HTTP server service
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'globalAuthenticationFilter' defined in URL [jar:file:/C:/alfresco-community72/tomcat/webapps/alfresco/WEB-INF/lib/alfresco-remote-api-14.147.jar!/alfresco/subsystems/Authentication/kerberos/kerberos-filter-context.xml]: Invocation of init method failed; nested exception is javax.servlet.ServletException: Failed to login HTTP server service&lt;/PRE&gt;&lt;P&gt;Global Properties&lt;/P&gt;&lt;PRE&gt;authentication.chain=kerberos1:kerberos,ldap1:ldap-ad
##Kerberos Settings
kerberos.authentication.realm=MYDOMAIN.LOCAL
kerberos.authentication.sso.enabled=true
kerberos.authentication.authenticateCIFS=false
kerberos.authentication.user.configEntryName=Alfresco
kerberos.authentication.cifs.configEntryName=AlfrescoCIFS
kerberos.authentication.http.configEntryName=AlfrescoHTTP
kerberos.authentication.defaultAdministratorUserNames=redactedUser1,redactedUser2
kerberos.authentication.stripUsernameSuffix=true&lt;/PRE&gt;</description>
      <pubDate>Wed, 16 Nov 2022 22:37:05 GMT</pubDate>
      <guid>https://connect.hyland.com/t5/alfresco-forum/community-edition-kerberos-config-invalid-http-user-password-in/m-p/122609#M33596</guid>
      <dc:creator>rt</dc:creator>
      <dc:date>2022-11-16T22:37:05Z</dc:date>
    </item>
  </channel>
</rss>

