Aug 01, 2018 12:41:53 PM org.apache.catalina.core.ApplicationContext log INFO: No Spring WebApplicationInitializer types detected on classpath Aug 01, 2018 12:41:54 PM org.apache.catalina.core.ApplicationContext log INFO: Initializing Spring root WebApplicationContext Aug 01, 2018 12:43:27 PM org.apache.catalina.core.ApplicationContext log INFO: Initializing Spring FrameworkServlet 'ohieServlet' Aug 01, 2018 12:43:28 PM org.apache.catalina.core.ApplicationContext log INFO: Initializing Spring FrameworkServlet 'mobile' Aug 01, 2018 12:43:29 PM org.apache.catalina.core.ApplicationContext log INFO: Initializing Spring FrameworkServlet 'webapi' Aug 01, 2018 12:43:35 PM org.apache.catalina.core.ApplicationContext log INFO: Initializing Spring FrameworkServlet 'uaaServlet' Aug 01, 2018 1:20:36 PM org.apache.catalina.core.ApplicationContext log INFO: Destroying Spring FrameworkServlet 'ohieServlet' Aug 01, 2018 1:20:36 PM org.apache.catalina.core.ApplicationContext log INFO: Destroying Spring FrameworkServlet 'mobile' Aug 01, 2018 1:20:36 PM org.apache.catalina.core.ApplicationContext log INFO: Destroying Spring FrameworkServlet 'webapi' Aug 01, 2018 1:20:36 PM org.apache.catalina.core.ApplicationContext log INFO: Destroying Spring FrameworkServlet 'uaaServlet' Aug 01, 2018 1:20:37 PM org.apache.catalina.core.ApplicationContext log INFO: Closing Spring root WebApplicationContext Aug 01, 2018 1:27:06 PM org.apache.catalina.core.ApplicationContext log INFO: No Spring WebApplicationInitializer types detected on classpath Aug 01, 2018 1:27:06 PM org.apache.catalina.core.ApplicationContext log INFO: Initializing Spring root WebApplicationContext Aug 01, 2018 1:28:39 PM org.apache.catalina.core.ApplicationContext log INFO: Initializing Spring FrameworkServlet 'ohieServlet' Aug 01, 2018 1:28:40 PM org.apache.catalina.core.ApplicationContext log INFO: Initializing Spring FrameworkServlet 'mobile' Aug 01, 2018 1:28:41 PM org.apache.catalina.core.ApplicationContext log INFO: Initializing Spring FrameworkServlet 'webapi' Aug 01, 2018 1:28:48 PM org.apache.catalina.core.ApplicationContext log INFO: Initializing Spring FrameworkServlet 'uaaServlet' Aug 01, 2018 2:03:54 PM org.apache.catalina.core.ApplicationContext log INFO: Destroying Spring FrameworkServlet 'ohieServlet' Aug 01, 2018 2:03:54 PM org.apache.catalina.core.ApplicationContext log INFO: Destroying Spring FrameworkServlet 'mobile' Aug 01, 2018 2:03:54 PM org.apache.catalina.core.ApplicationContext log INFO: Destroying Spring FrameworkServlet 'webapi' Aug 01, 2018 2:03:54 PM org.apache.catalina.core.ApplicationContext log INFO: Destroying Spring FrameworkServlet 'uaaServlet' Aug 01, 2018 2:03:55 PM org.apache.catalina.core.ApplicationContext log INFO: Closing Spring root WebApplicationContext Aug 01, 2018 2:14:10 PM org.apache.catalina.core.ApplicationContext log INFO: No Spring WebApplicationInitializer types detected on classpath Aug 01, 2018 2:14:10 PM org.apache.catalina.core.ApplicationContext log INFO: Initializing Spring root WebApplicationContext Aug 01, 2018 2:15:37 PM org.apache.catalina.core.StandardContext listenerStart SEVERE: Exception sending context initialized event to listener instance of class org.hisp.dhis.system.startup.StartupListener java.lang.RuntimeException: Failed to run startup routines: StatementCallback; SQL [INSERT INTO trackedentity(trackedentityid,uid, code, created, lastupdated,name, description) values(nextval('hibernate_sequence'),'MCPQUTHX1Ze','Person','2018-08-01','2018-08-01','Person','Person')]; ERROR: duplicate key value violates unique constraint "uk_b0aojuanxabfuylrbc2k6xk20" Detail: Key (name)=(Person) already exists.; nested exception is org.postgresql.util.PSQLException: ERROR: duplicate key value violates unique constraint "uk_b0aojuanxabfuylrbc2k6xk20" Detail: Key (name)=(Person) already exists. at org.hisp.dhis.system.startup.StartupListener.contextInitialized(StartupListener.java:77) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5068) at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5584) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:147) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:899) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:875) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652) at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1091) at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1980) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: org.springframework.dao.DuplicateKeyException: StatementCallback; SQL [INSERT INTO trackedentity(trackedentityid,uid, code, created, lastupdated,name, description) values(nextval('hibernate_sequence'),'MCPQUTHX1Ze','Person','2018-08-01','2018-08-01','Person','Person')]; ERROR: duplicate key value violates unique constraint "uk_b0aojuanxabfuylrbc2k6xk20" Detail: Key (name)=(Person) already exists.; nested exception is org.postgresql.util.PSQLException: ERROR: duplicate key value violates unique constraint "uk_b0aojuanxabfuylrbc2k6xk20" Detail: Key (name)=(Person) already exists. at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:239) at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73) at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:419) at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:443) at org.hisp.dhis.trackedentity.startup.TableAlteror.createPersonTrackedEntity(TableAlteror.java:363) at org.hisp.dhis.trackedentity.startup.TableAlteror.execute(TableAlteror.java:235) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213) at com.sun.proxy.$Proxy192.execute(Unknown Source) at org.hisp.dhis.system.startup.DefaultStartupRoutineExecutor.execute(DefaultStartupRoutineExecutor.java:113) at org.hisp.dhis.system.startup.DefaultStartupRoutineExecutor.execute(DefaultStartupRoutineExecutor.java:70) at org.hisp.dhis.system.startup.StartupListener.contextInitialized(StartupListener.java:71) ... 13 more Caused by: org.postgresql.util.PSQLException: ERROR: duplicate key value violates unique constraint "uk_b0aojuanxabfuylrbc2k6xk20" Detail: Key (name)=(Person) already exists. at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2476) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2189) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:300) at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:428) at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:354) at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:301) at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:287) at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:264) at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:260) at com.mchange.v2.c3p0.impl.NewProxyStatement.execute(NewProxyStatement.java:75) at org.springframework.jdbc.core.JdbcTemplate$1ExecuteStatementCallback.doInStatement(JdbcTemplate.java:435) at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:408) ... 32 more Aug 01, 2018 2:15:37 PM org.apache.catalina.core.ApplicationContext log INFO: Closing Spring root WebApplicationContext Aug 01, 2018 2:20:03 PM org.apache.catalina.core.ApplicationContext log INFO: No Spring WebApplicationInitializer types detected on classpath Aug 01, 2018 2:20:04 PM org.apache.catalina.core.ApplicationContext log INFO: Initializing Spring root WebApplicationContext Aug 01, 2018 2:21:31 PM org.apache.catalina.core.StandardContext listenerStart SEVERE: Exception sending context initialized event to listener instance of class org.hisp.dhis.system.startup.StartupListener java.lang.RuntimeException: Failed to run startup routines: StatementCallback; SQL [INSERT INTO trackedentity(trackedentityid,uid, code, created, lastupdated,name, description) values(nextval('hibernate_sequence'),'MCPQUTHX1Ze','Person','2018-08-01','2018-08-01','Person','Person')]; ERROR: duplicate key value violates unique constraint "uk_b0aojuanxabfuylrbc2k6xk20" Detail: Key (name)=(Person) already exists.; nested exception is org.postgresql.util.PSQLException: ERROR: duplicate key value violates unique constraint "uk_b0aojuanxabfuylrbc2k6xk20" Detail: Key (name)=(Person) already exists. at org.hisp.dhis.system.startup.StartupListener.contextInitialized(StartupListener.java:77) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5068) at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5584) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:147) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:899) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:875) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652) at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1091) at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1980) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: org.springframework.dao.DuplicateKeyException: StatementCallback; SQL [INSERT INTO trackedentity(trackedentityid,uid, code, created, lastupdated,name, description) values(nextval('hibernate_sequence'),'MCPQUTHX1Ze','Person','2018-08-01','2018-08-01','Person','Person')]; ERROR: duplicate key value violates unique constraint "uk_b0aojuanxabfuylrbc2k6xk20" Detail: Key (name)=(Person) already exists.; nested exception is org.postgresql.util.PSQLException: ERROR: duplicate key value violates unique constraint "uk_b0aojuanxabfuylrbc2k6xk20" Detail: Key (name)=(Person) already exists. at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:239) at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73) at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:419) at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:443) at org.hisp.dhis.trackedentity.startup.TableAlteror.createPersonTrackedEntity(TableAlteror.java:363) at org.hisp.dhis.trackedentity.startup.TableAlteror.execute(TableAlteror.java:235) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213) at com.sun.proxy.$Proxy192.execute(Unknown Source) at org.hisp.dhis.system.startup.DefaultStartupRoutineExecutor.execute(DefaultStartupRoutineExecutor.java:113) at org.hisp.dhis.system.startup.DefaultStartupRoutineExecutor.execute(DefaultStartupRoutineExecutor.java:70) at org.hisp.dhis.system.startup.StartupListener.contextInitialized(StartupListener.java:71) ... 13 more Caused by: org.postgresql.util.PSQLException: ERROR: duplicate key value violates unique constraint "uk_b0aojuanxabfuylrbc2k6xk20" Detail: Key (name)=(Person) already exists. at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2476) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2189) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:300) at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:428) at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:354) at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:301) at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:287) at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:264) at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:260) at com.mchange.v2.c3p0.impl.NewProxyStatement.execute(NewProxyStatement.java:75) at org.springframework.jdbc.core.JdbcTemplate$1ExecuteStatementCallback.doInStatement(JdbcTemplate.java:435) at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:408) ... 32 more Aug 01, 2018 2:21:31 PM org.apache.catalina.core.ApplicationContext log INFO: Closing Spring root WebApplicationContext Aug 01, 2018 2:27:52 PM org.apache.catalina.core.ApplicationContext log INFO: No Spring WebApplicationInitializer types detected on classpath Aug 01, 2018 2:27:53 PM org.apache.catalina.core.ApplicationContext log INFO: Initializing Spring root WebApplicationContext Aug 01, 2018 2:28:32 PM org.apache.catalina.core.ApplicationContext log INFO: No Spring WebApplicationInitializer types detected on classpath Aug 01, 2018 2:28:32 PM org.apache.catalina.core.ApplicationContext log INFO: Initializing Spring root WebApplicationContext Aug 01, 2018 2:30:04 PM org.apache.catalina.core.ApplicationContext log INFO: Initializing Spring FrameworkServlet 'ohieServlet' Aug 01, 2018 2:30:05 PM org.apache.catalina.core.ApplicationContext log INFO: Initializing Spring FrameworkServlet 'mobile' Aug 01, 2018 2:30:06 PM org.apache.catalina.core.ApplicationContext log INFO: Initializing Spring FrameworkServlet 'webapi' Aug 01, 2018 2:30:13 PM org.apache.catalina.core.ApplicationContext log INFO: Initializing Spring FrameworkServlet 'uaaServlet' Aug 01, 2018 2:35:58 PM org.apache.catalina.core.ApplicationContext log INFO: Destroying Spring FrameworkServlet 'ohieServlet' Aug 01, 2018 2:35:58 PM org.apache.catalina.core.ApplicationContext log INFO: Destroying Spring FrameworkServlet 'mobile' Aug 01, 2018 2:35:58 PM org.apache.catalina.core.ApplicationContext log INFO: Destroying Spring FrameworkServlet 'webapi' Aug 01, 2018 2:35:58 PM org.apache.catalina.core.ApplicationContext log INFO: Destroying Spring FrameworkServlet 'uaaServlet' Aug 01, 2018 2:35:58 PM org.apache.catalina.core.ApplicationContext log INFO: Closing Spring root WebApplicationContext Aug 01, 2018 2:39:42 PM org.apache.catalina.core.ApplicationContext log INFO: No Spring WebApplicationInitializer types detected on classpath Aug 01, 2018 2:39:42 PM org.apache.catalina.core.ApplicationContext log INFO: Initializing Spring root WebApplicationContext Aug 01, 2018 2:41:08 PM org.apache.catalina.core.StandardContext listenerStart SEVERE: Exception sending context initialized event to listener instance of class org.hisp.dhis.system.startup.StartupListener java.lang.RuntimeException: Failed to run startup routines: StatementCallback; SQL [INSERT INTO trackedentity(trackedentityid,uid, code, created, lastupdated,name, description) values(nextval('hibernate_sequence'),'MCPQUTHX1Ze','Person','2018-08-01','2018-08-01','Person','Person')]; ERROR: duplicate key value violates unique constraint "uk_b0aojuanxabfuylrbc2k6xk20" Detail: Key (name)=(Person) already exists.; nested exception is org.postgresql.util.PSQLException: ERROR: duplicate key value violates unique constraint "uk_b0aojuanxabfuylrbc2k6xk20" Detail: Key (name)=(Person) already exists. at org.hisp.dhis.system.startup.StartupListener.contextInitialized(StartupListener.java:77) at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5068) at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5584) at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:147) at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:899) at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:875) at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652) at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:1091) at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1980) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) at java.lang.Thread.run(Thread.java:748) Caused by: org.springframework.dao.DuplicateKeyException: StatementCallback; SQL [INSERT INTO trackedentity(trackedentityid,uid, code, created, lastupdated,name, description) values(nextval('hibernate_sequence'),'MCPQUTHX1Ze','Person','2018-08-01','2018-08-01','Person','Person')]; ERROR: duplicate key value violates unique constraint "uk_b0aojuanxabfuylrbc2k6xk20" Detail: Key (name)=(Person) already exists.; nested exception is org.postgresql.util.PSQLException: ERROR: duplicate key value violates unique constraint "uk_b0aojuanxabfuylrbc2k6xk20" Detail: Key (name)=(Person) already exists. at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:239) at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73) at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:419) at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:443) at org.hisp.dhis.trackedentity.startup.TableAlteror.createPersonTrackedEntity(TableAlteror.java:363) at org.hisp.dhis.trackedentity.startup.TableAlteror.execute(TableAlteror.java:235) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213) at com.sun.proxy.$Proxy192.execute(Unknown Source) at org.hisp.dhis.system.startup.DefaultStartupRoutineExecutor.execute(DefaultStartupRoutineExecutor.java:113) at org.hisp.dhis.system.startup.DefaultStartupRoutineExecutor.execute(DefaultStartupRoutineExecutor.java:70) at org.hisp.dhis.system.startup.StartupListener.contextInitialized(StartupListener.java:71) ... 13 more Caused by: org.postgresql.util.PSQLException: ERROR: duplicate key value violates unique constraint "uk_b0aojuanxabfuylrbc2k6xk20" Detail: Key (name)=(Person) already exists. at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2476) at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2189) at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:300) at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:428) at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:354) at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:301) at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:287) at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:264) at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:260) at com.mchange.v2.c3p0.impl.NewProxyStatement.execute(NewProxyStatement.java:75) at org.springframework.jdbc.core.JdbcTemplate$1ExecuteStatementCallback.doInStatement(JdbcTemplate.java:435) at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:408) ... 32 more Aug 01, 2018 2:41:08 PM org.apache.catalina.core.ApplicationContext log INFO: Closing Spring root WebApplicationContext