JDK-6658933 : NumberFormatException in SplitJRE during build
  • Type: Bug
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 6u10
  • Priority: P1
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2008-02-04
  • Updated: 2010-09-08
  • Resolved: 2008-04-17
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6u10 b13Fixed
Description
java.lang.NumberFormatException
	at java.lang.Integer.parseInt(Unknown Source)
	at java.lang.Integer.valueOf(Unknown Source)
	at sun.jkernel.Bundle.getSize(Unknown Source)
	at sun.jkernel.Bundle.install(Unknown Source)
	at sun.jkernel.Bundle.queueDependencies(Unknown Source)
	at sun.jkernel.DownloadManager.doGetBootClassPathEntryForResource(Unknown Source)
	at sun.jkernel.DownloadManager.access$300(Unknown Source)
	at sun.jkernel.DownloadManager$4.run(Unknown Source)
	at java.security.AccessController.doPrivileged(Native Method)
	at sun.jkernel.DownloadManager.getBootClassPathEntryForResource(Unknown Source)
	at sun.jkernel.DownloadManager.getBootClassPathEntryForClass(Unknown Source)
	at java.lang.Class.forName0(Native Method)
	at java.lang.Class.forName(Unknown Source)
	at sun.kernel.DownloadTest.main(DownloadTest.java:19)

Comments
EVALUATION The dummy bundle.properties was missing bundle size entries.
05-02-2008