Channels
apidays
wiremock-studio
wiremock-go
cdk-avengers
general
introduce-yourself
random
wiremock-cloud
help
wiremock-java
announcements
community-operations
spec
wiremock-dotnet
outreach-and-advocacy
documentation
wiremock-python
Powered by
#help
Title
r
RAHUL SAH
08/23/2023, 5:23 AM
java -jar wiremock.jar --port 8000 --bind-address 10.0.2.2 java.lang.RuntimeException: java.io.IOException: Failed to bind to /10.0.2.2:8000
o
Oleg Nenashev
08/23/2023, 6:00 AM
Are you sure this address is available for binding on your machine?
r
RAHUL SAH
08/23/2023, 11:13 AM
no idea , I am currently using Ubuntu 20.04.4 LTS
o
Oleg Nenashev
08/23/2023, 11:15 AM
What is your network configuration?
ifconfig
for example
b
Brent Brownfield
08/23/2023, 1:06 PM
See if the port is in use with the following command in a terminal:
sudo netstat -anp | grep 8000
2 Views
Post