Mathworks Matlab Install Error on LMDE

Archived topics about LMDE 1 and LMDE 2
Locked
arkasjimis

Mathworks Matlab Install Error on LMDE

Post by arkasjimis »

Hello,

I try to install Mathworks Matlab R2012a on LMDE and I get the following error message:

"The following error was detected while installing mcr_install_glnx86: archive is not a ZIP archive
Would you like to retry installing mcr_install_glnx86?
If you press No, the installer will exit without completing the installation.
More information can be found at /tmp/mathworks_root.log"

On Mint Linux 13 the install complete success. What might be the problem?
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
xenopeek
Level 25
Level 25
Posts: 29597
Joined: Wed Jul 06, 2011 3:58 am

Re: Mathworks Matlab Install Error on LMDE

Post by xenopeek »

Moved here by moderator
Image
frantorres

Re: Mathworks Matlab Install Error on LMDE

Post by frantorres »

I have the same problem and I don't know how to fix it.
this is the log file:

Code: Select all

(Nov 29, 2012 21:16:02) Installing Product: MATLAB Distributed Computing Server 6.0
(Nov 29, 2012 21:17:24) Installing Product: MATLAB 7.14
(Nov 29, 2012 21:18:25) Installing Product: Simulink 7.9
(Nov 29, 2012 21:19:50) Installing Product: Aerospace Blockset 3.9
(Nov 29, 2012 21:19:54) Installing Product: Aerospace Toolbox 2.9
(Nov 29, 2012 21:20:00) java.util.zip.ZipException: archive is not a ZIP archive
	at org.apache.commons.compress.archivers.zip.ZipFile.positionAtCentralDirectory(ZipFile.java:468)
	at org.apache.commons.compress.archivers.zip.ZipFile.populateFromCentralDirectory(ZipFile.java:309)
	at org.apache.commons.compress.archivers.zip.ZipFile.(ZipFile.java:181)
	at org.apache.commons.compress.archivers.zip.ZipFile.(ZipFile.java:158)
	at org.apache.commons.compress.archivers.zip.ZipFile.(ZipFile.java:119)
	at com.mathworks.install.archive.zip.commonscompress.CopyInputStreamToTempZipFileExtractor.extract(CopyInputStreamToTempZipFileExtractor.java:43)
	at com.mathworks.install.archive.DecodeArchiveInputStreamExtractor.extract(DecodeArchiveInputStreamExtractor.java:34)
	at com.mathworks.install.input.ArchiveComponentSource.extract(ArchiveComponentSource.java:26)
	at com.mathworks.install.InstallableComponentImpl.install(InstallableComponentImpl.java:100)
	at com.mathworks.install.ComponentInstallerImpl.installComponent(ComponentInstallerImpl.java:98)
	at com.mathworks.install.ComponentInstallerImpl.installComponents(ComponentInstallerImpl.java:58)
	at com.mathworks.install.ProductInstallerImpl.installProduct(ProductInstallerImpl.java:133)
	at com.mathworks.install.ProductInstallerImpl.installProducts(ProductInstallerImpl.java:110)
	at com.mathworks.install.InstallerImpl.install(InstallerImpl.java:100)
	at com.mathworks.installwizard.model.InstallTask.execute(InstallTask.java:42)
	at com.mathworks.installwizard.model.AbstractBackgroundTask.call(AbstractBackgroundTask.java:82)
	at com.mathworks.installwizard.model.AbstractBackgroundTask.call(AbstractBackgroundTask.java:26)
	at com.mathworks.wizard.worker.WorkerImpl.doInBackground(WorkerImpl.java:24)
	at javax.swing.SwingWorker$1.call(Unknown Source)
	at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
	at java.util.concurrent.FutureTask.run(Unknown Source)
	at javax.swing.SwingWorker.run(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.lang.Thread.run(Unknown Source)

(Nov 29, 2012 21:20:00) The following error was detected while installing aero_common:

archive is not a ZIP archive
Lots of Thanks

------------------------
I have solved the problem.
You have to increase the size of the /tmp folder because in LMDE is limited (I think to a half of the RAM)
Locked

Return to “LMDE Archive”