Well, in the interim, I just pointed it to localhost:0.0 and it's running for now. If it was on a headless machine, then I'd be more out of luck.
Funny thing was I was using 0.8.6 until today. When I realized why my cronjobs were failing, I went to 0.9.p2. Same problem. I'm glad to see this is potentially fixable. Worst case just toss the 'headless' option in the jpluckc script. ;) BTW, No offense to the Python team, but your Java Parser is much easier to work with. --Wes ----- Original Message ----- From: "Laurens M. Fridael" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, February 11, 2003 10:36 AM Subject: Re: JPluck 0.9 prerelease 2 - running from cron... > Wesley Mason wrote: > > Running from cron gives the following error in my log file: > > This is due to the fact that an AWT/Swing calls is made (which shouldn't > happen, this is a bug). You might get around this if you use headless mode. > > java -Djava.awt.headless=true -jar jpluckc.jar > > Headless mode doesn't require an X server. Another workaround is to use a > virtual frame buffer. I can't recall the exact details. You should be able > to find out more here: > http://www.geocities.com/marcoschmidt.geo/java-image-faq.html#x > > Anyway, beta 1 is due out very soon. I hope to have this fixed in time. No > AWT calls should be made if -gui is not specified. > > > Regards > -Laurens > > _______________________________________________ > plucker-list mailing list > [EMAIL PROTECTED] > http://lists.rubberchicken.org/mailman/listinfo/plucker-list > _______________________________________________ plucker-list mailing list [EMAIL PROTECTED] http://lists.rubberchicken.org/mailman/listinfo/plucker-list

