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.

CCS: CCS 7 mac offline installer failed to install



Tool/software: Code Composer Studio

CCS 7 MAC offline installer package 'CCS7.4.0.00015_osx' installation failed with log

ENTRY org.eclipse.equinox.p2.transport.ecf 4 1002 2017-12-21 14:43:01.123
!MESSAGE Unable to read repository at software-dl.ti.com/.../site.xml.
!STACK 0
java.io.IOException: Server returned HTTP response code: 403 for URL: software-dl.ti.com/.../site.xml
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1876)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1474)
at org.eclipse.ecf.provider.filetransfer.retrieve.UrlConnectionRet

  • Yungang,

    I can reproduce this issue on my Mac. To me it looks like the offline installer is operating as a web installer. If I run the offline installer when disconnected from the internet it fails when trying to open a socket. If I connect to the internet then it runs ok and I can see it downloading packages.

    We will likely have create a new image for the offline installer. I will reply back when it is live.

    Regards,
    John
  • Hi,

    If you're running on Sierra or high Sierra, you may run into this issue:

    macOS Sierra introduces a new security feature called "Gatekeeper Path Randomization" (or "app translocation", as it's called on the API level).
    https://github.com/potionfactory/LetsMove/issues/56 
    To work around that, please run the following from a command line (adjust the ccs installer version based on what you're installing):


    xattr -r -d com.apple.quarantine ccs_setup_7.4.0.00019.app

    Danish