Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
3.4k views
in Technique[技术] by (71.8m points)

Authentication Failure after LDAP Configuration for Alfresco Process Service

We have configured required properties in activity-ldap.properties file to integrate LDAP with APS as suggested in the alfresco portal. After LDAP configuration, we are unable to login activity-app with default admin credential ([email protected]). Also, we are getting below error message in the log.

"ERROR com.activiti.service.ActivitiEndpointLicenseService - Unexpected license response (401) from Activiti endpoint: Activiti app"

Valid License is applied and it is valid until 31st of Jan’21. We were able to integrate LDAP with ACS without any issues.

Your input would be a great help for us to proceed further.

Env Detail:

APS 1.11, ACS 6.2.2

Error Log:

01:40:27 [pool-4-thread-2] INFO com.activiti.service.license.LicenseService - Note! License is about to expire in the near future 20210131 01:40:49 [pool-5-thread-1] ERROR com.activiti.service.ActivitiEndpointLicenseService - Unexpected license response (401) from Activiti endpoint: Activiti app 01:46:50 [pool-5-thread-1] ERROR com.activiti.service.ActivitiEndpointLicenseService - Unexpected license response (401) from Activiti endpoint: Activiti app org.springframework.boot.web.support.ErrorPageFilter - Forwarding to error page from request [/app/rest/activiti/groups] due to exception [An error occured while calling Activiti: HTTP/1.1 401 ] com.activiti.service.activiti.exception.ActivitiServiceException: An error occured while calling Activiti: HTTP/1.1 401 at com.activiti.service.activiti.ActivitiClientService.executeRequest(ActivitiClientService.java:169) at com.activiti.service.activiti.ActivitiClientService.executeRequest(ActivitiClientService.java:131) at com.activiti.service.activiti.AppVersionClientService.getEndpointType(AppVersionClientService.java:35) at com.activiti.service.activiti.AppVersionClientService.getEndpointTypeUsingEncryptedPassword(AppVersionClientService.java:26) at com.activiti.web.rest.client.AbstractClientResource.retrieveServerConfig(AbstractClientResource.java:104) at com.activiti.web.rest.client.AbstractClientResource.retrieveServerConfig(AbstractClientResource.java:64) at com.activiti.web.rest.client.AbstractClientResource.retrieveServerConfig(AbstractClientResource.java:56) at com.activiti.web.rest.client.GroupsClientResource.getGroups(GroupsClientResource.java:36) at com.activiti.web.rest.client.GroupsClientResource$$FastClassBySpringCGLIB$$63832a72.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
等待大神答复

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to WuJiGu Developer Q&A Community for programmer and developer-Open, Learning and Share
...