- This topic has 3 replies, 2 voices, and was last updated 10 years, 9 months ago by sdc-support.
-
AuthorPosts
-
ic.gc.caParticipantWhat the time frame for rolling out Eclipse 4.3.2 support for SDC Hub? Currently it’s Eclipse 4.3.1.
Thanks!
sdc-supportMemberHi, ic.gc.ca, we’re very sorry for the delay on the response, we didn’t have a specific release date until now.
Eclipse discovery 4.3.2 it’s available now on the download section: https://www.genuitec.com/sdc/download_all.php
Best regards,
the SDC Team.
ic.gc.caParticipantI downloaded the eclipse-discovery-4.3.2-sr2-linux.run file and ran it –unattended
It creates a directory called /<install-path>/secure-delivery-hub/data/work/incoming/packs/eclipse-discovery-v4.3.2.temp/ as root and owned by root, which prevents the package from being extracted into that directory and the install throws an exception …15:10:19.738 A fatal error was reported from com.genuitec.pulse.installer.software.pack.processor.DeliverySoftwarePackSequentialInstallProcessor@2aa82afe - SEVERE@ProcessorWithFatalErrorHandling.run com.genuitec.pulse.installer.processor.offline.copybundled.SequentialFootprintInstallProcessor$EntryExtractionException: Could not extract [images/] to [/<install-dir>/secure-delivery-hub/data/work/incoming/packs/eclipse-discovery-v4.3.2.temp/images] at com.genuitec.pulse.installer.processor.offline.copybundled.SequentialFootprintInstallProcessor.extractEntry(Unknown Source) at com.genuitec.pulse.installer.processor.offline.copybundled.SequentialFootprintInstallProcessor.handleFootprintContents(Unknown Source) at com.genuitec.pulse.installer.processor.offline.copybundled.SequentialFootprintInstallProcessor.runWithErrorHandling(Unknown Source) at com.genuitec.pulse.installer.processor.ProcessorWithFatalErrorHandling.run(Unknown Source) at com.genuitec.pulse.installer.module.cli.progress.UnattendedConsoleProgressModule.run(Unknown Source) at com.genuitec.pulse.installer.machine.internal.SequenceMachineImpl.runSequence(Unknown Source) at com.genuitec.pulse.installer.machine.internal.SequenceMachineImpl.run(Unknown Source) at com.genuitec.pulse.installer.application.CommonInstallerApplication.start(Unknown Source) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:620) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575) at org.eclipse.equinox.launcher.Main.run(Main.java:1408) at org.eclipse.equinox.launcher.Main.main(Main.java:1384) [b]Caused by: java.io.IOException: Could not create directory /<install-dir>/secure-delivery-hub/data/work/incoming/packs/eclipse-discovery-v4.3.2.temp/images[/b]
sdc-supportMemberHi again, looks like this can be just a permission issue. Please try running the Eclipse Discovery installer with sudo rights:
sudo ./eclipse-discovery-4.3.2-sr2-linux.run
to see what happen and let us know if this works for you.
Regards,
the SDC Team. -
AuthorPosts