Extract Error on Linux (fedora) - error detected while downloading
8 ビュー (過去 30 日間)
古いコメントを表示
The following error was detected while downloading 3p/icu_glnxa64_1501194834.enc:
null
Would you like to retry downloading 3p/icu_glnxa64_1501194834.enc? If you press No, the installer will exit without completing the installation.
I'm on fedora 27 and ran the ./install file with
sudo matlab
A portion of the logs (see /tmp/mathworks_root.log) is as below:
(Aug 01, 2018 23:09:48) Starting Download: MATLAB 9.3 : 933,925,422 bytes
(Aug 01, 2018 23:09:48) java.net.MalformedURLException
at java.net.URL.(URL.java:627)
at java.net.URL.(URL.java:490)
at java.net.URL.(URL.java:439)
at com.mathworks.install.input.ComponentDownloader.getURL(ComponentDownloader.java:85)
at com.mathworks.install.input.ComponentDownloader.download(ComponentDownloader.java:45)
at com.mathworks.install.InstallableComponentImpl.download(InstallableComponentImpl.java:63)
at com.mathworks.install.ProductInstallerImpl.downloadProducts(ProductInstallerImpl.java:156)
at com.mathworks.install.ProductInstallerImpl.installProducts(ProductInstallerImpl.java:81)
at com.mathworks.install.InstallerImpl.install(InstallerImpl.java:114)
at com.mathworks.installwizard.model.InstallTask.execute(InstallTask.java:46)
at com.mathworks.installwizard.model.AbstractBackgroundTask.execute(AbstractBackgroundTask.java:38)
at com.mathworks.installwizard.model.AbstractTask.call(AbstractTask.java:74)
at com.mathworks.installwizard.model.AbstractTask.call(AbstractTask.java:24)
at com.mathworks.wizard.worker.WorkerImpl.doInBackground(WorkerImpl.java:24)
at javax.swing.SwingWorker$1.call(SwingWorker.java:295)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at javax.swing.SwingWorker.run(SwingWorker.java:334)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
at java.net.URL.(URL.java:532)
... 19 more
(Aug 01, 2018 23:09:48) The following error was detected while downloading 3p/icu_glnxa64_1501194834.enc:
null
Would you like to retry downloading 3p/icu_glnxa64_1501194834.enc? If you press No, the installer will exit without completing the installation.
I've read elsewhere that you can disable your antivirus and it works like charm. However I'm running fedora and there is no antivirus software to disable.
How can I proceed with Matlab installation?
PS: I ran the GUI with sudo and saved at the default folder location. I'm running Fedora 28 OS and matlab version is 2017b.
0 件のコメント
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Introduction to Installation and Licensing についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!