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.

Error while launching target configuration. CCSv4

Other Parts Discussed in Thread: CCSTUDIO

 

I get error while launching target configuration for a complex Multiprocessor device. It fails consistently at the same place, while initiazing the CortexA8 device, though it seemed to be working a few days ago.

 

Please see below the error report.

 

Would appreciate your help.

Thanks,

Varada

TI (DSP C6000 group).

 

eclipse.buildId=4.2.0.07000

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


Error

Wed Aug 11 16:45:43 CDT 2010

An internal error occurred during 'Initializing Debug Session'.Please see the Error Log for details.


org.eclipse.swt.SWTException: Failed to execute runnable (org.mozilla.xpcom.XPCOMException: The function "disable" returned an error condition  (0x80004005))

at org.eclipse.swt.SWT.error(SWT.java:3374)

at org.eclipse.swt.SWT.error(SWT.java:3297)

at org.eclipse.swt.widgets.Synchronizer.syncExec(Synchronizer.java:178)

at org.eclipse.ui.internal.UISynchronizer.syncExec(UISynchronizer.java:28)

at org.eclipse.swt.widgets.Display.syncExec(Display.java:3763)

at com.ti.ccstudio.debug.core.breakpoint.BreakpointManagerProxy.syncResolveBreakpoint(BreakpointManagerProxy.java:496)

at com.ti.ccstudio.debug.core.breakpoint.BreakpointManagerProxy.<init>(BreakpointManagerProxy.java:113)

at com.ti.ccstudio.debug.core.cdi.model.DeviceTaskProxy.doInitialize(DeviceTaskProxy.java:83)

at com.ti.ccstudio.debug.core.cdi.model.TaskProxy.initialize(TaskProxy.java:534)

at com.ti.ccstudio.debug.core.cdi.model.Thread.<init>(Thread.java:54)

at com.ti.ccstudio.debug.core.cdi.model.DeviceThread.<init>(DeviceThread.java:11)

at com.ti.ccstudio.debug.core.cdi.model.DeviceTarget.<init>(DeviceTarget.java:89)

at com.ti.ccstudio.debug.core.cdi.model.Session.createDeviceTarget(Session.java:730)

at com.ti.ccstudio.debug.core.cdi.model.Session.internalInitializeSession(Session.java:359)

at com.ti.ccstudio.debug.core.cdi.model.Session.initializeSession(Session.java:288)

at com.ti.ccstudio.debug.core.cdi.model.Debugger.createDebuggerSession(Debugger.java:27)

at com.ti.ccstudio.debug.core.launch.BaseCCELaunchDelegate.doLaunch(BaseCCELaunchDelegate.java:321)

at com.ti.ccstudio.debug.core.launch.BaseCCELaunchDelegate.launch(BaseCCELaunchDelegate.java:267)

at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:657)

at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:583)

at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:764)

at org.eclipse.debug.internal.ui.DebugUIPlugin$5.run(DebugUIPlugin.java:837)

at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:113)

Caused by: org.mozilla.xpcom.XPCOMException: The function "disable" returned an error condition  (0x80004005)

at org.mozilla.xpcom.internal.XPCOMJavaProxy.callXPCOMMethod(Native Method)

at org.mozilla.xpcom.internal.XPCOMJavaProxy$3.call(XPCOMJavaProxy.java:242)

at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)

at java.util.concurrent.FutureTask.run(Unknown Source)

at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source)

at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)

at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)