hhhhuanzi commented on issue #13236:
URL: https://github.com/apache/skywalking/issues/13236#issuecomment-2865597340
I change java agent version to 9.4.0-Java21。A new error has occurred:
Exception in thread "main" java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at
org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:109)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
Caused by: java.lang.ClassFormatError: Duplicate method name "<init>" with
signature "(Lch.qos.logback.classic.spi.LoggingEvent$$sw$auxiliary$4mski10;)V"
in class file ch/qos/logback/classic/spi/LoggingEvent
at
ch.qos.logback.classic.Logger.buildLoggingEventAndAppend(Logger.java:419)
at ch.qos.logback.classic.Logger.filterAndLog_0_Or3Plus(Logger.java:383)
at ch.qos.logback.classic.Logger.log(Logger.java:765)
at
org.apache.commons.logging.LogAdapter$Slf4jLocationAwareLog.error(LogAdapter.java:440)
at
org.springframework.boot.SpringApplication.reportFailure(SpringApplication.java:818)
at
org.springframework.boot.SpringApplication.handleRunFailure(SpringApplication.java:782)
at
org.springframework.boot.SpringApplication.run(SpringApplication.java:318)
at
org.springframework.boot.SpringApplication.run(SpringApplication.java:1300)
at
org.springframework.boot.SpringApplication.run(SpringApplication.java:1289)
at
cn.newgrand.ng3.rw.reportserver.ReportServerApplication.main(ReportServerApplication.java:17)
... 8 more
--
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]