By: alan sanderson user 20 Dec 2018 at 9:27 a.m. CST

2 Responses
alan sanderson gravatar
new user so just finding my way about - gluu up and running okay but after 1 day i can no longer access the admin user account at the GLUU GUI when i try to log in i get a whoops something happened failed to execute registration script. i followed the instructions to create a new temp admin account and that worked - i can see the user when i query the user end point but i get same error when i attempt to log in with their credentials tailing the logs shows me this - some issue with password reset script but cant find anywhere on the issues or the googleverse on how to fix it any help appreciated ``` ==> /opt/gluu/jetty/identity/logs/2018_12_20.jetty.log <== 2018-12-20 15:04:37,755 INFO [qtp804611486-11] [gluu.oxtrust.service.scim2.serialization.ScimResourceSerializer] (ScimResourceSerializer.java:117) - buildIncludeSet. No attributes neither excludedAttributes query param were passed org.gluu.site.ldap.persistence.exception.EntryPersistenceException: Failed to find entries with baseDN: ou=resetPasswordRequests,inum=@!EDAE.CCAB.6587.EE83!0002!4E1A.7681,ou=appliances,o=gluu, filter: (&(&(objectClass=top)(objectClass=gluuPasswordResetRequest))(creationDate<=20181220145550.041Z)) at org.gluu.site.ldap.persistence.LdapEntryManager.findEntries(LdapEntryManager.java:405) at org.gluu.site.ldap.persistence.LdapEntryManager$Proxy$_$$_WeldClientProxy.findEntries(Unknown Source) at org.gluu.oxtrust.service.PasswordResetService$1.getChunkOrNull(PasswordResetService.java:162) at org.gluu.site.ldap.persistence.BatchOperation.iterateAllByChunks(BatchOperation.java:47) at org.gluu.oxtrust.service.PasswordResetService.cleanup(PasswordResetService.java:181) at org.gluu.oxtrust.service.CleanerTimer.processPasswordReset(CleanerTimer.java:102) at org.gluu.oxtrust.service.CleanerTimer$Proxy$_$$_WeldSubclass.processPasswordReset(Unknown Source) at org.gluu.oxtrust.service.CleanerTimer.process(CleanerTimer.java:90) at org.gluu.oxtrust.service.CleanerTimer$Proxy$_$$_WeldSubclass.process$$super(Unknown Source) at sun.reflect.GeneratedMethodAccessor366.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jboss.weld.interceptor.proxy.TerminalAroundInvokeInvocationContext.proceedInternal(TerminalAroundInvokeInvocationContext.java:51) at org.jboss.weld.interceptor.proxy.AroundInvokeInvocationContext.proceed(AroundInvokeInvocationContext.java:78) at org.xdi.service.cdi.async.AsynchronousInterceptor$1.get(AsynchronousInterceptor.java:36) at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590) at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1582) at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) Caused by: LDAPSearchException(resultCode=32 (no such object), numEntries=0, numReferences=0, errorMessage='Failed to scroll to specified startIndex') at org.gluu.site.ldap.OperationsFacade.search(OperationsFacade.java:329) at org.gluu.site.ldap.persistence.LdapEntryManager.findEntries(LdapEntryManager.java:399) ... 20 more Caused by: LDAPSearchException(resultCode=32 (no such object), numEntries=0, numReferences=0, errorMessage='The search base entry 'ou=resetPasswordRequests,inum=@!EDAE.CCAB.6587.EE83!0002!4E1A.7681,ou=appliances,o=gluu' does not exist', matchedDN='inum=@!EDAE.CCAB.6587.EE83!0002!4E1A.7681,ou=appliances,o=gluu') at com.unboundid.ldap.sdk.LDAPConnection.search(LDAPConnection.java:3650) at org.gluu.site.ldap.OperationsFacade.search(OperationsFacade.java:300) ```

By alan sanderson user 24 Dec 2018 at 4:12 a.m. CST

alan sanderson gravatar
okay guess it was such a newbie stupid question no one cared - but just in case someone is trying to navigate the docs and does the same thing and cant figure out why- looks like my mistake was changing the password on the SCIM built in client. Ive re-installed and started again ill give it another try but finding it hard going

By Thomas Gasmyr Mougang staff 24 Dec 2018 at 4:29 a.m. CST

Thomas Gasmyr Mougang gravatar
Hi Alan, When you have gluu installed, the best thing to do if to read the documentation, this also suppose that you have basic skill about oAuth, OpenID connect, SCIM, UMA.