| 146 | |
| 147 | = Troubleshooting |
| 148 | * services accessible on 'localhost' but fetching profiles or starting parties does not work. When you go to localhost:8080/partiesserver , and copy one of the party URIs in the browser, you do not get {{{ws://...}}} as response |
| 149 | * This behaviour can be cuased by java being unable to resolve the correct IP address of your machine |
| 150 | * Java sometimes can not resolve the machine IP address properly |
| 151 | * This may happen if nslookup returns multiple IP numbers, in which Java seems to pick one at random, causing random failures. |