By: Jason Grindlay user 11 Aug 2014 at 12:27 a.m. CDT

0 Responses
Jason Grindlay gravatar
I've installed gluu ox community edition as per the instructions at http://www.gluu.org/docs/admin-guide/installation/centos/ and it mostly seems to be working except that I cannot get it to save the settings I'm entering on the 'cache refresh' page. There is no error message shown in the web interface when I click 'Update' but if I navigate away from the page and then go back to it everything I've entered is lost. I've not been able to find anything solid in the logs that I'm sure relates to this but the below section from opt/apache-tomcat-7.0.52/logs/wrapper.log is appearing a lot. It all seems to center around trying to do an ldap connect to ds01.gluu.info and crashing when it fails. Is this connection attempt intentional? I'm not finding anything in the configuration interface that mentions that server. (I'm testing inside a secure network direct internet access out is blocked so that call will never succeed in my case). INFO | jvm 1 | 2014/08/10 23:43:27 | org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:377) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:160) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:147) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.xdi.util.process.ProcessHelper.executeProgram(ProcessHelper.java:144) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.xdi.util.process.ProcessHelper.executeProgram(ProcessHelper.java:59) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.xdi.util.process.ProcessHelper.executeProgram(ProcessHelper.java:39) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.xdi.util.process.ProcessHelper.executeProgram(ProcessHelper.java:33) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.gluu.oxtrust.ldap.service.StatusCheckerTimer.setCertificateExpiryAttributes(StatusCheckerTimer.java:162) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.gluu.oxtrust.ldap.service.StatusCheckerTimer.process(StatusCheckerTimer.java:120) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.gluu.oxtrust.ldap.service.StatusCheckerTimer.scheduleStatusChecking(StatusCheckerTimer.java:84) INFO | jvm 1 | 2014/08/10 23:43:27 | at sun.reflect.GeneratedMethodAccessor333.invoke(Unknown Source) INFO | jvm 1 | 2014/08/10 23:43:27 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) INFO | jvm 1 | 2014/08/10 23:43:27 | at java.lang.reflect.Method.invoke(Method.java:606) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.async.AsynchronousInterceptor.aroundInvoke(AsynchronousInterceptor.java:52) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.gluu.oxtrust.ldap.service.StatusCheckerTimer_$$_javassist_seam_7.scheduleStatusChecking(StatusCheckerTimer_$$_javassist_seam_7.java) INFO | jvm 1 | 2014/08/10 23:43:27 | at sun.reflect.GeneratedMethodAccessor332.invoke(Unknown Source) INFO | jvm 1 | 2014/08/10 23:43:27 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) INFO | jvm 1 | 2014/08/10 23:43:27 | at java.lang.reflect.Method.invoke(Method.java:606) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:144) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.async.AsynchronousInvocation$1.process(AsynchronousInvocation.java:62) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.async.Asynchronous$ContextualAsynchronousRequest.run(Asynchronous.java:80) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.async.AsynchronousInvocation.execute(AsynchronousInvocation.java:44) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.async.ThreadPoolDispatcher$RunnableAsynchronous.run(ThreadPoolDispatcher.java:142) INFO | jvm 1 | 2014/08/10 23:43:27 | at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) INFO | jvm 1 | 2014/08/10 23:43:27 | at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304) INFO | jvm 1 | 2014/08/10 23:43:27 | at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178) INFO | jvm 1 | 2014/08/10 23:43:27 | at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) INFO | jvm 1 | 2014/08/10 23:43:27 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) INFO | jvm 1 | 2014/08/10 23:43:27 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) INFO | jvm 1 | 2014/08/10 23:43:27 | at java.lang.Thread.run(Thread.java:745) INFO | jvm 1 | 2014/08/10 23:43:27 | org.apache.commons.exec.ExecuteException: Process exited with an error: 1 (Exit value: 1) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.apache.commons.exec.DefaultExecutor.executeInternal(DefaultExecutor.java:377) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:160) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.apache.commons.exec.DefaultExecutor.execute(DefaultExecutor.java:147) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.xdi.util.process.ProcessHelper.executeProgram(ProcessHelper.java:144) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.xdi.util.process.ProcessHelper.executeProgram(ProcessHelper.java:59) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.xdi.util.process.ProcessHelper.executeProgram(ProcessHelper.java:39) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.xdi.util.process.ProcessHelper.executeProgram(ProcessHelper.java:33) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.gluu.oxtrust.ldap.service.StatusCheckerTimer.setCertificateExpiryAttributes(StatusCheckerTimer.java:162) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.gluu.oxtrust.ldap.service.StatusCheckerTimer.process(StatusCheckerTimer.java:120) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.gluu.oxtrust.ldap.service.StatusCheckerTimer.scheduleStatusChecking(StatusCheckerTimer.java:84) INFO | jvm 1 | 2014/08/10 23:43:27 | at sun.reflect.GeneratedMethodAccessor333.invoke(Unknown Source) INFO | jvm 1 | 2014/08/10 23:43:27 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) INFO | jvm 1 | 2014/08/10 23:43:27 | at java.lang.reflect.Method.invoke(Method.java:606) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.async.AsynchronousInterceptor.aroundInvoke(AsynchronousInterceptor.java:52) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.gluu.oxtrust.ldap.service.StatusCheckerTimer_$$_javassist_seam_7.scheduleStatusChecking(StatusCheckerTimer_$$_javassist_seam_7.java) INFO | jvm 1 | 2014/08/10 23:43:27 | at sun.reflect.GeneratedMethodAccessor332.invoke(Unknown Source) INFO | jvm 1 | 2014/08/10 23:43:27 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) INFO | jvm 1 | 2014/08/10 23:43:27 | at java.lang.reflect.Method.invoke(Method.java:606) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:144) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.async.AsynchronousInvocation$1.process(AsynchronousInvocation.java:62) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.async.Asynchronous$ContextualAsynchronousRequest.run(Asynchronous.java:80) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.async.AsynchronousInvocation.execute(AsynchronousInvocation.java:44) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.async.ThreadPoolDispatcher$RunnableAsynchronous.run(ThreadPoolDispatcher.java:142) INFO | jvm 1 | 2014/08/10 23:43:27 | at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) INFO | jvm 1 | 2014/08/10 23:43:27 | at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304) INFO | jvm 1 | 2014/08/10 23:43:27 | at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178) INFO | jvm 1 | 2014/08/10 23:43:27 | at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) INFO | jvm 1 | 2014/08/10 23:43:27 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) INFO | jvm 1 | 2014/08/10 23:43:27 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) INFO | jvm 1 | 2014/08/10 23:43:27 | at java.lang.Thread.run(Thread.java:745) INFO | jvm 1 | 2014/08/10 23:43:27 | 2014-08-10 23:43:27,347 ERROR [org.jboss.seam.async.AsynchronousExceptionHandler] Exception thrown whilst executing asynchronous call INFO | jvm 1 | 2014/08/10 23:43:27 | java.lang.NullPointerException INFO | jvm 1 | 2014/08/10 23:43:27 | at org.gluu.site.ldap.OperationsFacade.search(OperationsFacade.java:186) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.gluu.site.ldap.OperationsFacade.search(OperationsFacade.java:164) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.gluu.site.ldap.persistence.LdapEntryManager.contains(LdapEntryManager.java:336) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.gluu.site.ldap.persistence.LdapEntryManager.contains(LdapEntryManager.java:318) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.gluu.site.ldap.persistence.AbstractEntryManager.contains(AbstractEntryManager.java:330) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.gluu.oxtrust.ldap.service.CentralLdapService.containsAppliance(CentralLdapService.java:50) INFO | jvm 1 | 2014/08/10 23:43:27 | at sun.reflect.GeneratedMethodAccessor322.invoke(Unknown Source) INFO | jvm 1 | 2014/08/10 23:43:27 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) INFO | jvm 1 | 2014/08/10 23:43:27 | at java.lang.reflect.Method.invoke(Method.java:606) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.gluu.oxtrust.ldap.service.CentralLdapService_$$_javassist_seam_11.containsAppliance(CentralLdapService_$$_javassist_seam_11.java) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.gluu.oxtrust.ldap.service.StatusCheckerTimer.process(StatusCheckerTimer.java:137) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.gluu.oxtrust.ldap.service.StatusCheckerTimer.scheduleStatusChecking(StatusCheckerTimer.java:84) INFO | jvm 1 | 2014/08/10 23:43:27 | at sun.reflect.GeneratedMethodAccessor333.invoke(Unknown Source) INFO | jvm 1 | 2014/08/10 23:43:27 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) INFO | jvm 1 | 2014/08/10 23:43:27 | at java.lang.reflect.Method.invoke(Method.java:606) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.async.AsynchronousInterceptor.aroundInvoke(AsynchronousInterceptor.java:52) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.gluu.oxtrust.ldap.service.StatusCheckerTimer_$$_javassist_seam_7.scheduleStatusChecking(StatusCheckerTimer_$$_javassist_seam_7.java) INFO | jvm 1 | 2014/08/10 23:43:27 | at sun.reflect.GeneratedMethodAccessor332.invoke(Unknown Source) INFO | jvm 1 | 2014/08/10 23:43:27 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) INFO | jvm 1 | 2014/08/10 23:43:27 | at java.lang.reflect.Method.invoke(Method.java:606) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:144) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.async.AsynchronousInvocation$1.process(AsynchronousInvocation.java:62) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.async.Asynchronous$ContextualAsynchronousRequest.run(Asynchronous.java:80) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.async.AsynchronousInvocation.execute(AsynchronousInvocation.java:44) INFO | jvm 1 | 2014/08/10 23:43:27 | at org.jboss.seam.async.ThreadPoolDispatcher$RunnableAsynchronous.run(ThreadPoolDispatcher.java:142) INFO | jvm 1 | 2014/08/10 23:43:27 | at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) INFO | jvm 1 | 2014/08/10 23:43:27 | at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304) INFO | jvm 1 | 2014/08/10 23:43:27 | at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178) INFO | jvm 1 | 2014/08/10 23:43:27 | at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) INFO | jvm 1 | 2014/08/10 23:43:27 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) INFO | jvm 1 | 2014/08/10 23:43:27 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) INFO | jvm 1 | 2014/08/10 23:43:27 | at java.lang.Thread.run(Thread.java:745) INFO | jvm 1 | 2014/08/10 23:43:32 | 2014-08-10 23:43:32,523 ERROR [org.gluu.oxtrust.ldap.service.LdapConnectionCheckerTimer] Failed to reconnect to the LDAP server INFO | jvm 1 | 2014/08/10 23:43:32 | LDAPException(resultCode=91 (connect error), errorMessage='An error occurred while attempting to connect to server ds01.gluu.info:1636: java.io.IOException: An error occurred while attempting to establish a connection to server ds01.gluu.info:1636: java.net.UnknownHostException: ds01.gluu.info') INFO | jvm 1 | 2014/08/10 23:43:32 | at com.unboundid.ldap.sdk.LDAPConnection.connect(LDAPConnection.java:755) INFO | jvm 1 | 2014/08/10 23:43:32 | at com.unboundid.ldap.sdk.LDAPConnection.connect(LDAPConnection.java:687) INFO | jvm 1 | 2014/08/10 23:43:32 | at com.unboundid.ldap.sdk.LDAPConnection.<init>(LDAPConnection.java:519) INFO | jvm 1 | 2014/08/10 23:43:32 | at com.unboundid.ldap.sdk.SingleServerSet.getConnection(SingleServerSet.java:229) INFO | jvm 1 | 2014/08/10 23:43:32 | at com.unboundid.ldap.sdk.ServerSet.getConnection(ServerSet.java:98) INFO | jvm 1 | 2014/08/10 23:43:32 | at com.unboundid.ldap.sdk.FailoverServerSet.getConnection(FailoverServerSet.java:545) INFO | jvm 1 | 2014/08/10 23:43:32 | at com.unboundid.ldap.sdk.LDAPConnectionPool.createConnection(LDAPConnectionPool.java:1088) INFO | jvm 1 | 2014/08/10 23:43:32 | at com.unboundid.ldap.sdk.LDAPConnectionPool.<init>(LDAPConnectionPool.java:1026) INFO | jvm 1 | 2014/08/10 23:43:32 | at com.unboundid.ldap.sdk.LDAPConnectionPool.<init>(LDAPConnectionPool.java:913) INFO | jvm 1 | 2014/08/10 23:43:32 | at com.unboundid.ldap.sdk.LDAPConnectionPool.<init>(LDAPConnectionPool.java:854) INFO | jvm 1 | 2014/08/10 23:43:32 | at com.unboundid.ldap.sdk.LDAPConnectionPool.<init>(LDAPConnectionPool.java:801) INFO | jvm 1 | 2014/08/10 23:43:32 | at com.unboundid.ldap.sdk.LDAPConnectionPool.<init>(LDAPConnectionPool.java:724) INFO | jvm 1 | 2014/08/10 23:43:32 | at org.gluu.site.ldap.LDAPConnectionProvider.init(LDAPConnectionProvider.java:103) INFO | jvm 1 | 2014/08/10 23:43:32 | at org.gluu.oxtrust.ldap.service.AbstractConnectionCheckerTimer.processImpl(AbstractConnectionCheckerTimer.java:34) INFO | jvm 1 | 2014/08/10 23:43:32 | at org.gluu.oxtrust.ldap.service.LdapConnectionCheckerTimer.process(LdapConnectionCheckerTimer.java:66) INFO | jvm 1 | 2014/08/10 23:43:32 | at sun.reflect.GeneratedMethodAccessor414.invoke(Unknown Source) INFO | jvm 1 | 2014/08/10 23:43:32 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) INFO | jvm 1 | 2014/08/10 23:43:32 | at java.lang.reflect.Method.invoke(Method.java:606) INFO | jvm 1 | 2014/08/10 23:43:32 | at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) INFO | jvm 1 | 2014/08/10 23:43:32 | at org.jboss.seam.intercept.RootInvocationContext.proceed(RootInvocationContext.java:32) INFO | jvm 1 | 2014/08/10 23:43:32 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:56) INFO | jvm 1 | 2014/08/10 23:43:32 | at org.jboss.seam.transaction.RollbackInterceptor.aroundInvoke(RollbackInterceptor.java:28) INFO | jvm 1 | 2014/08/10 23:43:32 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) INFO | jvm 1 | 2014/08/10 23:43:32 | at org.jboss.seam.core.BijectionInterceptor.aroundInvoke(BijectionInterceptor.java:79) INFO | jvm 1 | 2014/08/10 23:43:32 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) INFO | jvm 1 | 2014/08/10 23:43:32 | at org.jboss.seam.core.MethodContextInterceptor.aroundInvoke(MethodContextInterceptor.java:44) INFO | jvm 1 | 2014/08/10 23:43:32 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) INFO | jvm 1 | 2014/08/10 23:43:32 | at org.jboss.seam.async.AsynchronousInterceptor.aroundInvoke(AsynchronousInterceptor.java:52) INFO | jvm 1 | 2014/08/10 23:43:32 | at org.jboss.seam.intercept.SeamInvocationContext.proceed(SeamInvocationContext.java:68) INFO | jvm 1 | 2014/08/10 23:43:32 | at org.jboss.seam.intercept.RootInterceptor.invoke(RootInterceptor.java:107) INFO | jvm 1 | 2014/08/10 23:43:32 | at org.jboss.seam.intercept.JavaBeanInterceptor.interceptInvocation(JavaBeanInterceptor.java:196) INFO | jvm 1 | 2014/08/10 23:43:32 | at org.jboss.seam.intercept.JavaBeanInterceptor.invoke(JavaBeanInterceptor.java:114) INFO | jvm 1 | 2014/08/10 23:43:32 | at org.gluu.oxtrust.ldap.service.LdapConnectionCheckerTimer_$$_javassist_seam_26.process(LdapConnectionCheckerTimer_$$_javassist_seam_26.java) INFO | jvm 1 | 2014/08/10 23:43:32 | at sun.reflect.GeneratedMethodAccessor413.invoke(Unknown Source) INFO | jvm 1 | 2014/08/10 23:43:32 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) INFO | jvm 1 | 2014/08/10 23:43:32 | at java.lang.reflect.Method.invoke(Method.java:606) INFO | jvm 1 | 2014/08/10 23:43:32 | at org.jboss.seam.util.Reflections.invoke(Reflections.java:22) INFO | jvm 1 | 2014/08/10 23:43:32 | at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:144) INFO | jvm 1 | 2014/08/10 23:43:32 | at org.jboss.seam.Component.callComponentMethod(Component.java:2313) INFO | jvm 1 | 2014/08/10 23:43:32 | at org.jboss.seam.core.Events.raiseEvent(Events.java:85) INFO | jvm 1 | 2014/08/10 23:43:32 | at org.jboss.seam.async.AsynchronousEvent$1.process(AsynchronousEvent.java:33) INFO | jvm 1 | 2014/08/10 23:43:32 | at org.jboss.seam.async.Asynchronous$ContextualAsynchronousRequest.run(Asynchronous.java:80) INFO | jvm 1 | 2014/08/10 23:43:32 | at org.jboss.seam.async.AsynchronousEvent.execute(AsynchronousEvent.java:27) INFO | jvm 1 | 2014/08/10 23:43:32 | at org.jboss.seam.async.ThreadPoolDispatcher$RunnableAsynchronous.run(ThreadPoolDispatcher.java:142) INFO | jvm 1 | 2014/08/10 23:43:32 | at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) INFO | jvm 1 | 2014/08/10 23:43:32 | at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304) INFO | jvm 1 | 2014/08/10 23:43:32 | at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178) INFO | jvm 1 | 2014/08/10 23:43:32 | at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293) INFO | jvm 1 | 2014/08/10 23:43:32 | at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) INFO | jvm 1 | 2014/08/10 23:43:32 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) INFO | jvm 1 | 2014/08/10 23:43:32 | at java.lang.Thread.run(Thread.java:745) INFO | jvm 1 | 2014/08/10 23:43:32 | Caused by: java.io.IOException: An error occurred while attempting to establish a connection to server ds01.gluu.info:1636: java.net.UnknownHostException: ds01.gluu.info INFO | jvm 1 | 2014/08/10 23:43:32 | at com.unboundid.ldap.sdk.LDAPConnectionInternals.<init>(LDAPConnectionInternals.java:143) INFO | jvm 1 | 2014/08/10 23:43:32 | at com.unboundid.ldap.sdk.LDAPConnection.connect(LDAPConnection.java:745) INFO | jvm 1 | 2014/08/10 23:43:32 | ... 50 more