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 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