l10178

Results 4 issues of l10178

该更新了

### Describe the bug sofa-ark-maven-plugin repackage 打包失败,详细报错信息如下: ```console [ERROR] Failed to execute goal com.alipay.sofa:sofa-ark-maven-plugin:2.0.4:repackage (default-cli) on project myproject: Execution default-cli of goal com.alipay.sofa:sofa-ark-maven-plugin:2.0.4:repackage failed: This feature requires ASM7 -> [Help...

### Describe the bug 一个Spring Boot + sofa-ark项目,集成skywalking失败,报错日志如下。 ```console ERROR 2022-09-27 17:47:34:258 main SkyWalkingAgent : Enhance class ch.qos.logback.classic.spi.LoggingEvent error. org.apache.skywalking.apm.agent.core.plugin.PluginException: Can't create InstanceConstructorInterceptorV2. at org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.ConstructorInter.(ConstructorInter.java:50) at org.apache.skywalking.apm.agent.core.plugin.interceptor.enhance.ClassEnhancePluginDefine.enhanceInstance(ClassEnhancePluginDefine.java:123) at org.apache.skywalking.apm.agent.core.plugin.AbstractClassEnhancePluginDefine.enhance(AbstractClassEnhancePluginDefine.java:116) at...

### Describe the bug 根据官方sofa-ark-spring-guides和spring-boot-ark-biz两个例子可复现此问题。 使用sofa-ark-spring-guides作为master biz以java -jar -Dsofa.ark.embed.enable=true方式启动,然后telnet install spring-boot-ark-biz,问题表现为spring-boot-ark-biz无日志输出。 实际上是因为我在spring-boot-ark-biz的resources目录下放了一个logback-spring.xml,如果去掉此文件只在application.properties里配置日志相关参数,或者把logback-spring.xml改为logback.xml,日志都能正常工作。 ### Environment - SOFAArk version: 2.0.4 - JVM version : java 11

question