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.

CCSv4.4.2 on Windows 7 - JRE version error?

CCSv4.4.2

Windows 7 64 bit

JRE version 6 Update 6

Brand new PC. Installed CCSv4 in c:\ti and then installed CCSv5 in c:\ti
When I go to CCSv4 -> window -> preferences -> CCS -> RTSC -> Products, I get an error saying 
"The currently display page contains invalid values"
or 
"An error has occurred. See error log for more details"
After clicking on the OK button a thousand times, the screen shows up below
Note that it cannot detect any RTSC. However when I ran CCSv4 the first time, it said it had detected several components and that are present in the c:\ti directory.
If I click on  CCS\Build, it shows me the CGT tools I have. It seems to be working for CGT.
  
In View -> Other -> PDE Runtime -> Error Log, I get the errors below
My other work colleague also has the same issue.
I wonder if this is because CCSv5 installed a JRE that is incompatible with CCSv4?
I know, we should be using CCSv5, but we're in the medical business and changing tool sets takes longer than one would like.  :(
Problems occurred when invoking code from plug-in: "org.eclipse.jface".
Problems occurred when invoking code from plug-in: "org.eclipse.jface".
Problems occurred when invoking code from plug-in: "org.eclipse.jface".
Problems occurred when invoking code from plug-in: "org.eclipse.jface".

each having the content below.

java.lang.UnsupportedClassVersionError: Bad version number in .class file
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(Unknown Source)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:160)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass(ClasspathManager.java:498)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(ClasspathManager.java:468)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl(ClasspathManager.java:427)
at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:410)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:188)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:339)
at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackage.java:37)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:388)
at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:352)
at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
at java.lang.ClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClassInternal(Unknown Source)
at org.eclipse.rtsc.xdctools.ui.utils.XDCUtils.getRtscPackageRepositories(Unknown Source)
at org.eclipse.rtsc.xdctools.ui.RTSCUtilsServer2.getRTSCPackageRepositories(Unknown Source)
at org.eclipse.rtsc.xdctools.managedbuild.core.RTSCServer.getPackageRepositories(RTSCServer.java:136)
at org.eclipse.rtsc.xdctools.managedbuild.core.products.RTSCProductDescriptor.getPackageRepositories(RTSCProductDescriptor.java:106)
at org.eclipse.rtsc.xdctools.managedbuild.core.products.RTSCProductDescriptor.getWarning(RTSCProductDescriptor.java:165)
at org.eclipse.rtsc.xdctools.managedbuild.ui.dialogs.RTSCSettingsPage$4.getImage(RTSCSettingsPage.java:334)
at org.eclipse.jface.viewers.StructuredViewer.buildLabel(StructuredViewer.java:2115)
at org.eclipse.jface.viewers.TreeViewer.doUpdateItem(TreeViewer.java:258)
at org.eclipse.jface.viewers.AbstractTreeViewer$UpdateItemSafeRunnable.run(AbstractTreeViewer.java:95)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.runtime.Platform.run(Platform.java:843)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149)
at org.eclipse.jface.viewers.AbstractTreeViewer.doUpdateItem(AbstractTreeViewer.java:840)
at org.eclipse.jface.viewers.StructuredViewer$UpdateItemSafeRunnable.run(StructuredViewer.java:465)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:37)
at org.eclipse.core.runtime.Platform.run(Platform.java:843)
at org.eclipse.ui.internal.JFaceUtil$1.run(JFaceUtil.java:44)
at org.eclipse.jface.util.SafeRunnable.run(SafeRunnable.java:149)
at org.eclipse.jface.viewers.StructuredViewer.updateItem(StructuredViewer.java:1955)
at org.eclipse.jface.viewers.AbstractTreeViewer.updateChildren(AbstractTreeViewer.java:2419)
at org.eclipse.jface.viewers.AbstractTreeViewer.internalRefreshStruct(AbstractTreeViewer.java:1640)
at org.eclipse.jface.viewers.TreeViewer.internalRefreshStruct(TreeViewer.java:965)
at org.eclipse.jface.viewers.AbstractTreeViewer.internalRefreshStruct(AbstractTreeViewer.java:1647)

  • I wonder if this is because CCSv5 installed a JRE that is incompatible with CCSv4?

    You can determine JAVA version runtime using the javacpl.exe, (General about) or (JAVA view). We have version 1.6 build 17 running great with CCS5.4. Check your c:\program files\java

    http://www.oracle.com/technetwork/java/index.html

  • Hi Brent

    Thanks for giving me some things to try.

    Are you running CCSv4 and CCSv5.4?

    Java.exe won't run from my command window. I get a "'Java' is not recognized as an internal or external command,". So I checked my PATH and there is not .....\java path there either.

    I found the javaw.exe process (not the java.exe) in the win 7 task manager below and right clicked. Its running out of  C:\ti\ccsv4\eclipse\jre\bin. Since its running out of the ccsv4 directory, I should be running the right java version.

    In C:\ti\ccsv4\eclipse\jre\bin, I ran javaw -version and nothing happened. But running javacpl.exe in the same directory gave me "Version 1.5.0 (build 1.5.0_14-b03)".

    Maybe ccsv4 won't run in c:\ti for some strange reason.

    I hate the thought of having to uninstall CCSv4 and CCSv5 and then re-install CCSv4. But maybe thats what I have to do.

  • Well that didn't work. I uninstalled CCSv4 from c:\ti and installed into c:\Program Files (x86). Same error.

    I wonder if the issue I'm running into has to do with this warning when I start the installation. I'm selecting "run as administrator" when I start the install.

  • Attached  installjammer registry1682.DE4D64E9-C41B-458B-B599-E02DB4EFFFC6.log

    ---------------------------------------
    ------ CCSv4 Installation -------------
    ---------------------------------------
    02/24/2014 10:58:55AM - InstallID=BF65FA34-F65F-47C0-B7D0-4BFFBFBD67EC
    02/24/2014 10:58:55AM - 
    02/24/2014 10:58:55AM - 
    
    
    02/24/2014 10:58:55AM - Install version: 4.2.4.00033
    02/24/2014 10:58:55AM - OS             : Windows
    02/24/2014 10:58:55AM - UserName       :	epatto
    02/24/2014 10:58:55AM - Update?        :	<%updatename%>
    02/24/2014 10:58:55AM - 
    
    
    02/24/2014 10:58:55AM - Executing action 687AE437-2495-4D6E-9BD3-66923C02E985 - Execute Test Package Integrity
    02/24/2014 10:58:55AM - Executing actions 58B38792-8A87-4E5F-93B0-7B0756B36CE2 - Test Package Integrity
    02/24/2014 10:58:55AM - Executing action 58B38792-8A87-4E5F-93B0-7B0756B36CE2 - Test Package Integrity
    02/24/2014 10:58:55AM - verification str = <%verificationStr%>
    02/24/2014 10:58:55AM - Checking conditions for 1DDD53EC-AB22-4353-8E2F-F5A7B766B8A6 - Set ISA Selected Script - Before Action is Executed
    02/24/2014 10:58:55AM - Checking condition 27D8702A-3A43-49A3-819E-DBEA559F88A3 - String Equal Condition
    02/24/2014 10:58:55AM - Checking to see if <%InstallMode%> does not equal Standard
    02/24/2014 10:58:55AM - ** Checking to see if Standard does not equal Standard
    02/24/2014 10:58:55AM - Condition failed
    02/24/2014 10:58:55AM - Skipping action 1DDD53EC-AB22-4353-8E2F-F5A7B766B8A6 - Set ISA Selected Script - conditions failed
    02/24/2014 10:58:55AM - Executing action 4CDE41C1-BCE3-4FF5-B365-17407A989FC6 - Set Common Virtual Texts
    02/24/2014 10:58:55AM - Checking conditions for 2D0524F5-408C-4272-AAE1-8FA5E5CDDEED - Exit Autotest - Before Action is Executed
    02/24/2014 10:58:55AM - # Set TESTCONFIG VT
    02/24/2014 10:58:55AM - Checking condition 9BC91424-D9D4-40AE-81AE-C87135936E42 - Command Line Test Condition
    02/24/2014 10:58:55AM - Checking to see if test was passed on the command line
    02/24/2014 10:58:55AM - Condition failed
    02/24/2014 10:58:55AM - Skipping action 2D0524F5-408C-4272-AAE1-8FA5E5CDDEED - Exit Autotest - conditions failed
    02/24/2014 10:58:55AM - Executing action F0790D00-E617-77E1-C1A7-2ACCC95C2DF3 - Run Windows Setup Actions
    02/24/2014 10:58:55AM - Checking conditions for D531E682-6CC3-345E-3273-6BBF5FC1E705 - Windows Setup Actions - Before Action is Executed
    02/24/2014 10:58:55AM - Checking condition E648A110-00C1-46F3-B7FF-4E2D930DD701 - Platform Condition
    02/24/2014 10:58:55AM - Checking to see if <%Platform%> is Windows
    02/24/2014 10:58:55AM - ** Checking to see if Windows is Windows
    02/24/2014 10:58:55AM - Condition passed
    02/24/2014 10:58:55AM - Executing actions D531E682-6CC3-345E-3273-6BBF5FC1E705 - Windows Setup Actions
    02/24/2014 10:58:55AM - Executing action 29D4D8E2-D66D-44CE-A6BE-D39F2A095CF4 - Check Windows System Info
    02/24/2014 10:58:55AM - Checking System Info...
    02/24/2014 10:58:55AM - Registry key WindowsCSDVersionString does not exist
    02/24/2014 10:58:55AM - WindowsProductName= 
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
        ProductName    REG_SZ    Windows 7 Professional
     
      WindowsCurrentVersion= 6.1 
      WindowsCSDVersionString= - 
      WindowsCSDVersionDWord= 256 
      WindowsPlatform= Windows
    02/24/2014 10:58:55AM - Checking conditions for 207E18CB-D464-43BA-94D3-4C74F6E07944 -  - Before Action is Executed
    02/24/2014 10:58:55AM - # For Windows Vista or 7 environment
    02/24/2014 10:58:55AM - Checking condition 07C523F9-4123-4866-8B82-3319C47B0D8D - String Match Condition
    02/24/2014 10:58:55AM - Checking to see if <%WindowsProductName%> matches * Vista *
    02/24/2014 10:58:55AM - ** Checking to see if 
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
        ProductName    REG_SZ    Windows 7 Professional
     matches * Vista *
    02/24/2014 10:58:55AM - Condition failed
    02/24/2014 10:58:55AM - Checking condition FDDC9B00-264A-4CFA-85F0-2FBFF35DD52D - String Match Condition
    02/24/2014 10:58:55AM - Checking to see if <%WindowsProductName%> matches * Windows 7 *
    02/24/2014 10:58:55AM - ** Checking to see if 
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion
        ProductName    REG_SZ    Windows 7 Professional
     matches * Windows 7 *
    02/24/2014 10:58:55AM - Condition passed
    02/24/2014 10:58:55AM - Executing action 207E18CB-D464-43BA-94D3-4C74F6E07944 - Check Registry for User Account Control On/Off
    02/24/2014 10:58:55AM - # For Windows Vista or 7 environment
    02/24/2014 10:58:55AM - Checking conditions for 3CF8372D-0AA7-4BE2-A8CC-2C941ED8B5A2 -  - Before Action is Executed
    02/24/2014 10:58:55AM - Checking condition E4333399-2C41-4488-8A84-ECF09CBB799D - String Is Condition
    02/24/2014 10:58:55AM - Checking to see if <%USER_ACCOUNT_CONTROL%> is true
    02/24/2014 10:58:55AM - ** Checking to see if 1 is true
    02/24/2014 10:58:55AM - Condition passed
    02/24/2014 10:58:55AM - Executing action 3CF8372D-0AA7-4BE2-A8CC-2C941ED8B5A2 - User Account Control warning
    02/24/2014 11:05:49AM - Executing action 84B442CD-7348-BE34-B3CC-89B9AA4F9890 - Run Linux Setup Actions
    02/24/2014 11:05:49AM - Checking conditions for E2B881C2-C908-F4B6-F03C-481083FDD616 - Linux Setup Actions - Before Action is Executed
    02/24/2014 11:05:49AM - Checking condition 043A394F-8645-4A3F-9DE2-4AFB1BD9D17E - Platform Condition
    02/24/2014 11:05:49AM - Checking to see if <%Platform%> is Linux-x86
    02/24/2014 11:05:49AM - ** Checking to see if Windows is Linux-x86
    02/24/2014 11:05:49AM - Condition failed
    02/24/2014 11:05:49AM - Skipping action group 84B442CD-7348-BE34-B3CC-89B9AA4F9890 - Run Linux Setup Actions - conditions failed
    02/24/2014 11:05:49AM - Checking conditions for 90823294-ED34-473C-8D8A-D5166B7AFA74 - Set Update Installation Variable - Before Action is Executed
    02/24/2014 11:05:49AM - Checking condition 26707E0E-9BA5-4649-84C7-CB74855F6635 - Command Line Test Condition
    02/24/2014 11:05:49AM - Checking to see if updatename was passed on the command line
    02/24/2014 11:05:49AM - Condition failed
    02/24/2014 11:05:49AM - Skipping action 90823294-ED34-473C-8D8A-D5166B7AFA74 - Set Update Installation Variable - conditions failed
    02/24/2014 11:05:49AM - Checking conditions for D531E682-6CC3-345E-3273-6BBF5FC1E705 - Windows Setup Actions - Before Action is Executed
    02/24/2014 11:05:49AM - Checking condition E648A110-00C1-46F3-B7FF-4E2D930DD701 - Platform Condition
    02/24/2014 11:05:49AM - Checking to see if <%Platform%> is Windows
    02/24/2014 11:05:49AM - ** Checking to see if Windows is Windows
    02/24/2014 11:05:49AM - Condition passed
    02/24/2014 11:05:49AM - Checking conditions for E2B881C2-C908-F4B6-F03C-481083FDD616 - Linux Setup Actions - Before Action is Executed
    02/24/2014 11:05:49AM - Checking condition 043A394F-8645-4A3F-9DE2-4AFB1BD9D17E - Platform Condition
    02/24/2014 11:05:49AM - Checking to see if <%Platform%> is Linux-x86
    02/24/2014 11:05:49AM - ** Checking to see if Windows is Linux-x86
    02/24/2014 11:05:49AM - Condition failed
    02/24/2014 11:05:49AM - Skipping action E2B881C2-C908-F4B6-F03C-481083FDD616 - Linux Setup Actions - conditions failed
    02/24/2014 11:05:50AM - Setting active setup type to Platinum Edition (A72B892C-9AF0-48E9-A506-E79E81ACFB3A).
    02/24/2014 11:05:50AM - Activating component DB6FB141-5102-4B5E-8701-5C764910AFBF
    02/24/2014 11:05:50AM - Activating component F48EB789-74F4-4486-BEDD-2ADFE8972E1A
    02/24/2014 11:05:50AM - Activating component E3B5F6ED-9C18-4B29-A2F2-F96F89448D21
    02/24/2014 11:05:50AM - Activating component D6DF062A-17C3-4EE3-8049-DE5C299EB866
    02/24/2014 11:05:50AM - Activating component 59E810A7-98B5-47A1-BACC-6731FAE6338B
    02/24/2014 11:05:50AM - Activating component 7D38B4D8-FCE3-4D06-91EE-2736F8FFA3E1
    02/24/2014 11:05:50AM - Activating component 67596FF7-8F47-4218-B367-8020E4E66A48
    02/24/2014 11:05:50AM - Activating component 4153E4A9-6175-4285-A1EA-C864588D79B8
    02/24/2014 11:05:50AM - Activating component 4549D088-EAD7-4F7B-A599-BAC069E9FE25
    02/24/2014 11:05:50AM - Activating component A25819E7-628C-4D97-B720-23E4B4852C3D
    02/24/2014 11:05:50AM - Activating component 12391438-DC8B-45A8-9B8B-DB64C2D97CA9
    02/24/2014 11:05:50AM - Activating component E8DBEAC8-C6DA-4F12-9369-CD4CB50E04B1
    02/24/2014 11:05:50AM - Activating component 8C43E89F-59EC-4B2E-B0EA-913CB48FE404
    02/24/2014 11:05:50AM - Activating component B884F9B2-3407-45D9-8198-E96598DCA004
    02/24/2014 11:05:50AM - Activating component 385FF7E9-C901-44E3-BDD2-FC40127F808E
    02/24/2014 11:05:50AM - Activating component 29689F30-9533-46C4-A6E6-D774CE7111DC
    02/24/2014 11:05:50AM - Activating component FD03A636-00A5-4A9A-84F0-96BE4604CFC1
    02/24/2014 11:05:50AM - Activating component 58EA4DDE-77B2-4F70-8558-6A1A873C6314
    02/24/2014 11:05:50AM - Activating component 27274D35-464D-4F37-A1D0-F91360BD3F62
    02/24/2014 11:05:50AM - Activating component 4F118CD4-5B6B-4E55-8741-F4B64EFCE479
    02/24/2014 11:05:50AM - Activating component 658E44D9-5D2D-43CD-960F-6D4662F3D826
    02/24/2014 11:05:50AM - Activating component B93EBB37-540B-4D2E-8781-900B5618EEAA
    02/24/2014 11:05:50AM - Activating component 7C65D1D8-4FE1-4E12-A3D8-76A9F6874ED5
    02/24/2014 11:05:50AM - Activating component 848452EB-44F7-4033-A160-2494DF0A54C0
    02/24/2014 11:05:50AM - Activating component DFED2711-516A-478A-808F-3C044B8FA167
    02/24/2014 11:05:50AM - Activating component 7945FF73-6162-4BD0-91DE-C60371FB3695
    02/24/2014 11:05:50AM - Activating component 38C0D8EB-A007-4650-8520-848232A593E9
    02/24/2014 11:05:50AM - Activating component F860363A-48F7-47B7-A81D-4BFDA997F666
    02/24/2014 11:05:50AM - Activating component BD8544E3-1BFD-497C-A22F-9C662BA980D1
    02/24/2014 11:05:50AM - Activating component AE656855-01FA-4777-A1D0-CC48216F6DC3
    02/24/2014 11:05:50AM - Activating component 7017F357-A7EA-4DAC-9ECE-2175A09630F5
    02/24/2014 11:05:50AM - Activating component BC237844-5FBD-4D62-80F1-0F9599CF27D6
    02/24/2014 11:05:50AM - Activating component A4ED7C67-DE6D-49AA-8EDB-1CC09870C94A
    02/24/2014 11:05:50AM - Executing actions 2A5FCB20-28EC-404B-B2ED-E6CF6543BF47 - Startup Actions
    02/24/2014 11:05:50AM - Checking conditions for 90B59790-4E0E-40F7-9E93-7BBDE14F7F27 - Execute Set Package Properties - Before Action is Executed
    02/24/2014 11:05:50AM - Checking condition 67581469-81DA-448C-9BB1-60193287E050 - File Exists Condition
    02/24/2014 11:05:50AM - Checking to see if <%PkgPropertyFile%> exists
    02/24/2014 11:05:50AM - ** Checking to see if D:\Junk\TI\CCSv4_install/install_images/package.properties exists
    02/24/2014 11:05:50AM - Condition passed
    02/24/2014 11:05:50AM - Executing action 90B59790-4E0E-40F7-9E93-7BBDE14F7F27 - Execute Set Package Properties
    02/24/2014 11:05:50AM - Executing actions BBC7BD66-9794-4F36-85CE-F34E7486EBC4 - Set Package Properties
    02/24/2014 11:05:50AM - Executing action 72D11A4B-87F1-4429-AE10-901BFE977BED - Read Package Properties File
    02/24/2014 11:05:50AM - Executing action B88D862D-35E3-44A8-8C28-7456DB6BCFCD - Get Set Compoments Properties
    02/24/2014 11:05:50AM - what read from D:\Junk\TI\CCSv4_install/install_images/package.properties is:
    BH_EMU_NAME=bh_emupack_setup_4.2.1.009
    BIOS5_NAME=bios_ccsv4_setupwin32_5_41_10_36
    BIOS5_VERSION=5_41_10_36
    BIOS_NAME=bios_setupwin32_6_32_02_39
    BIOS_VERSION=6_32_02_39
    CGT_ARM_NAME=tms470_4.9.0
    CGT_C2800_NAME=c2000_6.0.1
    CGT_C5400_ZIP_NAME=ld_4_2_0
    CGT_C5500_NAME=c5500_4.3.8
    CGT_C6000_NAME=c6000_7.2.3
    CGT_MSP430_NAME=msp430_3.3.3
    DS_FLASH_NAME=ti_c2000_flash_setup_1.0.0.0
    DS_NAME=ti_dspack_setup_4.2.0.1284
    DVT_NAME=ti_dvt_setup_2.0.0.8344
    EMU_C2000_NAME=ti_c2000support_setup_2.0.0.4
    EMU_HERCULES_NAME=ti_hercules_setup_4.2.4.0002
    EMU_MSP430_NAME=ti_msp430pack_setup_4.4.9.0
    EMU_NAME=ti_emupack_setup_5.0.429.1
    EMU_NOWFLASH_NAME=ti_ccsnowflash_setup_4.2.4.0003
    IDE_NAME=idecore_setup_4.2.4.N201106061600
    IPC_NAME=ipc_setupwin32_1_23_02_27
    IPC_VERSION=1_23_02_27
    JRE_ZIP_NAME=jre_1.5.0_14
    SD_EMU_NAME=sd_emupack_setup_4.2.2.9
    SIM_NAME=ti_simpack_setup_5.0_4.11.0.0
    STELLARIS_NAME=ti_stellaris_setup-7460
    XDAIS_ZIP_NAME=xdais_7_10_00_06
    XDC_NAME=xdctools_ccs_setupwin32_3_22_01_21
    XDC_VERSION=3_22_01_21
    
    02/24/2014 11:05:50AM - Property Array is:
    BH_EMU_NAME    bh_emupack_setup_4.2.1.009
    BIOS5_NAME    bios_ccsv4_setupwin32_5_41_10_36
    BIOS5_VERSION    5_41_10_36
    BIOS_NAME    bios_setupwin32_6_32_02_39
    BIOS_VERSION    6_32_02_39
    CGT_ARM_NAME    tms470_4.9.0
    CGT_C2800_NAME    c2000_6.0.1
    CGT_C5400_ZIP_NAME    ld_4_2_0
    CGT_C5500_NAME    c5500_4.3.8
    CGT_C6000_NAME    c6000_7.2.3
    CGT_MSP430_NAME    msp430_3.3.3
    DS_FLASH_NAME    ti_c2000_flash_setup_1.0.0.0
    DS_NAME    ti_dspack_setup_4.2.0.1284
    DVT_NAME    ti_dvt_setup_2.0.0.8344
    EMU_C2000_NAME    ti_c2000support_setup_2.0.0.4
    EMU_HERCULES_NAME    ti_hercules_setup_4.2.4.0002
    EMU_MSP430_NAME    ti_msp430pack_setup_4.4.9.0
    EMU_NAME    ti_emupack_setup_5.0.429.1
    EMU_NOWFLASH_NAME    ti_ccsnowflash_setup_4.2.4.0003
    IDE_NAME    idecore_setup_4.2.4.N201106061600
    IPC_NAME    ipc_setupwin32_1_23_02_27
    IPC_VERSION    1_23_02_27
    JRE_ZIP_NAME    jre_1.5.0_14
    SD_EMU_NAME    sd_emupack_setup_4.2.2.9
    SIM_NAME    ti_simpack_setup_5.0_4.11.0.0
    STELLARIS_NAME    ti_stellaris_setup-7460
    XDAIS_ZIP_NAME    xdais_7_10_00_06
    XDC_NAME    xdctools_ccs_setupwin32_3_22_01_21
    XDC_VERSION    3_22_01_21
    
    02/24/2014 11:05:50AM - Executing action 77DB9B7C-25B5-40BF-B9EF-1B97E632D624 - Old Set Component Property
    02/24/2014 11:05:50AM - BIOS6 ver = 6_32_02_39
    02/24/2014 11:05:50AM - Bios6 Dot ver = 6.32.02.39
    02/24/2014 11:05:50AM - BIOS5 ver = 5_41_10_36
    02/24/2014 11:05:50AM - Bios5 Dot ver = 5.41.10.36
    02/24/2014 11:05:50AM - XDC ver = 3_22_01_21
    02/24/2014 11:05:50AM - XDC Dot ver = 3.22.01.21
    02/24/2014 11:05:50AM - IPC ver = 1_23_02_27
    02/24/2014 11:05:50AM - IPC Dot ver = 1.23.02.27
    02/24/2014 11:05:50AM - CGT MSP430 Installer Name = ti_cgt_msp430_3.3.3_setup_win32.exe
    02/24/2014 11:05:50AM - CGT MSP430 Un-installer Name = uninstall_cgt_msp430.exe
    02/24/2014 11:05:50AM - CGT C2800 Installer Name = ti_cgt_c2000_6.0.1_setup_win32.exe
    02/24/2014 11:05:50AM - CGT C2800 Un-installer Name = uninstall_cgt_c2000.exe
    02/24/2014 11:05:50AM - CGT C6000 Installer Name = ti_cgt_c6000_7.2.3_setup_win32.exe
    02/24/2014 11:05:50AM - CGT C6000 Un-installer Name = uninstall_cgt_c6000.exe
    02/24/2014 11:05:50AM - CGT C5500 Installer Name = ti_cgt_c5500_4.3.8_setup_win32.exe
    02/24/2014 11:05:50AM - CGT C5500 Un-installer Name = uninstall_cgt_c5500.exe
    02/24/2014 11:05:50AM - CGT ARM Installer Name = ti_cgt_tms470_4.9.0_setup_win32.exe
    02/24/2014 11:05:50AM - CGT ARM Un-installer Name = uninstall_cgt_tms470.exe
    02/24/2014 11:05:50AM - CGT C5400 Installer Name = ti_cgt_<%CGT_C5400_NAME%>_setup_win32.exe
    02/24/2014 11:05:50AM - CGT C5400 Un-installer Name = uninstall_cgt_c5400.exe
    02/24/2014 11:05:50AM - Executing action 1FB069C1-8CFB-4485-AEDB-AF9A6E0AA749 - disable  MC or Core setup types
    02/24/2014 11:05:50AM - # apply to full and MC builds
    02/24/2014 11:05:50AM - Executing action 11D26F1B-0600-40D8-8882-CEB54D58B161 - Check IDE and Eclipse split condition
    02/24/2014 11:05:50AM - # Default setting for CCSv5.0 early version
    02/24/2014 11:05:50AM - version=4 is less than 5.  Hide Eclipse Base component
    02/24/2014 11:05:50AM - Checking conditions for 2DC54272-E293-48B2-A77E-B4850138702B - Execute V5 setup - Before Action is Executed
    02/24/2014 11:05:50AM - Checking condition 4037472B-CB20-4AF1-AD58-FFD042DB958D - Script Condition
    02/24/2014 11:05:50AM - Condition failed
    02/24/2014 11:05:50AM - Skipping action 2DC54272-E293-48B2-A77E-B4850138702B - Execute V5 setup - conditions failed
    02/24/2014 11:05:50AM - Executing action D573480E-4F86-09C5-1E56-36C672F1E41B - Run Windows Startup Actions
    02/24/2014 11:05:50AM - Checking conditions for 3A707B22-F9C1-EABF-E2B7-2909D284497D - Windows Startup Actions - Before Action is Executed
    02/24/2014 11:05:50AM - Checking condition 9822001F-43FF-4E76-9604-C0257C6DAEF7 - Platform Condition
    02/24/2014 11:05:50AM - Checking to see if <%Platform%> is Windows
    02/24/2014 11:05:50AM - ** Checking to see if Windows is Windows
    02/24/2014 11:05:50AM - Condition passed
    02/24/2014 11:05:50AM - Executing actions 3A707B22-F9C1-EABF-E2B7-2909D284497D - Windows Startup Actions
    02/24/2014 11:05:50AM - Executing action CD96D8CB-648E-453C-8C11-D9DE7F7F2909 - Check Memory
    02/24/2014 11:05:50AM - # SDSCM00023195
    02/24/2014 11:05:50AM - Checking Memory...
    02/24/2014 11:05:50AM - Executing action F88C4ACF-EBEC-4898-B4CD-CDE3A368C7DE - Check Disk space available
    02/24/2014 11:05:50AM - # SDSCM00023195
    02/24/2014 11:05:50AM - Executing action 8160072B-B25C-4EF6-83BD-B9D4DC73551A - Check Internet Browser available
    02/24/2014 11:05:50AM - # SDSCM00023195
    02/24/2014 11:05:50AM - Executing action 2C9D71D0-8F38-4806-877B-404E6B1880D8 - Check Java Version
    02/24/2014 11:05:50AM - # CQ 33826
    02/24/2014 11:05:50AM - JavaVer=10.51.2
    02/24/2014 11:05:50AM - Executing action CE79A9E4-365C-419D-A141-450053016A7A - Check if CCS processes are running
    02/24/2014 11:05:50AM - Checking if CCS processes are running...
    02/24/2014 11:05:50AM - ... no CCS processes found
    02/24/2014 11:05:50AM - Executing action C4D08A6D-E900-4EF8-83FA-22F89B8EBA23 - Set MSP430 components Off
    02/24/2014 11:05:50AM - Set MSP430 PP off 
    02/24/2014 11:05:50AM - Executing action DBBB1578-C297-BF0F-55A9-4C669BE5A42D - Run Linux Startup Actions
    02/24/2014 11:05:50AM - Checking conditions for 08583110-9A10-796F-FCDE-66053C747344 - Linux Startup Actions - Before Action is Executed
    02/24/2014 11:05:50AM - Checking condition 82705566-F95E-4DC5-863D-BABF24269304 - Platform Condition
    02/24/2014 11:05:50AM - Checking to see if <%Platform%> is Linux-x86
    02/24/2014 11:05:50AM - ** Checking to see if Windows is Linux-x86
    02/24/2014 11:05:50AM - Condition failed
    02/24/2014 11:05:50AM - Skipping action group DBBB1578-C297-BF0F-55A9-4C669BE5A42D - Run Linux Startup Actions - conditions failed
    02/24/2014 11:05:50AM - Executing action 73CD609F-F568-4797-B0EA-05E2748A9FEC - Create Install Panes
    02/24/2014 11:05:50AM - Checking conditions for 5714751D-2C50-4C68-A7DF-0DA0244A05AE - Set font for all dialogs - Before Action is Executed
    02/24/2014 11:05:50AM - # only for Standard install (GUI mode)
    02/24/2014 11:05:50AM - Checking condition 43516642-0A76-41CB-B3C0-E50E569815DD - String Equal Condition
    02/24/2014 11:05:50AM - Checking to see if <%InstallMode%> equals Standard
    02/24/2014 11:05:50AM - ** Checking to see if Standard equals Standard
    02/24/2014 11:05:50AM - Condition passed
    02/24/2014 11:05:50AM - Executing action 5714751D-2C50-4C68-A7DF-0DA0244A05AE - Set font for all dialogs
    02/24/2014 11:05:50AM - # only for Standard install (GUI mode)
    02/24/2014 11:05:50AM - set default system font for Windows
    02/24/2014 11:05:50AM - Executing action AAEA5D55-C114-455E-842B-099B9CFBC68E - set Core related Virtual Text
    02/24/2014 11:05:50AM - Checking conditions for 5CABE043-7FC0-4DEC-BB07-0C2A4B88DCD5 - Execute Pre-test Action - Before Action is Executed
    02/24/2014 11:05:50AM - Checking condition 04ADE501-39FA-482C-AF4B-2294349809F8 - Command Line Test Condition
    02/24/2014 11:05:50AM - Checking to see if test was passed on the command line
    02/24/2014 11:05:50AM - Condition failed
    02/24/2014 11:05:50AM - Skipping action 5CABE043-7FC0-4DEC-BB07-0C2A4B88DCD5 - Execute Pre-test Action - conditions failed
    02/24/2014 11:05:50AM - Checking conditions for 3A707B22-F9C1-EABF-E2B7-2909D284497D - Windows Startup Actions - Before Action is Executed
    02/24/2014 11:05:50AM - Checking condition 9822001F-43FF-4E76-9604-C0257C6DAEF7 - Platform Condition
    02/24/2014 11:05:50AM - Checking to see if <%Platform%> is Windows
    02/24/2014 11:05:50AM - ** Checking to see if Windows is Windows
    02/24/2014 11:05:50AM - Condition passed
    02/24/2014 11:05:50AM - Checking conditions for 08583110-9A10-796F-FCDE-66053C747344 - Linux Startup Actions - Before Action is Executed
    02/24/2014 11:05:50AM - Checking condition 82705566-F95E-4DC5-863D-BABF24269304 - Platform Condition
    02/24/2014 11:05:50AM - Checking to see if <%Platform%> is Linux-x86
    02/24/2014 11:05:50AM - ** Checking to see if Windows is Linux-x86
    02/24/2014 11:05:50AM - Condition failed
    02/24/2014 11:05:50AM - Skipping action 08583110-9A10-796F-FCDE-66053C747344 - Linux Startup Actions - conditions failed
    02/24/2014 11:05:50AM - Checking conditions for C5F7BA92-7109-4979-8CC4-63B3737DF4E8 - Force Linux InstallMode - Before Action is Executed
    02/24/2014 11:05:50AM - # Startup allows one level group only
    02/24/2014 11:05:50AM - Checking condition 5F4EA028-D7FA-4C69-98C8-295837BC99EB - Env Variable Test Condition
    02/24/2014 11:05:50AM - Checking to see if environment variable DISPLAY does not exist
    02/24/2014 11:05:50AM - Condition passed
    02/24/2014 11:05:50AM - Checking conditions for 3E9D15CD-607E-489F-BB01-BCCD4B2FBF5F - Verify Package Integrity - Before Pane is Displayed
    02/24/2014 11:05:50AM - Checking condition FDEC1EB5-B38C-488B-95E4-14BBC9C268FC - String Equal Condition
    02/24/2014 11:05:50AM - Checking to see if <%verificationStr%> does not equal -
    02/24/2014 11:05:50AM - ** Checking to see if - does not equal -
    02/24/2014 11:05:50AM - Condition failed
    02/24/2014 11:05:50AM - Skipping pane 3E9D15CD-607E-489F-BB01-BCCD4B2FBF5F - Verify Package Integrity - conditions failed
    02/24/2014 11:05:50AM - Displaying pane 418F5069-93FF-49F4-9736-3CA15D291246 - Welcome Screen
    02/24/2014 11:05:50AM - Executing actions 418F5069-93FF-49F4-9736-3CA15D291246 - Welcome Screen - Before Pane is Displayed
    02/24/2014 11:05:50AM - Executing actions 418F5069-93FF-49F4-9736-3CA15D291246 - Welcome Screen - After Pane is Displayed
    02/24/2014 11:05:50AM - Executing action 6023BE53-2443-47AC-9910-C763F74E9EAF - Execute Autotest Actions
    02/24/2014 11:05:50AM - Checking conditions for FC68067F-6565-40CC-B12D-08C277FF208E - Autotest Actions - Before Action is Executed
    02/24/2014 11:05:50AM - Checking condition 6DEE1DBA-BA5E-4BF1-97D8-AD559FF087A3 - Command Line Test Condition
    02/24/2014 11:05:50AM - Checking to see if test was passed on the command line
    02/24/2014 11:05:50AM - Condition failed
    02/24/2014 11:05:50AM - Skipping action group 6023BE53-2443-47AC-9910-C763F74E9EAF - Execute Autotest Actions - conditions failed
    02/24/2014 11:05:53AM - Executing actions 418F5069-93FF-49F4-9736-3CA15D291246 - Welcome Screen - Before Pane is Cancelled
    02/24/2014 11:05:54AM - Executing actions 418F5069-93FF-49F4-9736-3CA15D291246 - Welcome Screen - After Pane is Cancelled
    02/24/2014 11:05:54AM - Executing actions B3E918A1-A86B-45CC-8C8F-2C29514A306A - Cancel Actions
    02/24/2014 11:05:54AM - Executing action DBCDFD10-FD09-4C4F-8096-5A664C54E12B - Rollback
    02/24/2014 11:05:54AM - Installation Cancelled. Performing rollback...
    02/24/2014 11:05:54AM - Rollback complete
    

  • Success!

    I changed User Access Control (UAC) to "Never Notify", rebooted, and re-installed into c:\ti. It works! Yay!

  • Turns out I also did something else besides disabling UAC. I also unchecked all the components it discovered in the c:\ti directory when it first booted up. It may be that CCSv4 doesn't like the CCSv5 RTSC components.

    Strange.

  • Hi Eddie, 

    As you discovered CCS ships its own version of JRE, which it uses. It does not depend on system JRE nor other CCS versions JRE. 

    One possibility may have been with write permissions. When RTSC products are discovered, they get registered with CCS. This process needs write permissions to installation directory to be able to make that "registration". CCSv4.x is based on a relatively old version of eclipse when user account permissions on windows was not use much.  CCS v5.x is a little bit better as it is using newer version of Eclipse.

    Martin

  • Hi Martin,

    I understand CCS ships its own version of JRE. This means no matter what other JRE versions exist on the computer, CCS uses it own.

    My question how I can change the JRE version of CCS5.5?

    Regards

    Hatem