start_standalone.sh run failed with connecting to minio in macOS #38447
Replies: 2 comments 4 replies
-
Follow these steps to launch a local milvus:
After step 5, you will see a file /tmp/standalone.log generated, it is the log of milvus. |
Beta Was this translation helpful? Give feedback.
-
did you test that inside the milvus docker itself it could work? check deployments/docker/standalone/docker-compose.yaml this is what we use for deployment |
Beta Was this translation helpful? Give feedback.
-
hi, everyone
I'm trying to debug milvus v2.4.14 in macOS 13.6.4, compile process is ok, but failing in run start_standalone.sh, error in /tmp/standalone.log is here
2024/12/13 16:49:19.770 +08:00] [ERROR] [querynode/service.go:144] ["QueryNode init error: "] [error="[UnknownError] precheck chunk manager client failed, error:Error in ListObjects[errcode:-1, exception:, errmessage:curlCode: 1, Unsupported protocol, params:params, bucket=a-bucket, prefix=justforconnectioncheck], configuration:[address=localhost:9000, bucket_name=a-bucket, root_path=files, storage_type=remote, cloud_provider=aws, iam_endpoint=, log_level=fatal, region=, useSSL=false, sslCACert=19, useIAM=false, useVirtualHost=false, requestTimeoutMs=10000]"] [errorVerbose="[UnknownError] precheck chunk manager client failed, error:Error in ListObjects[errcode:-1, exception:, errmessage:curlCode: 1, Unsupported protocol, params:params, bucket=a-bucket, prefix=justforconnectioncheck], configuration:[address=localhost:9000, bucket_name=a-bucket, root_path=files, storage_type=remote, cloud_provider=aws, iam_endpoint=, log_level=fatal, region=, useSSL=false, sslCACert=19, useIAM=false, useVirtualHost=false, requestTimeoutMs=10000]\n(1) attached stack trace\n -- stack trace:\n | github.com/milvus-io/milvus/internal/util/initcore.HandleCStatus \n | \t/Users/zhaojun/CLionProjects/milvus/internal/util/initcore/init_core.go:218\n | github.com/milvus-io/milvus/internal/util/initcore.InitRemoteChunkManager\n | \t/Users/zhaojun/CLionProjects/milvus/internal/util/initcore/init_core.go:171\n | github.com/milvus-io/milvus/internal/querynodev2.(*QueryNode).InitSegcore\n | \t/Users/zhaojun/CLionProjects/milvus/internal/querynodev2/server.go:244\n | github.com/milvus-io/milvus/internal/querynodev2.(*QueryNode).Init.func1\n | \t/Users/zhaojun/CLionProjects/milvus/internal/querynodev2/server.go:357\n | sync.(*Once).doSlow\n | \t/usr/local/go/src/sync/once.go:76\n | sync.(*Once).Do\n | \t/usr/local/go/src/sync/once.go:67\n | github.com/milvus-io/milvus/internal/querynodev2.(*QueryNode).Init\n | \t/Users/zhaojun/CLionProjects/milvus/internal/querynodev2/server.go:276\n | github.com/milvus-io/milvus/internal/distributed/querynode.(*Server).init\n | \t/Users/zhaojun/CLionProjects/milvus/internal/distributed/querynode/service.go:143\n | github.com/milvus-io/milvus/internal/distributed/querynode.(*Server).Run\n | \t/Users/zhaojun/CLionProjects/milvus/internal/distributed/querynode/service.go:222\n | github.com/milvus-io/milvus/cmd/components.(*QueryNode).Run\n | \t/Users/zhaojun/CLionProjects/milvus/cmd/components/query_node.go:59\n | github.com/milvus-io/milvus/cmd/roles.runComponent[...].func1\n | \t/Users/zhaojun/CLionProjects/milvus/cmd/roles/roles.go:126\n | runtime.goexit\n | \t/usr/local/go/src/runtime/asm_amd64.s:1700\nWraps: (2) [UnknownError] precheck chunk manager client failed, error:Error in ListObjects[errcode:-1, exception:, errmessage:curlCode: 1, Unsupported protocol, params:params, bucket=a-bucket, prefix=justforconnectioncheck], configuration:[address=localhost:9000, bucket_name=a-bucket, root_path=files, storage_type=remote, cloud_provider=aws, iam_endpoint=, log_level=fatal, region=, useSSL=false, sslCACert=19, useIAM=false, useVirtualHost=false, requestTimeoutMs=10000]\nError types: (1) *withstack.withStack (2) *errutil.leafError"] [stack="github.com/milvus-io/milvus/internal/distributed/querynode.(*Server).init\n\t/Users/zhaojun/CLionProjects/milvus/internal/distributed/querynode/service.go:144\ngithub.com/milvus-io/milvus/internal/distributed/querynode.(*Server).Run\n\t/Users/zhaojun/CLionProjects/milvus/internal/distributed/querynode/service.go:222\ngithub.com/milvus-io/milvus/cmd/components.(*QueryNode).Run\n\t/Users/zhaojun/CLionProjects/milvus/cmd/components/query_node.go:59\ngithub.com/milvus-io/milvus/cmd/roles.runComponent[...].func1\n\t/Users/zhaojun/CLionProjects/milvus/cmd/roles/roles.go:126"]
I'm sure minio service is ok in docker-compose
here is mc test result
please give me some hint for that, thanks!
Beta Was this translation helpful? Give feedback.
All reactions