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.

Abort and Error Message when debbuging CCS v4.2.5.00005

I use the TMX320F28069PZA on a board.

Even if I use an Example from TI I get an Error Message. What can I do?

 

 

 

  • Hello,

    could you please provide a bit further detail?

    - what CCS version are you using?  What OS?

    - what device support did you install with CCS?

    - is this a fresh installation? Or a new problem ?  Have you been using CCS successfully?

    - could you double check that the microsoft visual C 2005 redistributable package is installed in the case of windows (you can search for vcredist*.*) and in the case you use LInux, that all dependencies and require supporting packages are installed?

    Best Regards,
    Lisa

  • Hi,

    This error is usually a Java Virtual Machine crash, and several reasons can cause it. In these cases we usually start following the procedure listed in the sections General IDE and Debugger of the CCS Troubleshooting page below.

    http://processors.wiki.ti.com/index.php/Troubleshooting_CCSv4

    This procedure usually is very helpful to overcome these issues.

    Regards,

    Rafael

  • I tried everything what is said on the Troubleshooting Page, but nothing helps, when debugging ccsv4 aborts.

  • I use the Code Composer Studio Version: 4.2.5.00005 . Windows XP Service Pack 3

    I have been using the same projects succesfully 5 days before.

    the file vcredist*.* i could find in the programs folder: Texas Instruments

    If it helps i have the error log from ccs in the attachement.

     

    !SESSION 2012-06-01 08:21:56.890 -----------------------------------------------
    eclipse.buildId=4.2.5.00005
    java.version=1.5.0_14
    java.vendor=Sun Microsystems Inc.
    BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=de_DE
    Command-line arguments:  -os win32 -ws win32 -arch x86
    
    !ENTRY org.eclipse.debug.core 4 120 2012-06-01 08:22:03.312
    !MESSAGE Error logged from Debug Core: 
    !STACK 1
    org.eclipse.core.internal.resources.ResourceException: Resource is out of sync with the file system: /Lab2/.launches/Lab2.launch.
    	at org.eclipse.core.internal.localstore.FileSystemResourceManager.read(FileSystemResourceManager.java:606)
    	at org.eclipse.core.internal.resources.File.getContents(File.java:290)
    	at org.eclipse.core.internal.resources.File.getContents(File.java:279)
    	at org.eclipse.debug.internal.core.LaunchManager.getInfo(LaunchManager.java:1158)
    	at org.eclipse.debug.internal.core.LaunchConfiguration.getInfo(LaunchConfiguration.java:374)
    	at org.eclipse.debug.internal.core.LaunchConfiguration.getType(LaunchConfiguration.java:505)
    	at org.eclipse.debug.internal.core.LaunchManager.isValid(LaunchManager.java:1702)
    	at org.eclipse.debug.internal.core.LaunchManager.verifyConfigurations(LaunchManager.java:2023)
    	at org.eclipse.debug.internal.core.LaunchManager.getAllLaunchConfigurations(LaunchManager.java:928)
    	at org.eclipse.debug.internal.core.LaunchManager.getLaunchConfigurations(LaunchManager.java:1208)
    	at com.ti.ccstudio.debug.ui.legacy.LaunchConfigurationMigrator.run(LaunchConfigurationMigrator.java:47)
    	at com.ti.ccstudio.debug.ui.CCEDebugUIPlugin.start(CCEDebugUIPlugin.java:50)
    	at org.eclipse.osgi.framework.internal.core.BundleContextImpl$2.run(BundleContextImpl.java:995)
    	at java.security.AccessController.doPrivileged(Native Method)
    	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.startActivator(BundleContextImpl.java:989)
    	at org.eclipse.osgi.framework.internal.core.BundleContextImpl.start(BundleContextImpl.java:970)
    	at org.eclipse.osgi.framework.internal.core.BundleHost.startWorker(BundleHost.java:317)
    	at org.eclipse.osgi.framework.internal.core.AbstractBundle.start(AbstractBundle.java:256)
    	at org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter.preFindLocalClass(EclipseLazyStarter.java:86)
    	at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:409)
    	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:188)
    	at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:339)
    	at org.eclipse.osgi.framework.internal.core.SingleSourcePackage.loadClass(SingleSourcePackage.java:37)
    	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:388)
    	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:352)
    	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
    	at java.lang.ClassLoader.loadClass(Unknown Source)
    	at java.lang.ClassLoader.loadClassInternal(Unknown Source)
    	at java.lang.ClassLoader.defineClass1(Native Method)
    	at java.lang.ClassLoader.defineClass(Unknown Source)
    	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.defineClass(DefaultClassLoader.java:160)
    	at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.defineClass(ClasspathManager.java:498)
    	at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findClassImpl(ClasspathManager.java:468)
    	at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClassImpl(ClasspathManager.java:427)
    	at org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLocalClass(ClasspathManager.java:410)
    	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.findLocalClass(DefaultClassLoader.java:188)
    	at org.eclipse.osgi.framework.internal.core.BundleLoader.findLocalClass(BundleLoader.java:339)
    	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:391)
    	at org.eclipse.osgi.framework.internal.core.BundleLoader.findClass(BundleLoader.java:352)
    	at org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loadClass(DefaultClassLoader.java:83)
    	at java.lang.ClassLoader.loadClass(Unknown Source)
    	at org.eclipse.osgi.framework.internal.core.BundleLoader.loadClass(BundleLoader.java:276)
    	at org.eclipse.osgi.framework.internal.core.BundleHost.loadClass(BundleHost.java:227)
    	at org.eclipse.osgi.framework.internal.core.AbstractBundle.loadClass(AbstractBundle.java:1245)
    	at org.eclipse.core.internal.registry.osgi.RegistryStrategyOSGI.createExecutableExtension(RegistryStrategyOSGI.java:147)
    	at org.eclipse.core.internal.registry.ExtensionRegistry.createExecutableExtension(ExtensionRegistry.java:759)
    	at org.eclipse.core.internal.registry.ConfigurationElement.createExecutableExtension(ConfigurationElement.java:243)
    	at org.eclipse.core.internal.registry.ConfigurationElementHandle.createExecutableExtension(ConfigurationElementHandle.java:51)
    	at org.eclipse.ui.internal.WorkbenchPlugin$1.run(WorkbenchPlugin.java:242)
    	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
    	at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:238)
    	at org.eclipse.ui.internal.PluginAction.createDelegate(PluginAction.java:120)
    	at org.eclipse.ui.internal.PluginAction.selectionChanged(PluginAction.java:278)
    	at org.eclipse.ui.internal.WWinPluginAction.refreshSelection(WWinPluginAction.java:275)
    	at org.eclipse.ui.internal.WWinPluginAction.<init>(WWinPluginAction.java:121)
    	at org.eclipse.ui.internal.WWinPluginPulldown.<init>(WWinPluginPulldown.java:188)
    	at org.eclipse.ui.internal.ActionDescriptor.createAction(ActionDescriptor.java:263)
    	at org.eclipse.ui.internal.ActionDescriptor.<init>(ActionDescriptor.java:170)
    	at org.eclipse.ui.internal.PluginActionSetBuilder.createActionDescriptor(PluginActionSetBuilder.java:129)
    	at org.eclipse.ui.internal.PluginActionBuilder.readElement(PluginActionBuilder.java:158)
    	at org.eclipse.ui.internal.registry.RegistryReader.readElements(RegistryReader.java:138)
    	at org.eclipse.ui.internal.registry.RegistryReader.readElementChildren(RegistryReader.java:127)
    	at org.eclipse.ui.internal.PluginActionBuilder.readElement(PluginActionBuilder.java:141)
    	at org.eclipse.ui.internal.registry.RegistryReader.readElements(RegistryReader.java:138)
    	at org.eclipse.ui.internal.PluginActionSetBuilder.readActionExtensions(PluginActionSetBuilder.java:259)
    	at org.eclipse.ui.internal.PluginActionSetBuilder.processActionSets(PluginActionSetBuilder.java:221)
    	at org.eclipse.ui.internal.ActionPresentation.setActionSets(ActionPresentation.java:187)
    	at org.eclipse.ui.internal.WorkbenchWindow.updateActionSets(WorkbenchWindow.java:2839)
    	at org.eclipse.ui.internal.WorkbenchWindow$6.run(WorkbenchWindow.java:2649)
    	at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70)
    	at org.eclipse.ui.internal.WorkbenchWindow.setActivePage(WorkbenchWindow.java:2610)
    	at org.eclipse.ui.internal.WorkbenchWindow.busyOpenPage(WorkbenchWindow.java:658)
    	at org.eclipse.ui.internal.Workbench.busyOpenWorkbenchWindow(Workbench.java:795)
    	at org.eclipse.ui.internal.Workbench.doOpenFirstTimeWindow(Workbench.java:1437)
    	at org.eclipse.ui.internal.Workbench.access$10(Workbench.java:1435)
    	at org.eclipse.ui.internal.Workbench$16.run(Workbench.java:1399)
    	at org.eclipse.ui.internal.Workbench.runStartupWithProgress(Workbench.java:1421)
    	at org.eclipse.ui.internal.Workbench.openFirstTimeWindow(Workbench.java:1397)
    	at org.eclipse.ui.internal.WorkbenchConfigurer.openFirstTimeWindow(WorkbenchConfigurer.java:190)
    	at org.eclipse.ui.application.WorkbenchAdvisor.openWindows(WorkbenchAdvisor.java:708)
    	at org.eclipse.ui.internal.Workbench.init(Workbench.java:1085)
    	at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1847)
    	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)
    !SUBENTRY 1 org.eclipse.core.resources 4 274 2012-06-01 08:22:03.312
    !MESSAGE Resource is out of sync with the file system: /Lab2/.launches/Lab2.launch.
     

     

  • Hi,

    please try running that vcredist*.exe to reinstall it.  Also have you tried a fresh workspace?  The error log indicates something to do with files being out of sync ...


    Best Regards,

    Lisa

  • Thank you for all hints, I descided to reinstall CCSv4.2 and no it goes.

  • After the reinstall I have updatet CCSv4.2 and I've got this message:

      

     

    What shall I do? 

  • Hi,

    it would be a good idea to follow the advice and make sure you are using the latest version of the various tools.  You can get them through the Install new software path as indicated in the message.

    If you have problems finding some of them, feel free to let us know but you should be able to get the required version of these tools in this manner.

    Best Regards,
    Lisa

  • But the problem ist that, if I follow the update the software indicates duplicates of the files and says that the software could be demaged if I install.

    PS: Do you write German too?

  • Hello,

    you can safely ignore these warnings.   Und ja, ich kann Deutsch, obwohl ich bin eigentlich keine Deutsche.

    Mit freundlichen Gruessen/Best Regards,

    Lisa

  • Vielen Dank, das werde ich tun!