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 fail to load, !MESSAGE Job found still running after platform shutdown.

Other Parts Discussed in Thread: CCSTUDIO

Hi,

I'm having the same symptoms as seen by Stefan in this post. It sounds like my PC setup is similar to Stefan's - 64-bit Win7 with SP1. The CCS is CCS 5-1. I've been using the CCS with a 5636 and a 6638 without problem.

When CCS opens, the message:


An error has occurred. See the log file
C:\STO2_USB_Workspace\.metadata\.log

appears while the initial splash screen is displayed, but before the status messages bein appearing. The last entries in the log show:

!MESSAGE Job found still running after platform shutdown.  Jobs should be canceled by the plugin that scheduled them during shutdown: org.eclipse.ui.internal.ide.IDEWorkbenchActivityHelper$4

The complete log file as a .txt is attached at the end of this post.

I've been trying to debug a USB enumeration problem using the examples in the USB Developer's Package and thought I'd try the identical example programs with an MSP-EXP430F5529 USB experimenters board. The idea is to run identical USB example programs on the 5529 and 6638 and see if the device would enumerate.

The 5529 development board came up enumerated with the echo back Demo App (the mouse demo and storage demo didn't work, but I don't need them so ignored the problems.

All is great at this point. So, I decided to try and compile the MSP-EXP430F5529 User Experience code to make sure everything checked out.  I got a clean compile/build and exited CCS. When I restarted CCS, the load failure started.

The post referenced above suggests to re-run  "\baserepo\vcredist_x86_2005.exe" executable that is part of CCS install image to re-install the C++ runtime lib. That didn't work. I uninstalled the recent C++ runtime libs, including the "Microsoft Visual C++ 2005 Redistributable - KB2467175"  in Stefan's post. No luck.

I checked the CSS wiki for troubleshooting tips and it suggested deleting .metadata - no luck again.

I also tried opening the workspace on my laptop and the same problem occurred. I tried the same fix without success.

I sure would appreciate it if someone could take a look at the log and suggest a fix.

Doug

6758.CCS_log.txt




  • Slight update, still unsuccessful.

    The CCS Wiki also suggested starting eclipse.exe with a -clean option for CCS v4. I'm running CCsv5 and the program shortcut starts ~/\ccsv5\eclipse\ccstudio.exe instead. To cover all bases, I tried both with the -clean option. CCS got a little farther, displaying some of the text status messages. But, same final result.

    Doug

    Edit: I finally gave up and uninstalled and reinstalled CCS5. Works fine now.