This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi
From a couple days my CCSv6 refuses to connect to App Center:
My internet connection is normal. I didn't touch in firewalls configurations, NATs or anything in my router. I am using Windows 8.1.
I wondered that could be my anti-virus. I deactivated it, but the same.
Windows 8.1, as usual, receives almost daily updatings. Perhaps one of this update modified something in my computer?
Can someone indicate a way to solve this issue, please?
Thanks.
Sergio
Hi Sergio,
Can you check for updates? Go to Help -> Check for updates. If it brings up a list, eclipse is getting through to the net and there's something amiss with the app center. If not, it looks like there may be a problem with your proxy settings or something like that and will require different trouble shooting.
Thanks
Danish
Hi Danishinnis
I did what you asked and follows the sequence:
It took several seconds to display this final message.
All errors appears to be related to inability to write to some files. I know that Windows 8.1 behave in different ways ( comparing with W7 ) concerning to user rights regarding to read/write on folders and files.
In time, I have administrator rights in this computer.
Sergio
In my case when I had this issue, my .log file in the .metadata folder had many errors like:
"java.net.SocketException: Address family not supported by protocol family: connect"
I had to set the option to disable Java trying to use IPv6 and use IPv4 instead.
From command prompt I used:
setx _JAVA_OPTIONS -Djava.net.preferIPv4Stack=true
But there may be other ways to set this option just for CCS.
-Bob