-
Bug
-
Resolution: Fixed
-
P4
-
11, 17, 21, 25, 26
-
b14
-
generic
-
linux
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8367392 | 25.0.2 | Sendao Yan | P4 | Resolved | Fixed | master |
JDK-8367652 | 21.0.10-oracle | Srinivas Mandalika | P4 | Resolved | Fixed | master |
JDK-8367655 | 17.0.18-oracle | Srinivas Mandalika | P4 | Resolved | Fixed | master |
JDK-8367654 | 11.0.30-oracle | Srinivas Mandalika | P4 | Resolved | Fixed | master |
JDK-8367653 | 8u481 | Srinivas Mandalika | P4 | Resolved | Fixed | master |
Currently the test failue log snippet:
java.io.IOException: Cannot run program "lpstat": Exec failed, error: 2 (No such file or directory)
at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1112)
at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1046)
at java.base/java.lang.Runtime.exec(Runtime.java:605)
at java.base/java.lang.Runtime.exec(Runtime.java:470)
at CountPrintServices.main(CountPrintServices.java:54)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:565)
at com.sun.javatest.regtest.agent.MainWrapper$MainTask.run(MainWrapper.java:138)
at java.base/java.lang.Thread.run(Thread.java:1474)
Caused by: java.io.IOException: Exec failed, error: 2 (No such file or directory)
at java.base/java.lang.ProcessImpl.forkAndExec(Native Method)
at java.base/java.lang.ProcessImpl.<init>(ProcessImpl.java:300)
at java.base/java.lang.ProcessImpl.start(ProcessImpl.java:231)
at java.base/java.lang.ProcessBuilder.start(ProcessBuilder.java:1078)
... 8 more
Only javax/print/PrintServiceLookup/CountPrintServices.java invoke lpstat explicitly.
- backported by
-
JDK-8367392 Test should throw SkippedException when there is no lpstat
-
- Resolved
-
-
JDK-8367652 Test should throw SkippedException when there is no lpstat
-
- Resolved
-
-
JDK-8367653 Test should throw SkippedException when there is no lpstat
-
- Resolved
-
-
JDK-8367654 Test should throw SkippedException when there is no lpstat
-
- Resolved
-
-
JDK-8367655 Test should throw SkippedException when there is no lpstat
-
- Resolved
-
- links to
-
Commit(master) openjdk/jdk25u/f60d8f8f
-
Commit(master) openjdk/jdk/f23c1507
-
Review(master) openjdk/jdk11u-dev/3093
-
Review(master) openjdk/jdk17u-dev/3900
-
Review(master) openjdk/jdk21u-dev/2177
-
Review(master) openjdk/jdk25u/146
-
Review(master) openjdk/jdk/26988