By: Othman Azil user 22 Apr 2016 at 5:44 a.m. CDT

5 Responses
Othman Azil gravatar
Hi. I've been trying gluu server installation in a RHEL Instance on Google Compute Engine. I followed all the steps in docs, then I tried to access the login page. I couldn't access the portal because of an incorrect login and password. The password I've been using, along with "admin" as username, is the one in setup.properties.last. ![Login](http://i.imgur.com/xDkKPPi.png "enter image title here") Thank you

By Mohib Zico staff 22 Apr 2016 at 6:15 a.m. CDT

Mohib Zico gravatar
Hey Othman! Please tail oxauth.log and share stack trace with us for failed login authentication. But before that please make sure your installation has similarity with [this](https://www.youtube.com/watch?v=4lokLzJTzvo) video tutorial.

By Othman Azil user 22 Apr 2016 at 8:41 a.m. CDT

Othman Azil gravatar
Hi. Thank you for your swift answer. My installation is the same as the one described in the video. The only difference is the OS. Where can I find the file "oxauth.log" ?

By Aliaksandr Samuseu staff 22 Apr 2016 at noon CDT

Aliaksandr Samuseu gravatar
Hi, Othman. You need to ssh into the host, move into the Gluu's container, and issue `tail -F /opt/tomcat/logs/oxauth.log`. Though it may be better to use `tail -F /opt/tomcat/logs/wrapper.log`, it should show more events.

By Othman Azil user 25 Apr 2016 at 4:42 a.m. CDT

Othman Azil gravatar
Hi. Here's the wrapper.log ``` INFO | jvm 1 | 2016/04/25 05:38:23 | at org.jboss.seam.async.ThreadPoolDispatcher$RunnableAsynchronous.run(ThreadPoolDispatcher.java:142) INFO | jvm 1 | 2016/04/25 05:38:23 | at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) INFO | jvm 1 | 2016/04/25 05:38:23 | at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304) INFO | jvm 1 | 2016/04/25 05:38:23 | at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java: 178) INFO | jvm 1 | 2016/04/25 05:38:23 | at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) INFO | jvm 1 | 2016/04/25 05:38:23 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) INFO | jvm 1 | 2016/04/25 05:38:23 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) INFO | jvm 1 | 2016/04/25 05:38:23 | at java.lang.Thread.run(Thread.java:745) INFO | jvm 1 | 2016/04/25 05:38:23 | 2016-04-25 05:38:23,331 ERROR [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] There was an error executing command chec k_ssl INFO | jvm 1 | 2016/04/25 05:38:23 | 2016-04-25 05:38:23,331 ERROR [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] check_ssl retuned an unexpected value INFO | jvm 1 | 2016/04/25 05:39:24 | org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) INFO | jvm 1 | 2016/04/25 05:39:24 | at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:377) INFO | jvm 1 | 2016/04/25 05:39:24 | at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:160) INFO | jvm 1 | 2016/04/25 05:39:24 | at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:147) INFO | jvm 1 | 2016/04/25 05:39:24 | at org.xdi.util.process.ProcessHelper.executeProgram(ProcessHelper.java:150) INFO | jvm 1 | 2016/04/25 05:39:24 | at org.xdi.util.process.ProcessHelper.executeProgram(ProcessHelper.java:65) INFO | jvm 1 | 2016/04/25 05:39:24 | at org.xdi.util.process.ProcessHelper.executeProgram(ProcessHelper.java:45) INFO | jvm 1 | 2016/04/25 05:39:24 | at org.xdi.util.process.ProcessHelper.executeProgram(ProcessHelper.java:39) INFO | jvm 1 | 2016/04/25 05:39:24 | at org.gluu.oxtrust.ldap.service.StatusCheckerTimer.runCheck(StatusCheckerTimer.java:196) INFO | jvm 1 | 2016/04/25 05:39:24 | at org.gluu.oxtrust.ldap.service.StatusCheckerTimer.setCertificateExpiryAttributes(StatusCheckerTimer.java:170) INFO | jvm 1 | 2016/04/25 05:39:24 | at org.gluu.oxtrust.ldap.service.StatusCheckerTimer.process(StatusCheckerTimer.java:130) INFO | jvm 1 | 2016/04/25 05:39:24 | at org.gluu.oxtrust.ldap.service.StatusCheckerTimer.scheduleStatusChecking(StatusCheckerTimer.java:93) INFO | jvm 1 | 2016/04/25 05:39:24 | at sun.reflect.GeneratedMethodAccessor330.invoke(Unknown Source) INFO | jvm 1 | 2016/04/25 05:39:24 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) INFO | jvm 1 | 2016/04/25 05:39:24 | at java.lang.reflect.Method.invoke(Method.java:606) INFO | jvm 1 | 2016/04/25 05:39:24 | at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) INFO | jvm 1 | 2016/04/25 05:39:24 | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) INFO | jvm 1 | 2016/04/25 05:39:24 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) INFO | jvm 1 | 2016/04/25 05:39:24 | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) INFO | jvm 1 | 2016/04/25 05:39:24 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) INFO | jvm 1 | 2016/04/25 05:39:24 | at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79) INFO | jvm 1 | 2016/04/25 05:39:24 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) INFO | jvm 1 | 2016/04/25 05:39:24 | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) INFO | jvm 1 | 2016/04/25 05:39:24 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) INFO | jvm 1 | 2016/04/25 05:39:24 | at org.jboss.seam.async.AsynchronousInterceptor.aroundInvoke(AsynchronousInterceptor.java:52) INFO | jvm 1 | 2016/04/25 05:39:24 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) INFO | jvm 1 | 2016/04/25 05:39:24 | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) INFO | jvm 1 | 2016/04/25 05:39:24 | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196) INFO | jvm 1 | 2016/04/25 05:39:24 | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114) INFO | jvm 1 | 2016/04/25 05:39:24 | at org.gluu.oxtrust.ldap.service.StatusCheckerTimer_$$_javassist_seam_7.scheduleStatusChecking(StatusCheckerTimer_$$_javassist_seam_7.java) INFO | jvm 1 | 2016/04/25 05:39:24 | at sun.reflect.GeneratedMethodAccessor329.invoke(Unknown Source) INFO | jvm 1 | 2016/04/25 05:39:24 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) INFO | jvm 1 | 2016/04/25 05:39:24 | at java.lang.reflect.Method.invoke(Method.java:606) INFO | jvm 1 | 2016/04/25 05:39:24 | at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) INFO | jvm 1 | 2016/04/25 05:39:24 | at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:144) INFO | jvm 1 | 2016/04/25 05:39:24 | at org.jboss.seam.async.AsynchronousInvocation$1.process(AsynchronousInvocation.java:62) INFO | jvm 1 | 2016/04/25 05:39:24 | at org.jboss.seam.async.Asynchronous$ContextualAsynchronousRequest.run(Asynchronous.java:80) INFO | jvm 1 | 2016/04/25 05:39:24 | at org.jboss.seam.async.AsynchronousInvocation.execute(AsynchronousInvocation.java:44) INFO | jvm 1 | 2016/04/25 05:39:24 | at org.jboss.seam.async.ThreadPoolDispatcher$RunnableAsynchronous.run(ThreadPoolDispatcher.java:142) INFO | jvm 1 | 2016/04/25 05:39:24 | at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) INFO | jvm 1 | 2016/04/25 05:39:24 | at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304) INFO | jvm 1 | 2016/04/25 05:39:24 | at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178) INFO | jvm 1 | 2016/04/25 05:39:24 | at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) INFO | jvm 1 | 2016/04/25 05:39:24 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) INFO | jvm 1 | 2016/04/25 05:39:24 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) INFO | jvm 1 | 2016/04/25 05:39:24 | at java.lang.Thread.run(Thread.java:745) INFO | jvm 1 | 2016/04/25 05:39:24 | 2016-04-25 05:39:24,308 ERROR [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] There was an error executing command check_ssl INFO | jvm 1 | 2016/04/25 05:39:24 | 2016-04-25 05:39:24,308 ERROR [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] check_ssl retuned an unexpected value INFO | jvm 1 | 2016/04/25 05:40:25 | org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) INFO | jvm 1 | 2016/04/25 05:40:25 | at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:377) INFO | jvm 1 | 2016/04/25 05:40:25 | at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:160) INFO | jvm 1 | 2016/04/25 05:40:25 | at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:147) INFO | jvm 1 | 2016/04/25 05:40:25 | at org.xdi.util.process.ProcessHelper.executeProgram(ProcessHelper.java:150) INFO | jvm 1 | 2016/04/25 05:40:25 | at org.xdi.util.process.ProcessHelper.executeProgram(ProcessHelper.java:65) INFO | jvm 1 | 2016/04/25 05:40:25 | at org.xdi.util.process.ProcessHelper.executeProgram(ProcessHelper.java:45) INFO | jvm 1 | 2016/04/25 05:40:25 | at org.xdi.util.process.ProcessHelper.executeProgram(ProcessHelper.java:39) INFO | jvm 1 | 2016/04/25 05:40:25 | at org.gluu.oxtrust.ldap.service.StatusCheckerTimer.runCheck(StatusCheckerTimer.java:196) INFO | jvm 1 | 2016/04/25 05:40:25 | at org.gluu.oxtrust.ldap.service.StatusCheckerTimer.setCertificateExpiryAttributes(StatusCheckerTimer.java:170) INFO | jvm 1 | 2016/04/25 05:40:25 | at org.gluu.oxtrust.ldap.service.StatusCheckerTimer.process(StatusCheckerTimer.java:130) INFO | jvm 1 | 2016/04/25 05:40:25 | at org.gluu.oxtrust.ldap.service.StatusCheckerTimer.scheduleStatusChecking(StatusCheckerTimer.java:93) INFO | jvm 1 | 2016/04/25 05:40:25 | at sun.reflect.GeneratedMethodAccessor330.invoke(Unknown Source) INFO | jvm 1 | 2016/04/25 05:40:25 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) INFO | jvm 1 | 2016/04/25 05:40:25 | at java.lang.reflect.Method.invoke(Method.java:606) INFO | jvm 1 | 2016/04/25 05:40:25 | at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) INFO | jvm 1 | 2016/04/25 05:40:25 | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) INFO | jvm 1 | 2016/04/25 05:40:25 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) INFO | jvm 1 | 2016/04/25 05:40:25 | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) INFO | jvm 1 | 2016/04/25 05:40:25 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) INFO | jvm 1 | 2016/04/25 05:40:25 | at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79) INFO | jvm 1 | 2016/04/25 05:40:25 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) INFO | jvm 1 | 2016/04/25 05:40:25 | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) INFO | jvm 1 | 2016/04/25 05:40:25 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) INFO | jvm 1 | 2016/04/25 05:40:25 | at org.jboss.seam.async.AsynchronousInterceptor.aroundInvoke(AsynchronousInterceptor.java:52) INFO | jvm 1 | 2016/04/25 05:40:25 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) INFO | jvm 1 | 2016/04/25 05:40:25 | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) INFO | jvm 1 | 2016/04/25 05:40:25 | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196) INFO | jvm 1 | 2016/04/25 05:40:25 | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114) INFO | jvm 1 | 2016/04/25 05:40:25 | at org.gluu.oxtrust.ldap.service.StatusCheckerTimer_$$_javassist_seam_7.scheduleStatusChecking(StatusCheckerTimer_$$_javassist_seam_7.java) INFO | jvm 1 | 2016/04/25 05:40:25 | at sun.reflect.GeneratedMethodAccessor329.invoke(Unknown Source) INFO | jvm 1 | 2016/04/25 05:40:25 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) INFO | jvm 1 | 2016/04/25 05:40:25 | at java.lang.reflect.Method.invoke(Method.java:606) INFO | jvm 1 | 2016/04/25 05:40:25 | at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) INFO | jvm 1 | 2016/04/25 05:40:25 | at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:144) INFO | jvm 1 | 2016/04/25 05:40:25 | at org.jboss.seam.async.AsynchronousInvocation$1.process(AsynchronousInvocation.java:62) INFO | jvm 1 | 2016/04/25 05:40:25 | at org.jboss.seam.async.Asynchronous$ContextualAsynchronousRequest.run(Asynchronous.java:80) INFO | jvm 1 | 2016/04/25 05:40:25 | at org.jboss.seam.async.AsynchronousInvocation.execute(AsynchronousInvocation.java:44) INFO | jvm 1 | 2016/04/25 05:40:25 | at org.jboss.seam.async.ThreadPoolDispatcher$RunnableAsynchronous.run(ThreadPoolDispatcher.java:142) INFO | jvm 1 | 2016/04/25 05:40:25 | at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) INFO | jvm 1 | 2016/04/25 05:40:25 | at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304) INFO | jvm 1 | 2016/04/25 05:40:25 | at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178) INFO | jvm 1 | 2016/04/25 05:40:25 | at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) INFO | jvm 1 | 2016/04/25 05:40:25 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) INFO | jvm 1 | 2016/04/25 05:40:25 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) INFO | jvm 1 | 2016/04/25 05:40:25 | at java.lang.Thread.run(Thread.java:745) INFO | jvm 1 | 2016/04/25 05:40:25 | 2016-04-25 05:40:25,304 ERROR [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] There was an error executing command check_ssl INFO | jvm 1 | 2016/04/25 05:40:25 | 2016-04-25 05:40:25,304 ERROR [org.gluu.oxtrust.ldap.service.StatusCheckerTimer] check_ssl retuned an unexpected value INFO | jvm 1 | 2016/04/25 05:40:26 | 2016-04-25 05:40:26,622 ERROR [org.xdi.oxauth.auth.Authenticator] Failed to get attributes from session INFO | jvm 1 | 2016/04/25 05:41:01 | 2016-04-25 05:41:01,520 ERROR [org.xdi.oxauth.service.external.ExternalAuthenticationService] Failed to find entries with baseDN: o=gluu, filter: (&(&(objectClass=top))(&(uid=admin))) INFO | jvm 1 | 2016/04/25 05:41:01 | org.gluu.site.ldap.persistence.exception.EntryPersistenceException: Failed to find entries with baseDN: o=gluu, filter: (&(&(objectClass=top))(&(uid=admin))) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.gluu.site.ldap.persistence.LdapEntryManager.findEntries(LdapEntryManager.java:327) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.gluu.site.ldap.persistence.LdapEntryManager.findEntries(LdapEntryManager.java:296) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.gluu.site.ldap.persistence.LdapEntryManager.findEntries(LdapEntryManager.java:276) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.gluu.site.ldap.persistence.LdapEntryManager.findEntries(LdapEntryManager.java:257) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.xdi.oxauth.service.AuthenticationService.getUserByAttribute(AuthenticationService.java:305) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.xdi.oxauth.service.AuthenticationService.authenticate(AuthenticationService.java:234) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.xdi.oxauth.service.AuthenticationService.externalAuthenticate(AuthenticationService.java:172) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.xdi.oxauth.service.AuthenticationService.authenticate(AuthenticationService.java:119) INFO | jvm 1 | 2016/04/25 05:41:01 | at sun.reflect.GeneratedMethodAccessor472.invoke(Unknown Source) INFO | jvm 1 | 2016/04/25 05:41:01 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) INFO | jvm 1 | 2016/04/25 05:41:01 | at java.lang.reflect.Method.invoke(Method.java:606) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:77) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:185) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:103) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.xdi.oxauth.service.AuthenticationService_$$_javassist_seam_43.authenticate(AuthenticationService_$$_javassist_seam_43.java) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.xdi.oxauth.service.UserService.authenticate(UserService.java:72) INFO | jvm 1 | 2016/04/25 05:41:01 | at sun.reflect.GeneratedMethodAccessor471.invoke(Unknown Source) INFO | jvm 1 | 2016/04/25 05:41:01 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) INFO | jvm 1 | 2016/04/25 05:41:01 | at java.lang.reflect.Method.invoke(Method.java:606) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:77) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:185) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:103) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.xdi.oxauth.service.UserService_$$_javassist_seam_8.authenticate(UserService_$$_javassist_seam_8.java) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.xdi.oxauth.service.external.internal.InternalDefaultPersonAuthenticationType.authenticate(InternalDefaultPersonAuthenticationType.java:31) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.xdi.oxauth.service.external.ExternalAuthenticationService.executeExternalAuthenticate(ExternalAuthenticationService.java:164) INFO | jvm 1 | 2016/04/25 05:41:01 | at sun.reflect.GeneratedMethodAccessor470.invoke(Unknown Source) INFO | jvm 1 | 2016/04/25 05:41:01 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) INFO | jvm 1 | 2016/04/25 05:41:01 | at java.lang.reflect.Method.invoke(Method.java:606) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:77) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:185) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:103) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.xdi.oxauth.service.external.ExternalAuthenticationService_$$_javassist_seam_9.executeExternalAuthenticate(ExternalAuthenticationService_$$_javassist_seam_9.java) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.xdi.oxauth.auth.Authenticator.userAuthenticationInteractive(Authenticator.java:228) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.xdi.oxauth.auth.Authenticator.authenticateImpl(Authenticator.java:136) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.xdi.oxauth.auth.Authenticator.authenticate(Authenticator.java:99) INFO | jvm 1 | 2016/04/25 05:41:01 | at sun.reflect.GeneratedMethodAccessor468.invoke(Unknown Source) INFO | jvm 1 | 2016/04/25 05:41:01 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) INFO | jvm 1 | 2016/04/25 05:41:01 | at java.lang.reflect.Method.invoke(Method.java:606) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:77) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:185) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:103) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.xdi.oxauth.auth.Authenticator_$$_javassist_seam_46.authenticate(Authenticator_$$_javassist_seam_46.java) INFO | jvm 1 | 2016/04/25 05:41:01 | at sun.reflect.GeneratedMethodAccessor467.invoke(Unknown Source) INFO | jvm 1 | 2016/04/25 05:41:01 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) INFO | jvm 1 | 2016/04/25 05:41:01 | at java.lang.reflect.Method.invoke(Method.java:606) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:335) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.el.util.ReflectionUtil.invokeMethod(ReflectionUtil.java:348) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.el.parser.AstPropertySuffix.invoke(AstPropertySuffix.java:58) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.el.parser.AstValue.invoke(AstValue.java:96) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.el.MethodExpressionImpl.invoke(MethodExpressionImpl.java:276) INFO | jvm 1 | 2016/04/25 05:41:01 | at com.sun.facelets.el.TagMethodExpression.invoke(TagMethodExpression.java:68) INFO | jvm 1 | 2016/04/25 05:41:01 | at javax.faces.component.MethodBindingMethodExpressionAdapter.invoke(MethodBindingMethodExpressionAdapter.java:88) INFO | jvm 1 | 2016/04/25 05:41:01 | at com.sun.faces.application.ActionListenerImpl.processAction(ActionListenerImpl.java:102) INFO | jvm 1 | 2016/04/25 05:41:01 | at javax.faces.component.UICommand.broadcast(UICommand.java:387) INFO | jvm 1 | 2016/04/25 05:41:01 | at javax.faces.component.UIViewRoot.broadcastEvents(UIViewRoot.java:475) INFO | jvm 1 | 2016/04/25 05:41:01 | at javax.faces.component.UIViewRoot.processApplication(UIViewRoot.java:756) INFO | jvm 1 | 2016/04/25 05:41:01 | at com.sun.faces.lifecycle.InvokeApplicationPhase.execute(InvokeApplicationPhase.java:82) INFO | jvm 1 | 2016/04/25 05:41:01 | at com.sun.faces.lifecycle.Phase.doPhase(Phase.java:100) INFO | jvm 1 | 2016/04/25 05:41:01 | at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:118) INFO | jvm 1 | 2016/04/25 05:41:01 | at javax.faces.webapp.FacesServlet.service(FacesServlet.java:265) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:303) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:748) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.apache.catalina.core.ApplicationDispatcher.processRequest(ApplicationDispatcher.java:486) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.apache.catalina.core.ApplicationDispatcher.doForward(ApplicationDispatcher.java:411) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.apache.catalina.core.ApplicationDispatcher.forward(ApplicationDispatcher.java:338) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.web.RewriteFilter.process(RewriteFilter.java:98) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.web.RewriteFilter.doFilter(RewriteFilter.java:57) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.web.LoggingFilter.doFilter(LoggingFilter.java:60) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:73) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.web.IdentityFilter.doFilter(IdentityFilter.java:40) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:90) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:64) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.servlet.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java:69) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.jboss.seam.servlet.SeamFilter.doFilter(SeamFilter.java:158) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:241) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:208) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:220) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:122) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:501) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:171) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:103) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:116) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:408) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:190) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.apache.coyote.AbstractProtocol$AbstractConnectionHandler.process(AbstractProtocol.java:611) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.apache.tomcat.util.net.JIoEndpoint$SocketProcessor.run(JIoEndpoint.java:314) INFO | jvm 1 | 2016/04/25 05:41:01 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) INFO | jvm 1 | 2016/04/25 05:41:01 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) INFO | jvm 1 | 2016/04/25 05:41:01 | at java.lang.Thread.run(Thread.java:745) INFO | jvm 1 | 2016/04/25 05:41:01 | Caused by: java.lang.NullPointerException INFO | jvm 1 | 2016/04/25 05:41:01 | at org.gluu.site.ldap.OperationsFacade.search(OperationsFacade.java:230) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.gluu.site.ldap.OperationsFacade.search(OperationsFacade.java:200) INFO | jvm 1 | 2016/04/25 05:41:01 | at org.gluu.site.ldap.persistence.LdapEntryManager.findEntries(LdapEntryManager.java:322) INFO | jvm 1 | 2016/04/25 05:41:01 | ... 135 more INFO | jvm 1 | 2016/04/25 05:41:01 | 2016-04-25 05:41:01,525 INFO [org.xdi.oxauth.auth.Authenticator] Authentication failed for 'admin' ```

By Mohib Zico staff 25 Apr 2016 at 4:45 p.m. CDT

Mohib Zico gravatar
>> INFO | jvm 1 | 2016/04/25 05:41:01 | org.gluu.site.ldap.persistence.exception.EntryPersistenceException: Failed to find entries with baseDN: o=gluu, filter: (&(&(objectClass=top))(&(uid=admin))) That's your reason. I think your installation is broken. Was it installed properly? I think it's better to get a new fresh VM and install new Gluu Server ( we just released 2.4.3 last Friday ).