Error installing GoogLeNet Network package

1 view (last 30 days)
Ruikai
Ruikai on 7 Oct 2023
Edited: Ruikai on 7 Oct 2023

When I intall GoogLeNet Network package,matlab output the error:
Exception in thread "AWT-EventQueue-0": java.lang.RuntimeException: java.io.IOException
at com.mathworks.wizard.ExceptionHandlerImpl.unwindAndExit(ExceptionHandlerImpl.java:63)
at com.mathworks.installwizard.command.AbstractCommandStepFactory$29.forwardVisitStep(AbstractCommandStepFactory.java:818)
at com.mathworks.installwizard.command.AbstractCommandStep.forwardVisitStep(AbstractCommandStep.java:17)
at com.mathworks.wizard.StepSequencerImpl$StepSequenceController.stepForward(StepSequencerImpl.java:47)
at com.mathworks.wizard.WizardFactoryImpl$GoBackToWorkflowStep.forwardVisitStep(WizardFactoryImpl.java:100)
at com.mathworks.wizard.StepSequencerImpl$StepSequenceController.stepForward(StepSequencerImpl.java:47)
at com.mathworks.wizard.StepSequencerImpl.startSequence(StepSequencerImpl.java:23)
at com.mathworks.wizard.WizardFactoryImpl$CreateAndStartBranchStep.forwardVisitStep(WizardFactoryImpl.java:81)
at com.mathworks.wizard.StepSequencerImpl$StepSequenceController.stepForward(StepSequencerImpl.java:47)
at com.mathworks.installwizard.command.AbstractCommandStep.forwardVisitStep(AbstractCommandStep.java:18)
at com.mathworks.wizard.StepSequencerImpl$StepSequenceController.stepForward(StepSequencerImpl.java:47)
at com.mathworks.wizard.command.AbstractTaskStep$MyWorkerListener.done(AbstractTaskStep.java:47)
at com.mathworks.wizard.command.AbstractTaskStep$MyWorkerListener.done(AbstractTaskStep.java:37)
at com.mathworks.wizard.worker.WorkerImpl.done(WorkerImpl.java:34)
at javax.swing.SwingWorker$5.run(SwingWorker.java:737)
at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.run(SwingWorker.java:832)
at sun.swing.AccumulativeRunnable.run(AccumulativeRunnable.java:112)
at javax.swing.SwingWorker$DoSubmitAccumulativeRunnable.actionPerformed(SwingWorker.java:842)
at javax.swing.Timer.fireActionPerformed(Timer.java:313)
at javax.swing.Timer$DoPostEvent.run(Timer.java:245)
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)
Caused by: java.io.IOException
at com.mathworks.install_impl.InstalledProductDataImpl.deserializeDataFromJson(Unknown Source)
at com.mathworks.install_impl.InstalledProductDataImpl.deserializeData(Unknown Source)
at com.mathworks.install_impl.ComponentFileListParser.doAdditionalWork(Unknown Source)
at com.mathworks.install_impl.AbstractFileListParser.run(Unknown Source)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
at java.lang.Thread.run(Thread.java:748)

  2 Comments
Walter Roberson
Walter Roberson on 7 Oct 2023
Is that during the installation itself?
I just tried using Add-On Explorer in R2023b on intel Mac... no problem during the installation itself.
Ruikai
Ruikai on 7 Oct 2023
Edited: Ruikai on 7 Oct 2023
It seems something conflicts. I've installed ResNet-18 network package successfully before.

Sign in to comment.

Answers (0)

Categories

Find more on Introduction to Installation and Licensing in Help Center and File Exchange

Products


Release

R2023a

Community Treasure Hunt

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

Start Hunting!