[Bug 156191] Re: Printing from Java does not work at all with cups 1.2

2010-12-08 Thread Bug Watch Updater
** Changed in: cups (Debian)
   Status: Unknown = Fix Released

** Changed in: sun-java6 (Debian)
   Status: Unknown = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/156191

Title:
  Printing from Java does not work at all with cups  1.2

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156191] Re: Printing from Java does not work at all with cups 1.2

2010-12-07 Thread Brian Murray
** Bug watch added: Debian Bug tracker #486940
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=486940

** Also affects: sun-java6 (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=486940
   Importance: Unknown
   Status: Unknown

** Also affects: cups (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=486940
   Importance: Unknown
   Status: Unknown

** Tags added: udd-find

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/156191

Title:
  Printing from Java does not work at all with cups  1.2

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156191] Re: Printing from Java does not work at all with cups 1.2

2010-09-18 Thread Charlie Kravetz
Thank you for taking the time to report this bug and helping to make
Ubuntu better. The issue that you reported is one that should be
reproducible with the live environment of the Desktop CD of the
development release - Maverick Meerkat. It would help us greatly if you
could test with it so we can work on getting it fixed in the next
release of Ubuntu. You can find out more about the development release
at http://www.ubuntu.com/testing/ . Thanks again and we appreciate your
help.

** Changed in: sun-java5 (Ubuntu)
   Status: New = Incomplete

** Changed in: sun-java6 (Ubuntu)
   Status: Confirmed = Incomplete

** Changed in: cupsys (Ubuntu)
   Status: New = Invalid

-- 
Printing from Java does not work at all with cups  1.2
https://bugs.launchpad.net/bugs/156191
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156191] Re: Printing from Java does not work at all with cups 1.2

2009-03-08 Thread craigster0
i'm using Ubuntu 8.04 (Hardy Heron), and the only work around that works
for me is the one described by aurorius.  basically, i couldn't find the
Job Options tab.  either i'm stupid, or else it is changed in my
version of CUPS (which is 1.3.7-1ubuntu3).

you can read my long description of the bug and fix here:

http://ubuntuforums.org/showpost.php?p=6858372postcount=10

but all of this information is included above, or in references cited by
the above listings.  but i'll summarize the fix cited above:

i'm using Ubuntu 8.04 (really Kubuntu 8.04) Hardy Heron. what i did was
edit /etc/cups/printers.conf and add the line

Option orientation-requested 3

just above /Printer everywhere it appears in the file. for example:

ErrorPolicy retry-job
+ Option orientation-requested 3
/Printer

you must be root to edit the file. to do this with sudo and vi:

% sudo vi /etc/cups/printers.conf

you should probably save a backup copy of the file before you edit it.

after you edit the file you must restarts the Cups daemon. try:

% sudo /etc/init.d/cupsys restart

-- 
Printing from Java does not work at all with cups  1.2
https://bugs.launchpad.net/bugs/156191
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156191] Re: Printing from Java does not work at all with cups 1.2

2009-02-02 Thread Rolf Leggewie
** Tags added: gutsy

** Tags removed: gusty

-- 
Printing from Java does not work at all with cups  1.2
https://bugs.launchpad.net/bugs/156191
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156191] Re: Printing from Java does not work at all with cups 1.2

2008-12-16 Thread gorgor

I' using Java OpenJDK:

$ java -version
java version 1.6.0_0
IcedTea6 1.4 (6b14~pre1-0ubuntu2~intrepid1) Runtime Environment (build 
1.6.0_0-b14)
OpenJDK 64-Bit Server VM (build 11.0-b17, mixed mode)

And I have this issue occuring with Matlab when I'm trying to print:

java.lang.NullPointerException: null attribute
 at sun.print.IPPPrintService.isAttributeValueSupported(Unknown Source)
 at sun.print.ServiceDialog$OrientationPanel.updateInfo(Unknown Source)
 at sun.print.ServiceDialog$PageSetupPanel.updateInfo(Unknown Source)
 at sun.print.ServiceDialog.updatePanels(Unknown Source)
 at sun.print.ServiceDialog.initPrintDialog(Unknown Source)
 at sun.print.ServiceDialog.init(Unknown Source)
 at javax.print.ServiceUI.printDialog(Unknown Source)
 at com.mathworks.page.export.printdlg.Printdlg.setVisible(Printdlg.java:470)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 at 
com.mathworks.jmi.AWTUtilities$Invoker$2.runWithOutput(AWTUtilities.java:432)
 at com.mathworks.jmi.AWTUtilities$Invoker$1.run(AWTUtilities.java:389)
 at java.awt.event.InvocationEvent.dispatch(Unknown Source)
 at java.awt.EventQueue.dispatchEvent(Unknown Source)
 at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
 at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
 at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
 at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
 at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
 at java.awt.EventDispatchThread.run(Unknown Source)

-- 
Printing from Java does not work at all with cups  1.2
https://bugs.launchpad.net/bugs/156191
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156191] Re: Printing from Java does not work at all with cups 1.2

2008-12-16 Thread gorgor

I' using Java OpenJDK:

$ java -version
java version 1.6.0_0
IcedTea6 1.4 (6b14~pre1-0ubuntu2~intrepid1) Runtime Environment (build 
1.6.0_0-b14)
OpenJDK 64-Bit Server VM (build 11.0-b17, mixed mode)

And I have this issue occuring with Matlab when I'm trying to print:

java.lang.NullPointerException: null attribute
 at sun.print.IPPPrintService.isAttributeValueSupported(Unknown Source)
 at sun.print.ServiceDialog$OrientationPanel.updateInfo(Unknown Source)
 at sun.print.ServiceDialog$PageSetupPanel.updateInfo(Unknown Source)
 at sun.print.ServiceDialog.updatePanels(Unknown Source)
 at sun.print.ServiceDialog.initPrintDialog(Unknown Source)
 at sun.print.ServiceDialog.init(Unknown Source)
 at javax.print.ServiceUI.printDialog(Unknown Source)
 at com.mathworks.page.export.printdlg.Printdlg.setVisible(Printdlg.java:470)
 at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
 at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
 at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
 at java.lang.reflect.Method.invoke(Unknown Source)
 at 
com.mathworks.jmi.AWTUtilities$Invoker$2.runWithOutput(AWTUtilities.java:432)
 at com.mathworks.jmi.AWTUtilities$Invoker$1.run(AWTUtilities.java:389)
 at java.awt.event.InvocationEvent.dispatch(Unknown Source)
 at java.awt.EventQueue.dispatchEvent(Unknown Source)
 at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
 at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
 at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
 at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
 at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
 at java.awt.EventDispatchThread.run(Unknown Source)

-- 
Printing from Java does not work at all with cups  1.2
https://bugs.launchpad.net/bugs/156191
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156191] Re: Printing from Java does not work at all with cups 1.2

2008-09-11 Thread Wizkid
When I downgrade I get a error in the console. But If I reboot and print
with java everything works except when I try to install another program
I get the same error over and over again. I have filed a bug here
https://bugs.launchpad.net/ubuntu/+source/cupsys/+bug/268972

-- 
Printing from Java does not work at all with cups  1.2
https://bugs.launchpad.net/bugs/156191
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156191] Re: Printing from Java does not work at all with cups 1.2

2008-09-09 Thread aurorius
Most of the solutions required you to change the setting using a GUI,
for Linux who uses window managers such as Openbox or Fluxbox, can refer
to http://www.pikopong.com/blog/2008/09/09/java-printing-fix-for-linux-
with-cups/ for solution

-- 
Printing from Java does not work at all with cups  1.2
https://bugs.launchpad.net/bugs/156191
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156191] Re: Printing from Java does not work at all with cups 1.2

2008-09-08 Thread viktara
Confirmed in Ubuntu Hardy with both Sun Java (6_06) and OpenJDK (6_11)
trying to print from Jasper Reports Viewer.

Confirmed that setting the orientation as mentioned above provides a
workaround in my case.

-- 
Printing from Java does not work at all with cups  1.2
https://bugs.launchpad.net/bugs/156191
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156191] Re: Printing from Java does not work at all with cups 1.2

2008-08-01 Thread Elin3t
i do dmeg and this was...
[ 4218.503316] audit(1217623441.859:3): type=1503 operation=inode_permission 
requested_mask=::r denied_mask=::r name=/var/run/samba/gencache.tdb 
pid=11132 profile=/usr/sbin/cupsd namespace=default
[ 4218.503874] audit(1217623441.859:4): type=1503 operation=inode_permission 
requested_mask=::r denied_mask=::r name=/var/run/samba/gencache.tdb 
pid=11132 profile=/usr/sbin/cupsd namespace=default
[ 4218.581201] audit(1217623441.934:5): type=1503 operation=inode_permission 
requested_mask=::rw denied_mask=::rw name=/dev/tty pid=11138 
profile=/usr/sbin/cupsd namespace=default
[ 4218.922452] audit(1217623442.278:6): type=1503 operation=inode_permission 
requested_mask=::r denied_mask=::r name=/var/run/samba/unexpected.tdb 
pid=11132 profile=/usr/sbin/cupsd namespace=default
[ 4219.014391] audit(1217623442.371:7): type=1503 operation=inode_permission 
requested_mask=::r denied_mask=::r name=/var/run/samba/unexpected.tdb 
pid=11132 profile=/usr/sbin/cupsd namespace=default
[ 4219.106317] audit(1217623442.463:8): type=1503 operation=inode_permission 
requested_mask=::r denied_mask=::r name=/var/run/samba/unexpected.tdb 
pid=11132 profile=/usr/sbin/cupsd namespace=default
[ 4219.106368] audit(1217623442.463:9): type=1503 operation=inode_permission 
requested_mask=::r denied_mask=::r name=/var/run/samba/gencache.tdb 
pid=11132 profile=/usr/sbin/cupsd namespace=default
[ 4219.188754] audit(1217623442.543:10): type=1503 operation=inode_permission 
requested_mask=::r denied_mask=::r name=/var/run/samba/gencache.tdb 
pid=11132 profile=/usr/sbin/cupsd namespace=default
[ 4219.188778] audit(1217623442.543:11): type=1503 operation=inode_permission 
requested_mask=::r denied_mask=::r name=/var/run/samba/gencache.tdb 
pid=11132 profile=/usr/sbin/cupsd namespace=default
[ 4219.334153] audit(1217623442.691:12): type=1503 operation=inode_permission 
requested_mask=::r denied_mask=::r name=/var/run/samba/unexpected.tdb 
pid=11132 profile=/usr/sbin/cupsd namespace=default
[ 4219.425082] audit(1217623442.782:13): type=1503 operation=inode_permission 
requested_mask=::r denied_mask=::r name=/var/run/samba/unexpected.tdb 
pid=11132 profile=/usr/sbin/cupsd namespace=default
[ 4219.517011] audit(1217623442.874:14): type=1503 operation=inode_permission 
requested_mask=::r denied_mask=::r name=/var/run/samba/unexpected.tdb 
pid=11132 profile=/usr/sbin/cupsd namespace=default
[ 4219.517058] audit(1217623442.874:15): type=1503 operation=inode_permission 
requested_mask=::r denied_mask=::r name=/var/run/samba/gencache.tdb 
pid=11132 profile=/usr/sbin/cupsd namespace=default
[ 4237.718154] audit(1217623461.087:16): type=1503 operation=inode_permission 
requested_mask=::r denied_mask=::r name=/var/run/samba/gencache.tdb 
pid=11149 profile=/usr/sbin/cupsd namespace=default
[ 4237.718194] audit(1217623461.087:17): type=1503 operation=inode_permission 
requested_mask=::r denied_mask=::r name=/var/run/samba/gencache.tdb 
pid=11149 profile=/usr/sbin/cupsd namespace=default
[ 4237.864755] audit(1217623461.231:18): type=1503 operation=inode_permission 
requested_mask=::r denied_mask=::r name=/var/run/samba/unexpected.tdb 
pid=11149 profile=/usr/sbin/cupsd namespace=default
[ 4237.956673] audit(1217623461.323:19): type=1503 operation=inode_permission 
requested_mask=::r denied_mask=::r name=/var/run/samba/unexpected.tdb 
pid=11149 profile=/usr/sbin/cupsd namespace=default
[ 4238.048615] audit(1217623461.415:20): type=1503 operation=inode_permission 
requested_mask=::r denied_mask=::r name=/var/run/samba/unexpected.tdb 
pid=11149 profile=/usr/sbin/cupsd namespace=default
[ 4238.048674] audit(1217623461.415:21): type=1503 operation=inode_permission 
requested_mask=::r denied_mask=::r name=/var/run/samba/gencache.tdb 
pid=11149 profile=/usr/sbin/cupsd namespace=default
[ 4238.058479] audit(1217623461.427:22): type=1503 operation=inode_permission 
requested_mask=::r denied_mask=::r name=/var/run/samba/gencache.tdb 
pid=11149 profile=/usr/sbin/cupsd namespace=default
[ 4238.058507] audit(1217623461.427:23): type=1503 operation=inode_permission 
requested_mask=::r denied_mask=::r name=/var/run/samba/gencache.tdb 
pid=11149 profile=/usr/sbin/cupsd namespace=default
[ 4238.203944] audit(1217623461.575:24): type=1503 operation=inode_permission 
requested_mask=::r denied_mask=::r name=/var/run/samba/unexpected.tdb 
pid=11149 profile=/usr/sbin/cupsd namespace=default
[ 4238.295868] audit(1217623461.667:25): type=1503 operation=inode_permission 
requested_mask=::r denied_mask=::r name=/var/run/samba/unexpected.tdb 
pid=11149 profile=/usr/sbin/cupsd namespace=default
[ 4238.387831] audit(1217623461.759:26): type=1503 operation=inode_permission 
requested_mask=::r denied_mask=::r name=/var/run/samba/unexpected.tdb 
pid=11149 profile=/usr/sbin/cupsd namespace=default
[ 4238.387877] audit(1217623461.759:27): type=1503 operation=inode_permission 
requested_mask=::r denied_mask=::r name=/var/run/samba/gencache.tdb 
pid=11149 

[Bug 156191] Re: Printing from Java does not work at all with cups 1.2

2008-07-01 Thread undecidable
I should add to the above:
.  jarnal causes 
Exception in thread AWT-EventQueue-0 java.lang.NullPointerException: null 
attribute

and that the
  CUPS_SERVER=localhost
workaround makes no difference. 

In all cases simply pressing 'print' causes the above messages.

-- 
Printing from Java does not work at all with cups  1.2
https://bugs.launchpad.net/bugs/156191
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156191] Re: Printing from Java does not work at all with cups 1.2

2008-07-01 Thread undecidable
Confirming that in Hardy (kubuntu, kde 3.5.9)
using Sun's JRE 1.6.0_06 downloaded from the repositories
and running as usr/lib/jvm/java-6-sun/jre/bin/java
that attempting to print from:
.  jedit causes:
java.lang.NullPointerException: null attribute
at 
sun.print.IPPPrintService.isAttributeValueSupported(IPPPrintService.java:1147)
.  PDFStudio causes the cleaner:
error printing document
null attribute

-- 
Printing from Java does not work at all with cups  1.2
https://bugs.launchpad.net/bugs/156191
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156191] Re: Printing from Java does not work at all with cups 1.2

2008-06-17 Thread Patricio
Should I use openjdk-6-jre? After installing it.  Do I have to uninstall Sun's 
JDK?  How do I inform Freemind to use openjdk-6-jre?
Thanks!
Patricio

-- 
Printing from Java does not work at all with cups  1.2
https://bugs.launchpad.net/bugs/156191
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156191] Re: Printing from Java does not work at all with cups 1.2

2008-06-17 Thread Patricio
I have the same problem (no print dialog in freemind in hardy 8.04, sun-
java6 ).

-- 
Printing from Java does not work at all with cups  1.2
https://bugs.launchpad.net/bugs/156191
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156191] Re: Printing from Java does not work at all with cups 1.2

2008-05-22 Thread Greek Ordoño
This is already fix in openjdk-6-jre in hardy.

-- 
Printing from Java does not work at all with cups  1.2
https://bugs.launchpad.net/bugs/156191
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 156191] Re: Printing from Java does not work at all with cups 1.2

2008-05-22 Thread Alex Grönholm
Greek Ordoño kirjoitti:
 This is already fix in openjdk-6-jre in hardy.

   
Until a fixed version of Sun's JDK is released for Ubuntu, this bug 
should stay open.

-- 
Printing from Java does not work at all with cups  1.2
https://bugs.launchpad.net/bugs/156191
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 156191] Re: Printing from Java does not work at all with cups 1.2

2008-05-08 Thread hede
I had the same problem (no print dialog in freemind in hardy 8.04, sun-java6 
build 1.6.0_06-b02/10.0-b22).
I changed the rotation to portrait and made one printer the default printer.
Printing works fine now in freemind.

-- 
Printing from Java does not work at all with cups  1.2
https://bugs.launchpad.net/bugs/156191
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156191] Re: Printing from Java does not work at all with cups 1.2

2008-04-30 Thread Klaus Heinrich Kiwi
Brad Langhorst wrote on 2008-01-20
Trinh's solution does not work for cups1.3 in hardy with java 1.6.
I can confirm that.

In my particular environment, I'm not able to use openjdk which has been
said to include the fix already (the java app seems incompatible,
complaining about certificates), neither can use java 1.4.2 because it
will simply crash firefox 3 - so this is a major blocker for me.

if this also affects you, vote for the bug at
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6633656

Looks like there is a release 10 build 22 which includes the fix already
- If this information is true, would it be possible to bump the sun-
java6 version to include this fix?

Thanks,

 -Klaus

-- 
Printing from Java does not work at all with cups  1.2
https://bugs.launchpad.net/bugs/156191
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 156191] Re: Printing from Java does not work at all with cups 1.2

2008-04-20 Thread Alex Grönholm
James Stansell wrote:
 I've been following the JRE release notes, and nothing in there suggests
 that this issue has been fixed.
 

 How about http://bugs.sun.com/view_bug.do?bug_id=6633656 and
 http://blogs.sun.com/darcy/entry/openjdk_6_sources_for_b09 ?

 Does openjdk-6 (6b09-0ubuntu2) correct this for you?

   
According to the bug entry, the fix will be included in Sun JDK 6b10 
which hasn't been released yet and as such won't be in ubuntu 8.04.
However, OpenJDK indeed seems to have this fix in b09 already so yay for 
that.


** Attachment added: unnamed
   http://launchpadlibrarian.net/13584385/unnamed

-- 
Printing from Java does not work at all with cups  1.2
https://bugs.launchpad.net/bugs/156191
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


Re: [Bug 156191] Re: Printing from Java does not work at all with cups 1.2

2008-04-19 Thread Alex Grönholm
Matthias Klose wrote:
 please could you recheck with sun-java6 (b09) in hardy?

   
I've been following the JRE release notes, and nothing in there suggests 
that this issue has been fixed.

-- 
Printing from Java does not work at all with cups  1.2
https://bugs.launchpad.net/bugs/156191
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156191] Re: Printing from Java does not work at all with cups 1.2

2008-04-19 Thread James Stansell
 I've been following the JRE release notes, and nothing in there suggests
 that this issue has been fixed.

How about http://bugs.sun.com/view_bug.do?bug_id=6633656 and
http://blogs.sun.com/darcy/entry/openjdk_6_sources_for_b09 ?

Does openjdk-6 (6b09-0ubuntu2) correct this for you?

-- 
Printing from Java does not work at all with cups  1.2
https://bugs.launchpad.net/bugs/156191
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156191] Re: Printing from Java does not work at all with cups 1.2

2008-04-17 Thread Matthias Klose
please could you recheck with sun-java6 (b09) in hardy?

-- 
Printing from Java does not work at all with cups  1.2
https://bugs.launchpad.net/bugs/156191
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156191] Re: Printing from Java does not work at all with cups 1.2

2008-04-16 Thread Cristiano Meira Magalhaes
 You can have it work by specifying the Orientation in every printers in Cups
 System - Printing
 For each printer select Job Options tab and specify Orientation to whatever 
 else instead of Automatic Rotation.


I comfirm Trinh Phuoc Thai  is right.

I follow his instructions and now Java 6 executes Print Dialog.

Cristiano

-- 
Printing from Java does not work at all with cups  1.2
https://bugs.launchpad.net/bugs/156191
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156191] Re: Printing from Java does not work at all with cups 1.2

2008-04-15 Thread Tony Schmidt
I can also confirm Trinh's work-around on Gutsy - after re-starting X.
This and Javaws not available for 64-bit and other Java issues make me
not want to use Java or Java based tools at all.

-- 
Printing from Java does not work at all with cups  1.2
https://bugs.launchpad.net/bugs/156191
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156191] Re: Printing from Java does not work at all with cups 1.2

2008-04-14 Thread stormreaver
Trinh Phuoc Thai's workaround worked for me on Kubuntu Gutsy, but I only
have 3 printers which needed.  This is not suitable for installations
with large numbers of printers.  I can't believe SUN let this bug stand
for so long.  Actually, I can.  Proprietary products have this kind of
track record.  I'm on pins and needles waiting for the first fully
complete Free version of Java.

-- 
Printing from Java does not work at all with cups  1.2
https://bugs.launchpad.net/bugs/156191
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156191] Re: Printing from Java does not work at all with cups 1.2

2008-04-03 Thread dmoyne
I have the same problem in gutsy and JDK jdk1.6.0_10 but also when using
jdk 1.5* ; in Eclipse the printer is shadowed and other Java application
supposed to propose a printer icon in a window to print window content
does not display the printer icon !

-- 
Printing from Java does not work at all with cups  1.2
https://bugs.launchpad.net/bugs/156191
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156191] Re: Printing from Java does not work at all with cups 1.2

2008-03-08 Thread Ks
Hi, Unfortunately my printer still can't print from out. 
The print dialog box appear, no error message displayed, but I  the document 
still didn't print out. And the document not under print queue as well.
*All kind of Java application can't print.
Any help is greatly appreciated.

-- 
Printing from Java does not work at all with cups  1.2
https://bugs.launchpad.net/bugs/156191
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156191] Re: Printing from Java does not work at all with cups 1.2

2008-03-07 Thread Tom V
Trinh's fix worked for me and an app called Moneydance.
Thanks!!!  This has bothered me for months.

-- 
Printing from Java does not work at all with cups  1.2
https://bugs.launchpad.net/bugs/156191
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156191] Re: Printing from Java does not work at all with cups 1.2

2008-03-07 Thread Tom V
I have a similar problem in Dapper with Java 1.6 and no page orientation
option in the printer applet.  Printing gets to the queue and then there
is a job stopped error.

-- 
Printing from Java does not work at all with cups  1.2
https://bugs.launchpad.net/bugs/156191
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156191] Re: Printing from Java does not work at all with cups 1.2

2008-02-26 Thread Geoff J
I can also confirm Trinh's method, at least for printing direct from
OpenProj.  However when I try to use the embedded java report generator
it does not work.  It bring up the printer dialog and sends data to my
(HP 4050) printer but nothing prints.

I can work around it laboriously by printing to PDF then opening in
Adobe and printing the sheet but it is then necessary to rename the file
or delete it as OpenProj tries to save the next output wiht the smae
file name Java_Printing.pdf and cannot overwrite as it does not have the
permissions.

Ho hum.  I guess 50% printing is better than none at all!

I hope they sort this out quickly as does little to make me want to swap
to use OpenProj at the moment.

-- 
Printing from Java does not work at all with cups  1.2
https://bugs.launchpad.net/bugs/156191
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 156191] Re: Printing from Java does not work at all with cups 1.2

2008-01-20 Thread Brad Langhorst
Trinh's solution does not work for cups1.3 in hardy with java 1.6.

Here's what I tried with no success:

- echo ServerName  /etc/cups/client.conf
- changing orientation of  local PDF printer
- removing any - characters in printer names

if this also affects you, vote for the bug at 
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6633656


brad

-- 
Printing from Java does not work at all with cups  1.2
https://bugs.launchpad.net/bugs/156191
You received this bug notification because you are a member of Ubuntu
Bugs, which is the bug contact for Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs