Community distribution.zip that builted from source failed with Kerberos

cancel
Showing results for 
Search instead for 
Did you mean: 
Zhoel
Active Member II

Community distribution.zip that builted from source failed with Kerberos

I built few version asc commity from source - 6.1.2 6.2 6.3 - and all of them failed with following:

SEVERE: Exception sending context initialized event to listener instance of class [org.springframework.web.context.ContextLoaderListener]
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'SSOAuthenticationFilter' defined in URL [file:/var/lib/tomcat8/webapps/share/WEB-INF/classes/alfresco/slingshot-application-context.xml]: Invocation of init method failed; nested exception is org.alfresco.error.AlfrescoRuntimeException: 02130000 Failed to login HTTP server service

6.2 distribution.zip that was made by Alfresco team has no that issue. Am i missing something? Im simply git clone branch and mvn clean install. I was fail with public-javadoc so i remove it from pom.xml

2 Replies
angelborroy
Alfresco Employee

Re: Community distribution.zip that builted from source failed with Kerberos

I guess you are using this project and branch, right?

https://github.com/Alfresco/acs-community-packaging/tree/6.2.0

Hyland Developer Evangelist
Zhoel
Active Member II

Re: Community distribution.zip that builted from source failed with Kerberos

Yeah thats it.

I found your answer in https://hub.alfresco.com/t5/alfresco-content-services-hub/alfresco-community-edition-201901-ga-relea... and tried but failed with same error