Problem to generate PDF

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Problem to generate PDF

ren ros
Hi,
I'm working with ofbiz 9.04 (trunk of the last days of september).
I have a problem with the rendering of any pdf's request.
The browser shows this message:
"Problems with the response writer/output stream:
java.lang.IllegalArgumentException: FreeMarker template location null or
empty".

The debug's log reports:
"2009-11-16 18:17:43,828 (http-0.0.0.0-8500-1) [
RequestHandler.java:697:INFO ] Rendering View [OrderPDF],
sessionId=BF0F9CD26AB3323DF803FAABFB8B8F9B.jvm1
2009-11-16 18:17:43,828 (http-0.0.0.0-8500-1) [        JSSESupport.java:89
:DEBUG] Error getting client certs
javax.net.ssl.SSLPeerUnverifiedException: peer not authenticated
    at
com.sun.net.ssl.internal.ssl.SSLSessionImpl.getPeerCertificates(SSLSessionImpl.java:352)
    at
org.apache.tomcat.util.net.jsse.JSSESupport.getX509Certificates(JSSESupport.java:87)
    at
org.apache.tomcat.util.net.jsse.JSSESupport.getPeerCertificateChain(JSSESupport.java:141)
    at
org.apache.coyote.http11.Http11Processor.action(Http11Processor.java:1011)
    at org.apache.coyote.Request.action(Request.java:352)"

I tried to regenerate the ssl certificate as described in "
https://issues.apache.org/jira/browse/OFBIZ-1902" but the tip didn't work.
Could someone help me?
Thanks in advance

Renato Rosicarelli