Re: Multithreaded failure

2002-04-08 Thread Christian Geisert
[EMAIL PROTECTED] wrote: > Thats not the only problem. I get problems when loading an image when > multithreaded. As previously posted. > > If I could build the darn thing, I might look into fixing it. Have you tried with jdk1.3 ? Maybe './build.sh -debug' gives some more info. > Paul. Chri

Re: Multithreaded failure

2002-04-08 Thread Paul . Hussein
. "David B. Bitton" <[EMAIL PROTECTED]> on 05/04/2002 00:31:38 Please respond to [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: Re: Multithreaded failure I moved the creation (and destruction) of the Driver object inside the method. Also I had forgotten that in Apac

Re: Multithreaded failure

2002-04-05 Thread J.Pietschmann
Scott Moore wrote: > org.apache.fop.configuration.Configuration.put("strokeSVGText", new > Boolean(false)); Nitpick: there is a predefined Boolean.FALSE :-) J.Pietschmann - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

Re: Multithreaded failure

2002-04-04 Thread David B. Bitton
AIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 04, 2002 5:23 PM Subject: RE: Multithreaded failure > > Upon init (once in the servlet) > > // Gotta configure FOP to know where the base directory is. Otherwise > // it will generate errors. A

RE: Multithreaded failure

2002-04-04 Thread Scott Moore
log.setPriority(Priority.FATAL_ERROR); } driver.setLogger(log); driver.setRenderer(Driver.RENDER_PDF); driver.run(); pdf.flush(); } HTH, Scott -Original Message- From: David B. Bitton [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 4:58 PM To: [EMAIL PROTECTED] Sub

Re: Multithreaded failure

2002-04-04 Thread David B. Bitton
PROTECTED] www.codenoevil.com Code Made Fresh DailyT - Original Message - From: "Scott Moore" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 04, 2002 4:43 PM Subject: RE: Multithreaded failure > Why are you reading the user configuration more th

RE: Multithreaded failure

2002-04-04 Thread Scott Moore
FOP. Scott -Original Message- From: David B. Bitton [mailto:[EMAIL PROTECTED]] Sent: Thursday, April 04, 2002 4:17 PM To: fop-dev Subject: Multithreaded failure You can see where the second thread enters because of the double entry for "reading user configuration file", then th

Multithreaded failure

2002-04-04 Thread David B. Bitton
List, I'm having a failure of FOP 0.20.3 while in a multithreaded environment. FOP is being called within the context of a SOAP RPC. As soon as I hit the process w/ a second thread, I start getting a FOPException "org.apache.fop.apps.FOPException: root must be root element". I am firing the