You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I compiled the binary successfully,but when I wanna start just like“./build/release/scylla”,
there is a problem:ERROR [shard 0] init - Could not read configuration file conf/scylla.yaml: YAML::TypedBadConversion<seastar::basic_sstring<char, unsigned int, 15u, true> > (yaml-cpp: error at line 25361973, column 24577: bad conversion)
[shard 0] seastar - Exiting on unhandled exception: YAML::TypedBadConversion<seastar::basic_sstring<char, unsigned int, 15u, true> > (yaml-cpp: error at line 25361973, column 24577: bad conversion)
So tell me how to get over it......
The text was updated successfully, but these errors were encountered:
I compiled the binary successfully,but when I wanna start just like“./build/release/scylla”,
there is a problem:ERROR [shard 0] init - Could not read configuration file conf/scylla.yaml: YAML::TypedBadConversion<seastar::basic_sstring<char, unsigned int, 15u, true> > (yaml-cpp: error at line 25361973, column 24577: bad conversion)
[shard 0] seastar - Exiting on unhandled exception: YAML::TypedBadConversion<seastar::basic_sstring<char, unsigned int, 15u, true> > (yaml-cpp: error at line 25361973, column 24577: bad conversion)
So tell me how to get over it......
The text was updated successfully, but these errors were encountered: