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/TMS320C6678: DSS - gogo: InterruptedException: sleep interrupted

Part Number: TMS320C6678

Tool/software: Code Composer Studio

Using CCS Version: 6.1.2.00015

In automating our build and test process, I've run into the following exception recently running DSS:

00:07:39.691 C:\correct\address\here>cmd /c "C:\ti\ccsv6\ccs_base\scripting\bin\dss" RunTest.js
00:07:40.486 gogo: InterruptedException: sleep interrupted
00:07:40.486 java.lang.InterruptedException: sleep interrupted
00:07:40.486 at java.lang.Thread.sleep(Native Method)
00:07:40.486 at org.apache.felix.gogo.shell.Activator.run(Activator.java:72)
00:07:40.486 at java.lang.Thread.run(Unknown Source)

RunTest.js had been working for several months, with no changes to it.  I also use the shell to import & run headless builds without issue.

 After the error, to rule out a problem in the .js, I commented the entire script out, introduced syntax errors - all with the same result.  Exception happened before the

.js could execute.  I wondered if an update broke it, so I restored to a previous point, to no avail.  Any thoughts to a solution would be helpful.

Thanks!

Justin

  • Justin,

    I can't precisely tell how the issue simply started to happen in your system, given the existing reports either came inconclusive or were pure user error (syntax). However, since in your case the .js does not even start running I suspect the CCS got corrupted.

    Just FYI, there is a reported issue on the baseline Eclipse, and the bug below that was reported years ago was fixed in latest releases.

    bugs.eclipse.org/.../show_bug.cgi

    Therefore, I suspect the only definitive solution is to either reinstall CCS completely or update it, which will use an updated Eclipse version.

    Regards,
    Rafael
  • Can I just update the DSS - or does it have to be the entire CCS? Also, with Eclipse's change being committed recently on 2017-10-04 02:59:44 EDT, will you have incorporated this into your CCS package yet?
  • Justin,

    No, unfortunately DSS is a fundamental part of CCS. You can, however, install different versions (even the same version twice) in different directories and, if using separate workspaces - they coexist without problems.

    I completely missed the commit date. You raise a good point regarding the fix. I don't think we will pick up this change in the immediately next release.

    Regardless of all this, I would still try to either install the same version in a different path or install a newer release - maybe it is something tied to the current install.

    Hope this helps,
    Rafael