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.

MSPM0G1106: CCS Theia Error Opening Project Folder

Part Number: MSPM0G1106


Tool/software:

CCS Theia generates some strange error log when attempting to open an existing c project folder.  

   

After the error message, CCS Theia gets stuck Initializing forever.  

I have restarted the computer, attempted to reinstall CCS Theia, as well as uninstall CCS (which I thought might have caused the interference).  I have also tried clearing the cache in AppData, but nothing seems to be working.

The project was originally generated on a Windows 10 machine on CCS Theia before the forced upgrade to Windows 11.

The same error keeps coming up over and over every time I try to open this specific file.  Here is the error log.

!SESSION 2025-08-23 16:27:23.436 -----------------------------------------------
eclipse.buildId=unknown
java.version=17.0.2
java.vendor=Eclipse Adoptium
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments:  -application com.ti.ccs.server.start -pluginCustomization C:\ti\ccstheia100\ccs\eclipse\ccs.preferences.ini -ccs.socketPath \\.\pipe\6d1cba0ccd4e2c7285f7fe9f55d94379.sock -ccs.workspaceFolderPaths d:\source\project-repos\Meadowlark\Technical\Projects\Product\WM7\Programs\WM7_Firmware\WS7_Firmware -ccs.defaultImportDestinationPath d:\source\project-repos\Meadowlark\Technical\Projects\Product\WM7\Programs\WM7_Firmware\WS7_Firmware -ccs.buildSecurityPolicy level:desktop
Command-line arguments:  -os win32 -ws win32 -arch x86_64 -application com.ti.ccs.server.start -pluginCustomization C:\ti\ccstheia100\ccs\eclipse\ccs.preferences.ini -data C:\Users\damon\AppData\Local\Texas Instruments\CCS\.ccs-server\workspaces\6d1cba0ccd4e2c7285f7fe9f55d94379 -ccs.socketPath \\.\pipe\6d1cba0ccd4e2c7285f7fe9f55d94379.sock -ccs.workspaceFolderPaths d:\source\project-repos\Meadowlark\Technical\Projects\Product\WM7\Programs\WM7_Firmware\WS7_Firmware -ccs.defaultImportDestinationPath d:\source\project-repos\Meadowlark\Technical\Projects\Product\WM7\Programs\WM7_Firmware\WS7_Firmware -ccs.buildSecurityPolicy level:desktop

!ENTRY com.ti.ccs.core 1 0 2025-08-23 16:27:23.873
!MESSAGE [ccs.trace] CCSServer> IDE session in progress: a9353d8c-8d61-4933-ac99-a44a3d99a655

!ENTRY org.eclipse.osgi 4 0 2025-08-23 16:27:25.347
!MESSAGE Application error
!STACK 1
java.util.NoSuchElementException
	at java.base/java.util.LinkedHashMap$LinkedHashIterator.nextNode(Unknown Source)
	at java.base/java.util.LinkedHashMap$LinkedKeyIterator.next(Unknown Source)
	at com.ti.ccs.server.core.WorkspaceSynchronizer.initialize(WorkspaceSynchronizer.java:281)
	at com.ti.ccs.server.CCSServer.startUp(CCSServer.java:399)
	at com.ti.ccs.server.CCSServer.start(CCSServer.java:286)
	at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
	at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
	at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
!SESSION 2025-08-23 16:37:03.709 -----------------------------------------------
eclipse.buildId=unknown
java.version=17.0.2
java.vendor=Eclipse Adoptium
BootLoader constants: OS=win32, ARCH=x86_64, WS=win32, NL=en_US
Framework arguments:  -application com.ti.ccs.server.start -pluginCustomization C:\ti\ccstheia100\ccs\eclipse\ccs.preferences.ini -ccs.socketPath \\.\pipe\6d1cba0ccd4e2c7285f7fe9f55d94379.sock -ccs.workspaceFolderPaths d:\source\project-repos\Meadowlark\Technical\Projects\Product\WM7\Programs\WM7_Firmware\WS7_Firmware -ccs.defaultImportDestinationPath d:\source\project-repos\Meadowlark\Technical\Projects\Product\WM7\Programs\WM7_Firmware\WS7_Firmware -ccs.buildSecurityPolicy level:desktop
Command-line arguments:  -os win32 -ws win32 -arch x86_64 -application com.ti.ccs.server.start -pluginCustomization C:\ti\ccstheia100\ccs\eclipse\ccs.preferences.ini -data C:\Users\damon\AppData\Local\Texas Instruments\CCS\.ccs-server\workspaces\6d1cba0ccd4e2c7285f7fe9f55d94379 -ccs.socketPath \\.\pipe\6d1cba0ccd4e2c7285f7fe9f55d94379.sock -ccs.workspaceFolderPaths d:\source\project-repos\Meadowlark\Technical\Projects\Product\WM7\Programs\WM7_Firmware\WS7_Firmware -ccs.defaultImportDestinationPath d:\source\project-repos\Meadowlark\Technical\Projects\Product\WM7\Programs\WM7_Firmware\WS7_Firmware -ccs.buildSecurityPolicy level:desktop


Thank you for your help.  

 - Damon

  • So, I ended up abandoning CSS-Theia and reinstalled CSS, and for some reason that seemed to work. Not sure why this didn't work the first time.  I'm not sure why these projects are not cross-compatible between the different IDEs.  Seems like they're all just reskinned editors with a few different prompts using the same underlying modules and SDK.  Either way, the issue seems to have magically fixed itself.