Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6227867

IndexOutOfBoundsException when calling PrinterJob.printDialog with IPP printers

XMLWordPrintable

    • 2d
    • b47
    • x86, sparc
    • linux, solaris_10

        FULL PRODUCT VERSION :
        java version "1.5.0"
        Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0-b64)
        Java HotSpot(TM) Client VM (build 1.5.0-b64, mixed mode)


        ADDITIONAL OS VERSION INFORMATION :
        Linux leak.kano.net 2.6.7-mm6 #3 Mon Sep 13 13:47:13 EDT 2004 i686 Intel(R) Pentium(R) 4 Mobile CPU 1.80GHz GenuineIntel GNU/Linux


        EXTRA RELEVANT SYSTEM CONFIGURATION :
        CUPS 1.1.20

        A DESCRIPTION OF THE PROBLEM :
        Calling PrinterJob.printDialog when there are IPP printers present on the system causes this exception. It usually works the first few times it's called, but once it stops working, it stops working until I restart CUPS. (Restarting the Java application does not help.)

        I have posted a tcpdump log of the interaction between Java and CUPS which causes this exception. It is at http://gee.cs.oswego.edu/~keith/keep/ipp.capture . You can use the Ethereal program (www.ethereal.com) to load this file, but I think you can also use tcpdump.

        STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
        PrinterJob job = PrinterJob.getPrinterJob();
        job.printDialog(attr);



        ERROR MESSAGES/STACK TRACES THAT OCCUR :
        Exception in thread "AWT-EventQueue-0" java.lang.IndexOutOfBoundsException
        at java.io.BufferedInputStream.read(BufferedInputStream.java:306)
        at sun.net.www.MeteredStream.read(MeteredStream.java:116)
        at java.io.FilterInputStream.read(FilterInputStream.java:111)
        at sun.net.www.protocol.http.HttpURLConnection$HttpInputStream.read(HttpURLConnection.java:2123)
        at java.io.DataInputStream.read(DataInputStream.java:134)
        at sun.print.IPPPrintService.readIPPResponse(IPPPrintService.java:1589)
        at sun.print.IPPPrintService.opGetAttributes(IPPPrintService.java:1436)
        at sun.print.IPPPrintService.initAttributes(IPPPrintService.java:333)
        at sun.print.IPPPrintService.getSupportedDocFlavors(IPPPrintService.java:707)
        at sun.print.IPPPrintService.isDocFlavorSupported(IPPPrintService.java:783)
        at sun.print.RasterPrinterJob.getPrintService(RasterPrinterJob.java:428)
        at sun.print.RasterPrinterJob$3.run(RasterPrinterJob.java:806)
        at java.security.AccessController.doPrivileged(Native Method)
        at sun.print.RasterPrinterJob.printDialog(RasterPrinterJob.java:802)
        at edu.rpi.scheduler.ui.print.SchedulePrinter.print(SchedulePrinter.java:68)

        REPRODUCIBILITY :
        This bug can be reproduced often.
        ###@###.### 2005-2-10 19:16:06 GMT

              jgodinez Jennifer Godinez (Inactive)
              jgodinez Jennifer Godinez (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: