I have followed the new update on github using the cloud instance by refering the link given in this lquestion, https://community.datastax.com/questions/7478/port-5000-blocked-on-cloud-instance-cannot-run-exe.html
I successfully edited the BASE_ADDRESS for my cloud instance instead of localhost.
BASE_ADDRESS: 'http://<my_cloudinstancelink:9090/api>'
But finally when i tested my docker container, i get this.
docker run -e USE_ASTRA='true' -p 9090:9090 astra-backend:my-image docker: Error response from daemon: driver failed programming external connect ivity on endpoint youthful_herschel (bb0a03b02dd1ccf9fb59db628dfb90a31401ba759 1b7bbac281e99f8302e8c41): Bind for 0.0.0.0:9090 failed: port is already alloca ted. docker run -e USE_ASTRA='true' -e BASE_ADDRESS='http://localhost:9090/api' -p 3000:3000 astra-ui:my-image docker: Error response from daemon: driver failed programming external connectivity on endpoint eloquent_brattain (0a618fb18fc330258ec763084a507dff47ed3e36a5ea0549a3a2fa75788ee8d5): Bind for 0.0.0.0:3000 failed: port is already allocated.
i thought that it may be solved at final stage. but when i forwarded the port in the last step, i get this,
kubectl -n my-app port-forward pods/astra-backend 9090:9090 & &Unable to listen on port 9090: Listeners failed to create with the following errors: [unable to create listener: Error listen tcp4 127.0.0.1:9090: bind: address already in use unable to create listener: Error listen tcp6 [::1]:9090: bind: address already in use] error: unable to listen on any of the requested ports: [{9090 9090}] [2] 1048258 [1] Exit 1 kubectl -n my-app port-forward pods/astra-ui 3000:3000 & Unable to listen on port 3000: Listeners failed to create with the following errors: [unable to create listener: Error listen tcp4 127.0.0.1:3000: bind: address a lready in use unable to create listener: Error listen tcp6 [::1]:3000: bind: a ddress already in use] error: unable to listen on any of the requested ports: [{3000 3000}] [2]+ Exit 1
Also i'm nnot able to access the site for port 9090. It says "SIte cannot be reached". i have included a screen shot of it.
For your kind information, i have extended another 24 hours for instance. so let me execute it successfully with your help. Help me solving this error.
Kindly acknowledge ASAP.
Any hep would be very much appreciable. :)