Installing jhipster and create sample blog with jhipster
cat /etc/hosts
127.0.0.1 localhost
#192.168.1.9 localhost
check pom.xml and define used port is 8090

check running port:
Above shows that port 8090 is not used, and ./mvnw should be able to run in given port
After run ./mvnw it keeps saying java.net.BindException: Cannot assign requested address.
I use ubuntu 18.04 install both java 8 and 11 from digital ocean and run maven in both
nb: already apply solution from similar question such as here, there, with some points out that an error with /etc/hosts. After change my /etc/hosts like above, it still leaves me with same error
Any help? Thanks