Other Parts Discussed in Thread: CCSTUDIO, CONTROLSUITE, POWERSUITE
Tool/software: Code Composer Studio
Hi
I am running CCS V7.2 on win 7 32 sp1 , it works okay .
Then I installed .Net Framwork4.6.1 , Right after the installation, CCS also work okay wihout any problem;
But the next day , when I try to open the CCS , it fails ,and comes out the message " An error has occured, see the log file null " ;
I check the CCS directory, C:\ti\ccsv7\eclipse\configuration . found that, every time I try to open CCS, there come a log file
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
!SESSION 2017-06-12 09:28:10.005 -----------------------------------------------
eclipse.buildId=4.6.0.I20160606-1100
java.version=1.8.0_112
java.vendor=Oracle Corporation
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=zh_CN
!ENTRY org.eclipse.osgi 4 0 2017-06-12 09:28:10.335
!MESSAGE Error reading configuration: ReliableFile is corrupt
!STACK 0
java.io.IOException: ReliableFile is corrupt
at org.eclipse.osgi.framework.internal.reliablefile.ReliableFile.getInputStream(ReliableFile.java:334)
at org.eclipse.osgi.framework.internal.reliablefile.ReliableFileInputStream.<init>(ReliableFileInputStream.java:92)
at org.eclipse.osgi.framework.internal.reliablefile.ReliableFileInputStream.<init>(ReliableFileInputStream.java:66)
at org.eclipse.osgi.storagemanager.StorageManager.updateTable(StorageManager.java:487)
at org.eclipse.osgi.storagemanager.StorageManager.open(StorageManager.java:708)
at org.eclipse.osgi.storage.Storage.getChildStorageManager(Storage.java:1785)
at org.eclipse.osgi.storage.Storage.getInfoInputStream(Storage.java:1802)
at org.eclipse.osgi.storage.Storage.<init>(Storage.java:128)
at org.eclipse.osgi.storage.Storage.createStorage(Storage.java:87)
at org.eclipse.osgi.internal.framework.EquinoxContainer.<init>(EquinoxContainer.java:66)
at org.eclipse.osgi.launch.Equinox.<init>(Equinox.java:31)
at org.eclipse.core.runtime.adaptor.EclipseStarter.startup(EclipseStarter.java:303)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:239)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Anybody can help me ?