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 6.0.0.00190: Cannot install - Error occurred (Error: unexpected token "END" at posi...).



Dear everyone,

I must use CCS Version.6.0.0.00190 because of our job.

Therefore, I tried to install CCS 6.0.0.00190.exe, but I cannot install due to error occurred in installing.

Our colleagues could install this version. Our colleagues and I are using same version OS(Windows7 Pro.[32bit]).

I guess the root cause that I have installed another applications/drivers which our colleagues does not install.

However I cannot found out the root cause because I cannot understand this error means.

The detail of my encountered error is as below.

Could you help and give some advices ?

Best regards,

F.Suzuki

-----8<-----8<-----8<-----

- Error dialog message
    Error: unexpected token "END" at posi...

- Detail log

unexpected token "END" at position 0; expecting VALUE
unexpected token "END" at position 0; expecting VALUE
    while executing
"unexpected $tokenCursor "END" "VALUE""
    (procedure "parseValue" line 5)
    invoked from within
"parseValue $tokens $nrTokens tokenCursor"
    (procedure "json::json2dict" line 7)
    invoked from within
"json::json2dict $appsData"
    (object "::jsonReader0" method "::JsonReader::parse" body line 11)
    invoked from within
"parse $m_filename m_container"
    while constructing object "::jsonReader0" in ::JsonReader::constructor (body line 6)
    invoked from within
"JsonReader ::#auto $jsonfile"
    while constructing object "::appsJson0" in ::AppsJson::constructor (body line 47)
    invoked from within
"AppsJson ::#auto [[ProgramArgs::instance] override-apps-url]"
    (procedure "::AppsJson::instance" body line 4)
    invoked from within
"AppsJson::instance"
    (object "::iSAPane0" method "::ISAPane::getSelectedApps" body line 3)
    invoked from within
"getSelectedApps"
    (object "::iSAPane0" method "::ISAPane::getNextStatus" body line 11)
    invoked from within
"getNextStatus $numRootsSelected"
    (object "::iSAPane0" method "::BaseTreePane::setNext" body line 3)
    invoked from within
"setNext $numRootsSelected"
    (object "::iSAPane0" method "::BaseTreePane::calculate" body line 30)
    invoked from within
"calculate"
    (object "::iSAPane0" method "::BaseTreePane::step" body line 4)
    invoked from within
"::iSAPane0 step"
    (command bound to event)

  • It looks like the app center information file is being corrupted when it's downloaded. Could you please do the following:

    Open a cmd prompt as admin

    Run the installer from the command line with the following parameters:

    <ccsinstaller.exe> --override-apps-url ""

    Please note there are 2 dashes before override and empty double quotes at the end.

    Danish

  • Danish-san, Thank you for your help. I tried again to install according to your advice, it works correctly! Thank you so much for your precious advice. I really appreciate it. F.Suzuki