-
Bug
-
Resolution: Fixed
-
P3
-
5.0
-
b08
-
x86
-
linux
-
Verified
FULL PRODUCT VERSION :
java version "1.5.0_09"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_09-b01)
Java HotSpot(TM) Client VM (build 1.5.0_09-b01, mixed mode, sharing)
ADDITIONAL OS VERSION INFORMATION :
Linux enterprise 2.6.17 #1 Tue Jul 4 00:01:31 CEST 2006 i686 GNU/Linux
EXTRA RELEVANT SYSTEM CONFIGURATION :
Cupsys Version: 1.1.23-10sarge1
A DESCRIPTION OF THE PROBLEM :
When opening a print dialog in java, the available printer is shown, but the dialog says "not accepting jobs", which is definately not the case.
So printing is not possible.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Create a new class.
Add following code to main method, compile and run.
JTable table = new JTable();
table.print();
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Expected result is a dialog that lets me print.
ACTUAL -
A dialog that does not allow printing because it "thinks" the printing is not accepting jobs (which is not the case).
REPRODUCIBILITY :
This bug can be reproduced always.
---------- BEGIN SOURCE ----------
public class Test {
public static void main(String[] args) {
JTable table = new JTable();
table.print();
}
}
---------- END SOURCE ----------
---------------
Jennifer Godinez wrote:
>> Thank you for reporting this incident. Can you give me the output of
>> "/usr/sbin/lpc status"?
Of course I can.
In German (my default locale):
[tobias@enterprise:]~$ /usr/sbin/lpc status
HP5550:
Drucker verbunden über 'hp' Geschwindigkeit -1
Warteschlange ist freigegeben
Drucken ist freigegeben
Keine Einträge
Dienst läuft
---------------------------
java version "1.5.0_09"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_09-b01)
Java HotSpot(TM) Client VM (build 1.5.0_09-b01, mixed mode, sharing)
ADDITIONAL OS VERSION INFORMATION :
Linux enterprise 2.6.17 #1 Tue Jul 4 00:01:31 CEST 2006 i686 GNU/Linux
EXTRA RELEVANT SYSTEM CONFIGURATION :
Cupsys Version: 1.1.23-10sarge1
A DESCRIPTION OF THE PROBLEM :
When opening a print dialog in java, the available printer is shown, but the dialog says "not accepting jobs", which is definately not the case.
So printing is not possible.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Create a new class.
Add following code to main method, compile and run.
JTable table = new JTable();
table.print();
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
Expected result is a dialog that lets me print.
ACTUAL -
A dialog that does not allow printing because it "thinks" the printing is not accepting jobs (which is not the case).
REPRODUCIBILITY :
This bug can be reproduced always.
---------- BEGIN SOURCE ----------
public class Test {
public static void main(String[] args) {
JTable table = new JTable();
table.print();
}
}
---------- END SOURCE ----------
---------------
Jennifer Godinez wrote:
>> Thank you for reporting this incident. Can you give me the output of
>> "/usr/sbin/lpc status"?
Of course I can.
In German (my default locale):
[tobias@enterprise:]~$ /usr/sbin/lpc status
HP5550:
Drucker verbunden über 'hp' Geschwindigkeit -1
Warteschlange ist freigegeben
Drucken ist freigegeben
Keine Einträge
Dienst läuft
---------------------------
- relates to
-
JDK-6500903 PrintServices are incorrectly listed as "not accepting jobs"
-
- Closed
-