Encounter exception when create collection:locale::facet::_S_create_c_locale name not valid #4772
Unanswered
TuJianwei
asked this question in
Q&A and General discussion
Replies: 2 comments 1 reply
-
The reason is "the locale of your OS is NOT English". Please read the below link: Try the commands in terminal:
And restart milvus server. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For help.
Used milvus-0.10.3-cpu
And I start milvus server in docker. i am not root user so when i start /var/lib/milvus/scripts/start_server.sh that I found the error "can not create wal and db ".
So I add the comman "RUN mkdir /var/lib/milvus/db && mkdir /var/lib/milvus/wal && chown -R {user} /var/lib/milvus
" in dockerfile. And It worked, the milvus server is started.
Then I use milvus-java-sdk create a collection and create index. But the error logs is
[2021-03-03 19:01:36,060][ERROR][ENGINE][HandleException][reqsched_thread] Encounter exception when create collection:locale::facet::_S_create_c_locale name not valid [2021-03-03 19:01:36,060][ERROR][SERVER][TakeToExecute][reqsched_thread] Request failed with code: Database error: Encounter exception when create collection:locale::facet::_S_create_c_locale name not valid
and there is no tables in /var/lib/milvus/db.
The nomal file is
Beta Was this translation helpful? Give feedback.
All reactions