hi,

When I am running FOP from the command line it is running pretty good and
provides PDF and also when FOP is running from the tomcat
it provides PDF but problem is that once the FOP generates the pdf after
that it is taking CPU resources and CPU rises at 99 and stayed their
so I need to restart the tomcat...
Each and every time i run FOP in the Tomcat it goes high.. in Task manager
it shows Java.exe taking 99% resources of CPU and after that I need to
resatart the Tomcat...

Thanks,
Yatin Soni

----- Original Message -----
From: "Manuel Mall" <[EMAIL PROTECTED]>
To: <fop-users@xmlgraphics.apache.org>
Sent: 21, 09, 2007 3:58 PM
Subject: Re: Performance issue with FOP


> On Friday 21 September 2007 18:13, Yatin Soni wrote:
> > Hi,
> >
> > How  can I make JVM to use Xerces and Xalan that are distributed with
> > FOP are used ?
> >
> > I have provided following optional argument
> > -Dorg.apache.commons.logging.simplelog.defaultlog=WARN/ERROR
> > -Djavax.xml.transform.TransformerFactory=org.apache.xalan.processor.T
> >ransfor merFactoryImpl
> >
> > but still results are same CPU rises to 99% and remain 99 until I
> > restart the tomcat....
> >
> > I had tried with this approach where I had provided XSL and XML
> > seperately but still I am facing
> > same issue.....
>
> It is unclear to me which steps you have and have not done to isolate
> the problem.
>
> If you run FOP from the command line using the same XML and XSL as
> inputs does it work or not?
>
> Have you tried using jconsole (assuming you are using a 1.5 JVM or
> later) and looked at the thread stack traces to identify were it loops?
>
> Have you tried using your Java development IDE and a debugger to verify
> that the methods you call to obtain the XML and XSL input sources
> return the correct results?
>
> Manuel
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to