bboyairwreck / PieMessage

This is project allows Android clients to communicate using iMessage
1.04k stars 166 forks source link

error message in javawebserver #15

Open telis11 opened 8 years ago

telis11 commented 8 years ago

i get the error message when i am trying to run the javawebserver address already in use

bboyairwreck commented 8 years ago

It means that 5000 is already in use on your network. You can either free up that port or change the port number in the OSX Client & Android connect connect too. Do a global search on '5000' in the project and that should tell you want to change