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 24873 - NumberFormatException in log.txt after uninstall
Summary: NumberFormatException in log.txt after uninstall
Status: CLOSED WONTFIX
Alias: None
Product: installer
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: Other Windows ME/2000
: P4 blocker (vote)
Assignee: issues@installer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-17 13:45 UTC by Richard Malaschitz
Modified: 2003-07-01 09:47 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Richard Malaschitz 2002-06-17 13:45:32 UTC
[Build 200206170100]

Scenario:
* install product
* uninstall 
product

In <netbeans directory>/log.txt is information about 
NumberFormatException: 
------------------------------------------------------
(Jun 17, 2002 2:28:43 PM), 
Uninstall.product.uninstall, 
com.installshield.wizard.platform.win32.Win32PPKRegistryServiceImpl, 
err, java.lang.NumberFormatException: install dir:
STACK_TRACE: 
25
java.lang.NumberFormatException: install dir:
	at 
java.lang.Integer.parseInt(Integer.java:414)
	at 
java.lang.Integer.parseInt(Integer.java:463)
	at 
com.installshield.product.service.registry.PureJavaRegistryServiceImpl.loadInt(PureJavaRegistryServiceImpl.java:624)
	at 
com.installshield.product.service.registry.PureJavaRegistryServiceImpl.loadSoftwareObjectKey(PureJavaRegistryServiceImpl.java:602)
	at 
com.installshield.product.service.registry.PureJavaRegistryServiceImpl.loadSoftwareObjectKeyArray(PureJavaRegistryServiceImpl.java:782)
	at 
com.installshield.product.service.registry.PureJavaRegistryServiceImpl.loadSoftwareObject(PureJavaRegistryServiceImpl.java:660)
	at 
com.installshield.product.service.registry.PureJavaRegistryServiceImpl.readVPD(PureJavaRegistryServiceImpl.java:942)
	at 
com.installshield.product.service.registry.PureJavaRegistryServiceImpl.initializeRegistry(PureJavaRegistryServiceImpl.java:45)
	at 
com.installshield.product.service.registry.PureJavaRegistryServiceImpl.initialized(PureJavaRegistryServiceImpl.java:36)
	at 
com.installshield.wizard.platform.win32.Win32PPKRegistryServiceImpl.initialized(Win32PPKRegistryServiceImpl.java:53)
	at 
com.installshield.wizard.service.AbstractServiceImplementor.initialize(AbstractServiceImplementor.java:23)
	at 
com.installshield.wizard.service.ServiceFactory.createImpl(ServiceFactory.java:129)
	at 
com.installshield.wizard.service.ServiceFactory.createService(ServiceFactory.java:55)
	at 
com.installshield.wizard.service.ServiceFactory.createService(ServiceFactory.java:24)
	at 
com.installshield.wizard.service.LocalWizardServices.loadService(LocalWizardServices.java:126)
	at 
com.installshield.wizard.service.LocalWizardServices.getService(LocalWizardServices.java:141)
	at 
com.installshield.product.service.product.PureJavaProductServiceImpl.getRegistryService(PureJavaProductServiceImpl.java:1489)
	at 
com.installshield.product.service.product.PureJavaProductServiceImpl.initializeActiveNodeTable(PureJavaProductServiceImpl.java:2106)
	at 
com.installshield.product.service.product.PureJavaProductServiceImpl.setActiveStateForUninstallation(PureJavaProductServiceImpl.java:2011)
	at 
com.installshield.product.service.product.PureJavaProductServiceImpl.access$5(PureJavaProductServiceImpl.java:1999)
	at 
com.installshield.product.service.product.PureJavaProductServiceImpl$Uninstaller.execute(PureJavaProductServiceImpl.java:3710)
	at 
com.installshield.wizard.service.AsynchronousOperation.run(AsynchronousOperation.java:40)
	at 
java.lang.Thread.run(Thread.java:484)

(Jun 17, 2002 2:28:43 
PM), Uninstall.product.uninstall, 
com.installshield.wizard.platform.win32.Win32ProductServiceImpl, 
wrn, Installed Component with UID = 200206170100 was not found in the 
VPD.
(Jun 17, 2002 2:28:43 PM), Uninstall.product.uninstall, 
com.installshield.wizard.platform.win32.Win32ProductServiceImpl, 
wrn, Installed Component with UID = d9b7ce4992f9b62e13e35241e1dde8df 
was not found in the VPD.
------------------------------------------------------
Comment 1 Richard Gregor 2002-06-19 22:41:19 UTC
This exception is caused by
com.installshield.product.service.registry.PureJavaRegistryServiceImpl.
We have not sources of this class(it is IS close source) so we can't
fix it.
Comment 2 Quality Engineering 2003-07-01 09:46:19 UTC
Resolved for 3.4 or earlier, no new info since then -> closing.
Comment 3 Quality Engineering 2003-07-01 09:47:21 UTC
Resolved for 3.4 or earlier, no new info since then -> closing.