This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 52590 - Initializing InstallShield Wizard ended with error: could not load wizard tree specified in /wizard.inf (106)
Summary: Initializing InstallShield Wizard ended with error: could not load wizard tr...
Status: RESOLVED DUPLICATE of bug 48633
Alias: None
Product: installer
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: PC Solaris
: P2 blocker (vote)
Assignee: mslama
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-17 06:50 UTC by sp100
Modified: 2004-12-17 12:45 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description sp100 2004-12-17 06:50:26 UTC
Trying to install the NetBeans 4.0 on Solaris 10 x86: 

stefan@:/export/home/stefan>./netbeans-4_0-bin-solaris-intel.bin
InstallShield Wizard

Initializing InstallShield Wizard...

Searching for Java(tm) Virtual Machine...
...............The wizard cannot continue because
of the following error: could not load wizard tree
specified in /wizard.inf (106)



Tried to debug the installation process:

netbeans-4_0-bin-solaris-intel.bin -is:log log.txt

and the log.txt file is:

------------------
file type: 0
  file id: 0
  length: 164
  offset: 575032
  file name: instructions.txt
file type: 5
  file id: 1
  length: 1009
  offset: 575196
  file name: Verify.jar
file type: 2
  file id: 2
  length: 729
  offset: 576205
  file name: launch.txt
file type: 1
  file id: 3
  length: 566
  offset: 576934
  file name: jdk14Xunix.jvm
file type: 1
  file id: 4
  length: 694
  offset: 577500
  file name: jdk15Xunix.jvm
file type: 6
  file id: 5
  length: 37861959
  offset: 578194
  file name: setup.jar
Finding a JVM
Initiating JVM search based on hints...
Searching for JDK 1.4.x for Linux/Solaris using
platform hints
Searching for JDK 1.4.x for Linux/Solaris using
path hints
Checking path hint /usr/java
Verifying JVM at /usr/java/bin/java
   for JVM: JDK 1.4.x for Linux/Solaris
Executing launch script command:
"/usr/java/bin/java" -cp
"":"/var/tmp/isjAAARyaiLb/Verify.jar":"" "Verify"
java.specification.version in working directory
/export/home/stefan/.
Output from the launch script execution
StdOut:
1739021872
1.5

ErrOut:

Checking path hint /usr/j2se
Verifying JVM at /usr/j2se/bin/java
   for JVM: JDK 1.4.x for Linux/Solaris
Executing launch script command:
"/usr/j2se/bin/java" -cp
"":"/var/tmp/isjAAARyaiLb/Verify.jar":"" "Verify"
java.specification.version in working directory
/export/home/stefan/.
Output from the launch script execution
StdOut:
1739021872
1.4

ErrOut:

Found matching JVM at /usr/j2se
Matching JVM home is /usr/j2se
Matching JVM file is /var/tmp/isjBAASyaiLb
Executing launch script command:
"/usr/j2se/bin/java" -cp
"":"/var/tmp/isjCAATyaiLb/setup.jar":""
-Dtemp.dir="/var/tmp/" -Dis.jvm.home="/usr/j2se"
-Dis.jvm.temp="0"
-Dis.media.home="/var/tmp/isjCAATyaiLb/setup.jar"
-Dis.launcher.file="/export/home/stefan/./netbeans-4_0-bin-solaris-intel.bin"
-Dis.jvm.file="/var/tmp/isjBAASyaiLb"
-Dis.external.home="/export/home/stefan/."     
run  in working directory /export/home/stefan/.
Output from the launch script execution
StdOut:

ErrOut:
The wizard cannot continue because of the
following error: could not load wizard tree
specified in /wizard.inf (106)
Comment 1 mslama 2004-12-17 12:45:16 UTC
This is known issue of JDK 1.4.2_06 build 02 which was in Solaris 10
builds. I do not know when JDK 1.4.2_06 will be updated to buuild 03
FCS. Workarounsd is to use command line option -is:javahome <JDK
location> and point it to JDK 1.5.0. (Native launcher first looks for
JDK 1.4.2 and then for JDK 1.5.0 when installer starts). See issue
#48633 for more details.

*** This issue has been marked as a duplicate of 48633 ***