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

Summary: Installer problem
Product: installer Reporter: Ondrej Langr <olangr>
Component: CodeAssignee: issues@installer <issues>
Status: RESOLVED WORKSFORME    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: Installer error screenshot
log of the faulty instalation

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.