Nothing Special   »   [go: up one dir, main page]

4

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 11

SLF4J: Class path contains multiple SLF4J bindings.

SLF4J: Found binding in [jar:file:/C:/prgr/eclipse-jee-2021-06-


R/eclipse/plugins/org.eclipse.m2e.maven.runtime.slf4j.simple_1.18.0.20210402-
1458/jars/slf4j-simple-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [file:/C:/prgr/eclipse-jee-2021-06-
R/eclipse/configuration/org.eclipse.osgi/6/0/.cp/org/slf4j/impl/StaticLoggerBinder.
class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.SimpleLoggerFactory]
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/C:/prgr/eclipse-jee-2021-06-
R/eclipse/plugins/org.eclipse.m2e.maven.runtime.slf4j.simple_1.18.0.20210402-
1458/jars/slf4j-simple-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [file:/C:/prgr/eclipse-jee-2021-06-
R/eclipse/configuration/org.eclipse.osgi/6/0/.cp/org/slf4j/impl/StaticLoggerBinder.
class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
SLF4J: Actual binding is of type [org.slf4j.impl.SimpleLoggerFactory]
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------< ec.java.pasaryo:api >-------------------------
[INFO] Building pasaryo-api 0.0.1-SNAPSHOT
[INFO] --------------------------------[ war ]---------------------------------
[INFO]
[INFO] >>> spring-boot-maven-plugin:2.5.4:run (default-cli) > test-compile @ api
>>>
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:resources (default-resources) @ api ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:compile (default-compile) @ api ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-resources-plugin:3.2.0:testResources (default-testResources) @ api
---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] skip non existing resourceDirectory C:\Users\Johan
Iskandar\git\ec.java.pasaryo.api\order\src\test\resources
[INFO]
[INFO] --- maven-compiler-plugin:3.8.1:testCompile (default-testCompile) @ api ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] <<< spring-boot-maven-plugin:2.5.4:run (default-cli) < test-compile @ api
<<<
[INFO]
[INFO]
[INFO] --- spring-boot-maven-plugin:2.5.4:run (default-cli) @ api ---
[INFO] Attaching agents: []

. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v2.5.4)

2021-09-27 19:10:41.302 INFO 12336 --- [ main]


ec.java.pasaryo.api.PasaryoApp : Starting PasaryoApp using Java 16.0.1 on
LAPTOP-I450KN4U with PID 12336 (C:\Users\Johan
Iskandar\git\ec.java.pasaryo.api\order\target\classes started by Johan Iskandar in
C:\Users\Johan Iskandar\git\ec.java.pasaryo.api\order)
2021-09-27 19:10:41.306 INFO 12336 --- [ main]
ec.java.pasaryo.api.PasaryoApp : No active profile set, falling back to
default profiles: default
2021-09-27 19:10:42.738 INFO 12336 --- [ main]
.s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found,
entering strict repository configuration mode!
2021-09-27 19:10:42.741 INFO 12336 --- [ main]
.s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA
repositories in DEFAULT mode.
2021-09-27 19:10:42.854 INFO 12336 --- [ main]
.s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning
in 94 ms. Found 2 JPA repository interfaces.
2021-09-27 19:10:42.878 INFO 12336 --- [ main]
.s.d.r.c.RepositoryConfigurationDelegate : Multiple Spring Data modules found,
entering strict repository configuration mode!
2021-09-27 19:10:42.881 INFO 12336 --- [ main]
.s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data Redis
repositories in DEFAULT mode.
2021-09-27 19:10:42.911 INFO 12336 --- [ main]
.RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely
identify store assignment for repository candidate interface
ec.java.pasaryo.api.dao.OrderDao. If you want this repository to be a Redis
repository, consider annotating your entities with one of these annotations:
org.springframework.data.redis.core.RedisHash (preferred), or consider extending
one of the following types with your repository:
org.springframework.data.keyvalue.repository.KeyValueRepository.
2021-09-27 19:10:42.912 INFO 12336 --- [ main]
.RepositoryConfigurationExtensionSupport : Spring Data Redis - Could not safely
identify store assignment for repository candidate interface
ec.java.pasaryo.api.dao.OrderDetailDao. If you want this repository to be a Redis
repository, consider annotating your entities with one of these annotations:
org.springframework.data.redis.core.RedisHash (preferred), or consider extending
one of the following types with your repository:
org.springframework.data.keyvalue.repository.KeyValueRepository.
2021-09-27 19:10:42.912 INFO 12336 --- [ main]
.s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning
in 16 ms. Found 0 Redis repository interfaces.
2021-09-27 19:10:44.066 INFO 12336 --- [ main]
o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8011
(http)
2021-09-27 19:10:44.093 INFO 12336 --- [ main]
o.apache.catalina.core.StandardService : Starting service [Tomcat]
2021-09-27 19:10:44.094 INFO 12336 --- [ main]
org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache
Tomcat/9.0.52]
2021-09-27 19:10:44.736 INFO 12336 --- [ main] o.a.c.c.C.[Tomcat].
[localhost].[/] : Initializing Spring embedded WebApplicationContext
2021-09-27 19:10:44.736 INFO 12336 --- [ main]
w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext:
initialization completed in 3364 ms
2021-09-27 19:10:45.024 INFO 12336 --- [ main]
com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2021-09-27 19:10:45.375 INFO 12336 --- [ main]
com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2021-09-27 19:10:45.489 INFO 12336 --- [ main]
o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing
PersistenceUnitInfo [name: default]
2021-09-27 19:10:45.547 INFO 12336 --- [ main] org.hibernate.Version
: HHH000412: Hibernate ORM core version 5.4.32.Final
2021-09-27 19:10:45.690 INFO 12336 --- [ main]
o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons
Annotations {5.1.2.Final}
2021-09-27 19:10:45.797 INFO 12336 --- [ main]
org.hibernate.dialect.Dialect : HHH000400: Using dialect:
org.hibernate.dialect.MySQL5InnoDBDialect
2021-09-27 19:10:45.943 WARN 12336 --- [ main]
org.hibernate.cfg.AnnotationBinder : HHH000139: Illegal use of @Table in a
subclass of a SINGLE_TABLE hierarchy: ec.java.pasaryo.api.model.Order
2021-09-27 19:10:45.963 WARN 12336 --- [ main]
org.hibernate.cfg.AnnotationBinder : HHH000139: Illegal use of @Table in a
subclass of a SINGLE_TABLE hierarchy: ec.java.pasaryo.api.model.OrderDetail
2021-09-27 19:10:46.469 INFO 12336 --- [ main]
o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform
implementation:
[org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2021-09-27 19:10:46.478 INFO 12336 --- [ main]
j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for
persistence unit 'default'
2021-09-27 19:10:47.029 INFO 12336 --- [ main]
org.quartz.impl.StdSchedulerFactory : Using default implementation for
ThreadExecutor
2021-09-27 19:10:47.047 INFO 12336 --- [ main]
org.quartz.core.SchedulerSignalerImpl : Initialized Scheduler Signaller of type:
class org.quartz.core.SchedulerSignalerImpl
2021-09-27 19:10:47.047 INFO 12336 --- [ main]
org.quartz.core.QuartzScheduler : Quartz Scheduler v.2.3.2 created.
2021-09-27 19:10:47.051 INFO 12336 --- [ main]
o.s.s.quartz.LocalDataSourceJobStore : Using db table-based data access locking
(synchronization).
2021-09-27 19:10:47.053 INFO 12336 --- [ main]
o.s.s.quartz.LocalDataSourceJobStore : JobStoreCMT initialized.
2021-09-27 19:10:47.054 INFO 12336 --- [ main]
org.quartz.core.QuartzScheduler : Scheduler meta-data: Quartz Scheduler
(v2.3.2) 'quartzScheduler' with instanceId 'NON_CLUSTERED'
Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
NOT STARTED.
Currently in standby mode.
Number of jobs executed: 0
Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 5 threads.
Using job-store 'org.springframework.scheduling.quartz.LocalDataSourceJobStore' -
which supports persistence. and is not clustered.

2021-09-27 19:10:47.054 INFO 12336 --- [ main]


org.quartz.impl.StdSchedulerFactory : Quartz scheduler 'quartzScheduler'
initialized from an externally provided properties instance.
2021-09-27 19:10:47.054 INFO 12336 --- [ main]
org.quartz.impl.StdSchedulerFactory : Quartz scheduler version: 2.3.2
2021-09-27 19:10:47.054 INFO 12336 --- [ main]
org.quartz.core.QuartzScheduler : JobFactory set to:
org.springframework.scheduling.quartz.SpringBeanJobFactory@21b3d356
2021-09-27 19:10:47.366 WARN 12336 --- [ main]
JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by
default. Therefore, database queries may be performed during view rendering.
Explicitly configure spring.jpa.open-in-view to disable this warning
2021-09-27 19:10:47.866 INFO 12336 --- [ main]
.s.s.UserDetailsServiceAutoConfiguration :

Using generated security password: ce400b00-6d14-4a39-94a5-57b10f3fba7c

2021-09-27 19:10:48.031 INFO 12336 --- [ main]


o.s.s.web.DefaultSecurityFilterChain : Will secure any request with
[org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationF
ilter@642693c2,
org.springframework.security.web.context.SecurityContextPersistenceFilter@6acdca3a,
org.springframework.security.web.header.HeaderWriterFilter@62525579,
org.springframework.security.web.csrf.CsrfFilter@4b60ff1c,
org.springframework.security.web.authentication.logout.LogoutFilter@188500e9,
org.springframework.security.web.authentication.UsernamePasswordAuthenticationFilte
r@23c24c0e,
org.springframework.security.web.authentication.ui.DefaultLoginPageGeneratingFilter
@75381b61,
org.springframework.security.web.authentication.ui.DefaultLogoutPageGeneratingFilte
r@63cff421,
org.springframework.security.web.authentication.www.BasicAuthenticationFilter@3f2f6
818,
org.springframework.security.web.savedrequest.RequestCacheAwareFilter@45bb502f,
org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter
@2cf6dd4d,
org.springframework.security.web.authentication.AnonymousAuthenticationFilter@27e42
fe8, org.springframework.security.web.session.SessionManagementFilter@30eed725,
org.springframework.security.web.access.ExceptionTranslationFilter@5fb392e,
org.springframework.security.web.access.intercept.FilterSecurityInterceptor@7048d03
9]
2021-09-27 19:10:48.101 INFO 12336 --- [ main]
o.a.k.clients.admin.AdminClientConfig : AdminClientConfig values:
bootstrap.servers = [20.205.216.69:29092]
client.dns.lookup = use_all_dns_ips
client.id =
connections.max.idle.ms = 300000
default.api.timeout.ms = 60000
metadata.max.age.ms = 300000
metric.reporters = []
metrics.num.samples = 2
metrics.recording.level = INFO
metrics.sample.window.ms = 30000
receive.buffer.bytes = 65536
reconnect.backoff.max.ms = 1000
reconnect.backoff.ms = 50
request.timeout.ms = 30000
retries = 2147483647
retry.backoff.ms = 100
sasl.client.callback.handler.class = null
sasl.jaas.config = null
sasl.kerberos.kinit.cmd = /usr/bin/kinit
sasl.kerberos.min.time.before.relogin = 60000
sasl.kerberos.service.name = null
sasl.kerberos.ticket.renew.jitter = 0.05
sasl.kerberos.ticket.renew.window.factor = 0.8
sasl.login.callback.handler.class = null
sasl.login.class = null
sasl.login.refresh.buffer.seconds = 300
sasl.login.refresh.min.period.seconds = 60
sasl.login.refresh.window.factor = 0.8
sasl.login.refresh.window.jitter = 0.05
sasl.mechanism = GSSAPI
security.protocol = PLAINTEXT
security.providers = null
send.buffer.bytes = 131072
socket.connection.setup.timeout.max.ms = 127000
socket.connection.setup.timeout.ms = 10000
ssl.cipher.suites = null
ssl.enabled.protocols = [TLSv1.2, TLSv1.3]
ssl.endpoint.identification.algorithm = https
ssl.engine.factory.class = null
ssl.key.password = null
ssl.keymanager.algorithm = SunX509
ssl.keystore.certificate.chain = null
ssl.keystore.key = null
ssl.keystore.location = null
ssl.keystore.password = null
ssl.keystore.type = JKS
ssl.protocol = TLSv1.3
ssl.provider = null
ssl.secure.random.implementation = null
ssl.trustmanager.algorithm = PKIX
ssl.truststore.certificates = null
ssl.truststore.location = null
ssl.truststore.password = null
ssl.truststore.type = JKS

2021-09-27 19:10:48.293 INFO 12336 --- [ main]


o.a.kafka.common.utils.AppInfoParser : Kafka version: 2.7.1
2021-09-27 19:10:48.293 INFO 12336 --- [ main]
o.a.kafka.common.utils.AppInfoParser : Kafka commitId: 61dbce85d0d41457
2021-09-27 19:10:48.294 INFO 12336 --- [ main]
o.a.kafka.common.utils.AppInfoParser : Kafka startTimeMs: 1632744648291
2021-09-27 19:10:49.542 INFO 12336 --- [| adminclient-1]
o.a.kafka.common.utils.AppInfoParser : App info kafka.admin.client for
adminclient-1 unregistered
2021-09-27 19:10:49.553 INFO 12336 --- [| adminclient-1]
org.apache.kafka.common.metrics.Metrics : Metrics scheduler closed
2021-09-27 19:10:49.554 INFO 12336 --- [| adminclient-1]
org.apache.kafka.common.metrics.Metrics : Closing reporter
org.apache.kafka.common.metrics.JmxReporter
2021-09-27 19:10:49.554 INFO 12336 --- [| adminclient-1]
org.apache.kafka.common.metrics.Metrics : Metrics reporters closed
2021-09-27 19:10:49.596 INFO 12336 --- [ main]
o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8011 (http)
with context path ''
2021-09-27 19:10:50.175 INFO 12336 --- [ main]
o.s.s.quartz.SchedulerFactoryBean : Starting Quartz Scheduler now
2021-09-27 19:10:50.181 INFO 12336 --- [ main]
o.s.s.quartz.LocalDataSourceJobStore : Freed 0 triggers from 'acquired' /
'blocked' state.
2021-09-27 19:10:50.200 INFO 12336 --- [ main]
o.s.s.quartz.LocalDataSourceJobStore : Recovering 0 jobs that were in-progress
at the time of the last shut-down.
2021-09-27 19:10:50.200 INFO 12336 --- [ main]
o.s.s.quartz.LocalDataSourceJobStore : Recovery complete.
2021-09-27 19:10:50.202 INFO 12336 --- [ main]
o.s.s.quartz.LocalDataSourceJobStore : Removed 0 'complete' triggers.
2021-09-27 19:10:50.203 INFO 12336 --- [ main]
o.s.s.quartz.LocalDataSourceJobStore : Removed 0 stale fired job entries.
2021-09-27 19:10:50.206 INFO 12336 --- [ main]
org.quartz.core.QuartzScheduler : Scheduler
quartzScheduler_$_NON_CLUSTERED started.
2021-09-27 19:10:50.217 INFO 12336 --- [ main]
ec.java.pasaryo.api.PasaryoApp : Started PasaryoApp in 9.489 seconds (JVM
running for 10.518)
2021-09-27 19:10:50.258 INFO 12336 --- [eduler_Worker-1]
e.j.p.api.job.JobInsertData2Service : Executing Job with key insert-order-
second.JobAutoInsert
2021-09-27 19:10:50.302 ERROR 12336 --- [eduler_Worker-1]
e.j.p.api.job.JobInsertData2Service : Failed to send insert.

org.springframework.dao.InvalidDataAccessApiUsageException: The given id must not


be null!; nested exception is java.lang.IllegalArgumentException: The given id must
not be null!
at
org.springframework.orm.jpa.EntityManagerFactoryUtils.convertJpaAccessExceptionIfPo
ssible(EntityManagerFactoryUtils.java:374) ~[spring-orm-5.3.9.jar:5.3.9]
at
org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible
(HibernateJpaDialect.java:235) ~[spring-orm-5.3.9.jar:5.3.9]
at
org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPo
ssible(AbstractEntityManagerFactoryBean.java:551) ~[spring-orm-5.3.9.jar:5.3.9]
at
org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExce
ptionIfPossible(ChainedPersistenceExceptionTranslator.java:61) ~[spring-tx-
5.3.9.jar:5.3.9]
at
org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtil
s.java:242) ~[spring-tx-5.3.9.jar:5.3.9]
at
org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(P
ersistenceExceptionTranslationInterceptor.java:152) ~[spring-tx-5.3.9.jar:5.3.9]
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:186) ~[spring-aop-5.3.9.jar:5.3.9]
at
org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$Cru
dMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.j
ava:174) ~[spring-data-jpa-2.5.4.jar:2.5.4]
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:186) ~[spring-aop-5.3.9.jar:5.3.9]
at
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvoca
tionInterceptor.java:97) ~[spring-aop-5.3.9.jar:5.3.9]
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:186) ~[spring-aop-5.3.9.jar:5.3.9]
at
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java
:215) ~[spring-aop-5.3.9.jar:5.3.9]
at jdk.proxy2/jdk.proxy2.$Proxy106.getById(Unknown Source) ~[na:na]
at
ec.java.pasaryo.api.services.OrderServiceImpl.finishOrder(OrderServiceImpl.java:112
) ~[classes/:na]
at ec.java.pasaryo.api.services.OrderServiceImpl$$FastClassBySpringCGLIB$
$a1a8f22.invoke(<generated>) ~[classes/:na]
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
~[spring-core-5.3.9.jar:5.3.9]
at
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoi
nt(CglibAopProxy.java:779) ~[spring-aop-5.3.9.jar:5.3.9]
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:163) ~[spring-aop-5.3.9.jar:5.3.9]
at
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(Cglib
AopProxy.java:750) ~[spring-aop-5.3.9.jar:5.3.9]
at
org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInv
ocation(TransactionInterceptor.java:123) ~[spring-tx-5.3.9.jar:5.3.9]
at
org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTr
ansaction(TransactionAspectSupport.java:388) ~[spring-tx-5.3.9.jar:5.3.9]
at
org.springframework.transaction.interceptor.TransactionInterceptor.invoke(Transacti
onInterceptor.java:119) ~[spring-tx-5.3.9.jar:5.3.9]
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:186) ~[spring-aop-5.3.9.jar:5.3.9]
at
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(Cglib
AopProxy.java:750) ~[spring-aop-5.3.9.jar:5.3.9]
at
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept
(CglibAopProxy.java:692) ~[spring-aop-5.3.9.jar:5.3.9]
at ec.java.pasaryo.api.services.OrderServiceImpl$$EnhancerBySpringCGLIB$
$6981664.finishOrder(<generated>) ~[classes/:na]
at
ec.java.pasaryo.api.job.JobInsertData2Service.execute(JobInsertData2Service.java:29
) ~[classes/:na]
at org.quartz.core.JobRunShell.run(JobRunShell.java:202) ~[quartz-
2.3.2.jar:na]
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
~[quartz-2.3.2.jar:na]
Caused by: java.lang.IllegalArgumentException: The given id must not be null!
at org.springframework.util.Assert.notNull(Assert.java:201) ~[spring-core-
5.3.9.jar:5.3.9]
at
org.springframework.data.jpa.repository.support.SimpleJpaRepository.getById(SimpleJ
paRepository.java:342) ~[spring-data-jpa-2.5.4.jar:2.5.4]
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
Method) ~[na:na]
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessor
Impl.java:78) ~[na:na]
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethod
AccessorImpl.java:43) ~[na:na]
at java.base/java.lang.reflect.Method.invoke(Method.java:567) ~[na:na]
at
org.springframework.data.repository.core.support.RepositoryMethodInvoker$Repository
FragmentMethodInvoker.lambda$new$0(RepositoryMethodInvoker.java:289) ~[spring-data-
commons-2.5.4.jar:2.5.4]
at
org.springframework.data.repository.core.support.RepositoryMethodInvoker.doInvoke(R
epositoryMethodInvoker.java:137) ~[spring-data-commons-2.5.4.jar:2.5.4]
at
org.springframework.data.repository.core.support.RepositoryMethodInvoker.invoke(Rep
ositoryMethodInvoker.java:121) ~[spring-data-commons-2.5.4.jar:2.5.4]
at
org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFr
agments.invoke(RepositoryComposition.java:529) ~[spring-data-commons-
2.5.4.jar:2.5.4]
at
org.springframework.data.repository.core.support.RepositoryComposition.invoke(Repos
itoryComposition.java:285) ~[spring-data-commons-2.5.4.jar:2.5.4]
at
org.springframework.data.repository.core.support.RepositoryFactorySupport$Implement
ationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:599) ~[spring-
data-commons-2.5.4.jar:2.5.4]
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:186) ~[spring-aop-5.3.9.jar:5.3.9]
at
org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doI
nvoke(QueryExecutorMethodInterceptor.java:163) ~[spring-data-commons-
2.5.4.jar:2.5.4]
at
org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.inv
oke(QueryExecutorMethodInterceptor.java:138) ~[spring-data-commons-2.5.4.jar:2.5.4]
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:186) ~[spring-aop-5.3.9.jar:5.3.9]
at
org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(D
efaultMethodInvokingMethodInterceptor.java:80) ~[spring-data-commons-
2.5.4.jar:2.5.4]
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:186) ~[spring-aop-5.3.9.jar:5.3.9]
at
org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInv
ocation(TransactionInterceptor.java:123) ~[spring-tx-5.3.9.jar:5.3.9]
at
org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTr
ansaction(TransactionAspectSupport.java:388) ~[spring-tx-5.3.9.jar:5.3.9]
at
org.springframework.transaction.interceptor.TransactionInterceptor.invoke(Transacti
onInterceptor.java:119) ~[spring-tx-5.3.9.jar:5.3.9]
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:186) ~[spring-aop-5.3.9.jar:5.3.9]
at
org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(P
ersistenceExceptionTranslationInterceptor.java:137) ~[spring-tx-5.3.9.jar:5.3.9]
... 23 common frames omitted

2021-09-27 19:10:50.304 INFO 12336 --- [eduler_Worker-1]


org.quartz.core.JobRunShell : Job insert-order-second.JobAutoInsert
threw a JobExecutionException:

org.quartz.JobExecutionException:
org.springframework.dao.InvalidDataAccessApiUsageException: The given id must not
be null!; nested exception is java.lang.IllegalArgumentException: The given id must
not be null!
at
ec.java.pasaryo.api.job.JobInsertData2Service.execute(JobInsertData2Service.java:32
) ~[classes/:na]
at org.quartz.core.JobRunShell.run(JobRunShell.java:202) ~[quartz-
2.3.2.jar:na]
at
org.quartz.simpl.SimpleThreadPool$WorkerThread.run(SimpleThreadPool.java:573)
~[quartz-2.3.2.jar:na]
Caused by: org.springframework.dao.InvalidDataAccessApiUsageException: The given id
must not be null!; nested exception is java.lang.IllegalArgumentException: The
given id must not be null!
at
org.springframework.orm.jpa.EntityManagerFactoryUtils.convertJpaAccessExceptionIfPo
ssible(EntityManagerFactoryUtils.java:374) ~[spring-orm-5.3.9.jar:5.3.9]
at
org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible
(HibernateJpaDialect.java:235) ~[spring-orm-5.3.9.jar:5.3.9]
at
org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPo
ssible(AbstractEntityManagerFactoryBean.java:551) ~[spring-orm-5.3.9.jar:5.3.9]
at
org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExce
ptionIfPossible(ChainedPersistenceExceptionTranslator.java:61) ~[spring-tx-
5.3.9.jar:5.3.9]
at
org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtil
s.java:242) ~[spring-tx-5.3.9.jar:5.3.9]
at
org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(P
ersistenceExceptionTranslationInterceptor.java:152) ~[spring-tx-5.3.9.jar:5.3.9]
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:186) ~[spring-aop-5.3.9.jar:5.3.9]
at
org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$Cru
dMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.j
ava:174) ~[spring-data-jpa-2.5.4.jar:2.5.4]
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:186) ~[spring-aop-5.3.9.jar:5.3.9]
at
org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvoca
tionInterceptor.java:97) ~[spring-aop-5.3.9.jar:5.3.9]
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:186) ~[spring-aop-5.3.9.jar:5.3.9]
at
org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java
:215) ~[spring-aop-5.3.9.jar:5.3.9]
at jdk.proxy2/jdk.proxy2.$Proxy106.getById(Unknown Source) ~[na:na]
at
ec.java.pasaryo.api.services.OrderServiceImpl.finishOrder(OrderServiceImpl.java:112
) ~[classes/:na]
at ec.java.pasaryo.api.services.OrderServiceImpl$$FastClassBySpringCGLIB$
$a1a8f22.invoke(<generated>) ~[classes/:na]
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
~[spring-core-5.3.9.jar:5.3.9]
at
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoi
nt(CglibAopProxy.java:779) ~[spring-aop-5.3.9.jar:5.3.9]
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:163) ~[spring-aop-5.3.9.jar:5.3.9]
at
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(Cglib
AopProxy.java:750) ~[spring-aop-5.3.9.jar:5.3.9]
at
org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInv
ocation(TransactionInterceptor.java:123) ~[spring-tx-5.3.9.jar:5.3.9]
at
org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTr
ansaction(TransactionAspectSupport.java:388) ~[spring-tx-5.3.9.jar:5.3.9]
at
org.springframework.transaction.interceptor.TransactionInterceptor.invoke(Transacti
onInterceptor.java:119) ~[spring-tx-5.3.9.jar:5.3.9]
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:186) ~[spring-aop-5.3.9.jar:5.3.9]
at
org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(Cglib
AopProxy.java:750) ~[spring-aop-5.3.9.jar:5.3.9]
at
org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept
(CglibAopProxy.java:692) ~[spring-aop-5.3.9.jar:5.3.9]
at ec.java.pasaryo.api.services.OrderServiceImpl$$EnhancerBySpringCGLIB$
$6981664.finishOrder(<generated>) ~[classes/:na]
at
ec.java.pasaryo.api.job.JobInsertData2Service.execute(JobInsertData2Service.java:29
) ~[classes/:na]
... 2 common frames omitted
Caused by: java.lang.IllegalArgumentException: The given id must not be null!
at org.springframework.util.Assert.notNull(Assert.java:201) ~[spring-core-
5.3.9.jar:5.3.9]
at
org.springframework.data.jpa.repository.support.SimpleJpaRepository.getById(SimpleJ
paRepository.java:342) ~[spring-data-jpa-2.5.4.jar:2.5.4]
at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native
Method) ~[na:na]
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessor
Impl.java:78) ~[na:na]
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethod
AccessorImpl.java:43) ~[na:na]
at java.base/java.lang.reflect.Method.invoke(Method.java:567) ~[na:na]
at
org.springframework.data.repository.core.support.RepositoryMethodInvoker$Repository
FragmentMethodInvoker.lambda$new$0(RepositoryMethodInvoker.java:289) ~[spring-data-
commons-2.5.4.jar:2.5.4]
at
org.springframework.data.repository.core.support.RepositoryMethodInvoker.doInvoke(R
epositoryMethodInvoker.java:137) ~[spring-data-commons-2.5.4.jar:2.5.4]
at
org.springframework.data.repository.core.support.RepositoryMethodInvoker.invoke(Rep
ositoryMethodInvoker.java:121) ~[spring-data-commons-2.5.4.jar:2.5.4]
at
org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFr
agments.invoke(RepositoryComposition.java:529) ~[spring-data-commons-
2.5.4.jar:2.5.4]
at
org.springframework.data.repository.core.support.RepositoryComposition.invoke(Repos
itoryComposition.java:285) ~[spring-data-commons-2.5.4.jar:2.5.4]
at
org.springframework.data.repository.core.support.RepositoryFactorySupport$Implement
ationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:599) ~[spring-
data-commons-2.5.4.jar:2.5.4]
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:186) ~[spring-aop-5.3.9.jar:5.3.9]
at
org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doI
nvoke(QueryExecutorMethodInterceptor.java:163) ~[spring-data-commons-
2.5.4.jar:2.5.4]
at
org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.inv
oke(QueryExecutorMethodInterceptor.java:138) ~[spring-data-commons-2.5.4.jar:2.5.4]
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:186) ~[spring-aop-5.3.9.jar:5.3.9]
at
org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(D
efaultMethodInvokingMethodInterceptor.java:80) ~[spring-data-commons-
2.5.4.jar:2.5.4]
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:186) ~[spring-aop-5.3.9.jar:5.3.9]
at
org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInv
ocation(TransactionInterceptor.java:123) ~[spring-tx-5.3.9.jar:5.3.9]
at
org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTr
ansaction(TransactionAspectSupport.java:388) ~[spring-tx-5.3.9.jar:5.3.9]
at
org.springframework.transaction.interceptor.TransactionInterceptor.invoke(Transacti
onInterceptor.java:119) ~[spring-tx-5.3.9.jar:5.3.9]
at
org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMeth
odInvocation.java:186) ~[spring-aop-5.3.9.jar:5.3.9]
at
org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(P
ersistenceExceptionTranslationInterceptor.java:137) ~[spring-tx-5.3.9.jar:5.3.9]
... 23 common frames omitted

You might also like