Connection to www.xmos.com failed also in Linux

Technical questions regarding the XTC tools and programming with XMOS.
Post Reply
uth
Member
Posts: 14
Joined: Sun Jan 13, 2019 4:45 am

Connection to www.xmos.com failed also in Linux

Post by uth »

Hi, I just installed xTimeComposer, but no libraries, no examples, instead a message "connection to https://www.xmos.com failed". Changing timeout, disabling certificate does not help.

Posted to "Problem Trying To Access Examples, from within xTIMEcomposer", but it is not there, "The requested topic does not exist".

Ping: https://www.xmos.com [200]
DevColumnCorePlugin: online enabled. Ping successfull
BroadcastListeners: addListener: class com.xmos.xsoftip.ui.views.libraries.LibrariesView
WebServices: opening connection (timeout = 1000000): https://www.xmos.com/api/get_all_softwa ... e_version=
WebServices: ERROR: No data returned
ERROR: ComponentBrowserView(handleRefreshError): File '/home/art/.xmos/cache/AllAvailableSoftware.xml' does not
java.io.FileNotFoundException: File '/home/uth/.xmos/cache/AllAvailableSoftware.xml' does not exist
at org.apache.commons.io.FileUtils.openInputStream(FileUtils.java:265)
at org.apache.commons.io.FileUtils.readFileToString(FileUtils.java:1457)
at com.xmos.libs.core.webservices.WebServices.getAllSoftwareXml(Unknown Source)
at com.xmos.libs.core.webservices.DownloadManager$1.download(Unknown Source)
at com.xmos.libs.core.webservices.DownloadManager.downloadAnyway(Unknown Source)
at com.xmos.libs.core.webservices.DownloadManager.downloadSoftwareInfo(Unknown Source)
at com.xmos.xsoftip.core.XSoftIP.refreshAvaliableSoftware(Unknown Source)
at com.xmos.xsoftip.ui.views.XSoftIPBrowserView$1.run(Unknown Source)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
WebServices: opening connection (timeout = 1000000): https://www.xmos.com/api/get_all_board_ ... l?&xde_ver
WebServices: ERROR: No data returned

BroadcastListeners: removeListener: class com.xmos.xsoftip.ui.views.libraries.LibrariesView


Post Reply