Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
furllmm opened this issue Apr 20, 2024 · 0 comments

Comments

@furllmm
Copy link

furllmm commented Apr 20, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant