Skip to content

Instantly share code, notes, and snippets.

@ptahchiev
Created February 10, 2017 15:01
Show Gist options
  • Save ptahchiev/b4595edd32a073516af0c2596c2bd9e3 to your computer and use it in GitHub Desktop.
Save ptahchiev/b4595edd32a073516af0c2596c2bd9e3 to your computer and use it in GitHub Desktop.
13:05:00
2017-02-10 13:05:00,431 com.blackbetty.webshop.storefront.controllers.passwordreset.PasswordResetViewController [http-nio-8111-exec-10] ERROR: The field [code] cannot be empty
13:05:23
2017-02-10 13:05:23,130 com.blackbetty.webshop.storefront.controllers.passwordreset.PasswordResetViewController [http-nio-8111-exec-1] ERROR: Cannot find CustomerEntity for code: mamatez65@gmail.com
14:00:00
2017-02-10 14:00:00,101 org.springframework.scheduling.support.TaskUtils$LoggingErrorHandler [defaultTaskScheduler-1] ERROR: Unexpected error occurred in scheduled task.
14:00:00
org.springframework.dao.DuplicateKeyException: PreparedStatementCallback; SQL [INSERT into BATCH_JOB_INSTANCE(JOB_INSTANCE_ID, JOB_NAME, JOB_KEY, VERSION) values (?, ?, ?, ?)]; ERROR: duplicate key value violates unique constraint "job_inst_un"
14:00:00
Detail: Key (job_name, job_key)=(webshopProductDataRunnableJob, d1faef17af9c78643c1d350a58e3f6a5) already exists.; nested exception is org.postgresql.util.PSQLException: ERROR: duplicate key value violates unique constraint "job_inst_un"
14:00:00
Detail: Key (job_name, job_key)=(webshopProductDataRunnableJob, d1faef17af9c78643c1d350a58e3f6a5) already exists.
14:00:00
at org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator.doTranslate(SQLErrorCodeSQLExceptionTranslator.java:239)
14:00:00
at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:73)
14:00:00
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:649)
14:00:00
at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:870)
14:00:00
at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:931)
14:00:00
at org.springframework.jdbc.core.JdbcTemplate.update(JdbcTemplate.java:936)
14:00:00
at org.springframework.batch.core.repository.dao.JdbcJobInstanceDao.createJobInstance(JdbcJobInstanceDao.java:115)
14:00:00
at org.springframework.batch.core.repository.support.SimpleJobRepository.createJobExecution(SimpleJobRepository.java:135)
14:00:00
at sun.reflect.GeneratedMethodAccessor685.invoke(Unknown Source)
14:00:00
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
14:00:00
at java.lang.reflect.Method.invoke(Method.java:498)
14:00:00
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
14:00:00
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
14:00:00
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
14:00:00
at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99)
14:00:00
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282)
14:00:00
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
14:00:00
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
14:00:00
at org.springframework.batch.core.repository.support.AbstractJobRepositoryFactoryBean$1.invoke(AbstractJobRepositoryFactoryBean.java:172)
14:00:00
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
14:00:00
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
14:00:00
at com.sun.proxy.$Proxy442.createJobExecution(Unknown Source)
14:00:00
at org.springframework.batch.core.launch.support.SimpleJobLauncher.run(SimpleJobLauncher.java:125)
14:00:00
at sun.reflect.GeneratedMethodAccessor684.invoke(Unknown Source)
14:00:00
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
14:00:00
at java.lang.reflect.Method.invoke(Method.java:498)
14:00:00
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333)
14:00:00
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190)
14:00:00
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
14:00:00
at org.springframework.batch.core.configuration.annotation.SimpleBatchConfiguration$PassthruAdvice.invoke(SimpleBatchConfiguration.java:127)
14:00:00
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
14:00:00
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213)
14:00:00
at com.sun.proxy.$Proxy444.run(Unknown Source)
14:00:00
at com.nemesis.platform.core.batch.AbstractBatchJobTask.launchJob(AbstractBatchJobTask.java:102)
14:00:00
at com.nemesis.platform.core.batch.AbstractBatchJobTask.execute(AbstractBatchJobTask.java:63)
14:00:00
at java.util.Collections$2.tryAdvance(Collections.java:4717)
14:00:00
at java.util.Collections$2.forEachRemaining(Collections.java:4725)
14:00:00
at java.util.stream.ReferencePipeline$Head.forEach(ReferencePipeline.java:580)
14:00:00
at com.nemesis.platform.core.job.task.JobTask$1.run(JobTask.java:40)
14:00:00
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
14:00:00
at org.springframework.scheduling.concurrent.ReschedulingRunnable.run(ReschedulingRunnable.java:81)
14:00:00
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
14:00:00
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
14:00:00
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)
14:00:00
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
14:00:00
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
14:00:00
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
14:00:00
at java.lang.Thread.run(Thread.java:745)
14:00:00
Caused by: org.postgresql.util.PSQLException: ERROR: duplicate key value violates unique constraint "job_inst_un"
14:00:00
Detail: Key (job_name, job_key)=(webshopProductDataRunnableJob, d1faef17af9c78643c1d350a58e3f6a5) already exists.
14:00:00
at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2455)
14:00:00
at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2155)
14:00:00
at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:288)
14:00:00
at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:430)
14:00:00
at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:356)
14:00:00
at org.postgresql.jdbc.PgPreparedStatement.executeWithFlags(PgPreparedStatement.java:168)
14:00:00
at org.postgresql.jdbc.PgPreparedStatement.executeUpdate(PgPreparedStatement.java:135)
14:00:00
at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeUpdate(ProxyPreparedStatement.java:61)
14:00:00
at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeUpdate(HikariProxyPreparedStatement.java)
14:00:00
at org.springframework.jdbc.core.JdbcTemplate$2.doInPreparedStatement(JdbcTemplate.java:877)
14:00:00
at org.springframework.jdbc.core.JdbcTemplate$2.doInPreparedStatement(JdbcTemplate.java:870)
14:00:00
at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:633)
14:00:00
... 45 more
15:00:04
2017-02-10 15:00:04,626 com.blackbetty.webshop.storefront.controllers.BlackBettyPeoplevoxEventSubscriptionController [http-nio-8111-exec-3] WARN : Attribute15 for product Id: 5902094498815 is: 1
15:00:04
2017-02-10 15:00:04,655 com.blackbetty.webshop.storefront.controllers.BlackBettyPeoplevoxEventSubscriptionController [http-nio-8111-exec-3] INFO : Updated availavility for product id: 5902094498815
15:00:04
2017-02-10 15:00:04,804 com.blackbetty.webshop.storefront.controllers.BlackBettyPeoplevoxEventSubscriptionController [http-nio-8111-exec-11] WARN : Attribute15 for product Id: 5902094498778 is: 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment