- This topic has 2 replies, 2 voices, and was last updated 7 years, 9 months ago by ic.gc.ca.
-
AuthorPosts
-
ic.gc.caParticipantI’m trying to upgrade SDC. I have “Secure Delivery Center – 2015 SR4b” running now on:
SUSE Linux Enterprise Server 10 SP3 (x86_64)
Linux version 2.6.16.60-0.54.5-smp (geeko@buildhost) (gcc version 4.1.2 20070115 (SUSE Linux))I downloaded secure-delivery-hub-2017-installer-linux.run and tried to run:
/data00/sdc/downloads/secure-delivery-hub-2017-installer-linux.run --unattended /home/sdc/unattended.properties
I get the following result:
Starting installer – please wait…
– Preparing install engine
– Extracted install engine
– Detected JVM architecture: 32 bit
– Launching install engine with console output
/data00/sdc/downloads/secure-delivery-hub-2017-installer-linux.run: line 337: 21454 Floating point exception${distdir}/${installername}/installer/${exename} “${0}” ${propspad} –unattended “${unattendedfile}” ${otherargs}
– Exited install engineThere are no logs created, so there’s not enough information to debug this… Help is welcomed.
Thanks
ignaciomModeratorIndeed, a weird error ?. Could you please share with us the output of executing
java -version
. From 2017 SDC installers require Java 1.8 I wonder if there is something different with your system configuration. A workaround could be to download the latest 1.8 JRE from oracle site and extract it somewhere on your system, no need to properly install, the installer will do the right thing, then when executing the installer do it with something like:/data00/sdc/downloads/secure-delivery-hub-2017-installer-linux.run -vm ${YOUR_PATH_FOR_EXTRACTED_JRE} --unattended /home/sdc/unattended.properties
The ${YOUR_PATH_FOR_EXTRACTED_JRE} should be the root of the JVM that will mean having the bin directory as first child.
Best Regards
Ignacio
SDC Support- This reply was modified 7 years, 9 months ago by ignaciom.
ic.gc.caParticipantIgnacio, thanks for the quick response and succinct suggestion. I still have the same problem, though…
As requested, here’s the output of
java -version
for the original JVM that caused the error:java version “1.8.0_66”
Java(TM) SE Runtime Environment (build 1.8.0_66-b17)
Java HotSpot(TM) Server VM (build 25.66-b17, mixed mode)I got the most recent 32bit and 64bit JREs from Oracle and tried:
First for 32-bit:
#> /data00/sdc/downloads/jre/jre1.8.0_121-32bit/bin/java -version java version "1.8.0_121" Java(TM) SE Runtime Environment (build 1.8.0_121-b13) Java HotSpot(TM) Server VM (build 25.121-b13, mixed mode) #> /data00/sdc/downloads/secure-delivery-hub-2017-installer-linux.run -vm /data00/sdc/downloads/jre/jre1.8.0_121-32bit --unattended /home/sdc/unattended.properties Starting installer - please wait... - Preparing install engine - Extracted install engine - Using specified VM: /data00/sdc/downloads/jre/jre1.8.0_121-32bit/bin/java - Detected JVM architecture: 32 bit - Launching install engine with console output /data00/sdc/downloads/secure-delivery-hub-2017-installer-linux.run: line 337: 28260 Floating point exception${distdir}/${installername}/installer/${exename} "${0}" ${propspad} -vm "${cmdvmarg}" --unattended "${unattendedfile}" ${otherargs} - Exited install engine
Then for 64-bit:
#> /data00/sdc/downloads/jre/jdk1.8.0_121-64bit/bin/java -version java version "1.8.0_121" Java(TM) SE Runtime Environment (build 1.8.0_121-b13) Java HotSpot(TM) 64-Bit Server VM (build 25.121-b13, mixed mode) #> /data00/sdc/downloads/secure-delivery-hub-2017-installer-linux.run -vm /data00/sdc/downloads/jre/jdk1.8.0_121-64bit --unattended /home/sdc/unattended.properties Starting installer - please wait... - Preparing install engine - Extracted install engine - Using specified VM: /data00/sdc/downloads/jre/jdk1.8.0_121-64bit/bin/java - Detected JVM architecture: 64 bit - Launching install engine with console output /data00/sdc/downloads/secure-delivery-hub-2017-installer-linux.run: line 337: 30645 Floating point exception${distdir}/${installername}/installer/${exename} "${0}" ${propspad} -vm "${cmdvmarg}" --unattended "${unattendedfile}" ${otherargs} - Exited install engine
Thanks.
-
AuthorPosts