Skip to ContentSkip to Footer
Start of content
- Community Home
- >
- Servers and Operating Systems
- >
- Operating System - HP-UX
- >
- System Administration
- >
- Issue During Installtaion of a sample project(samp...
System Administration
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for
-
- Forums
-
Blogs
- Alliances
- Around the Storage Block
- Behind the scenes @ Labs
- HPE Careers
- HPE Storage Tech Insiders
- Infrastructure Insights
- Inspiring Progress
- Internet of Things (IoT)
- My Learning Certification
- OEM Solutions
- Servers: The Right Compute
- Shifting to Software-Defined
- Telecom IQ
- Transforming IT
- Infrastructure Solutions German
- L’Avenir de l’IT
- IT e Trasformazione Digitale
- Enterprise Topics
- ИТ для нового стиля бизнеса
- Blogs
-
Quick Links
- Community
- Getting Started
- FAQ
- Ranking Overview
- Rules of Participation
- Contact
- Email us
- Tell us what you think
- Information Libraries
- Integrated Systems
- Networking
- Servers
- Storage
- Other HPE Sites
- Support Center
- Enterprise.nxt
- Marketplace
- Aruba Airheads Community
-
Forums
-
Blogs
-
InformationEnglish
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
05-03-2010 04:32 AM
05-03-2010 04:32 AM
Issue During Installtaion of a sample project(sample.bin) build with Installshield503
Problem Description:
I tried to generate an installshield installer by a sample project using installshield
ISMPMP503_HPUX_11.x on HPUX-ITAN 11.32 machine
(uname -a --> HP-UX name0086 B.11.31 U ia64 3140256446 unlimited-user license)
I have provided one bundled jvm142(using lib and bin directory from java142)during project building.
This sample installshield installer suppose to show _jvm(contains bundled JVM content lib, bin and jvm file), _uninstall(contains uninstall.bin & uninstall.dat) and files(which need to bundled with installer) in my install directory.
But for 11.31 it only shows _uninstall Dir (contains only _uninstall.dat, not _uninstall.bin) and a directory which contains my bundled files in installed_Dir.
So unavailable contents or can say un extracted contents are _jvm directory and uninstall.bin(in _uninstall directory).
Same sample installer extract all contents on Hpux-Itan 11.23 machine(uname -a --> HP-UX name0002 B.11.23 U ia64 0990175608 unlimited-user license) successfully.
***************--> main part of sample.xml is as below: <--***************
uninstaller
True
_uninstall
uninstall.jar
type="string"/>
type="string"/>
uninstall.dat
True
%IF_EXISTS%("INIT_JAVA_HEAP",
"@INIT_JAVA_HEAP@20m") %IF_EXISTS%("MAX_JAVA_HEAP", "@MAX_JAVA_HEAP@512m")
type="string"/>
type="string"/>
bean158
type="com.installshield.wizard.platform.hpux.extras.HpuxIA64LauncherExtra">
name="showConsole">True0
name="fileName">uninstaller.bin
jvmWebGate
_jvmWebGate
True
unspecified
True
False
bean159
type="com.installshield.wizard.platform.hpux.extras.HpuxIA64JVMResolutionExtra">
name="bundledJVMResource"/>False
length="0" name="JVMFileResources" type="string"/>
name="JVMFileSources" type="com.installshield.util.jvm.JVMFile"/>
name="timeout">1201
name="bundledJVMSource">/.../jre_142_bundled.bin
name="bundledJVMArguments">-qq -o
type="com.installshield.isje.build.Distribution">
type="com.installshield.wizard.platform.hpux.extras.HpuxIA64LauncherDistribution">
name="enabled">Truesetuphp64x.bin
array="True" length="0" name="JVMFileSources"
type="com.installshield.util.jvm.JVMFile"/>
name="bundledJVMSource">/.../jre_142_bundled.bin
name="embeddedJARs" type="string">
type="string">
name="embedArchive">True
name="launcherUIDisplayTime">180
name="javaArguments">%IF_EXISTS%("INIT_JAVA_HEAP", "@INIT_JAVA_HEAP@20m")
%IF_EXISTS%("MAX_JAVA_HEAP", "@MAX_JAVA_HEAP@512m")
name="wizardArguments"/>
type="string"/>True
****************************************************
While installation of sample installer, if I provide a temp path with -is:tempdir then bundled
jvm jre_142_bundled.bin content are available there on both HPUX-ITAN 11.23 and 11.31 machines.
It shows that bundled jvm is correct and having proper execution right.
Is there anything missing or wrong in sample.xml which cause the problem during extracting of
executable installer on HPUX-ITAN 11.31 only.
Thanks in Advance!!!
I tried to generate an installshield installer by a sample project using installshield
ISMPMP503_HPUX_11.x on HPUX-ITAN 11.32 machine
(uname -a --> HP-UX name0086 B.11.31 U ia64 3140256446 unlimited-user license)
I have provided one bundled jvm142(using lib and bin directory from java142)during project building.
This sample installshield installer suppose to show _jvm(contains bundled JVM content lib, bin and jvm file), _uninstall(contains uninstall.bin & uninstall.dat) and files(which need to bundled with installer) in my install directory.
But for 11.31 it only shows _uninstall Dir (contains only _uninstall.dat, not _uninstall.bin) and a directory which contains my bundled files in installed_Dir.
So unavailable contents or can say un extracted contents are _jvm directory and uninstall.bin(in _uninstall directory).
Same sample installer extract all contents on Hpux-Itan 11.23 machine(uname -a --> HP-UX name0002 B.11.23 U ia64 0990175608 unlimited-user license) successfully.
***************--> main part of sample.xml is as below: <--***************
type="string"/>
type="string"/>
"@INIT_JAVA_HEAP@20m") %IF_EXISTS%("MAX_JAVA_HEAP", "@MAX_JAVA_HEAP@512m")
type="string"/>
type="string"/>
type="com.installshield.wizard.platform.hpux.extras.HpuxIA64LauncherExtra">
name="showConsole">True
name="fileName">uninstaller.bin
type="com.installshield.wizard.platform.hpux.extras.HpuxIA64JVMResolutionExtra">
name="bundledJVMResource"/>
length="0" name="JVMFileResources" type="string"/>
name="JVMFileSources" type="com.installshield.util.jvm.JVMFile"/>
name="timeout">120
name="bundledJVMSource">/.../jre_142_bundled.bin
name="bundledJVMArguments">-qq -o
type="com.installshield.isje.build.Distribution">
type="com.installshield.wizard.platform.hpux.extras.HpuxIA64LauncherDistribution">
name="enabled">True
array="True" length="0" name="JVMFileSources"
type="com.installshield.util.jvm.JVMFile"/>
name="bundledJVMSource">/.../jre_142_bundled.bin
name="embeddedJARs" type="string">
type="string">
name="embedArchive">True
name="launcherUIDisplayTime">180
name="javaArguments">%IF_EXISTS%("INIT_JAVA_HEAP", "@INIT_JAVA_HEAP@20m")
%IF_EXISTS%("MAX_JAVA_HEAP", "@MAX_JAVA_HEAP@512m")
name="wizardArguments"/>
type="string"/>
****************************************************
While installation of sample installer, if I provide a temp path with -is:tempdir then bundled
jvm jre_142_bundled.bin content are available there on both HPUX-ITAN 11.23 and 11.31 machines.
It shows that bundled jvm is correct and having proper execution right.
Is there anything missing or wrong in sample.xml which cause the problem during extracting of
executable installer on HPUX-ITAN 11.31 only.
Thanks in Advance!!!
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
End of content
United States
Hewlett Packard Enterprise International
Communities
- Communities
- HPE Blogs and Forum
© Copyright 2019 Hewlett Packard Enterprise Development LP