我正在尝试将用户从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)
过去一周我无法解决此错误。请建议我解决这个问题。
提前致谢。
此致 Karthick
答案 0 :(得分:0)
您可能需要重新编制索引。
您可以从控制台运行reindex用户:
在Plugins Installation
部分的Portlet Plugins
标签下,找到 Users and Organizations
,然后点击重新索引按钮