Simply because it is at the top of my SOAP method. I don't think that there is an init() called on a SOAP class. Also, do you instantiate a new Driver object for every call to the servlet? I'd appreciate if you could share some code. Thanks.
-- David B. Bitton [EMAIL 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 than once? In my servlet, > which is multithreaded, I read the user configuration file once upon init. > I have no problems (except the occasional image error, which I catch and > regenerate the PDF when it happens) with concurrent PDF generation using > 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 the repeated failed starts. After > each "setting up fonts", is where the exception is being thrown. Just to > make sure, I am using Xalan from CVS, as per a suggestion from someone on > the Xalan list. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, email: [EMAIL PROTECTED] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
