[moneydance] Printing has stopped after update

Robby Workman rw at rlworkman.net
Mon Jun 9 17:18:25 EDT 2008


David L. Danforth wrote:
> A couple of other things that may help in diagnostics:
> 
> 1. I have Freemind (http://freemind.sourceforge.net/wiki/index.php/Main_Page) 
> installed. It's also Java based. It won't print either.


I won't claim to be completely accurate here, and I can't remember
all of the necessary details to give a full explanation at the
moment, but the short answer is this: upgrade to the most recent
java version in the jre6 series.  Here's the closest I can get to
an explanation at the moment: some parameter related to paper or
page size (can't recall which) used to default (in cups) to some
value (for the sake of argument, let's say it defaulted to "one"),
and the possible values were, for the sake of argument, "none,"
"one," or "two."  Java is coded to expect either "one" or "two" for
that value.  Recent versions of cups changed the default to "none."
When Java encountered a value it didn't expect ("none"), it had no
idea how to react, and thus nothing was printed.  From what I hear,
this is fixed in the most recent release of the java runtime env.

-RW



More information about the moneydance-info mailing list