Getting error when using flume in cloudxlab web console

Getting the below error when using flume in cloud x lab web console
libnsock mksock_bind_addr(): Bind to :::44444 failed (IOD #1): Address already in use (98)
libnsock mksock_bind_addr(): Bind to :::44444 failed (IOD #1): Address family not supported by protocol (97)
Ncat: Connection refused.
[rdeepaksinha2724@ip-172-31-38-146 ~]$ nc localhost -p 44445
libnsock mksock_bind_addr(): Bind to :::44445 failed (IOD #1): Address family not supported by protocol (97)
Ncat: Connection refused.

Kindly help

@Deepak_Sinha,

This is not an error on the flume side. You are using port which is already in use. The error is self-explanatory.

I am still getting the below error when trying with other ports

rdeepaksinha2724@ip-172-31-38-146 ~]$ nc localhost -p 44445
libnsock mksock_bind_addr(): Bind to :::44445 failed (IOD #1): Address family not supported by protocol (97)
Ncat: Connection refused.

I think the port number is invalid. “Address family not supported by protocol (97)”