Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#9464 - printig from java application not possible
Attached to Project:
Arch Linux
Opened by Stefan Kania (stka) - Monday, 04 February 2008, 12:06 GMT
Last edited by Andreas Radke (AndyRTR) - Wednesday, 06 February 2008, 07:02 GMT
Opened by Stefan Kania (stka) - Monday, 04 February 2008, 12:06 GMT
Last edited by Andreas Radke (AndyRTR) - Wednesday, 06 February 2008, 07:02 GMT
|
DetailsI try to print out of a java application (http://openproj.org/) but everytime I try to print a page, I get the following messages: ------------------------------------- Exception in thread "AWT-EventQueue-0" java.lang.NullPointerException: null attribute at sun.print.IPPPrintService.isAttributeValueSupported(IPPPrintService.java:1147) at sun.print.ServiceDialog$OrientationPanel.updateInfo(ServiceDialog.java:2121) at sun.print.ServiceDialog$PageSetupPanel.updateInfo(ServiceDialog.java:1263) at sun.print.ServiceDialog.updatePanels(ServiceDialog.java:437) at sun.print.ServiceDialog.initPrintDialog(ServiceDialog.java:195) at sun.print.ServiceDialog.<init>(ServiceDialog.java:124) at javax.print.ServiceUI.printDialog(ServiceUI.java:188) at sun.print.RasterPrinterJob.printDialog(RasterPrinterJob.java:855) at sun.print.PSPrinterJob.printDialog(PSPrinterJob.java:421) at com.projity.print.GraphPageable.print(Unknown Source) at com.projity.pm.graphic.frames.GraphicManager.print(Unknown Source) at com.projity.pm.graphic.frames.GraphicManager$PrintAction.actionPerformed(Unknown Source) at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995) at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318) at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387) at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242) at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236) at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272) at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272) at java.awt.Component.processMouseEvent(Component.java:6038) at javax.swing.JComponent.processMouseEvent(JComponent.java:3265) at java.awt.Component.processEvent(Component.java:5803) at java.awt.Container.processEvent(Container.java:2058) at java.awt.Component.dispatchEventImpl(Component.java:4410) at java.awt.Container.dispatchEventImpl(Container.java:2116) at java.awt.Component.dispatchEvent(Component.java:4240) at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4322) at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3986) at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3916) at java.awt.Container.dispatchEventImpl(Container.java:2102) at java.awt.Window.dispatchEventImpl(Window.java:2429) at java.awt.Component.dispatchEvent(Component.java:4240) at java.awt.EventQueue.dispatchEvent(EventQueue.java:599) at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273) at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183) at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168) at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160) at java.awt.EventDispatchThread.run(EventDispatchThread.java:121) ----------------- I use "jre 6u3-2" on my System. I read about the problem in an bugreport from ubuntu: https://bugs.launchpad.net/ubuntu/+source/sun-java6/+bug/156191 Is this the same under archlinux? Is there a workaround known for this problem? |
This task depends upon
Closed by Andreas Radke (AndyRTR)
Wednesday, 06 February 2008, 07:02 GMT
Reason for closing: Won't fix
Additional comments about closing: not possible to fix for us
Wednesday, 06 February 2008, 07:02 GMT
Reason for closing: Won't fix
Additional comments about closing: not possible to fix for us
Comment by Jan de Groot (JGC) -
Tuesday, 05 February 2008, 11:58 GMT
It's the same on every distribution using a recent version of CUPS. As Sun doesn't allow us to distribute java packages built from source, this will not get fixed until sun fixes the bug in an upstream version.