Standard Commons Logging discovery in action with spring-jcl: please remove commons-logging.jar from classpath in order to avoid potential conflicts
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
[32m :: Spring Boot :: [39m [2m (v3.3.4)[0;39m
{"timestamp":"2025-07-30 11:23:02.433","severity":"INFO","logging.googleapis.com/labels":{"zwb_log":"batch","ProcessName":"SORB1048","ProcessID":"10712","ThreadID":"main","ClassName":"j.c.s.s.Application","MethodName":"logStarting","JOBID":"","DAGID":"","TASKID":"","REQID":""},"message":"Starting Application using Java 17.0.12 with PID 10712 (D:\SY22BNEC31\新しいフォルダー\order-batch-sorb1048-application\bin\main started by sycnc in D:\SY22BNEC31\新しいフォルダー\order-batch-sorb1048-application)"}
{"timestamp":"2025-07-30 11:23:02.437","severity":"INFO","logging.googleapis.com/labels":{"zwb_log":"batch","ProcessName":"SORB1048","ProcessID":"10712","ThreadID":"main","ClassName":"j.c.s.s.Application","MethodName":"logStartupProfileInfo","JOBID":"","DAGID":"","TASKID":"","REQID":""},"message":"No active profile set, falling back to 1 default profile: "default""}
{"timestamp":"2025-07-30 11:23:03.076","severity":"INFO","logging.googleapis.com/labels":{"zwb_log":"batch","ProcessName":"SORB1048","ProcessID":"10712","ThreadID":"main","ClassName":"o.s.b.c.c.a.BatchRegistrar","MethodName":"registerBeanDefinitions","JOBID":"","DAGID":"","TASKID":"","REQID":""},"message":"Finished Spring Batch infrastructure beans configuration in 7 ms."}
{"timestamp":"2025-07-30 11:23:03.395","severity":"WARNING","logging.googleapis.com/labels":{"zwb_log":"batch","ProcessName":"SORB1048","ProcessID":"10712","ThreadID":"main","ClassName":"o.s.c.a.AnnotationConfigApplicationContext","MethodName":"refresh","JOBID":"","DAGID":"","TASKID":"","REQID":""},"message":"Exception encountered during context initialization - cancelling refresh attempt: java.lang.IllegalStateException: Unable to load cache item"}
{"timestamp":"2025-07-30 11:23:03.423","severity":"INFO","logging.googleapis.com/labels":{"zwb_log":"batch","ProcessName":"SORB1048","ProcessID":"10712","ThreadID":"main","ClassName":"o.s.b.a.l.ConditionEvaluationReportLogger","MethodName":"logMessage","JOBID":"","DAGID":"","TASKID":"","REQID":""},"message":"
Error starting ApplicationContext. To display the condition evaluation report re-run your application with 'debug' enabled."}
{"timestamp":"2025-07-30 11:23:03.459","severity":"ERROR","logging.googleapis.com/labels":{"zwb_log":"batch","ProcessName":"SORB1048","ProcessID":"10712","ThreadID":"main","ClassName":"o.s.b.SpringApplication","MethodName":"reportFailure","JOBID":"","DAGID":"","TASKID":"","REQID":""},"message":"Application run failed"}
java.lang.IllegalStateException: Unable to load cache item
at org.springframework.cglib.core.internal.LoadingCache.createEntry(LoadingCache.java:75) ~[spring-core-6.1.13.jar:6.1.13]
at org.springframework.cglib.core.internal.LoadingCache.get(LoadingCache.java:34) ~[spring-core-6.1.13.jar:6.1.13]
at org.springframework.cglib.core.AbstractClassGenerator$ClassLoaderData.get(AbstractClassGenerator.java:130) ~[spring-core-6.1.13.jar:6.1.13]
at org.springframework.cglib.core.AbstractClassGenerator.create(AbstractClassGenerator.java:317) ~[spring-core-6.1.13.jar:6.1.13]
at org.springframework.cglib.proxy.Enhancer.createHelper(Enhancer.java:562) ~[spring-core-6.1.13.jar:6.1.13]
at org.springframework.cglib.proxy.Enhancer.createClass(Enhancer.java:407) ~[spring-core-6.1.13.jar:6.1.13]
at org.springframework.context.annotation.ConfigurationClassEnhancer.createClass(ConfigurationClassEnhancer.java:156) ~[spring-context-6.1.13.jar:6.1.13]
at org.springframework.context.annotation.ConfigurationClassEnhancer.enhance(ConfigurationClassEnhancer.java:113) ~[spring-context-6.1.13.jar:6.1.13]
at org.springframework.context.annotation.ConfigurationClassPostProcessor.enhanceConfigurationClasses(ConfigurationClassPostProcessor.java:534) ~[spring-context-6.1.13.jar:6.1.13]
at org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanFactory(ConfigurationClassPostProcessor.java:311) ~[spring-context-6.1.13.jar:6.1.13]
at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:363) ~[spring-context-6.1.13.jar:6.1.13]
at org.springframework.context.support.PostProcessorRegistrationDelegate.invokeBeanFactoryPostProcessors(PostProcessorRegistrationDelegate.java:153) ~[spring-context-6.1.13.jar:6.1.13]
at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:789) ~[spring-context-6.1.13.jar:6.1.13]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:607) ~[spring-context-6.1.13.jar:6.1.13]
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:754) [spring-boot-3.3.4.jar:3.3.4]
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:456) [spring-boot-3.3.4.jar:3.3.4]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:335) [spring-boot-3.3.4.jar:3.3.4]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:1363) [spring-boot-3.3.4.jar:3.3.4]
at jp.co.sej.ssc.Application.main(Application.java:63) [main/:?]
Caused by: java.lang.NoClassDefFoundError: com/google/crypto/tink/KmsClient
at java.base/java.lang.Class.getDeclaredConstructors0(Native Method) ~[?:?]
at java.base/java.lang.Class.privateGetDeclaredConstructors(Class.java:3373) ~[?:?]
at java.base/java.lang.Class.getDeclaredConstructors(Class.java:2555) ~[?:?]
at org.springframework.cglib.proxy.Enhancer.generateClass(Enhancer.java:655) ~[spring-core-6.1.13.jar:6.1.13]
at org.springframework.cglib.transform.TransformingClassGenerator.generateClass(TransformingClassGenerator.java:35) ~[spring-core-6.1.13.jar:6.1.13]
at org.springframework.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:26) ~[spring-core-6.1.13.jar:6.1.13]
at org.springframework.cglib.core.ClassLoaderAwareGeneratorStrategy.generate(ClassLoaderAwareGeneratorStrategy.java:57) ~[spring-core-6.1.13.jar:6.1.13]
at org.springframework.cglib.core.AbstractClassGenerator.generate(AbstractClassGenerator.java:366) ~[spring-core-6.1.13.jar:6.1.13]
at org.springframework.cglib.proxy.Enhancer.generate(Enhancer.java:575) ~[spring-core-6.1.13.jar:6.1.13]
at org.springframework.cglib.core.AbstractClassGenerator$ClassLoaderData.lambda$new$1(AbstractClassGenerator.java:107) ~[spring-core-6.1.13.jar:6.1.13]
at org.springframework.cglib.core.internal.LoadingCache.lambda$createEntry$1(LoadingCache.java:52) ~[spring-core-6.1.13.jar:6.1.13]
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
at org.springframework.cglib.core.internal.LoadingCache.createEntry(LoadingCache.java:57) ~[spring-core-6.1.13.jar:6.1.13]
... 18 more
Caused by: java.lang.ClassNotFoundException: com.google.crypto.tink.KmsClient
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) ~[?:?]
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188) ~[?:?]
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?]
at java.base/java.lang.Class.getDeclaredConstructors0(Native Method) ~[?:?]
at java.base/java.lang.Class.privateGetDeclaredConstructors(Class.java:3373) ~[?:?]
at java.base/java.lang.Class.getDeclaredConstructors(Class.java:2555) ~[?:?]
at org.springframework.cglib.proxy.Enhancer.generateClass(Enhancer.java:655) ~[spring-core-6.1.13.jar:6.1.13]
at org.springframework.cglib.transform.TransformingClassGenerator.generateClass(TransformingClassGenerator.java:35) ~[spring-core-6.1.13.jar:6.1.13]
at org.springframework.cglib.core.DefaultGeneratorStrategy.generate(DefaultGeneratorStrategy.java:26) ~[spring-core-6.1.13.jar:6.1.13]
at org.springframework.cglib.core.ClassLoaderAwareGeneratorStrategy.generate(ClassLoaderAwareGeneratorStrategy.java:57) ~[spring-core-6.1.13.jar:6.1.13]
at org.springframework.cglib.core.AbstractClassGenerator.generate(AbstractClassGenerator.java:366) ~[spring-core-6.1.13.jar:6.1.13]
at org.springframework.cglib.proxy.Enhancer.generate(Enhancer.java:575) ~[spring-core-6.1.13.jar:6.1.13]
at org.springframework.cglib.core.AbstractClassGenerator$ClassLoaderData.lambda$new$1(AbstractClassGenerator.java:107) ~[spring-core-6.1.13.jar:6.1.13]
at org.springframework.cglib.core.internal.LoadingCache.lambda$createEntry$1(LoadingCache.java:52) ~[spring-core-6.1.13.jar:6.1.13]
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
at org.springframework.cglib.core.internal.LoadingCache.createEntry(LoadingCache.java:57) ~[spring-core-6.1.13.jar:6.1.13]
... 18 more
{"timestamp":"2025-07-30 11:23:03.470","severity":"ERROR","logging.googleapis.com/labels":{"zwb_log":"batch","ProcessName":"SORB1048","ProcessID":"10712","ThreadID":"main","ClassName":"j.c.s.s.Application","MethodName":"main","JOBID":"","DAGID":"","TASKID":"","REQID":""},"message":"異常 exitCode : 100 Exception : java.lang.IllegalStateException: Unable to load cache item"}
{"timestamp":"2025-07-30 11:23:03.470","severity":"INFO","logging.googleapis.com/labels":{"zwb_log":"batch","ProcessName":"SORB1048","ProcessID":"10712","ThreadID":"main","ClassName":"j.c.s.s.Application","MethodName":"main","JOBID":"","DAGID":"","TASKID":"","REQID":""},"message":"終了"}
启动报错
最新发布