Live Editor won't start MATLAB R2018a on ArchLinux
Show older comments
I am trying to use Live Editor in MATLAB R2018a on ArchLinux. Attempts to start Live Editor ends with dialogue box showing
"The Live Editor is unable to run in the current system configuration."
Unlike a previous question, I do have libXss and libgconf installed. (This is a fresh MATLAB install and all the required symlinks seemed present.)
Following the Arch wiki I tried executing
>> com.mathworks.mde.liveeditor.widget.rtc.CachedLightweightBrowserFactory.createLightweightBrowser()
on the MATLAB command line, the output is as follows and is rather opaque to me.
Java exception occurred:
com.mathworks.html.BrowserCreationException: com.mathworks.html.BrowserCreationException:
com.teamdev.jxbrowser.chromium.internal.ipc.IPCException: IPC process exited. Exit code: 127
at
com.mathworks.mlwidgets.html.LightweightBrowserBuilder.buildBrowser(LightweightBrowserBuilder.java:87)
at
com.mathworks.mlwidgets.html.LightweightBrowserBuilder.buildDefaultBrowser(LightweightBrowserBuilder.java:52)
at
com.mathworks.mlwidgets.html.LightweightBrowserFactory.createLightweightBrowser(LightweightBrowserFactory.java:36)
at
com.mathworks.mde.liveeditor.widget.rtc.CachedLightweightBrowserFactory.createLightweightBrowser(CachedLightweightBrowserFactory.java:84)
Caused by: com.mathworks.html.BrowserCreationException:
com.teamdev.jxbrowser.chromium.internal.ipc.IPCException: IPC process exited. Exit
code: 127
at
com.mathworks.html.jxbrowser.chromium.LightweightChromiumBrowser.<init>(LightweightChromiumBrowser.java:39)
at
com.mathworks.mlwidgets.html.LightweightBrowserBuilder.buildBrowser(LightweightBrowserBuilder.java:78)
... 3 more
Caused by: com.teamdev.jxbrowser.chromium.internal.ipc.IPCException: IPC process exited. Exit
code: 127
at com.teamdev.jxbrowser.chromium.internal.ipc.d.run(Unknown Source)
at java.lang.Thread.run(Thread.java:748)
Any suggestions?
Accepted Answer
More Answers (1)
Cris LaPierre
on 7 Feb 2020
0 votes
Try some of the debugging steps listed here:
4 Comments
Cris LaPierre
on 7 Feb 2020
Willie Wong
on 7 Feb 2020
Cris LaPierre
on 7 Feb 2020
If it doesn't, reach out to MathWorks customer support. They provide free install support to anyone with a valid license.
Willie Wong
on 11 Feb 2020
Categories
Find more on Introduction to Installation and Licensing in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!