This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 50470 - PrinterException: Printer is not accepting job.
Summary: PrinterException: Printer is not accepting job.
Status: CLOSED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: Petr Nejedly
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-15 11:52 UTC by Martin Schovanek
Modified: 2008-12-22 18:15 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Schovanek 2004-10-15 11:52:17 UTC
[Nb 200410141800, jdk1.5.0_01]

To reproduce:
-------------
1) open a .java file
2) press [Ctrl+P] - print
NOTE: Print dialog appears.
3) check 'Print to file' check box
4) press Print
ERROR: IDE throws:
java.awt.print.PrinterException: Printer is not
accepting job.
Comment 1 _ ttran 2004-10-15 14:30:22 UTC
I think this is bug in JDK, not NB.

mschovanek: please attach stack trace
Comment 2 Roman Strobl 2004-10-15 14:53:54 UTC
It could be related with this issue:

http://www.netbeans.org/issues/show_bug.cgi?id=50312

AFAIK the JDK bug is expected to be solved in it's next beta. Compare
the stack trace to see if it's the same bug.

Comment 3 Petr Nejedly 2004-10-15 16:19:46 UTC
Different exception. I can't reproduce it on linux + jdk1.5.0 FCS.
I'll try with jdk1.5.0_01
Comment 4 Petr Nejedly 2004-10-15 21:19:09 UTC
Works for me even on JDK1.5.0_01-ea-04.
Please check the Status: line in the print dialog. My printer dialog
says "Accepting jobs" and Print proceeds correctly.
Comment 5 Martin Schovanek 2004-10-18 09:36:13 UTC
Now it works for me to => verified.