Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ERROR 1 --- [erContainer#0-1] o.s.batch.core.step.AbstractStep : Encountered an error executing step step3 in job genericUploadCsv
- org.springframework.jdbc.BadSqlGrammarException: StatementCallback; bad SQL grammar []; nested exception is org.postgresql.util.PSQLException: ERROR: column "vactionerror" does not exist
- Where: PL/pgSQL function ul_upload_trial_balance(bigint) line 98 at SQL statement
- at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:101) ~[spring-jdbc-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72) ~[spring-jdbc-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:81) ~[spring-jdbc-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:81) ~[spring-jdbc-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.jdbc.core.JdbcTemplate.translateException(JdbcTemplate.java:1442) ~[spring-jdbc-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:387) ~[spring-jdbc-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.jleaf.erp.tools.datauploader.tasklet.CallFunctionTasklet.execute(CallFunctionTasklet.java:47) ~[classes!/:na]
- at sun.reflect.GeneratedMethodAccessor91.invoke(Unknown Source) ~[na:na]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_212]
- at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_212]
- at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:136) ~[spring-aop-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:124) ~[spring-aop-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at com.sun.proxy.$Proxy83.execute(Unknown Source) ~[na:na]
- at org.springframework.batch.core.step.tasklet.TaskletStep$ChunkTransactionCallback.doInTransaction(TaskletStep.java:407) ~[spring-batch-core-4.1.2.RELEASE.jar!/:4.1.2.RELEASE]
- at org.springframework.batch.core.step.tasklet.TaskletStep$ChunkTransactionCallback.doInTransaction(TaskletStep.java:331) ~[spring-batch-core-4.1.2.RELEASE.jar!/:4.1.2.RELEASE]
- at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.batch.core.step.tasklet.TaskletStep$2.doInChunkContext(TaskletStep.java:273) ~[spring-batch-core-4.1.2.RELEASE.jar!/:4.1.2.RELEASE]
- at org.springframework.batch.core.scope.context.StepContextRepeatCallback.doInIteration(StepContextRepeatCallback.java:82) ~[spring-batch-core-4.1.2.RELEASE.jar!/:4.1.2.RELEASE]
- at org.springframework.batch.repeat.support.RepeatTemplate.getNextResult(RepeatTemplate.java:375) ~[spring-batch-infrastructure-4.1.2.RELEASE.jar!/:4.1.2.RELEASE]
- at org.springframework.batch.repeat.support.RepeatTemplate.executeInternal(RepeatTemplate.java:215) ~[spring-batch-infrastructure-4.1.2.RELEASE.jar!/:4.1.2.RELEASE]
- at org.springframework.batch.repeat.support.RepeatTemplate.iterate(RepeatTemplate.java:145) ~[spring-batch-infrastructure-4.1.2.RELEASE.jar!/:4.1.2.RELEASE]
- at org.springframework.batch.core.step.tasklet.TaskletStep.doExecute(TaskletStep.java:258) ~[spring-batch-core-4.1.2.RELEASE.jar!/:4.1.2.RELEASE]
- at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:203) ~[spring-batch-core-4.1.2.RELEASE.jar!/:4.1.2.RELEASE]
- at org.springframework.batch.core.job.SimpleStepHandler.handleStep(SimpleStepHandler.java:148) [spring-batch-core-4.1.2.RELEASE.jar!/:4.1.2.RELEASE]
- at org.springframework.batch.core.job.flow.JobFlowExecutor.executeStep(JobFlowExecutor.java:68) [spring-batch-core-4.1.2.RELEASE.jar!/:4.1.2.RELEASE]
- at org.springframework.batch.core.job.flow.support.state.StepState.handle(StepState.java:67) [spring-batch-core-4.1.2.RELEASE.jar!/:4.1.2.RELEASE]
- at org.springframework.batch.core.job.flow.support.SimpleFlow.resume(SimpleFlow.java:169) [spring-batch-core-4.1.2.RELEASE.jar!/:4.1.2.RELEASE]
- at org.springframework.batch.core.job.flow.support.SimpleFlow.start(SimpleFlow.java:144) [spring-batch-core-4.1.2.RELEASE.jar!/:4.1.2.RELEASE]
- at org.springframework.batch.core.job.flow.FlowJob.doExecute(FlowJob.java:136) [spring-batch-core-4.1.2.RELEASE.jar!/:4.1.2.RELEASE]
- at org.springframework.batch.core.job.AbstractJob.execute(AbstractJob.java:313) [spring-batch-core-4.1.2.RELEASE.jar!/:4.1.2.RELEASE]
- at org.springframework.batch.core.launch.support.SimpleJobLauncher$1.run(SimpleJobLauncher.java:144) [spring-batch-core-4.1.2.RELEASE.jar!/:4.1.2.RELEASE]
- at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50) [spring-core-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.batch.core.launch.support.SimpleJobLauncher.run(SimpleJobLauncher.java:137) [spring-batch-core-4.1.2.RELEASE.jar!/:4.1.2.RELEASE]
- at org.jleaf.erp.tools.datauploader.processor.GenericFileProcessor.onMessage(GenericFileProcessor.java:161) [classes!/:na]
- at org.springframework.jms.listener.adapter.MessageListenerAdapter.onMessage(MessageListenerAdapter.java:211) [spring-jms-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.jms.listener.AbstractMessageListenerContainer.doInvokeListener(AbstractMessageListenerContainer.java:736) [spring-jms-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.jms.listener.AbstractMessageListenerContainer.invokeListener(AbstractMessageListenerContainer.java:696) [spring-jms-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.jms.listener.AbstractMessageListenerContainer.doExecuteListener(AbstractMessageListenerContainer.java:674) [spring-jms-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.jms.listener.AbstractPollingMessageListenerContainer.doReceiveAndExecute(AbstractPollingMessageListenerContainer.java:318) [spring-jms-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.jms.listener.AbstractPollingMessageListenerContainer.receiveAndExecute(AbstractPollingMessageListenerContainer.java:257) [spring-jms-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.jms.listener.DefaultMessageListenerContainer$AsyncMessageListenerInvoker.invokeListener(DefaultMessageListenerContainer.java:1189) [spring-jms-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.jms.listener.DefaultMessageListenerContainer$AsyncMessageListenerInvoker.executeOngoingLoop(DefaultMessageListenerContainer.java:1179) [spring-jms-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.jms.listener.DefaultMessageListenerContainer$AsyncMessageListenerInvoker.run(DefaultMessageListenerContainer.java:1076) [spring-jms-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at java.lang.Thread.run(Thread.java:748) [na:1.8.0_212]
- Caused by: org.postgresql.util.PSQLException: ERROR: column "vactionerror" does not exist
- Where: PL/pgSQL function ul_upload_trial_balance(bigint) line 98 at SQL statement
- at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2468) ~[postgresql-42.2.6.jar!/:42.2.6]
- at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2211) ~[postgresql-42.2.6.jar!/:42.2.6]
- at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:309) ~[postgresql-42.2.6.jar!/:42.2.6]
- at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:446) ~[postgresql-42.2.6.jar!/:42.2.6]
- at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:370) ~[postgresql-42.2.6.jar!/:42.2.6]
- at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:311) ~[postgresql-42.2.6.jar!/:42.2.6]
- at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:297) ~[postgresql-42.2.6.jar!/:42.2.6]
- at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:274) ~[postgresql-42.2.6.jar!/:42.2.6]
- at org.postgresql.jdbc.PgStatement.executeQuery(PgStatement.java:225) ~[postgresql-42.2.6.jar!/:42.2.6]
- at com.zaxxer.hikari.pool.ProxyStatement.executeQuery(ProxyStatement.java:111) ~[HikariCP-3.4.2.jar!/:na]
- at com.zaxxer.hikari.pool.HikariProxyStatement.executeQuery(HikariProxyStatement.java) ~[HikariCP-3.4.2.jar!/:na]
- at org.jleaf.erp.tools.datauploader.tasklet.CallFunctionTasklet$1.doInStatement(CallFunctionTasklet.java:52) ~[classes!/:na]
- at org.jleaf.erp.tools.datauploader.tasklet.CallFunctionTasklet$1.doInStatement(CallFunctionTasklet.java:47) ~[classes!/:na]
- at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:375) ~[spring-jdbc-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- ... 43 common frames omitted
- AFTER JOB : {uploadHeaderId=69, quote=", functionName=ul_upload_trial_balance, delimiter=;, filePath=file:/erp-enterprise/upload/1722ac02088-TemplateImportTrialBalance.csv, tenantId=10, typeName=UploadTrialBalance, uploadTypeId=27, userId=270}
- 2020-05-19 09:25:34.016 ERROR 1 --- [erContainer#0-1] o.j.e.t.d.l.GenericJobExecutionListener : Errors : StatementCallback; bad SQL grammar []; nested exception is org.postgresql.util.PSQLException: ERROR: column "vactionerror" does not exist
- Where: PL/pgSQL function ul_upload_trial_balance(bigint) line 98 at SQL statement
- 2020-05-19 09:58:53.206 ERROR 1 --- [erContainer#0-1] o.s.batch.core.step.AbstractStep : Encountered an error executing step step3 in job genericUploadCsv
- org.springframework.jdbc.BadSqlGrammarException: StatementCallback; bad SQL grammar []; nested exception is org.postgresql.util.PSQLException: ERROR: column "vactionerror" does not exist
- Where: PL/pgSQL function ul_upload_trial_balance(bigint) line 98 at SQL statement
- at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:101) ~[spring-jdbc-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72) ~[spring-jdbc-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:81) ~[spring-jdbc-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:81) ~[spring-jdbc-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.jdbc.core.JdbcTemplate.translateException(JdbcTemplate.java:1442) ~[spring-jdbc-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:387) ~[spring-jdbc-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.jleaf.erp.tools.datauploader.tasklet.CallFunctionTasklet.execute(CallFunctionTasklet.java:47) ~[classes!/:na]
- at sun.reflect.GeneratedMethodAccessor91.invoke(Unknown Source) ~[na:na]
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_212]
- at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_212]
- at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:343) ~[spring-aop-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:198) ~[spring-aop-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) ~[spring-aop-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:136) ~[spring-aop-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:124) ~[spring-aop-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) ~[spring-aop-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) ~[spring-aop-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at com.sun.proxy.$Proxy83.execute(Unknown Source) ~[na:na]
- at org.springframework.batch.core.step.tasklet.TaskletStep$ChunkTransactionCallback.doInTransaction(TaskletStep.java:407) ~[spring-batch-core-4.1.2.RELEASE.jar!/:4.1.2.RELEASE]
- at org.springframework.batch.core.step.tasklet.TaskletStep$ChunkTransactionCallback.doInTransaction(TaskletStep.java:331) ~[spring-batch-core-4.1.2.RELEASE.jar!/:4.1.2.RELEASE]
- at org.springframework.transaction.support.TransactionTemplate.execute(TransactionTemplate.java:140) ~[spring-tx-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.batch.core.step.tasklet.TaskletStep$2.doInChunkContext(TaskletStep.java:273) ~[spring-batch-core-4.1.2.RELEASE.jar!/:4.1.2.RELEASE]
- at org.springframework.batch.core.scope.context.StepContextRepeatCallback.doInIteration(StepContextRepeatCallback.java:82) ~[spring-batch-core-4.1.2.RELEASE.jar!/:4.1.2.RELEASE]
- at org.springframework.batch.repeat.support.RepeatTemplate.getNextResult(RepeatTemplate.java:375) ~[spring-batch-infrastructure-4.1.2.RELEASE.jar!/:4.1.2.RELEASE]
- at org.springframework.batch.repeat.support.RepeatTemplate.executeInternal(RepeatTemplate.java:215) ~[spring-batch-infrastructure-4.1.2.RELEASE.jar!/:4.1.2.RELEASE]
- at org.springframework.batch.repeat.support.RepeatTemplate.iterate(RepeatTemplate.java:145) ~[spring-batch-infrastructure-4.1.2.RELEASE.jar!/:4.1.2.RELEASE]
- at org.springframework.batch.core.step.tasklet.TaskletStep.doExecute(TaskletStep.java:258) ~[spring-batch-core-4.1.2.RELEASE.jar!/:4.1.2.RELEASE]
- at org.springframework.batch.core.step.AbstractStep.execute(AbstractStep.java:203) ~[spring-batch-core-4.1.2.RELEASE.jar!/:4.1.2.RELEASE]
- at org.springframework.batch.core.job.SimpleStepHandler.handleStep(SimpleStepHandler.java:148) [spring-batch-core-4.1.2.RELEASE.jar!/:4.1.2.RELEASE]
- at org.springframework.batch.core.job.flow.JobFlowExecutor.executeStep(JobFlowExecutor.java:68) [spring-batch-core-4.1.2.RELEASE.jar!/:4.1.2.RELEASE]
- at org.springframework.batch.core.job.flow.support.state.StepState.handle(StepState.java:67) [spring-batch-core-4.1.2.RELEASE.jar!/:4.1.2.RELEASE]
- at org.springframework.batch.core.job.flow.support.SimpleFlow.resume(SimpleFlow.java:169) [spring-batch-core-4.1.2.RELEASE.jar!/:4.1.2.RELEASE]
- at org.springframework.batch.core.job.flow.support.SimpleFlow.start(SimpleFlow.java:144) [spring-batch-core-4.1.2.RELEASE.jar!/:4.1.2.RELEASE]
- at org.springframework.batch.core.job.flow.FlowJob.doExecute(FlowJob.java:136) [spring-batch-core-4.1.2.RELEASE.jar!/:4.1.2.RELEASE]
- at org.springframework.batch.core.job.AbstractJob.execute(AbstractJob.java:313) [spring-batch-core-4.1.2.RELEASE.jar!/:4.1.2.RELEASE]
- at org.springframework.batch.core.launch.support.SimpleJobLauncher$1.run(SimpleJobLauncher.java:144) [spring-batch-core-4.1.2.RELEASE.jar!/:4.1.2.RELEASE]
- at org.springframework.core.task.SyncTaskExecutor.execute(SyncTaskExecutor.java:50) [spring-core-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.batch.core.launch.support.SimpleJobLauncher.run(SimpleJobLauncher.java:137) [spring-batch-core-4.1.2.RELEASE.jar!/:4.1.2.RELEASE]
- at org.jleaf.erp.tools.datauploader.processor.GenericFileProcessor.onMessage(GenericFileProcessor.java:161) [classes!/:na]
- at org.springframework.jms.listener.adapter.MessageListenerAdapter.onMessage(MessageListenerAdapter.java:211) [spring-jms-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.jms.listener.AbstractMessageListenerContainer.doInvokeListener(AbstractMessageListenerContainer.java:736) [spring-jms-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.jms.listener.AbstractMessageListenerContainer.invokeListener(AbstractMessageListenerContainer.java:696) [spring-jms-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.jms.listener.AbstractMessageListenerContainer.doExecuteListener(AbstractMessageListenerContainer.java:674) [spring-jms-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.jms.listener.AbstractPollingMessageListenerContainer.doReceiveAndExecute(AbstractPollingMessageListenerContainer.java:318) [spring-jms-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.jms.listener.AbstractPollingMessageListenerContainer.receiveAndExecute(AbstractPollingMessageListenerContainer.java:257) [spring-jms-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.jms.listener.DefaultMessageListenerContainer$AsyncMessageListenerInvoker.invokeListener(DefaultMessageListenerContainer.java:1189) [spring-jms-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.jms.listener.DefaultMessageListenerContainer$AsyncMessageListenerInvoker.executeOngoingLoop(DefaultMessageListenerContainer.java:1179) [spring-jms-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at org.springframework.jms.listener.DefaultMessageListenerContainer$AsyncMessageListenerInvoker.run(DefaultMessageListenerContainer.java:1076) [spring-jms-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- at java.lang.Thread.run(Thread.java:748) [na:1.8.0_212]
- Caused by: org.postgresql.util.PSQLException: ERROR: column "vactionerror" does not exist
- Where: PL/pgSQL function ul_upload_trial_balance(bigint) line 98 at SQL statement
- at org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2468) ~[postgresql-42.2.6.jar!/:42.2.6]
- at org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2211) ~[postgresql-42.2.6.jar!/:42.2.6]
- at org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:309) ~[postgresql-42.2.6.jar!/:42.2.6]
- at org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:446) ~[postgresql-42.2.6.jar!/:42.2.6]
- at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:370) ~[postgresql-42.2.6.jar!/:42.2.6]
- at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:311) ~[postgresql-42.2.6.jar!/:42.2.6]
- at org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:297) ~[postgresql-42.2.6.jar!/:42.2.6]
- at org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:274) ~[postgresql-42.2.6.jar!/:42.2.6]
- at org.postgresql.jdbc.PgStatement.executeQuery(PgStatement.java:225) ~[postgresql-42.2.6.jar!/:42.2.6]
- at com.zaxxer.hikari.pool.ProxyStatement.executeQuery(ProxyStatement.java:111) ~[HikariCP-3.4.2.jar!/:na]
- at com.zaxxer.hikari.pool.HikariProxyStatement.executeQuery(HikariProxyStatement.java) ~[HikariCP-3.4.2.jar!/:na]
- at org.jleaf.erp.tools.datauploader.tasklet.CallFunctionTasklet$1.doInStatement(CallFunctionTasklet.java:52) ~[classes!/:na]
- at org.jleaf.erp.tools.datauploader.tasklet.CallFunctionTasklet$1.doInStatement(CallFunctionTasklet.java:47) ~[classes!/:na]
- at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:375) ~[spring-jdbc-5.1.9.RELEASE.jar!/:5.1.9.RELEASE]
- ... 43 common frames omitted
- AFTER JOB : {uploadHeaderId=70, quote=", functionName=ul_upload_trial_balance, delimiter=;, filePath=file:/erp-enterprise/upload/1722adea1f9-TemplateImportTrialBalance.csv, tenantId=10, typeName=UploadTrialBalance, uploadTypeId=27, userId=270}
- 2020-05-19 09:58:53.213 ERROR 1 --- [erContainer#0-1] o.j.e.t.d.l.GenericJobExecutionListener : Errors : StatementCallback; bad SQL grammar []; nested exception is org.postgresql.util.PSQLException: ERROR: column "vactionerror" does not exist
- Where: PL/pgSQL function ul_upload_trial_balance(bigint) line 98 at SQL statement
Advertisement
Add Comment
Please, Sign In to add comment