1

我正在尝试将用户从 Liferay 导出到 Active Directory。导入工作正常。设置导出选项后,我无法在 Liferay 中创建用户。

我收到错误,例如

08:04:38,269 ERROR [http-bio-8086-exec-4][render_portlet_jsp:154] com.liferay.portal.ModelListenerException: javax.naming.directory.NoSuchAttributeException: [LDAP: error code 16 - 00000057: LdapErr: DSID-0C090C30, comment: Error in attribute conversion operation, data 0, v1db0]; remaining name 'cn=Rose,CN=Users,DC=mydomain,DC=com'
at com.liferay.portal.model.UserListener.onAfterCreate(UserListener.java:65)
at com.liferay.portal.model.UserListener.onAfterCreate(UserListener.java:1)
at com.liferay.portal.model.BaseModelListener.onAfterCreate(BaseModelListener.java:1)
at com.liferay.portal.service.persistence.impl.BasePersistenceImpl.update(BasePersistenceImpl.java:261)
at com.liferay.portal.service.persistence.impl.BasePersistenceImpl.update(BasePersistenceImpl.java:277)
at com.liferay.portal.service.impl.UserLocalServiceImpl.addUserWithWorkflow(UserLocalServiceImpl.java:753)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:122)
at com.liferay.portal.spring.transaction.TransactionInterceptor.invoke(TransactionInterceptor.java:71)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:118)
at com.liferay.portal.spring.aop.ChainableMethodAdvice.invoke(ChainableMethodAdvice.java:57)
at com.liferay.portal.spring.aop.ServiceBeanMethodInvocation.proceed(ServiceBeanMethodInvocation.java:118)

过去一周我无法解决此错误。请建议我解决这个问题。

提前致谢。

问候, 卡西克

4

1 回答 1

0

您可能需要重新索引用户。

您可以从控制面板运行重新索引用户:

在该Plugins Installation部分的Portlet Plugins选项卡下,找到Users and Organizations并单击重新索引按钮

于 2013-10-02T12:52:22.127 回答