doors666
03-21-2006, 02:09 AM
I just now managed to compile my project which I moved from 5.03 to 11.5 Multiplatform. When I run the native installer on windows with javaconsole, I get the following errors and the installer never starts:
java.io.IOException: entry run.inf does not exist in insttk.jar
at com.installshield.boot.streamhandler.ZipURLConnection.getInputStream(
Unknown Source)
at java.net.URL.openStream(URL.java:941)
at com.installshield.boot.BootMain.boot(Unknown Source)
at run.main(Unknown Source)
java.io.IOException: entry run.inf does not exist in bcgSetupBeans.jar
at com.installshield.boot.streamhandler.ZipURLConnection.getInputStream(
Unknown Source)
at java.net.URL.openStream(URL.java:941)
at com.installshield.boot.BootMain.boot(Unknown Source)
at run.main(Unknown Source)
*** START BOOTINF (archive:setup.jar+/run.inf) ***
START_CLASS: com.installshield.wizard.Wizard
INST_RES: install
ENG_LOC:
ENG_VER: 1.0
LIB_JAR_COUNT: 1
LIB_JAR.0: hsqldb.jar
EXT_JAR_COUNT: 4
EXT_JAR.0: linuxppk.jar
EXT_JAR.1: aixppk.jar
EXT_JAR.2: solarisppk.jar
EXT_JAR.3: windowsppk.jar
CP_COUNT: 0
DATA_COUNT: 1
DATA.0: WPGDBLoader;6.1.0.0
ROOT_UUID: WPGDBLoader
ROOT_VER: 6.1.0.0
ROOT_DATA_LOC:
SPAN: false
PHASE_PROMPT: false
*** END BOOTINF ***
EXTERNAL CLASS JAR LIST: d:\temp\ismp013\9368046\engine\1.0\engine.jar, d:\temp\ismp013\9368046\engine\1.0\library\hsqldb.jar, d:\temp\ismp013\9368046\engine\1.0\ext\linuxppk.jar, d:\temp\ismp013\9368046\engine\1.0\ext\aixppk.jar, d:\temp\ismp013\9368046\engine\1.0\ext\solarisppk.jar, d:\temp\ismp013\9368046\engine\1.0\ext\windowsppk.jar, d:\temp\ismp013\4237352\data\WPGDBLoader\6.1.0.0\assembly.dat
WARNING: could not add command line bean of type com.ibm.rtpwid.ismp.util.Debug CommandLine to wizard: WizardException: (error code = 100; message="could not in stantiate command line bean with class com.ibm.rtpwid.ismp.util.DebugCommandLine")
The wizard bean "bean8" could not be loaded because the following exception occurred:
java.lang.NoClassDefFoundError: com/installshield/wizard/WizardAction
The wizard bean "mediaSrc" could not be loaded because the following exception o
ccurred:
java.lang.NoClassDefFoundError: com/installshield/wizard/WizardAction
The wizard bean "AdminCheck" could not be loaded because the following exception
occurred:
java.lang.NoClassDefFoundError: com/installshield/wizard/WizardAction
java.io.IOException: entry run.inf does not exist in insttk.jar
at com.installshield.boot.streamhandler.ZipURLConnection.getInputStream(
Unknown Source)
at java.net.URL.openStream(URL.java:941)
at com.installshield.boot.BootMain.boot(Unknown Source)
at run.main(Unknown Source)
java.io.IOException: entry run.inf does not exist in bcgSetupBeans.jar
at com.installshield.boot.streamhandler.ZipURLConnection.getInputStream(
Unknown Source)
at java.net.URL.openStream(URL.java:941)
at com.installshield.boot.BootMain.boot(Unknown Source)
at run.main(Unknown Source)
*** START BOOTINF (archive:setup.jar+/run.inf) ***
START_CLASS: com.installshield.wizard.Wizard
INST_RES: install
ENG_LOC:
ENG_VER: 1.0
LIB_JAR_COUNT: 1
LIB_JAR.0: hsqldb.jar
EXT_JAR_COUNT: 4
EXT_JAR.0: linuxppk.jar
EXT_JAR.1: aixppk.jar
EXT_JAR.2: solarisppk.jar
EXT_JAR.3: windowsppk.jar
CP_COUNT: 0
DATA_COUNT: 1
DATA.0: WPGDBLoader;6.1.0.0
ROOT_UUID: WPGDBLoader
ROOT_VER: 6.1.0.0
ROOT_DATA_LOC:
SPAN: false
PHASE_PROMPT: false
*** END BOOTINF ***
EXTERNAL CLASS JAR LIST: d:\temp\ismp013\9368046\engine\1.0\engine.jar, d:\temp\ismp013\9368046\engine\1.0\library\hsqldb.jar, d:\temp\ismp013\9368046\engine\1.0\ext\linuxppk.jar, d:\temp\ismp013\9368046\engine\1.0\ext\aixppk.jar, d:\temp\ismp013\9368046\engine\1.0\ext\solarisppk.jar, d:\temp\ismp013\9368046\engine\1.0\ext\windowsppk.jar, d:\temp\ismp013\4237352\data\WPGDBLoader\6.1.0.0\assembly.dat
WARNING: could not add command line bean of type com.ibm.rtpwid.ismp.util.Debug CommandLine to wizard: WizardException: (error code = 100; message="could not in stantiate command line bean with class com.ibm.rtpwid.ismp.util.DebugCommandLine")
The wizard bean "bean8" could not be loaded because the following exception occurred:
java.lang.NoClassDefFoundError: com/installshield/wizard/WizardAction
The wizard bean "mediaSrc" could not be loaded because the following exception o
ccurred:
java.lang.NoClassDefFoundError: com/installshield/wizard/WizardAction
The wizard bean "AdminCheck" could not be loaded because the following exception
occurred:
java.lang.NoClassDefFoundError: com/installshield/wizard/WizardAction