RE: embedding fop0.20.5 working on jdk1.3.1-linux?

2003-09-20 Thread Ganesh
: embedding fop0.20.5 working on jdk1.3.1-linux? Thanks, Ganesh Is XML parsers xercesImpl-2.2.1.jar? I can not find other XML Parsers in my classpath and current fop0.20.5 directory. I tried running the Sample document on the command line on the linux machine? There is also

RE: embedding fop0.20.5 working on jdk1.3.1-linux?

2003-09-17 Thread Ganesh
: Tuesday, September 16, 2003 11:17 PM To: '[EMAIL PROTECTED]' Subject: RE: embedding fop0.20.5 working on jdk1.3.1-linux? I tried to trace the exception stack. But I still don't know where is going wrong. Is the problem is batik.jar or something else. Could you give me some hint? Here is the output

RE: embedding fop0.20.5 working on jdk1.3.1-linux?

2003-09-17 Thread Cai, Judy
PROTECTED] Sent: Tuesday, September 16, 2003 11:41 PM To: [EMAIL PROTECTED] Subject: RE: embedding fop0.20.5 working on jdk1.3.1-linux? java.lang.NoSuchMethodError: org.apache.batik.dom.AbstractAttr: method isReadonly()Z not found at org.apache.batik.dom.GenericAttr.(GenericAttr.java:42

RE: embedding fop0.20.5 working on jdk1.3.1-linux?

2003-09-17 Thread Cai, Judy
I just change (fo:external-graphic src) to jpg file from svg file. Fop did work for me. Now I guess the reason why the same code works fine in jdk1.4.1 on windows XP not in jdk1.3.1 on linux. My Open BSD may not support graphical environment for SVG. Am I right? Any solution for it? Thanks Judy

Re: embedding fop0.20.5 working on jdk1.3.1-linux?

2003-09-17 Thread Clay Leeds
This may be way off base, and if so, my apologies... Cai, Judy wrote: I just change (fo:external-graphic src) to jpg file from svg file. Fop did work for me. Now I guess the reason why the same code works fine in jdk1.4.1 on windows XP not in jdk1.3.1 on linux. My Open BSD may not support

Re: embedding fop0.20.5 working on jdk1.3.1-linux?

2003-09-16 Thread Jeremias Maerki
Try to find out if anything is logged in the Tomcat Logs. If not try to set your own logger for FOP: [1] http://xml.apache.org/fop/embedding.html#basic-logging [2] http://xml.apache.org/fop/embedding.html#logging If your Linux is running in a headless environment (no X subsystem) then the

RE: embedding fop0.20.5 working on jdk1.3.1-linux?

2003-09-16 Thread Cai, Judy
PROTECTED] Subject: Re: embedding fop0.20.5 working on jdk1.3.1-linux? Try to find out if anything is logged in the Tomcat Logs. If not try to set your own logger for FOP: [1] http://xml.apache.org/fop/embedding.html#basic-logging [2] http://xml.apache.org/fop/embedding.html#logging If your Linux

Re: embedding fop0.20.5 working on jdk1.3.1-linux?

2003-09-16 Thread Jeremias Maerki
On 16.09.2003 17:52:33 Cai, Judy wrote: snip/ [INFO] JkCoyoteHandler - -RESET This here could give an indication what went wrong. I don't know. And at the same time the browser show the exception: ( HTTP Status 500 - exception javax.servlet.ServletException: Servlet execution

RE: embedding fop0.20.5 working on jdk1.3.1-linux?

2003-09-16 Thread Cai, Judy
, September 16, 2003 8:32 AM To: [EMAIL PROTECTED] Subject: Re: embedding fop0.20.5 working on jdk1.3.1-linux? Try to find out if anything is logged in the Tomcat Logs. If not try to set your own logger for FOP: [1] http://xml.apache.org/fop/embedding.html#basic-logging [2] http://xml.apache.org

RE: embedding fop0.20.5 working on jdk1.3.1-linux?

2003-09-16 Thread Cai, Judy
- From: Jeremias Maerki [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 16, 2003 12:07 PM To: [EMAIL PROTECTED] Subject: Re: embedding fop0.20.5 working on jdk1.3.1-linux? On 16.09.2003 17:52:33 Cai, Judy wrote: snip/ [INFO] JkCoyoteHandler - -RESET This here could give an indication

Re: embedding fop0.20.5 working on jdk1.3.1-linux?

2003-09-16 Thread Jeremias Maerki
On 16.09.2003 19:47:03 Cai, Judy wrote: I tried to trace the exception stack. But I still don't know where is going wrong. Is the problem is batik.jar or something else. Could you give me some hint? Here is the output: root cause java.lang.NoSuchMethodError:

Re: embedding fop0.20.5 working on jdk1.3.1-linux?

2003-09-16 Thread Jeremias Maerki
It could be that you may need to limit the number of simultaneous runs on the FOP servlet or that you have to increase VM size or something. See: http://xml.apache.org/fop/running.html#memory for hints On 16.09.2003 18:13:55 Cai, Judy wrote: After I run this servlet, I will get a

RE: embedding fop0.20.5 working on jdk1.3.1-linux?

2003-09-16 Thread Cai, Judy
: Tuesday, September 16, 2003 2:26 PM To: [EMAIL PROTECTED] Subject: Re: embedding fop0.20.5 working on jdk1.3.1-linux? On 16.09.2003 19:47:03 Cai, Judy wrote: I tried to trace the exception stack. But I still don't know where is going wrong. Is the problem is batik.jar or something else. Could

Re: embedding fop0.20.5 working on jdk1.3.1-linux?

2003-09-16 Thread Jeremias Maerki
On 16.09.2003 21:12:12 Cai, Judy wrote: Thanks, Maerki. Well, Maerki is my lastname, you know. :-) I use batik.jar that comes with the FOP. I tried running the Sample doucment on the command line on the linux machine? The result is the same: snip/ You get the same result so it must be

RE: embedding fop0.20.5 working on jdk1.3.1-linux?

2003-09-16 Thread Cai, Judy
:48 PM To: [EMAIL PROTECTED] Subject: Re: embedding fop0.20.5 working on jdk1.3.1-linux? On 16.09.2003 21:12:12 Cai, Judy wrote: Thanks, Maerki. Well, Maerki is my lastname, you know. :-) I use batik.jar that comes with the FOP. I tried running the Sample doucment on the command line

embedding fop0.20.5 working on jdk1.3.1-linux?

2003-09-15 Thread Cai, Judy
Title: embedding fop0.20.5 working on jdk1.3.1-linux? I have a java servlet to generate a PDF page using fop0.20.5. It works fine in the windows XP ( jdk1.4.1 on tomcat-4.1.24 server). But when I moved to Open BSD with jdk1.3.1-linux on tomcat-4.1.24, there was nothing to display, no any