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]

Reply via email to