wu-sheng commented on PR #780:
URL: https://github.com/apache/skywalking-java/pull/780#issuecomment-3538800042
> To start mock collector
http://localhost:12800/receiveData: HTTP/1.1 200
Exception in thread "main" java.lang.reflect.InvocationTargetException
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
at
java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at
org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:102)
at
org.springframework.boot.loader.launch.Launcher.launch(Launcher.java:64)
at
org.springframework.boot.loader.launch.JarLauncher.main(JarLauncher.java:40)
Caused by: java.lang.IllegalStateException: java.lang.NoSuchMethodError:
'java.util.LinkedHashSet
org.springframework.util.CollectionUtils.newLinkedHashSet(int)'
at
org.springframework.boot.SpringApplication.handleRunFailure(SpringApplication.java:825)
at
org.springframework.boot.SpringApplication.run(SpringApplication.java:345)
at
org.springframework.boot.SpringApplication.run(SpringApplication.java:1363)
at
org.springframework.boot.SpringApplication.run(SpringApplication.java:1352)
at
test.apache.skywalking.apm.testcase.spring.kafka.Application.main(Application.java:28)
... 7 more
Caused by: java.lang.NoSuchMethodError: 'java.util.LinkedHashSet
org.springframework.util.CollectionUtils.newLinkedHashSet(int)'
at
org.springframework.context.annotation.AnnotationConfigUtils.registerAnnotationConfigProcessors(AnnotationConfigUtils.java:157)
at
org.springframework.context.annotation.AnnotationConfigUtils.registerAnnotationConfigProcessors(AnnotationConfigUtils.java:133)
at
org.springframework.context.annotation.AnnotatedBeanDefinitionReader.<init>(AnnotatedBeanDefinitionReader.java:89)
at
org.springframework.context.annotation.AnnotatedBeanDefinitionReader.<init>(AnnotatedBeanDefinitionReader.java:72)
at
org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext.<init>(AnnotationConfigServletWebServerApplicationContext.java:73)
at
org.springframework.boot.web.servlet.context.ServletWebServerApplicationContextFactory.createContext(ServletWebServerApplicationContextFactory.java:52)
at
org.springframework.boot.web.servlet.context.ServletWebServerApplicationContextFactory.create(ServletWebServerApplicationContextFactory.java:47)
at
org.springframework.boot.DefaultApplicationContextFactory.getFromSpringFactories(DefaultApplicationContextFactory.java:70)
at
org.springframework.boot.DefaultApplicationContextFactory.create(DefaultApplicationContextFactory.java:50)
at
org.springframework.boot.SpringApplication.createApplicationContext(SpringApplication.java:589)
at
org.springframework.boot.SpringApplication.run(SpringApplication.java:332)
... 10 more
[ERROR] spring-kafka-3.3.x-scenario-3.3.10
url=http://localhost:8080/spring-kafka-3.3.x-scenario/case/healthCheck, status=
health check failed!
It seems your demo app can't boot successfully.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]