Details
-
Bug
-
Resolution: Fixed
-
P3
-
6, 7, 8, 11, 17
-
b26
-
windows
Backports
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8307198 | 17.0.9-oracle | Rajat Mahajan | P3 | Resolved | Fixed | b01 |
JDK-8310372 | 17.0.9 | Martin Doerr | P3 | Resolved | Fixed | b01 |
JDK-8311967 | 11.0.21-oracle | Rajat Mahajan | P3 | Resolved | Fixed | b03 |
JDK-8312880 | 11.0.21 | Lucy Schmidt | P3 | Resolved | Fixed | b01 |
JDK-8314306 | 11.0.20.0.2-oracle | Rajat Mahajan | P3 | Closed | Fixed | b01 |
JDK-8313346 | 8u401 | Rajat Mahajan | P3 | Resolved | Fixed | b01 |
JDK-8317305 | 8u391 | Rajat Mahajan | P3 | Resolved | Fixed | b31 |
JDK-8316637 | 8u381 | Rajat Mahajan | P3 | Closed | Fixed | b33 |
Description
java.io.IOException: Registered service providers failed to encode BufferedImage@5a01ccaa: type = 2 DirectColorModel: rm
ask=ff0000 gmask=ff00 bmask=ff amask=ff000000 IntegerInterleavedRaster: width = 1 height = 1 #Bands = 4 xOff = 0 yOff =
0 dataOffset[0] 0 to image/jpeg
at java.desktop/sun.awt.datatransfer.DataTransferer.imageToStandardBytesImpl(DataTransferer.java:1799)
at java.desktop/sun.awt.datatransfer.DataTransferer.imageToStandardBytes(DataTransferer.java:1713)
at java.desktop/sun.awt.windows.WDataTransferer.imageToPlatformBytes(WDataTransferer.java:353)
at java.desktop/sun.awt.datatransfer.DataTransferer.translateTransferable(DataTransferer.java:855)
at java.desktop/sun.awt.windows.WDataTransferer.translateTransferable(WDataTransferer.java:220)
at java.desktop/sun.awt.windows.WClipboard.setContentsNative(WClipboard.java:83)
at java.desktop/sun.awt.datatransfer.SunClipboard.setContents(SunClipboard.java:105)
The exception is not passed on to user code; it is just consumed and printed to the console in sun.awt.windows.WClipboard.setContentsNative().
Despite the printed exception, the actual copy works just fine anyway. So this is just annoying noise to the user.
Attachments
Issue Links
- backported by
-
JDK-8307198 Exception printed to stdout on Windows when storing transparent image in clipboard
-
- Resolved
-
-
JDK-8310372 Exception printed to stdout on Windows when storing transparent image in clipboard
-
- Resolved
-
-
JDK-8311967 Exception printed to stdout on Windows when storing transparent image in clipboard
-
- Resolved
-
-
JDK-8312880 Exception printed to stdout on Windows when storing transparent image in clipboard
-
- Resolved
-
-
JDK-8313346 Exception printed to stdout on Windows when storing transparent image in clipboard
-
- Resolved
-
-
JDK-8317305 Exception printed to stdout on Windows when storing transparent image in clipboard
-
- Resolved
-
-
JDK-8314306 Exception printed to stdout on Windows when storing transparent image in clipboard
-
- Closed
-
-
JDK-8316637 Exception printed to stdout on Windows when storing transparent image in clipboard
-
- Closed
-
- links to
-
Commit openjdk/jdk11u-dev/e10b8874
-
Commit openjdk/jdk17u-dev/9780137b
-
Commit openjdk/jdk/5264881a
-
Review openjdk/jdk11u-dev/2054
-
Review openjdk/jdk17u-dev/1471
-
Review openjdk/jdk/8871