MATLAB 2019a error XML_SetHashSalt

29 views (last 30 days)
Frank Formaz
Frank Formaz on 4 Apr 2019
Answered: françois anquez on 7 Jul 2020
Hello,
I've installed the last release of MATLAB ( 2019a ).
Everything seems to be OK but when I launch matlab I have :
MATLAB is selecting SOFTWARE OPENGL rendering.
/usr/bin/python3: symbol lookup error: /usr/bin/python3: undefined symbol: XML_SetHashSalt
When I close MATLAB , I have :
Exception in thread "Thread-11": java.lang.NullPointerException
at com.teamdev.jxbrowser.chromium.internal.ipc.IPC.c(Unknown Source)
at com.teamdev.jxbrowser.chromium.internal.ipc.IPC.b(Unknown Source)
at com.teamdev.jxbrowser.chromium.internal.ipc.IPC.a(Unknown Source)
at com.teamdev.jxbrowser.chromium.internal.ipc.b.run(Unknown Source)
at java.lang.Thread.run(Thread.java:748)
Do you have any idea about those issue?
I forgot to add:
Linux debian stretch kernel 4.9.0.8
Thank you for your support.
  3 Comments
Michal
Michal on 10 Apr 2019
In Linux Debian Stretch is libexpat located at /lib/x86_64-linux-gnu/... not in /usr/lib/x86_64-linux-gnu/... !
Could anybody confirm, that this solution is functional?
Frank Formaz
Frank Formaz on 10 Apr 2019
In my case /usr/lib/x86_64-linux-gnu/libexpat.so is a link to /lib/x86_64-linux-gnu/libexpat.so.1.6.2
and it works very well

Sign in to comment.

Answers (2)

Hao Huang
Hao Huang on 7 Nov 2019
I also meet this problem. Have you solved this problem?
  1 Comment
Frank Formaz
Frank Formaz on 7 Nov 2019
for me everything is working with soluce given in brevious comments.

Sign in to comment.


françois anquez
françois anquez on 7 Jul 2020
Dear all,
I experience the same kind of problems with R2019a on Linux Ubuntu 18.04
See details below.
Is there any update on this topic ?
best regards,
François.
When I try the figure properties editor (I don't like the new one by the way) I get in matlab window line :
Exception in thread "AWT-EventQueue-0": java.lang.NullPointerException
at com.mathworks.page.plottool.propertyinspectormanager.PropertyInspectorManager$2.run(PropertyInspectorManager.java:164)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:758)
at java.awt.EventQueue.access$500(EventQueue.java:97)
at java.awt.EventQueue$3.run(EventQueue.java:709)
at java.awt.EventQueue$3.run(EventQueue.java:703)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:74)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:728)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:205)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:105)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:101)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:82)
And I have this in my terminal when I close :
Exception in thread "Thread-12": java.lang.NullPointerException
at com.teamdev.jxbrowser.chromium.internal.ipc.IPC.c(Unknown Source)
at com.teamdev.jxbrowser.chromium.internal.ipc.IPC.b(Unknown Source)
at com.teamdev.jxbrowser.chromium.internal.ipc.IPC.a(Unknown Source)
at com.teamdev.jxbrowser.chromium.internal.ipc.b.run(Unknown Source)
at java.lang.Thread.run(Thread.java:748)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Tags

Products


Release

R2019a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!