Java related errors on start up

4 vues (au cours des 30 derniers jours)
Lefteris Hatzipantelis
Lefteris Hatzipantelis le 3 Nov 2022
Whenever I enter Matlab lately (problem didnt show up initially) I run onto the following errors:
Exception in thread "Thread-10": java.lang.NoSuchMethodError: org.apache.commons.io.FileUtils.getFile([Ljava/lang/String;)Ljava/io/File;
at com.mathworks.mde.desk.LoginStatusIndicator.setIsLNUMatlab(LoginStatusIndicator.java:501)
at com.mathworks.mde.desk.LoginStatusIndicator.initialSetupAfterConnector(LoginStatusIndicator.java:159)
at com.mathworks.mde.desk.LoginStatusIndicatorLoader$1.run(LoginStatusIndicatorLoader.java:52)
at com.mathworks.mde.desk.LoginStatusIndicatorLoader$3.run(LoginStatusIndicatorLoader.java:90)
at java.lang.Thread.run(Thread.java:748)
Whenever I enter topc keywords in the upper right search box I run onto the following errors:
Exception in thread "AWT-EventQueue-0": java.lang.NoSuchMethodError: org.apache.xerces.impl.xs.XMLSchemaLoader.loadGrammar([Lorg/apache/xerces/xni/parser/XMLInputSource;)V
at org.apache.xerces.jaxp.validation.XMLSchemaFactory.newSchema(Unknown Source)
at javax.xml.validation.SchemaFactory.newSchema(SchemaFactory.java:638)
at javax.xml.validation.SchemaFactory.newSchema(SchemaFactory.java:670)
at com.mathworks.installservicehandler.InstallServiceHandlerFactory.unmarshallConfigData(InstallServiceHandlerFactory.java:178)
at com.mathworks.installservicehandler.InstallServiceHandlerFactory.init(InstallServiceHandlerFactory.java:73)
at com.mathworks.matlab_login.MatlabLogin.initializeLoginServices(Unknown Source)
at com.mathworks.mlwidgets.help.WebDocLoginDocUrlRule.getConnectorUrlForLoginAndInitializeLoginServices(WebDocLoginDocUrlRule.java:45)
at com.mathworks.mlwidgets.help.WebDocLoginDocUrlRule.getLoginUrl(WebDocLoginDocUrlRule.java:38)
at com.mathworks.mlwidgets.help.WebDocLoginDocUrlRule.apply(WebDocLoginDocUrlRule.java:21)
etc etc and search function stalls with no topic list presented

Réponses (0)

Catégories

En savoir plus sur Startup and Shutdown dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by