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 Version: 6.0.1.00040 Cannot Install Updates

Other Parts Discussed in Thread: CCSTUDIO

An error occurred while collecting items to be installed
session context was:(profile=epp.package.cpp, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: org.eclipse.update.feature,com.ti.cgt.msp430.4.3.win32,4.3.6
No repository found containing: binary,com.ti.cgt.msp430.4.3.win32_root,4.3.6
No repository found containing: org.eclipse.update.feature,com.ti.cgt.msp430.4.4.win32,4.4.2
No repository found containing: binary,com.ti.cgt.msp430.4.4.win32_root,4.4.2

Note this is a Win32 installation using:

http://software-dl.ti.com/dsps/dsps_public_sw/sdo_ccstudio/codegen/Updates/p2win32/

Another similar repository is disabled because it gives errors that it is empty. 

http://software-dl.ti.com/dsps/dsps_public_sw/sdo_ccstudio/codegen/Updates/P2

  • Hi Mike,

    This might primarily happen due to two reasons... one being due to improper net connectivity and the other being server being down.
    Do try again later and keep us informed.

    Regards,
    Gautam
  • There was nothing wrong with the servers or connectivity.  This is the third time I've had to reinstall CCS because updates don't apply correctly. I seemed to get further after uninstalling the MSP430 Emulator, but it still ultimately failed to update the compiler, driverlib, or rstc.

    I do not have time to troubleshoot it further. But for others let it be known, it is probably easier to just uninstall CCS completely and reinstall it until TI improves the compatibility issues on upgrade path.

  • Mike, are you sure there are no firewall issues too? Generally, members get such similar issues when their firewall blocks the CCS update servers.

    Regards,
    Gautam

  • Absolutely sure it is not a firewall. The same machine with a fresh CCS install does not have the same issues.
  • Hi Mike,
    Please make sure you're running CCS as admin. Go to Help->Install new software and add the url http://software-dl.ti.com/dsps/dsps_public_sw/sdo_ccstudio/codegen/Updates/p2win32/. Unselect "Contact all update sites during install to find required software " checkbox at the bottom of the pane.
    Please let me know if this fixes your issue.
    Danish
  • So last January, I did a full reinstall to get around this problem, but now I have it again. 

    Per above I: "Go to Help->Install new software and add the url software-dl.ti.com/.../sdo_ccstudio/codegen/Updates/p2win32/. Unselect "Contact all update sites during install to find required software " checkbox at the bottom of the pane."

    Per: "https://e2e.ti.com/support/development_tools/code_composer_studio/f/81/p/411178/1458357#1458357" I added this to the ccstudio.ini file: -vmargs -Djava.net.preferIPv4Stack=true

    It did go through an installation cycle and seemed to get farther. But I still get:

    An error occurred while collecting items to be installed
    session context was:(profile=epp.package.cpp, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
    No repository found containing: org.eclipse.update.feature,com.ti.cgt.msp430.4.3.win32,4.3.8
    No repository found containing: binary,com.ti.cgt.msp430.4.3.win32_root,4.3.8

    Since I already have the 4.4 compiler installed, I uninstalled the 4.3 compiler. And then I tried to install just one product, the Emulators:

    An error occurred while configuring the installed items
    session context was:(profile=epp.package.cpp, phase=org.eclipse.equinox.internal.p2.engine.phases.Configure, operand=null --> [R]com.ti.ccstudio.installer.win32.feature.group 6.1.0.00104, action=com.ti.ccstudio.p2.actions.RunInstallerAction).
    Cannot install, please check c:\ti\ccsv6\eclipse\downloads\ccs_p2_updates.log for more details.

    Log file contains:

    2015-05-13 12:59:29.854: found manifest file c:\ti\ccsv6\eclipse\downloads\ccs_manifest.xml
    2015-05-13 12:59:29.855: copyFile: c:\ti\ccsv6\eclipse\utils\ccs_update_6.0.1.00040.exe to c:\ti\ccsv6\eclipse\downloads\ccs_update_6.0.1.00040.exe
    2015-05-13 12:59:30.030: copyFile: c:\ti\ccsv6\eclipse\utils\ccs_update_6.1.0.00104.exe to c:\ti\ccsv6\eclipse\downloads\ccs_update_6.1.0.00104.exe
    2015-05-13 12:59:30.846: copyFile: c:\ti\ccsv6\eclipse\downloads\ccs_update_6.1.0.00104.exe to c:\ti\ccsv6\eclipse\utils\ccs_update_6.1.0.00104.exe
    2015-05-13 12:59:30.846: RunInstallerAction: unable to copyFile: c:\ti\ccsv6\eclipse\downloads\ccs_update_6.1.0.00104.exe to c:\ti\ccsv6\eclipse\utils\ccs_update_6.1.0.00104.exe
    2015-05-13 12:59:30.847: general exception null

    Trying debugserver flash by itself I get:

    An error occurred while configuring the installed items
    session context was:(profile=epp.package.cpp, phase=org.eclipse.equinox.internal.p2.engine.phases.Configure, operand=null --> [R]com.ti.ccstudio.installer.win32.feature.group 6.1.0.00104, action=com.ti.ccstudio.p2.actions.RunInstallerAction).
    Cannot install, please check c:\ti\ccsv6\eclipse\downloads\ccs_p2_updates.log for more details.

    I got the same error:

    2015-05-13 12:59:30.846: RunInstallerAction: unable to copyFile: c:\ti\ccsv6\eclipse\downloads\ccs_update_6.1.0.00104.exe to c:\ti\ccsv6\eclipse\utils\ccs_update_6.1.0.00104.exe

    The files were both present, so it appears to be an overwrite permission problem. So I deleted the files in c:\ti\ccsv6\eclipse\utils and then it FINALLY worked. 

    Perhaps this knowledge will help you fix the problem(s).