Now, when we are at the stage of running the Simulation:
click the Generate UEs icon in the toolbar
It asks me to attach a worker and when I try to attach a worker for generating UE, I get the following error:
“Error creating database tables: fail to connect: Connection refused. Please check our database and connection.” followed by “Worker has lost connection”
I have attached screenshots of the dialog boxes as they open, in order.
We might be missing creating database appropriately in click-house docker ?
Can you guide me to fix these errors. Please share if there are more documentation to follow comprehensive steps?
Looks like the port 9000, which is needed by clickhouse. is occupied by some other process. To check it, can you please run
docker compose stop clickhouse
docker ps //Make sure there is no clickhouse service running
netstat -tuplen | grep 9000 //Check if port 9000 is occupied
If port 9000 is occupied, then you will need to stop the service that is utilizing the port
a. Then restart clickhouse
Hi,
I followed the steps and found that the port 9000 is not occupied. However, I am still facing this issue.
Can you please guide me further to resolve this issue?
@k.wadhwa I am sorry to hear that you are still having trouble with this. I will say that in general, any connection issue is usually a network security / network permissions problem. Are you working on a corporate network? Do you have a network admin that you are working with to open these ports and to gain access? Have you disabled your anti-virus? Do you have a proxy server or a internal network traffic blocker?