iOS Question Local Builder Java Problem

mbayik

Member
Licensed User
Hi, i 've a problem with java on my mac.i was using my local builder but suddenly i got this message
this error appears when i start java batch file in terminal on mac. it seems everything ok but no..what happened ??
 

keirS

Well-Known Member
Licensed User
Longtime User
Your builder is already running.

Open a terminal and run netstat -ap tcp | grep -i "listen"

You will see *.51402 and *.51041 listed. This means that those ports are already in use. That's what the line

B4X:
MultiException[java.net.BindException: Address already in use, java.net.BindException: Address already in use]

is telling you.
 
Upvote 0

mbayik

Member
Licensed User
thank you for your answer but nothing is working on the background. i always run the builder with a batch in Terminal manually and there is no 51402 and 51041 ports listening.. i restart my mac a couple times and nothing changed.
 
Upvote 0

mbayik

Member
Licensed User
it didnt work than i restarted couple times my mac, so it seem working. but i didnt really understand what happened than it worked..now i've simulator problem
 
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…