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 118074

Summary: [unpack200] installer fails with jdk 1.6.0_03
Product: installer Reporter: frankgraf <frankgraf>
Component: CodeAssignee: issues@installer <issues>
Status: RESOLVED DUPLICATE    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Attachments: log files

Description frankgraf 2007-10-08 09:06:09 UTC
Could not install the netbeans beta 1 using the JDK 1.6.0_03.
It always reported error that unpacking (unpack200) of some files (for the IDE failed).

After uninstalling JDK 1.6.0_03 installation with JDK 1.6.0_02) worked
Comment 1 dlipin 2007-10-08 09:07:45 UTC
frankgraf,

please attach the installation log, it is available at %USERPROFILE%/.nbi/log
Comment 2 frankgraf 2007-10-08 09:28:42 UTC
Created attachment 50366 [details]
log files
Comment 3 frankgraf 2007-10-08 09:32:15 UTC
That seems to be the problem

[2007-10-05 21:39:26.786]: executing command: C:\Program Files\Java\jre1.6.0_03\bin\unpack200.exe C:\Program
Files\NetBeans 6.0 Beta 1\java1\modules\org-netbeans-libs-javacimpl.jar.pack.gz C:\Program Files\NetBeans 6.0 Beta
1\java1\modules\org-netbeans-libs-javacimpl.jar, in directory: .
[2007-10-05 21:39:26.833]:     [return]: -1073741801
[2007-10-05 21:39:26.833]: ... command execution finished
[2007-10-05 21:39:26.833]: org.netbeans.installer.utils.exceptions.InstallationException: Cannot extract installation data
[2007-10-05 21:39:26.833]: 	at org.netbeans.installer.product.components.Product.install(Product.java:243)
[2007-10-05 21:39:26.833]: 	at
org.netbeans.installer.wizard.components.actions.InstallAction.execute(InstallAction.java:128)
[2007-10-05 21:39:26.833]: 	at org.netbeans.installer.wizard.components.WizardAction$1.run(WizardAction.java:104)
[2007-10-05 21:39:26.833]: Caused by: java.io.IOException: Unpack200 finished with error
[2007-10-05 21:39:26.833]: Error code: -1,073,741,801
[2007-10-05 21:39:26.833]: Stdout: 
[2007-10-05 21:39:26.833]: Stderr: 
[2007-10-05 21:39:26.833]: 	at org.netbeans.installer.utils.FileUtils.unpack(FileUtils.java:1009)
[2007-10-05 21:39:26.833]: 	at org.netbeans.installer.utils.FileUtils.extractByList(FileUtils.java:1528)
[2007-10-05 21:39:26.833]: 	at org.netbeans.installer.utils.FileUtils.extractAll(FileUtils.java:1448)
[2007-10-05 21:39:26.833]: 	at org.netbeans.installer.utils.FileUtils.unjar(FileUtils.java:911)
[2007-10-05 21:39:26.833]: 	at org.netbeans.installer.product.components.Product.install(Product.java:232)
[2007-10-05 21:39:26.833]: 	... 2 more
Comment 4 dlipin 2007-10-08 09:54:28 UTC
frankgraf,

we have already similar Issue 117334.

The problem is in the monitoring tool called "Logitech Process Monitor" (lvprcsrv.exe).
Please make sure that you are not running this or any other processes monitoring tool.

Could you please add your running processes list to that issue (117334)?
You can get the list by executing the following command:
C:\WINDOWS\system32\tasklist.exe /V /FO TABLE > processes.txt

Thanks,
Dmitry

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