sushuliang113 opened a new issue, #25291:
URL: https://github.com/apache/shardingsphere/issues/25291
sharding version:
<dependency>
<groupId>org.apache.shardingsphere</groupId>
<artifactId>shardingsphere-jdbc-core</artifactId>
<version>5.3.2</version>
<dependency>
snakeYaml version:
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>2.0</version>
</dependency>
at
org.springframework.boot.SpringApplication.run(SpringApplication.java:307)
~[spring-boot-2.7.10.jar:2.7.10]
at
org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:164)
~[spring-boot-2.7.10.jar:2.7.10]
at com.huawei.hdn.explorer.Application.main(Application.java:71)
~[classes/:?]
Caused by: java.lang.NoSuchMethodError:
org.yaml.snakeyaml.representer.Representer: method <init>()V not found
at
org.apache.shardingsphere.infra.util.yaml.representer.ShardingSphereYamlRepresenter.<init>(ShardingSphereYamlRepresenter.java:42)
~[shardingsphere-infra-util-5.3.2.jar:5.3.2]
at
org.apache.shardingsphere.infra.util.yaml.YamlEngine.marshal(YamlEngine.java:113)
~[shardingsphere-infra-util-5.3.2.jar:5.3.2]
at
org.apache.shardingsphere.mode.metadata.persist.service.config.global.PropertiesPersistService.persist(PropertiesPersistService.java:45)
~[shardingsphere-mode-core-5.3.2.jar:5.3.2]
at
org.apache.shardingsphere.mode.metadata.persist.service.config.global.PropertiesPersistService.conditionalPersist(PropertiesPersistService.java:39)
~[shardingsphere-mode-core-5.3.2.jar:5.3.2]
at
org.apache.shardingsphere.mode.metadata.persist.MetaDataPersistService.persistConfigurations(MetaDataPersistService.java:86)
~[shardingsphere-mode-core-5.3.2.jar:5.3.2]
at
org.apache.shardingsphere.mode.manager.standalone.StandaloneContextManagerBuilder.persistConfigurations(StandaloneContextManagerBuilder.java:61)
~[shardingsphere-standalone-mode-core-5.3.2
--
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]