-
Bug
-
Resolution: Fixed
-
P3
-
7
-
b94
-
x86
-
windows_xp
-
Verified
While building JDK7/install on a Windows XP SP2 build machine using Visual Studio 2008
and MSDK 6.1 the product kernel build fails:
make[7]: Entering directory `/cygdrive/g/tbell/ii/install/make/installer/bundles/windows/ishield/kernel'
[ ... SNIP ... ]
DownloadManager startup
Log opened
Entering getBootClassPathEntryForResource(sun/kernel/SwingMinTest.class)
Checking for requested bundles...
getBootClassPathEntryForResource(sun/kernel/SwingMinTest.class) == null
[Loaded sun.kernel.SwingMinTest from file:/G:/tbell/ii/build/windows-i586/tmp/kernel/SplitJRE.jar]
Entering getBootClassPathEntryForResource(sun/kernel/SwingMinTest$4.class)
getBootClassPathEntryForResource(sun/kernel/SwingMinTest$4.class) == null
[Loaded sun.kernel.SwingMinTest$4 from file:/G:/tbell/ii/build/windows-i586/tmp/kernel/SplitJRE.jar]
SwingMinTest: startup
Exception in thread "main" java.lang.UnsatisfiedLinkError: G:\tbell\ii\build\windows-i586\tmp\kernel\j2re-image-copy\bin\awt.dll: The specified procedure could not be found
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1922)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1840)
at java.lang.Runtime.loadLibrary0(Runtime.java:840)
at java.lang.System.loadLibrary(System.java:1078)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:67)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:47)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.loadLibraries(Toolkit.java:1644)
at java.awt.Toolkit.<clinit>(Toolkit.java:1666)
at javax.swing.UIManager.<clinit>(UIManager.java:376)
at sun.kernel.SwingMinTest.touchLAF(SwingMinTest.java:16)
at sun.kernel.SwingMinTest.main(SwingMinTest.java:122)
Error: Java process exited with code 1
make[7]: *** [kernel-image] Error 1
make[7]: Leaving directory `/cygdrive/g/tbell/ii/install/make/installer/bundles/windows/ishield/kernel'
make[6]: *** [do_zip] Error 2
make[6]: Leaving directory `/cygdrive/g/tbell/ii/install/make/installer/bundles/windows/ishield/jre'
make[5]: *** [all] Error 1
make[5]: Leaving directory `/cygdrive/g/tbell/ii/install/make/installer/bundles/windows/ishield'
make[4]: *** [all] Error 1
make[4]: Leaving directory `/cygdrive/g/tbell/ii/install/make/installer/bundles/windows'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/cygdrive/g/tbell/ii/install/make/installer/bundles'
make[2]: *** [all] Error 1
make[2]: Leaving directory `/cygdrive/g/tbell/ii/install/make/installer'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/cygdrive/g/tbell/ii/install/make'
make: *** [install-build] Error 2
and MSDK 6.1 the product kernel build fails:
make[7]: Entering directory `/cygdrive/g/tbell/ii/install/make/installer/bundles/windows/ishield/kernel'
[ ... SNIP ... ]
DownloadManager startup
Log opened
Entering getBootClassPathEntryForResource(sun/kernel/SwingMinTest.class)
Checking for requested bundles...
getBootClassPathEntryForResource(sun/kernel/SwingMinTest.class) == null
[Loaded sun.kernel.SwingMinTest from file:/G:/tbell/ii/build/windows-i586/tmp/kernel/SplitJRE.jar]
Entering getBootClassPathEntryForResource(sun/kernel/SwingMinTest$4.class)
getBootClassPathEntryForResource(sun/kernel/SwingMinTest$4.class) == null
[Loaded sun.kernel.SwingMinTest$4 from file:/G:/tbell/ii/build/windows-i586/tmp/kernel/SplitJRE.jar]
SwingMinTest: startup
Exception in thread "main" java.lang.UnsatisfiedLinkError: G:\tbell\ii\build\windows-i586\tmp\kernel\j2re-image-copy\bin\awt.dll: The specified procedure could not be found
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1922)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1840)
at java.lang.Runtime.loadLibrary0(Runtime.java:840)
at java.lang.System.loadLibrary(System.java:1078)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:67)
at sun.security.action.LoadLibraryAction.run(LoadLibraryAction.java:47)
at java.security.AccessController.doPrivileged(Native Method)
at java.awt.Toolkit.loadLibraries(Toolkit.java:1644)
at java.awt.Toolkit.<clinit>(Toolkit.java:1666)
at javax.swing.UIManager.<clinit>(UIManager.java:376)
at sun.kernel.SwingMinTest.touchLAF(SwingMinTest.java:16)
at sun.kernel.SwingMinTest.main(SwingMinTest.java:122)
Error: Java process exited with code 1
make[7]: *** [kernel-image] Error 1
make[7]: Leaving directory `/cygdrive/g/tbell/ii/install/make/installer/bundles/windows/ishield/kernel'
make[6]: *** [do_zip] Error 2
make[6]: Leaving directory `/cygdrive/g/tbell/ii/install/make/installer/bundles/windows/ishield/jre'
make[5]: *** [all] Error 1
make[5]: Leaving directory `/cygdrive/g/tbell/ii/install/make/installer/bundles/windows/ishield'
make[4]: *** [all] Error 1
make[4]: Leaving directory `/cygdrive/g/tbell/ii/install/make/installer/bundles/windows'
make[3]: *** [all] Error 2
make[3]: Leaving directory `/cygdrive/g/tbell/ii/install/make/installer/bundles'
make[2]: *** [all] Error 1
make[2]: Leaving directory `/cygdrive/g/tbell/ii/install/make/installer'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/cygdrive/g/tbell/ii/install/make'
make: *** [install-build] Error 2