MATLAB 2019a error XML_SetHashSalt

9 ビュー (過去 30 日間)
Frank Formaz
Frank Formaz 2019 年 4 月 4 日
回答済み: françois anquez 2020 年 7 月 7 日
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?
  1 件のコメント
Frank Formaz
Frank Formaz 2019 年 11 月 7 日
for me everything is working with soluce given in brevious comments.

サインインしてコメントする。


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 Center および File ExchangeIntroduction 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