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 61558 - Daily Installer Progress bar only reaches 8%
Summary: Daily Installer Progress bar only reaches 8%
Status: VERIFIED FIXED
Alias: None
Product: installer
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P2 blocker (vote)
Assignee: mslama
URL:
Keywords:
: 52025 61559 61560 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-07-29 22:19 UTC by hash9
Modified: 2005-09-07 13:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Installation Log (15.69 KB, text/plain)
2005-07-30 11:24 UTC, hash9
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hash9 2005-07-29 22:19:46 UTC
Build: 200507281800
JDK 1.5
Durring the installation the installation progress bar only reaches 8%
instead of 100% before completing.

NetBeans was still installed correctly and started with out any problem.
Comment 1 mslama 2005-07-30 10:42:04 UTC
Installation was not completed so all following problems are caused by that.
Please can you attach install.log? (It is in NBINSTDIR/_uninst dir.) First NB is
installed, then post install action for NB is performed and then storage builder
is run to parse JDK sources. It looks like post install action or starting SB
failed. Some error/waring message could be in install.log.
Comment 2 hash9 2005-07-30 11:24:54 UTC
Created attachment 23376 [details]
Installation Log
Comment 3 hash9 2005-07-30 11:27:47 UTC
There is a directory storagebuilder in NBINSTDIR/_uninst, containing two files:
preparse-files.txt
storagebuilder.jar

Incase that's of any relavance.
Comment 4 mslama 2005-07-30 20:52:26 UTC
I found reason: Storage builder cannot run as it cannot find target directory.
It is because ide cluster dir was renamed from 'ide5' to 'ide6' recently. I will
fix it tomorrow. Thanks for report. I will parametrize name of ide cluster dir
and put it to Bundle properties to avoid this problem in future.
Comment 5 mslama 2005-07-31 14:46:38 UTC
Fixed in main trunk. Next installer build should be ok. You can use zip
distribution as workaround.

Modified:
/cvs/installer/asbundle/src/org/netbeans/installer/Bundle.properties
new revision: 1.24; previous revision: 1.23

/cvs/installer/coreide/src/org/netbeans/installer/Bundle.properties
new revision: 1.21; previous revision: 1.20

/cvs/installer/jdkbundle/src/org/netbeans/installer/Bundle.properties
new revision: 1.35; previous revision: 1.34

/cvs/installer/lib/src/org/netbeans/installer/StorageBuilderAction.java
new revision: 1.12; previous revision: 1.11
Comment 6 mslama 2005-07-31 14:47:31 UTC
*** Issue 61559 has been marked as a duplicate of this issue. ***
Comment 7 mslama 2005-07-31 14:47:59 UTC
*** Issue 61560 has been marked as a duplicate of this issue. ***
Comment 8 mslama 2005-08-25 18:19:10 UTC
*** Issue 52025 has been marked as a duplicate of this issue. ***
Comment 9 Michal Mocnak 2005-09-07 13:13:46 UTC
Verified in the latest daily build