menghaoranss opened a new issue #5897:
URL: https://github.com/apache/shardingsphere/issues/5897
According #5884
Error log:
```
Caused by: org.yaml.snakeyaml.constructor.ConstructorException: Cannot
create property=none for
JavaBean=org.apache.shardingsphere.core.yaml.config.sharding.YamlShardingStrategyConfiguration@27a0aadd
in 'string', line 8, column 3:
none: ''
^
No single argument constructor found for class
org.apache.shardingsphere.core.yaml.config.sharding.strategy.YamlNoneShardingStrategyConfiguration
in 'string', line 8, column 9:
none: ''
^
at
org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:312)
at
org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.construct(Constructor.java:189)
at
org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182)
at
org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:297)
... 42 common frames omitted
Caused by: org.yaml.snakeyaml.error.YAMLException: No single argument
constructor found for class
org.apache.shardingsphere.core.yaml.config.sharding.strategy.YamlNoneShardingStrategyConfiguration
at
org.yaml.snakeyaml.constructor.Constructor$ConstructScalar.construct(Constructor.java:396)
at
org.yaml.snakeyaml.constructor.BaseConstructor.constructObject(BaseConstructor.java:182)
at
org.yaml.snakeyaml.constructor.Constructor$ConstructMapping.constructJavaBean2ndStep(Constructor.java:297)
... 45 common frames omitted
```
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]