MATLAB 2019a error XML_SetHashSalt

6 次查看(过去 30 天)
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 个评论
Michal
Michal 2019-4-10
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 2019-4-10
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

请先登录,再进行评论。

回答(2 个)

Hao Huang
Hao Huang 2019-11-7
I also meet this problem. Have you solved this problem?

françois anquez
françois anquez 2020-7-7
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)

类别

Help CenterFile Exchange 中查找有关 Introduction to Installation and Licensing 的更多信息

标签

产品


版本

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by