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 268548

Summary: Error on the uninstallation of the Dev 201609210002
Product: installer Reporter: amobilia
Component: CodeAssignee: Libor Fischmeistr <lfischmeistr>
Status: NEW ---    
Severity: normal    
Priority: P3    
Version: Dev   
Hardware: PC   
OS: Windows 10 x64   
Issue Type: DEFECT Exception Reporter:
Attachments: log

Description amobilia 2016-10-17 02:22:02 UTC
Created attachment 162521 [details]
log

Errors occurs on the uninstallation of the Dev 201609210002

Log is attached
------------
[2016-10-17 04:18:17.165]:     NameResolver - to parse Uninstalling {0}
[2016-10-17 04:18:17.165]:     Start uninstallation of JRE 8 Update 101(jre-nested/9.0.0.0.201609210002)
[2016-10-17 04:18:17.167]:         org.netbeans.installer.utils.exceptions.UninstallationException: Cannot get the installation files list
[2016-10-17 04:18:17.167]:         	at org.netbeans.installer.product.components.Product.uninstall(Product.java:530)
[2016-10-17 04:18:17.167]:         	at org.netbeans.installer.wizard.components.actions.UninstallAction.execute(UninstallAction.java:123)
[2016-10-17 04:18:17.167]:         	at org.netbeans.installer.wizard.components.WizardAction$1.run(WizardAction.java:123)
[2016-10-17 04:18:17.167]:         Caused by: org.netbeans.installer.utils.exceptions.XMLException: Cannot parse xml file
[2016-10-17 04:18:17.167]:         	at org.netbeans.installer.utils.helper.FilesList.loadXmlGz(FilesList.java:188)
[2016-10-17 04:18:17.167]:         	at org.netbeans.installer.utils.helper.FilesList.loadXmlGz(FilesList.java:176)
[2016-10-17 04:18:17.167]:         	at org.netbeans.installer.product.components.Product.uninstall(Product.java:527)
[2016-10-17 04:18:17.167]:         	... 2 more
[2016-10-17 04:18:17.167]:         Caused by: java.io.FileNotFoundException: C:\Users\Anael\.nbi\product-cache\jre-nested\9.0.0.0.201609210002\installed-files.xml.gz (Le fichier spécifié est introuvable)
[2016-10-17 04:18:17.167]:         	at java.io.FileInputStream.open0(Native Method)
[2016-10-17 04:18:17.167]:         	at java.io.FileInputStream.open(Unknown Source)
[2016-10-17 04:18:17.167]:         	at java.io.FileInputStream.<init>(Unknown Source)
[2016-10-17 04:18:17.167]:         	at org.netbeans.installer.utils.helper.FilesList.loadXmlGz(FilesList.java:181)
[2016-10-17 04:18:17.167]:         	... 4 more
[2016-10-17 04:18:17.168]:         ... show message dialog
[2016-10-17 04:18:17.168]:             title: Error
[2016-10-17 04:18:17.168]:             message: An unknown error occured.
[2016-10-17 04:18:17.168]:             
[2016-10-17 04:18:17.168]:             Exception:
[2016-10-17 04:18:17.168]:               org.netbeans.installer.utils.exceptions.UninstallationException:
[2016-10-17 04:18:17.168]:               Cannot get the installation files list
[2016-10-17 04:18:17.168]:             
[2016-10-17 04:18:17.168]:             You can get more details about the issue in the installer log file:
[2016-10-17 04:18:17.168]:              C:\Users\Anael\.nbi\log\20161017041810.log
[2016-10-17 04:18:17.168]:             
[2016-10-17 04:18:17.168]:             Continue installation?
[2016-10-17 04:18:25.182]:         ... user selected: YES
[2016-10-17 04:18:25.183]:     ... dialog closed

------------------------------