seaweedfs / seaweedfs

SeaweedFS is a fast distributed storage system for blobs, objects, files, and data lake, for billions of files! Blob store has O(1) disk seek, cloud tiering. Filer supports Cloud Drive, cross-DC active-active replication, Kubernetes, POSIX FUSE mount, S3 API, S3 Gateway, Hadoop, WebDAV, encryption, Erasure Coding.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Only one usage of each socket address (protocol/network address/port) is normally permitted.

furllmm opened this issue · comments

while creating volume i get this error:

full output:

A:\dier\self-hosted-cloud\seaweed>weed.exe volume dir="A:\dier\self-hosted-cloud\seaweed\data" -mserver="169.254.224.120:9333" -port=8081
I0420 23:34:51.873745 file_util.go:27 Folder C:\Users\furll\AppData\Local\Temp Permission: -rwxrwxrwx
I0420 23:34:51.911387 disk_location.go:238 Store started on dir: C:\Users\furll\AppData\Local\Temp with 0 volumes max 8
I0420 23:34:51.916502 disk_location.go:241 Store started on dir: C:\Users\furll\AppData\Local\Temp with 0 ec shards
I0420 23:34:51.916502 volume_grpc_client_to_master.go:52 Volume server start with seed master nodes: [localhost:9333]
F0420 23:34:51.916502 volume.go:328 failed to listen on grpc port 18080: listen tcp 169.254.224.120:18080: bind: Only one usage of each socket address (protocol/network address/port) is normally permitted.
goroutine 1 [running]:
github.com/seaweedfs/seaweedfs/weed/glog.stacks(0x0)
/github/workspace/weed/glog/glog.go:768 +0x85
github.com/seaweedfs/seaweedfs/weed/glog.(*loggingT).output(0x3f6a6e0, 0x3, 0xc000228a10, {0x323187f?, 0xc000a9f500?}, 0x2?, 0x0)
/github/workspace/weed/glog/glog.go:719 +0x38a
github.com/seaweedfs/seaweedfs/weed/glog.(*loggingT).printf(0x3f6a6e0, 0x3, {0x243b204, 0x24}, {0xc000a9f500, 0x2, 0x2})
/github/workspace/weed/glog/glog.go:657 +0x10a
github.com/seaweedfs/seaweedfs/weed/glog.Fatalf(...)
/github/workspace/weed/glog/glog.go:1154
github.com/seaweedfs/seaweedfs/weed/command.VolumeServerOptions.startGrpcService({0xc00056fdd8, 0xc00056fdf0, 0xc00056fdf8, {0xc0002dbe80, 0x1, 0x1}, {0xc00071bbe8, 0x1, 0x2}, 0xc000707e20, ...}, ...)
/github/workspace/weed/command/volume.go:328 +0xe6
github.com/seaweedfs/seaweedfs/weed/command.VolumeServerOptions.startVolumeServer({0xc00056fdd8, 0xc00056fdf0, 0xc00056fdf8, {0x0, 0x0, 0x0}, {0x0, 0x0, 0x0}, 0xc000707e20, ...}, ...)
/github/workspace/weed/command/volume.go:258 +0xf85
github.com/seaweedfs/seaweedfs/weed/command.runVolume(0x3f4d538?, {0xc0000e0020?, 0x3?, 0x6?})
/github/workspace/weed/command/volume.go:138 +0x1d9
main.main()
/github/workspace/weed/weed.go:95 +0x3d9
I0420 23:34:51.922421 volume_grpc_client_to_master.go:109 Heartbeat to: localhost:9333