Part Number: MSP432P4111
Other Parts Discussed in Thread: CCSTUDIO, UNIFLASH
Tool/software: Code Composer Studio
CCS v 8.1.0.00011
Windows 10
New install, antivirus, firewall, application security all off during install. Installer run as System Administrator.
Upon start, opening the web-provisioned window/tabs will result in a quick black flash (tab initiation), then appear white with no connection or results.
No effect from:
- deleting <APPDATA>\Local\JxBrowser folder
- changing workspace
- deleting the workspace \ .jxbrowswer-data cache
- deleting the tirex-localserver folder
- changing to use external web browser (Chrome, IE, Edge)
If change to use external web, Firefox -- the Resource Explorer tab will display "LOADING. . . Starting TIREX..." then the mouse pointer changes indicating "activity state" and CCS hangs ("Not Responding"). For other tabs, the relevant window flashes, turns grey (appears to functioning), then the CCS "Not Responding" status. Once not responding the program can only be terminated by killing the process (allowed 30 minutes just in case of slow response).
At various times, actual error windows have appeared "Profile error occurred", "Failed to create the part's controls".
Noticed this in the tirex log:
{
"stamp": "2018-08-01T23:25:42.395Z",
"priority": "INFO",
"facility": "DAEMON",
"service": "tirex",
"args": [
"localserver",
"Connected to remote server host: http://dev.ti.com/tirex"
]
},
In the workspace log, there are numerous Exceptions
!ENTRY org.eclipse.equinox.event 4 0 2018-08-01 15:31:16.643
!MESSAGE Exception while dispatching event org.osgi.service.event.Event [topic=org/eclipse/e4/ui/model/application/ApplicationElement/tags/ADD] {ChangedElement=org.eclipse.e4.ui.model.application.ui.basic.impl.PartStackImpl@16a6d46 (elementId: org.eclipse.e4.primaryDataStack, tags: [org.eclipse.e4.primaryDataStack, EditorStack, active, Maximized], contributorURI: null) (widget: CTabFolder {}, renderer: org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer@1693b1d, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null), org.eclipse.e4.data={ChangedElement=org.eclipse.e4.ui.model.application.ui.basic.impl.PartStackImpl@16a6d46 (elementId: org.eclipse.e4.primaryDataStack, tags: [org.eclipse.e4.primaryDataStack, EditorStack, active, Maximized], contributorURI: null) (widget: CTabFolder {}, renderer: org.eclipse.e4.ui.workbench.renderers.swt.StackRenderer@1693b1d, toBeRendered: true, onTop: false, visible: true, containerData: null, accessibilityPhrase: null), AttName=tags, EventType=ADD, Position=3, Widget=CTabFolder {}, NewValue=Maximized}, AttName=tags, EventType=ADD, Position=3, Widget=CTabFolder {}, NewValue=Maximized} to handler org.eclipse.e4.ui.internal.di.UIEventObjectSupplier$UIEventHandler@1897ffb
!STACK 0
org.eclipse.e4.core.di.InjectionException: java.lang.IllegalArgumentException:
<snip>
Caused by: java.lang.IllegalArgumentException:
at org.eclipse.core.runtime.Assert.isLegal(Assert.java:63)
at org.eclipse.core.runtime.Assert.isLegal(Assert.java:47)
at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.findElementsRecursive(ModelServiceImpl.java:146)
at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.findElements(ModelServiceImpl.java:397)
at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.findElements(ModelServiceImpl.java:383)
at org.eclipse.e4.ui.internal.workbench.ModelServiceImpl.getActivePerspective(ModelServiceImpl.java:962)
at org.eclipse.e4.ui.workbench.addons.minmax.MinMaxAddon.getElementsToMinimize(MinMaxAddon.java:726)
at org.eclipse.e4.ui.workbench.addons.minmax.MinMaxAddon.maximize(MinMaxAddon.java:699)
at org.eclipse.e4.ui.workbench.addons.minmax.MinMaxAddon.subscribeTopicTagsChanged(MinMaxAddon.java:387)
at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.eclipse.e4.core.internal.di.MethodRequestor.execute(MethodRequestor.java:55)
... 150 more
Others appear to relate to an automatic update attempt. Culminates in:
!ENTRY org.eclipse.e4.ui.workbench 1 0 2018-08-01 16:26:37.616
!MESSAGE REX 1533165997616 [menu] Failed to start server within timeout period
!ENTRY org.eclipse.e4.ui.workbench 1 0 2018-08-01 16:26:37.640
!MESSAGE REX 1533165997640 Changing URL to file:/C:/ti/ccsv8/eclipse/..\tirex\ti-rex-core\public\plugin\serverdidnotstart.html
(Also, whether clean or forced program exit, there tend to be orphan processes left running. Depending upon conditions, can be multiples of each: ccstudio.exe, "JxBrowser Chromium Native" and "EventedI/O for V8 Javascript"
