Java related errors on start up

8 views (last 30 days)
Lefteris Hatzipantelis
Lefteris Hatzipantelis on 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

Answers (0)

Categories

Find more on Startup and Shutdown in Help Center and File Exchange

Community Treasure Hunt

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

Start Hunting!