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