[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
.
"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
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
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
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
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
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
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