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 5.1 problems after upgrading from 5.0

Other Parts Discussed in Thread: CCSTUDIO

Only my Ubuntu 10.04 64-bit system I have run into some serious problems moving from code composer 5.0.2 to 5.1. I uninstalled CCS5.0.2 before doing a complete install from the 5.1 standalone installer. I have attached the install log.

The installation seemed to be successful but I ran into problems when I tried importing projects into my workspace. These projects were created by another developer who is already running CCS5.1. The projects appear in my workspace but numerous errors appear in the eclipse error log. The projects don't build and when I open the project properties a java.lang.NullPointerException message pops up. In the project properties window I see the message "Orphaned configuration. No base extension cfg exists for com.ti.ccstudio.buildDefinitions.C6000.Debug.594171280".

Next I tried to create a new project from scratch but didn't get very far at all. I can create a new generic project but not a CCS project. When I select Project->New CCS Project nothing happens except an error gets added to the error log. Here's the error log entry when that happens:

eclipse.buildId=I20110613-1736
java.version=1.6.0_13
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_CA
Framework arguments:  -product com.ti.ccstudio.branding.product
Command-line arguments:  -os linux -ws gtk -arch x86 -product com.ti.ccstudio.branding.product -clean

Error
Thu Feb 02 14:35:30 EST 2012
Unhandled event loop exception

java.lang.NullPointerException
    at com.ti.common.project.ui.wizards.ProjectTemplatesPage.updatePage(ProjectTemplatesPage.java:311)
    at com.ti.common.project.ui.wizards.ProjectTemplatesPage.setVisible(ProjectTemplatesPage.java:289)
    at com.ti.common.project.ui.internal.wizards.project.ProjectSettingsPage.setVisible(ProjectSettingsPage.java:511)
    at org.eclipse.jface.wizard.WizardDialog.showStartingPage(WizardDialog.java:1287)
    at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:610)
    at org.eclipse.jface.window.Window.create(Window.java:431)
    at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1089)
    at org.eclipse.ui.internal.navigator.wizards.WizardShortcutAction.run(WizardShortcutAction.java:95)
    at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:584)
    at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:501)
    at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:411)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1258)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3588)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3209)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2696)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2660)
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2494)
    at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:674)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:667)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:123)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:344)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
    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.equinox.launcher.Main.invokeFramework(Main.java:622)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:577)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1410)


I will also attach the log file that includes this error as well as other errors that happened when I tried importing the existing project. I'm not familiar with eclipse but it seems like maybe something is wrong with the way the com.ti plugins are installed. Could it be related to the previous install of CCS 5.0.2?

Thanks,

Jamie