-
Bug
-
Resolution: Not an Issue
-
P4
-
8, 9
-
generic
-
generic
Test name(s):java/awt/print/PrinterJob/ImagePrinting/NullClipARGB.java
JDK tested: 8u45b04, 8u45b01,9b46
OS tested:Linux
Is it a regression? No
Regression introduced in release/build: N/A
Is it platform specific? No
The is failure reproduced:Linux
----------System.err:(18/1078)----------
java.lang.RuntimeException: java.awt.print.PrinterException: No print service found.
at NullClipARGB.main(NullClipARGB.java:43)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.awt.print.PrinterException: No print service found.
at sun.print.RasterPrinterJob.print(RasterPrinterJob.java:1351)
at sun.print.RasterPrinterJob.print(RasterPrinterJob.java:1323)
at NullClipARGB.main(NullClipARGB.java:41)
... 6 more
JavaTest Message: Test threw exception: java.lang.RuntimeException: java.awt.print.PrinterException: No print service found.
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: java.awt.print.PrinterException: No print service found.
JDK tested: 8u45b04, 8u45b01,9b46
OS tested:Linux
Is it a regression? No
Regression introduced in release/build: N/A
Is it platform specific? No
The is failure reproduced:Linux
----------System.err:(18/1078)----------
java.lang.RuntimeException: java.awt.print.PrinterException: No print service found.
at NullClipARGB.main(NullClipARGB.java:43)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.awt.print.PrinterException: No print service found.
at sun.print.RasterPrinterJob.print(RasterPrinterJob.java:1351)
at sun.print.RasterPrinterJob.print(RasterPrinterJob.java:1323)
at NullClipARGB.main(NullClipARGB.java:41)
... 6 more
JavaTest Message: Test threw exception: java.lang.RuntimeException: java.awt.print.PrinterException: No print service found.
JavaTest Message: shutting down test
STATUS:Failed.`main' threw exception: java.lang.RuntimeException: java.awt.print.PrinterException: No print service found.
- relates to
-
JDK-8061392 PrinterJob NPE when drawing translucent image with null user clip
-
- Resolved
-