cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to create user

rama_honge
Champ in-the-making
Champ in-the-making
I was unable to create user through explorer. I searched for the user to see if its already exists, it is not there.
This if following message shown in the explorer.

Please correct the errors below then click Finish. Failed to create Person due to error: 00130563 User already exists:

Could someone pls provide some inputs regarding this, it would be really helpfull

I don't have access to logs as of now, will post the logs shortly
3 REPLIES 3

rama_honge
Champ in-the-making
Champ in-the-making
Alfresco version 3.2, windows, MySQL 5.1
Logs:

09:26:26,728 User:admin ERROR [ui.common.Utils] Failed to create Person due to error: 00140009 User already exists: mktuser
org.alfresco.repo.security.authentication.AuthenticationException: 00140009 User already exists: mktuser
        at org.alfresco.repo.security.authentication.RepositoryAuthenticationDao.createUser(RepositoryAuthenticationDao.java:242)
        at org.alfresco.repo.security.authentication.AuthenticationServiceImpl.createAuthentication(AuthenticationServiceImpl.java:82)
        at org.alfresco.repo.security.authentication.AbstractChainingAuthenticationService.createAuthentication(AbstractChainingAuthenticationService.java:76)
        at org.alfresco.web.bean.users.CreateUserWizard.finishImpl(CreateUserWizard.java:911)
        at org.alfresco.web.bean.dialog.BaseDialogBean$1.execute(BaseDialogBean.java:124)
        at org.alfresco.web.bean.dialog.BaseDialogBean$1.execute(BaseDialogBean.java:120)
        at org.alfresco.repo.transaction.RetryingTransactionHelper.doInTransaction(RetryingTransactionHelper.java:326)
        at org.alfresco.web.bean.dialog.BaseDialogBean.finish(BaseDialogBean.java:130)
        at org.alfresco.web.bean.wizard.WizardManager.finish(WizardManager.java:599)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:597)
        at org.apache.myfaces.el.MethodBindingImpl.invoke(MethodBindingImpl.java:132)
        at org.apache.myfaces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:61)
        at javax.faces.component.UICommand.broadcast(UICommand.java:109)
        at javax.faces.component.UIViewRoot._broadcastForPhase(UIViewRoot.java:97)
        at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:171)
        at org.apache.myfaces.lifecycle.InvokeApplicationExecutor.execute(InvokeApplicationExecutor.java:32)
        at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:95)
        at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:70)

invictus9
Champ in-the-making
Champ in-the-making
When you say the user is not there, I presume you are looking in /User Home to see if such a space exists. Users are a distinct type of node, and may be bound to a home space, often with the same name. You can use the node browser to locate the Person node named 'mktuser'. You may be able to delete it from there.

rama_honge
Champ in-the-making
Champ in-the-making
hi,

i'm searching user from the admin console. when i search for 'mktuser" there are no users listed, but when i create a user with same username "mktuser", it was giving the error posted earlier.

Thanks