eclipse
Google Wave Bot Fix – “Could not open the requested socket: Address already in use”
PROBLEM:
You build your first wave bot using Google App Engine + Google Bot instructions, and run into this build error “Could not open the requested socket: Address already in use”.
SOLUTION:
- Select the Project, then “Run Configuration”.
- Select Web Applications, then your Run Configuration (mine is called “DomGoBot”).
- Check “Automatically select an unused port”
- Re-build!
ANALYSIS:
Google Web Application sets up a Java server via a servlet. It defaults to port 8080. However, sometimes you’ve got other apps running on that port (MAMP, etc.) So just set it to find an empty port and you’ll be right as rain!
FTD
Popularity: 100% [?]
popular posts
projectus
what others say
- dominic on JQuery Pagination Plugin Update – Multiple Results
- Ken Phan on JQuery Pagination Plugin Update – Multiple Results
- dominic on JQuery Pagination Plugin Update – Multiple Results
- d8niel on JQuery Pagination Plugin Update – Multiple Results
- dominic on JQuery Pagination Plugin Update – Multiple Results


