java-yun opened a new issue #7265:
URL: https://github.com/apache/skywalking/issues/7265
Please answer these questions before submitting your issue.
- Why do you submit this issue?
- [ ] Question or discussion
- [ ] Bug
- [ ] Requirement
- [ ] Feature or performance improvement
___
### Question
- What do you want to know?
After I upgraded my project from jdk8 to jdk15, and also upgraded skywalking
from 6.4.0 to 8.6.0, I found that the latest skywalking does not support jdk15.
The skywalking-agent logs will print “java.lang.IllegalArgumentException:
Unsupported class file major version 59”。
Below is the detailed log of skywalking:
java.lang.IllegalArgumentException: Unsupported class file major version 59
at
org.apache.skywalking.apm.dependencies.net.bytebuddy.jar.asm.ClassReader.<init>(ClassReader.java:195)
at
org.apache.skywalking.apm.dependencies.net.bytebuddy.jar.asm.ClassReader.<init>(ClassReader.java:176)
at
org.apache.skywalking.apm.dependencies.net.bytebuddy.jar.asm.ClassReader.<init>(ClassReader.java:162)
at
org.apache.skywalking.apm.dependencies.net.bytebuddy.utility.OpenedClassReader.of(OpenedClassReader.java:82)
at
org.apache.skywalking.apm.dependencies.net.bytebuddy.pool.TypePool$Default.parse(TypePool.java:681)
at
org.apache.skywalking.apm.dependencies.net.bytebuddy.pool.TypePool$Default.doDescribe(TypePool.java:667)
at
org.apache.skywalking.apm.dependencies.net.bytebuddy.pool.TypePool$Default$WithLazyResolution.access$001(TypePool.java:747)
at
org.apache.skywalking.apm.dependencies.net.bytebuddy.pool.TypePool$Default$WithLazyResolution.doResolve(TypePool.java:845)
at
org.apache.skywalking.apm.dependencies.net.bytebuddy.pool.TypePool$Default$WithLazyResolution$LazyTypeDescription.delegate(TypePool.java:914)
at
org.apache.skywalking.apm.dependencies.net.bytebuddy.description.type.TypeDescription$AbstractBase$OfSimpleType$WithDelegation.getInterfaces(TypeDescription.java:8038)
at
org.apache.skywalking.apm.dependencies.net.bytebuddy.description.type.TypeDescription$Generic$OfNonGenericType.getInterfaces(TypeDescription.java:3636)
at
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.HasSuperTypeMatcher.matches(HasSuperTypeMatcher.java:66)
at
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.HasSuperTypeMatcher.matches(HasSuperTypeMatcher.java:31)
at
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.ElementMatcher$Junction$Conjunction.matches(ElementMatcher.java:122)
at
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.ElementMatcher$Junction$Disjunction.matches(ElementMatcher.java:160)
at
org.apache.skywalking.apm.dependencies.net.bytebuddy.matcher.ElementMatcher$Junction$Disjunction.matches(ElementMatcher.java:160)
___
### Bug
- Which version of SkyWalking, OS, and JRE?
SkyWalking 8.6.0 jdk 15
- Which company or project?
- What happened?
If possible, provide a way to reproduce the error. e.g. demo application,
component version.
___
### Requirement or improvement
- Please describe your requirements or improvement suggestions.
--
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]