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.

Got one error when load TDF file with CCS v5.3

Hi,

One exception is found and blocks to load TDF file. After that, there has no view is open but one log in Error Log view. And it blocks to close CCS and say 

"An error has occurred. See error log for more details.
Could not initialize class com.ti.dvt.tidisassembly.TIDisassemblyJNI"

Action: Tools -> Trace Analyzer -> Open Trace File in New View

OS: windows 7

CCS Version: 5.3.0.00090

Exception Trace

java.lang.NoClassDefFoundError: Could not initialize class com.ti.dvt.tidisassembly.TIDisassemblyJNI
    at com.ti.dvt.tidisassembly.TIDisassembly.CoffClose(TIDisassembly.java:63)
    at com.ti.dvt.datamodel.core.SymbolicOperator.reset(SymbolicOperator.java:1834)
    at com.ti.dvt.datamodel.core.SymbolicTranslator.reset(SymbolicTranslator.java:245)
    at com.ti.dvt.datamodel.core.DataModel.resetAllProcessors(DataModel.java:578)
    at com.ti.dvt.datamodel.solution.Solution.reset(Solution.java:1078)
    at com.ti.dvt.trace.TraceSolution.stopWaitForTdsAndReset(TraceSolution.java:1651)
    at com.ti.dvt.trace.TraceSolution.reset(TraceSolution.java:495)
    at com.ti.dvt.trace.actions.OpenFileAction.openTDF(OpenFileAction.java:414)
    at com.ti.dvt.trace.actions.OpenFileAction.run(OpenFileAction.java:145)
    at org.eclipse.ui.internal.PluginAction.runWithEvent(PluginAction.java:251)
    at org.eclipse.ui.internal.WWinPluginAction.runWithEvent(WWinPluginAction.java:229)
    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:1053)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4169)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3758)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2701)
    at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2665)
    at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2499)
    at org.eclipse.ui.internal.Workbench$7.run(Workbench.java:679)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:668)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:124)
    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:353)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:180)
    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:629)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:584)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1438)

  • Hi,

    The issue you are seeing seems to be similar to what is being discussed in this other thread. Despite there are some troubleshooting tips there, unfortunately we couldn't find a definitive solution to this problem. Hopefully the tips will help you move further.

    I apologize for the inconvenience,

    Rafael