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 118346 - Installer problem
Summary: Installer problem
Status: RESOLVED WORKSFORME
Alias: None
Product: installer
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: issues@installer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-10 12:14 UTC by Ondrej Langr
Modified: 2007-10-10 12:49 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Installer error screenshot (97.45 KB, image/png)
2007-10-10 12:14 UTC, Ondrej Langr
Details
log of the faulty instalation (2.08 MB, image/png)
2007-10-10 12:17 UTC, Ondrej Langr
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ondrej Langr 2007-10-10 12:14:04 UTC
During usability study where netbeans 6.0 Beta 1 was installed and uninstalled several times in a row, we experienced a
problem with the installer (see attached screenshots and log file). Afterwards, the ide was usually (not always) able to
start, but behaved weirdly and was extremely slow.

The procedure used for uninstalling netbeans between the sessions was following:
1) we uninstalled both netbeans and glassfish
2) we removed userdir and all other netbeans directories starting with "."
3) we removed leftovers (NetBeans directory and Glassfish directory) in Program Files directory (this was necessary just
once or twice out of 10 sessions)

Was there any other step we missed? Or did we just experience a bug?
Comment 1 Ondrej Langr 2007-10-10 12:14:44 UTC
Created attachment 50572 [details]
Installer error screenshot
Comment 2 Ondrej Langr 2007-10-10 12:17:39 UTC
Created attachment 50573 [details]
log of the faulty instalation
Comment 3 dlipin 2007-10-10 12:49:13 UTC
I see the following error in the log:

Caused by: java.util.zip.ZipException: invalid bit length repeat
	at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:147)
	at java.io.FilterInputStream.read(FilterInputStream.java:90)
	at org.netbeans.installer.utils.StreamUtils.transferData(StreamUtils.java:48)
	at org.netbeans.installer.utils.FileUtils.extractByList(FileUtils.java:1516)
	at org.netbeans.installer.utils.FileUtils.extractAll(FileUtils.java:1448)
	at org.netbeans.installer.utils.FileUtils.unjar(FileUtils.java:911)
	at org.netbeans.installer.product.components.Product.install(Product.java:232)
	... 2 more


It says that most probable the installer file is corrupted.
The other possible issue is JDK6 1.6.0-beta2-b86 - it is not the FCS version.

So, please, uninstall beta JDK, install the latest JDK 6 Update3 and download the installer again.
If the issue is still reproducible please reopen the issue and put the MD5 and the name of the installer you have used.