cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
AndrewESI
Level 3

Error: Could not load wizard specified in /wizard.inf (104)

I have created an installer for Linux using InstallShield Multiplatform 11.5.
When run on Red Hat Enterprise Unix WS 4 using Java 1.4.2, the installer functions perfectly.
When run on Fedora 6, Java 1.4.2, I get the error
"The wizard cannot continue because of the following error: could not load wizard specified in /wizard.inf (104)"

I am completely baffled!
Labels (1)
0 Kudos
(1) Reply
AndrewESI
Level 3

Does this look familiar to anyone. and does anyone have a workaround?


[andrewc@avalon ~/Development]$ java -Dis.debug=1 -jar linux_solver_setup.jar
*** START BOOTINF (archive:linux_solver_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: 1
EXT_JAR.0: linuxppk.jar
CP_COUNT: 0
DATA_COUNT: 1
DATA.0: c16b339ff0b05b5f26cfd1f2416c18d8;1.1.5
ROOT_UUID: c16b339ff0b05b5f26cfd1f2416c18d8
ROOT_VER: 1.1.5
ROOT_DATA_LOC:
SPAN: false
PHASE_PROMPT: false

*** END BOOTINF ***
EXTERNAL CLASS JAR LIST: /tmp/ismp001/1450885/engine/1.0/engine.jar, /tmp/ismp001/1450885/engine/1.0/library/hsqldb.jar, /tmp/ismp001/1450885/engine/1.0/ext/linuxppk.jar, /tmp/ismp001/6092352/data/c16b339ff0b05b5f26cfd1f2416c18d8/1.1.5/assembly.dat
line/col: 0/0
com.jxml.quick.QPE: java.lang.ClassNotFoundException: sun.beans.editors.StringEditor not found in com.installshield.boot.ISMPClassLoader{urls=[ismpfile:/tmp/ismp001/1450885/engine/1.0/engine.jar,ismpfile:/tmp/ismp001/1450885/engine/1.0/library/hsqldb.jar,ismpfile:/tmp/ismp001/1450885/engine/1.0/ext/linuxppk.jar,ismpfile:/tmp/ismp001/6092352/data/c16b339ff0b05b5f26cfd1f2416c18d8/1.1.5/assembly.dat], parent=gnu.gcj.runtime.SystemClassLoader{urls=[file:linux_solver_setup.jar], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}}
at com.jxml.quick.QContext.throwPE(Unknown Source)
at com.jxml.quick.QContext.forName(Unknown Source)
at com.jxml.quick.tf.QPropertyEditor.setPropertyEditorClassName(Unknown Source)
at com.jxml.quick.access.QPEClassAccess.add(Unknown Source)
at com.jxml.quick.tf.QStringTF.add(Unknown Source)
at com.jxml.quick.engine.QElementFactory$QElement$EState.processEnd(Unknown Source)
at com.jxml.quick.engine.QCMFactory$QCM.endElement(Unknown Source)
at com.jxml.quick.engine.QContextImpl.endElement(Unknown Source)
at com.jxml.quick.QConvert.startElement(Unknown Source)
at com.jxml.quick.cvt.CTargetEditor.cvt(Unknown Source)
at com.jxml.quick.cvt.CAttribute.cvt(Unknown Source)
at com.jxml.quick.cvt.CElement.cvt(Unknown Source)
at com.jxml.quick.cvt.CChild.cvt(Unknown Source)
at com.jxml.quick.cvt.CElement.cvt(Unknown Source)
at com.jxml.quick.cvt.CQuick.cvt(Unknown Source)
at com.jxml.quick.cvt.CRootBase.eval(Unknown Source)
at com.jxml.quick.Quick.convert(Unknown Source)
at com.jxml.quick.engine.QCMLBindings.getQmlDoc(Unknown Source)
at com.jxml.quick.engine.QCMLBindings.createSchemaContext(Unknown Source)
at com.jxml.quick.engine.QCMLBindings.parseSchema(Unknown Source)
at com.jxml.quick.Quick.parseSchema(Unknown Source)
at com.jxml.quick.Quick.parseSchema(Unknown Source)
at com.installshield.qjml.QJML.getSchemaDoc(Unknown Source)
at com.installshield.qjml.QJML.read(Unknown Source)
at com.installshield.qjml.QJML.read(Unknown Source)
at com.installshield.wizard.WizardLoader.load(Unknown Source)
at com.installshield.wizard.Wizard.loadWizard(Unknown Source)
at com.installshield.wizard.Wizard.startup(Unknown Source)
at com.installshield.boot.BootMain.boot(Unknown Source)
at run.main(Unknown Source)
QJMLException: (error code = 3002; message="java.lang.ClassNotFoundException: sun.beans.editors.StringEditor not found in com.installshield.boot.ISMPClassLoader{urls=[ismpfile:/tmp/ismp001/1450885/engine/1.0/engine.jar,ismpfile:/tmp/ismp001/1450885/engine/1.0/library/hsqldb.jar,ismpfile:/tmp/ismp001/1450885/engine/1.0/ext/linuxppk.jar,ismpfile:/tmp/ismp001/6092352/data/c16b339ff0b05b5f26cfd1f2416c18d8/1.1.5/assembly.dat], parent=gnu.gcj.runtime.SystemClassLoader{urls=[file:linux_solver_setup.jar], parent=gnu.gcj.runtime.ExtensionClassLoader{urls=[], parent=null}}}")
at com.installshield.qjml.QJML.read(Unknown Source)
at com.installshield.qjml.QJML.read(Unknown Source)
at com.installshield.wizard.WizardLoader.load(Unknown Source)
at com.installshield.wizard.Wizard.loadWizard(Unknown Source)
at com.installshield.wizard.Wizard.startup(Unknown Source)
at com.installshield.boot.BootMain.boot(Unknown Source)
at run.main(Unknown Source)
The wizard cannot continue because of the following error: could not load wizard specified in /wizard.inf (104)
0 Kudos