There is nothing in the logs that indicates that fop is being used and
without some error message output by fop will be difficult to say what
the problem is... However fop URI resolution is stricter now than it
used to be, so without knowing anything else I would suggest that you
check that all references to resources are using valid URIs.
On 11/6/12 7:31 AM, [email protected] wrote:
Hi,
we upgraded our (working) webservice that was based on FOP 1.0 to that
build from 25th, got it actually up but once i sent xml+xsl for PDF
making, the console said "Starting PDF generator..." and created a PDF
with a size of 0 Kb...
Thanks for help in advance!
The log from catalina is following (PDFRenderer.war is the 1.0
service, PDFRendererTrunk the new build):
C:\xampp\tomcat>catalina_start.bat
[XAMPP]: Searching JDK HOME with reg query ...
HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit
CurrentVersion REG_SZ 1.6
HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.6
JavaHome REG_SZ C:\Program Files\Java\jdk1.6.0_29
MicroVersion REG_SZ 0
HKEY_LOCAL_MACHINE\SOFTWARE\JavaSoft\Java Development Kit\1.6.0_29
JavaHome REG_SZ C:\Program Files\Java\jdk1.6.0_29
MicroVersion REG_SZ 0
[XAMPP]: Seems fine!
[XAMPP]: Using C:\Program Files\Java\jdk1.6.0_29
C:\xampp\tomcat
Using CATALINA_BASE: "C:\xampp\tomcat"
Using CATALINA_HOME: "C:\xampp\tomcat"
Using CATALINA_TMPDIR: "C:\xampp\tomcat\temp"
Using JRE_HOME: "C:\Program Files\Java\jdk1.6.0_29"
Using CLASSPATH:
"C:\xampp\tomcat\bin\bootstrap.jar;C:\xampp\tomcat\bin\tomcat-juli.jar"
5.11.2012 16:21:28 org.apache.catalina.core.AprLifecycleListener init
INFO: The APR based Apache Tomcat Native library which allows optimal
performance in production environments was not found on the
java.library.path: C:\Program
Files\Java\jdk1.6.0_29\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\
system32;C:\WINDOWS;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Sun\AppServer\bin;.
5.11.2012 16:21:28 org.apache.coyote.http11.Http11Protocol init
INFO: Initializing Coyote HTTP/1.1 on http-8080
5.11.2012 16:21:28 org.apache.coyote.ajp.AjpProtocol init
INFO: Initializing Coyote AJP/1.3 on ajp-8009
5.11.2012 16:21:28 org.apache.catalina.startup.Catalina load
INFO: Initialization processed in 380 ms
5.11.2012 16:21:28 org.apache.catalina.core.StandardService startInternal
INFO: Starting service Catalina
5.11.2012 16:21:28 org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet Engine: Apache Tomcat/7.0.5
5.11.2012 16:21:28 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive JavaBridge.war
5.11.2012 16:21:36 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive PDFRenderer.war
5.11.2012 16:21:37 org.apache.axis.utils.JavaUtils isAttachmentSupported
WARNING: Unable to find required classes (javax.activation.DataHandler
and javax.mail.internet.MimeMultipart). Attachment support is disabled.
5.11.2012 16:21:38 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive PDFRendererTrunk.war
5.11.2012 16:21:39 org.apache.axis.utils.JavaUtils isAttachmentSupported
WARNING: Unable to find required classes (javax.activation.DataHandler
and javax.mail.internet.MimeMultipart). Attachment support is disabled.
5.11.2012 16:21:39 org.apache.catalina.startup.HostConfig deployWAR
INFO: Deploying web application archive TomcatWS.war
5.11.2012 16:21:40 org.apache.axis.utils.JavaUtils isAttachmentSupported
WARNING: Unable to find required classes (javax.activation.DataHandler
and javax.mail.internet.MimeMultipart). Attachment support is disabled.
5.11.2012 16:21:40 org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory docs
5.11.2012 16:21:40 org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory examples
5.11.2012 16:21:40 org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: /SimpleTagLibrary is already defined
5.11.2012 16:21:40 org.apache.catalina.startup.TaglibUriRule body
INFO: TLD skipped. URI: http://tomcat.apache.org/example-taglibis
already defined
5.11.2012 16:21:40 org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory host-manager
5.11.2012 16:21:40 org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory manager
5.11.2012 16:21:40 org.apache.catalina.startup.HostConfig deployDirectory
INFO: Deploying web application directory ROOT
5.11.2012 16:21:40 org.apache.coyote.http11.Http11Protocol start
INFO: Starting Coyote HTTP/1.1 on http-8080
5.11.2012 16:21:40 org.apache.coyote.ajp.AjpProtocol start
INFO: Starting Coyote AJP/1.3 on ajp-8009
5.11.2012 16:21:40 org.apache.catalina.startup.Catalina start
INFO: Server startup in 11778 ms
Starting PDF generator ...
From: Luis Bernardo <[email protected]>
To: [email protected],
Date: 06.11.2012 00:19
Subject: Re: Release with RoundedCorners feature
------------------------------------------------------------------------
nightly builds should work well. I just tried the one from 10/25 and
had no problems (except for the fact that I had to make the fop script
executable). can you elaborate on the problem you had?
On 11/5/12 4:46 PM, [email protected]_
<mailto:[email protected]>wrote:
Hi guys,
first thanks for the great Apache FOP software!
I see the RoundedCorners feature was just added to trunk about 2 weeks
ago - _https://issues.apache.org/bugzilla/show_bug.cgi?id=54041_
Any plans on making a "stable" release with it? I really need this
feature, tried the 10/25 build today but was not successfull (did not
get it up running at all). What is the stability of the nightly
builds? Does someone have a tip on a stable "post Oct 24th" one?
Thanks in advance!
Cheers,
Jan