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.

Code Composer Studio version 4 (CCS4) hangs when opening an existing CCS Eclipse project

Other Parts Discussed in Thread: CODECOMPOSER, CCSTUDIO

I installed Code Composer Studio version 4.2.4 on Windows XP professional. When I try to import an existing CCS4 project, e.g. from TI example code, CCS4 hangs right before opening the "Select Existing CCS Eclipse Project" dialog. The dialog does not appear on screen. CCS hangs and the only way to stop it is to force close it. On the force close dialog the message is "You chose to end the nonresponsive program, javaw.exe". See screenshots below for the Eclipse diagnostics message, as well.   

Uninstalling and reinstalling   CCS4 did not help. On another XP machine the same CCS4 installer produced a CodeComposer that did not had this problem.  It looks like there is a setting on the problematic machine that gets in the way, when importing an existing CCS4/Eclipse project. Any idea what that setting might be? Are there any alternatives to opening an existing project? By the way, the faulty behavior exists for both menu options

  • File /Import/CCS/Existing CCS/CCE Eclipse Projects and
  • Project/Import Existing CCS/CCE Eclipse Project

On the other hand opening a legacy CCS 3 project brings up the open project dialog without a problem; opening an individual file works too. 

Any ideas how this can be fixed?

Thanks in advance.

  • From where was this version of CCS 4.2.4 installed? Did you download it from the CCS wiki or was it from a CD? Did you install this version directly or install an earlier version and then update to 4.2.4 via Update Manager?

    Are you able to create a new CCS project ok, add files to it and build it?

    Have you tried importing different projects and does it crash every time independent of the project?

    I would first suggest cleaning your workspace or trying the import in a new workspace as mentioned in the "General IDE" section of the troubleshooting guide: http://processors.wiki.ti.com/index.php/Troubleshooting_CCS

    If that doesn't help, please provide the diagnostic logs as described here: http://processors.wiki.ti.com/index.php/Troubleshooting_CCS#CCS_Diagnostic_Logs. The most useful ones in this case are likely the JVM Error logs and crash dump files.

  • Several installations have been tried -- all with the same (bad) result:

    • CCS4 DVD that came with a Concerto Experimenter Kit
    • CCS4 Download from "my.ty" -- this is a purchased microcontroller version

    I tried different workspace locations - no change.

    I have not tried creating a new project. 

    All attempts to import an existing CCS4 project fail, since the IDE does not get as far as to show the project import dialog -- so nothing can be imported. As mentioned in the previous post after such an attempt CCS4 hangs (it is unresponsive from that point on). 

    Getting the logs via  'Help->CCS Support Activities' did not work -- no dialog appeared on screen after choosing that menu option; however, CCS did not hang.

    I found a log file under the '.metadata' directory in my workspace directory and it contains some error. It is attached to this post (had to rename it from '.log' to 'log.txt' for the uploader to accept it. Its contents are pasted here, as well.

    Regards,

    -RGB

    UPDATE 1:

    The entries in the log below are generated, when 'Help/CCS Support Activities' menu option is chosen. The hanging which happens when importing an existing CCS project does not add to this log.

    -RGB  

    UPDATE 2:

    The Creating a new project leads to a similar result. Clicking "Next" on the "New CCS Project" dialog freezes the IDE (screenshot attached). 

    and the corresponding Eclipse error screen:

    LOG FILE (.log) BEGINS ============:

     

    !SESSION 2011-10-04 14:54:59.287 -----------------------------------------------

    eclipse.buildId=4.2.4.00033

    java.version=1.5.0_14

    java.vendor=Sun Microsystems Inc.

    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US

    Command-line arguments:  -os win32 -ws win32 -arch x86

     

    !ENTRY org.eclipse.ui 4 4 2011-10-04 14:55:12.379

    !MESSAGE Unhandled event loop exception

     

    !ENTRY org.eclipse.ui 4 0 2011-10-04 14:55:12.379

    !MESSAGE Could not createInstance(@ti.com/DSLogger1;1,{88de5d06-9f14-4628-bc1c-9cef687a039e})Java/XPCOM bridge: exception while executing submit() with parameterorg.mozilla.xpcom.internal.XPCOMJavaProxy$3@43fb68.

    org.mozilla.xpcom.XPCOMException: The function "createInstanceByContractID" returned an error condition  (0x80040154)  (0x80004005)  (0x80004005)

    !STACK 0

    org.mozilla.xpcom.XPCOMException: Could not createInstance(@ti.com/DSLogger1;1,{88de5d06-9f14-4628-bc1c-9cef687a039e})Java/XPCOM bridge: exception while executing submit() with parameterorg.mozilla.xpcom.internal.XPCOMJavaProxy$3@43fb68.

    org.mozilla.xpcom.XPCOMException: The function "createInstanceByContractID" returned an error condition  (0x80040154)  (0x80004005)  (0x80004005)

    at com.ti.debug.engine.xpcom.Runtime.createComponent(Runtime.java:229)

    at com.ti.logger.impl.DSLogger.<init>(DSLogger.java:29)

    at com.ti.logger.impl.DSLogger.instance(DSLogger.java:46)

    at com.ti.logger.impl.DSLogger.getLoggerConfiguration(DSLogger.java:67)

    at com.ti.ccstudio.ui.support.internal.DebugServerSupportActivity.getLogLocation(DebugServerSupportActivity.java:45)

    at com.ti.ccstudio.ui.support.internal.dialog.SupportDialog.updateActivity(SupportDialog.java:253)

    at com.ti.ccstudio.ui.support.internal.dialog.SupportDialog.insertActivities(SupportDialog.java:271)

    at com.ti.ccstudio.ui.support.internal.dialog.SupportDialog.createDialogArea(SupportDialog.java:186)

    at org.eclipse.jface.dialogs.TitleAreaDialog.createContents(TitleAreaDialog.java:165)

    at org.eclipse.jface.window.Window.create(Window.java:426)

    at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1124)

    at org.eclipse.jface.window.Window.open(Window.java:785)

    at com.ti.ccstudio.ui.actions.SupportActivityActionDelegate.run(SupportActivityActionDelegate.java:35)

    at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:254)

    at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229)

    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539)

    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)

    at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)

    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)

    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)

    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)

    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)

    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)

    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)

    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)

    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:97)

    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)

    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)

    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

    at java.lang.reflect.Method.invoke(Unknown Source)

    at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)

    at org.eclipse.core.launcher.Main.basicRun(Main.java:280)

    at org.eclipse.core.launcher.Main.run(Main.java:996)

    at org.eclipse.core.launcher.Main.main(Main.java:971)

     

    !ENTRY org.eclipse.ui 4 4 2011-10-04 14:55:49.894

    !MESSAGE Unhandled event loop exception

     

    !ENTRY org.eclipse.ui 4 0 2011-10-04 14:55:49.894

    !MESSAGE Could not createInstance(@ti.com/DSLogger1;1,{88de5d06-9f14-4628-bc1c-9cef687a039e})Java/XPCOM bridge: exception while executing submit() with parameterorg.mozilla.xpcom.internal.XPCOMJavaProxy$3@15ee24.

    org.mozilla.xpcom.XPCOMException: The function "createInstanceByContractID" returned an error condition  (0x80040154)  (0x80004005)  (0x80004005)

    !STACK 0

    org.mozilla.xpcom.XPCOMException: Could not createInstance(@ti.com/DSLogger1;1,{88de5d06-9f14-4628-bc1c-9cef687a039e})Java/XPCOM bridge: exception while executing submit() with parameterorg.mozilla.xpcom.internal.XPCOMJavaProxy$3@15ee24.

    org.mozilla.xpcom.XPCOMException: The function "createInstanceByContractID" returned an error condition  (0x80040154)  (0x80004005)  (0x80004005)

    at com.ti.debug.engine.xpcom.Runtime.createComponent(Runtime.java:229)

    at com.ti.logger.impl.DSLogger.<init>(DSLogger.java:29)

    at com.ti.logger.impl.DSLogger.instance(DSLogger.java:46)

    at com.ti.logger.impl.DSLogger.getLoggerConfiguration(DSLogger.java:67)

    at com.ti.ccstudio.ui.support.internal.DebugServerSupportActivity.getLogLocation(DebugServerSupportActivity.java:45)

    at com.ti.ccstudio.ui.support.internal.dialog.SupportDialog.updateActivity(SupportDialog.java:253)

    at com.ti.ccstudio.ui.support.internal.dialog.SupportDialog.insertActivities(SupportDialog.java:271)

    at com.ti.ccstudio.ui.support.internal.dialog.SupportDialog.createDialogArea(SupportDialog.java:186)

    at org.eclipse.jface.dialogs.TitleAreaDialog.createContents(TitleAreaDialog.java:165)

    at org.eclipse.jface.window.Window.create(Window.java:426)

    at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1124)

    at org.eclipse.jface.window.Window.open(Window.java:785)

    at com.ti.ccstudio.ui.actions.SupportActivityActionDelegate.run(SupportActivityActionDelegate.java:35)

    at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:254)

    at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229)

    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539)

    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)

    at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)

    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)

    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)

    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)

    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)

    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)

    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)

    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)

    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:97)

    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)

    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)

    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

    at java.lang.reflect.Method.invoke(Unknown Source)

    at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)

    at org.eclipse.core.launcher.Main.basicRun(Main.java:280)

    at org.eclipse.core.launcher.Main.run(Main.java:996)

    at org.eclipse.core.launcher.Main.main(Main.java:971)

     

    !ENTRY org.eclipse.ui 4 4 2011-10-04 14:55:55.599

    !MESSAGE Unhandled event loop exception

     

    !ENTRY org.eclipse.ui 4 0 2011-10-04 14:55:55.599

    !MESSAGE Could not createInstance(@ti.com/DSLogger1;1,{88de5d06-9f14-4628-bc1c-9cef687a039e})Java/XPCOM bridge: exception while executing submit() with parameterorg.mozilla.xpcom.internal.XPCOMJavaProxy$3@1c5b2de.

    org.mozilla.xpcom.XPCOMException: The function "createInstanceByContractID" returned an error condition  (0x80040154)  (0x80004005)  (0x80004005)

    !STACK 0

    org.mozilla.xpcom.XPCOMException: Could not createInstance(@ti.com/DSLogger1;1,{88de5d06-9f14-4628-bc1c-9cef687a039e})Java/XPCOM bridge: exception while executing submit() with parameterorg.mozilla.xpcom.internal.XPCOMJavaProxy$3@1c5b2de.

    org.mozilla.xpcom.XPCOMException: The function "createInstanceByContractID" returned an error condition  (0x80040154)  (0x80004005)  (0x80004005)

    at com.ti.debug.engine.xpcom.Runtime.createComponent(Runtime.java:229)

    at com.ti.logger.impl.DSLogger.<init>(DSLogger.java:29)

    at com.ti.logger.impl.DSLogger.instance(DSLogger.java:46)

    at com.ti.logger.impl.DSLogger.getLoggerConfiguration(DSLogger.java:67)

    at com.ti.ccstudio.ui.support.internal.DebugServerSupportActivity.getLogLocation(DebugServerSupportActivity.java:45)

    at com.ti.ccstudio.ui.support.internal.dialog.SupportDialog.updateActivity(SupportDialog.java:253)

    at com.ti.ccstudio.ui.support.internal.dialog.SupportDialog.insertActivities(SupportDialog.java:271)

    at com.ti.ccstudio.ui.support.internal.dialog.SupportDialog.createDialogArea(SupportDialog.java:186)

    at org.eclipse.jface.dialogs.TitleAreaDialog.createContents(TitleAreaDialog.java:165)

    at org.eclipse.jface.window.Window.create(Window.java:426)

    at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1124)

    at org.eclipse.jface.window.Window.open(Window.java:785)

    at com.ti.ccstudio.ui.actions.SupportActivityActionDelegate.run(SupportActivityActionDelegate.java:35)

    at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:254)

    at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229)

    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539)

    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)

    at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)

    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)

    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)

    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)

    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)

    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)

    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)

    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)

    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:97)

    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)

    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)

    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

    at java.lang.reflect.Method.invoke(Unknown Source)

    at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)

    at org.eclipse.core.launcher.Main.basicRun(Main.java:280)

    at org.eclipse.core.launcher.Main.run(Main.java:996)

    at org.eclipse.core.launcher.Main.main(Main.java:971)

     

    !ENTRY org.eclipse.ui 4 4 2011-10-04 14:56:21.611

    !MESSAGE Unhandled event loop exception

     

    !ENTRY org.eclipse.ui 4 0 2011-10-04 14:56:21.611

    !MESSAGE Could not createInstance(@ti.com/DSLogger1;1,{88de5d06-9f14-4628-bc1c-9cef687a039e})Java/XPCOM bridge: exception while executing submit() with parameterorg.mozilla.xpcom.internal.XPCOMJavaProxy$3@3f1224.

    org.mozilla.xpcom.XPCOMException: The function "createInstanceByContractID" returned an error condition  (0x80040154)  (0x80004005)  (0x80004005)

    !STACK 0

    org.mozilla.xpcom.XPCOMException: Could not createInstance(@ti.com/DSLogger1;1,{88de5d06-9f14-4628-bc1c-9cef687a039e})Java/XPCOM bridge: exception while executing submit() with parameterorg.mozilla.xpcom.internal.XPCOMJavaProxy$3@3f1224.

    org.mozilla.xpcom.XPCOMException: The function "createInstanceByContractID" returned an error condition  (0x80040154)  (0x80004005)  (0x80004005)

    at com.ti.debug.engine.xpcom.Runtime.createComponent(Runtime.java:229)

    at com.ti.logger.impl.DSLogger.<init>(DSLogger.java:29)

    at com.ti.logger.impl.DSLogger.instance(DSLogger.java:46)

    at com.ti.logger.impl.DSLogger.getLoggerConfiguration(DSLogger.java:67)

    at com.ti.ccstudio.ui.support.internal.DebugServerSupportActivity.getLogLocation(DebugServerSupportActivity.java:45)

    at com.ti.ccstudio.ui.support.internal.dialog.SupportDialog.updateActivity(SupportDialog.java:253)

    at com.ti.ccstudio.ui.support.internal.dialog.SupportDialog.insertActivities(SupportDialog.java:271)

    at com.ti.ccstudio.ui.support.internal.dialog.SupportDialog.createDialogArea(SupportDialog.java:186)

    at org.eclipse.jface.dialogs.TitleAreaDialog.createContents(TitleAreaDialog.java:165)

    at org.eclipse.jface.window.Window.create(Window.java:426)

    at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1124)

    at org.eclipse.jface.window.Window.open(Window.java:785)

    at com.ti.ccstudio.ui.actions.SupportActivityActionDelegate.run(SupportActivityActionDelegate.java:35)

    at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:254)

    at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229)

    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:539)

    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:488)

    at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:400)

    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)

    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1003)

    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3823)

    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3422)

    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1914)

    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1878)

    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:419)

    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)

    at org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:97)

    at org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.java:78)

    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:92)

    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:68)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:400)

    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:177)

    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)

    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

    at java.lang.reflect.Method.invoke(Unknown Source)

    at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336)

    at org.eclipse.core.launcher.Main.basicRun(Main.java:280)

    at org.eclipse.core.launcher.Main.run(Main.java:996)

    at org.eclipse.core.launcher.Main.main(Main.java:971)

    LOG FILE (.log) ENDS ============

     

     

     

    7612.log.txt
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    !SESSION 2011-10-04 14:54:59.287 -----------------------------------------------
    eclipse.buildId=4.2.4.00033
    java.version=1.5.0_14
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments: -os win32 -ws win32 -arch x86
    !ENTRY org.eclipse.ui 4 4 2011-10-04 14:55:12.379
    !MESSAGE Unhandled event loop exception
    !ENTRY org.eclipse.ui 4 0 2011-10-04 14:55:12.379
    !MESSAGE Could not createInstance(@ti.com/DSLogger1;1,{88de5d06-9f14-4628-bc1c-9cef687a039e})Java/XPCOM bridge: exception while executing submit() with parameterorg.mozilla.xpcom.internal.XPCOMJavaProxy$3@43fb68.
    org.mozilla.xpcom.XPCOMException: The function "createInstanceByContractID" returned an error condition (0x80040154) (0x80004005) (0x80004005)
    !STACK 0
    org.mozilla.xpcom.XPCOMException: Could not createInstance(@ti.com/DSLogger1;1,{88de5d06-9f14-4628-bc1c-9cef687a039e})Java/XPCOM bridge: exception while executing submit() with parameterorg.mozilla.xpcom.internal.XPCOMJavaProxy$3@43fb68.
    org.mozilla.xpcom.XPCOMException: The function "createInstanceByContractID" returned an error condition (0x80040154) (0x80004005) (0x80004005)
    at com.ti.debug.engine.xpcom.Runtime.createComponent(Runtime.java:229)
    at com.ti.logger.impl.DSLogger.<init>(DSLogger.java:29)
    at com.ti.logger.impl.DSLogger.instance(DSLogger.java:46)
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
    d a log 

  • Thanks for the additional details. Even if you are not able to open the menu Help->CCS Support Activities, you can still locate the log files manually and zip them up and attach here. The main ones we are looking for are the JVM error logs and crash dump files. The location to find them in your installation is mentioned in this page: http://processors.wiki.ti.com/index.php/Troubleshooting_CCS#CCS_Diagnostic_Logs

     

  • Thanks for the follow up. 

    I have attached the JVM error log in the previous post. Here is a new one at the bottom of this message. However, my observation is that the JVM .log file does not get updated when the "import existing CCS project" crash happens. There is no TI crash dump file in the crash dump location: C:\Documents and Settings\<user>\Local Settings\Application Data\.TI\2067366409\0\dmp. This directory is empty. 

    Here is another experiment, which might give you some clues. I copied the workspace from the "working" machine, where several projects have been imported successfully, to the failing machine. Now, when CCS4 starts on the failing machine it loads that workspace (firmware and install directories are the same on both machines). Now, I am getting the CCS crash behavior as soon as I click on a project in the workspace. This is reflected in the attached JVM error log -- this is the renamed error ".log" file found under "workspace/.metadata". It looks like there is a setting on the machine that prevents CCS4 from working with its project files.

    Let me know if I can get you anymore diagnostics data. 

    Regards,

    RGB

     

    6562.log.txt
    Fullscreen
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    !SESSION 2011-10-04 07:42:35.765 -----------------------------------------------
    eclipse.buildId=4.2.4.00033
    java.version=1.5.0_14
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
    Command-line arguments: -os win32 -ws win32 -arch x86
    !ENTRY com.ti.ccstudio.debug.ui 4 0 2011-10-04 19:51:41.968
    !MESSAGE Target Status: IP_TAP_CNTL_-16 is null.
    !ENTRY com.ti.ccstudio.debug.ui 4 0 2011-10-04 19:51:41.968
    !MESSAGE Target Status: IP_TAP_CNTL_-16 is null.
    !ENTRY com.ti.ccstudio.debug.ui 4 0 2011-10-04 19:51:41.968
    !MESSAGE Target Status: IP_TAP_CNTL_-16 is null.
    !ENTRY com.ti.ccstudio.debug.ui 4 0 2011-10-04 19:51:41.968
    !MESSAGE Target Status: IP_TAP_CNTL_-16 is null.
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX