----------------------------------------
> Date: Fri, 26 Feb 2010 11:53:27 -0800
> From: sandys...@yahoo.com
> To: itext-questions@lists.sourceforge.net
> Subject: [iText-questions] PDF opened in Java shows 'Error Page' in Title
>
>
> This may be an application specific problem. If anybody has experienced it
> before, please let me know.
>
> I am in the process of upgrading a java web application from Weblogic8 to
> Weblogic10. The application renders invoices in PDF format via iText.jar.


There have been some cases where web servers treat PDF as ASCII
and clear high bit. You wouldn't want to rule out a change in configuration
so if you can diff config files that may be worthwhile ( if not for this
specific problem more generally ). Some people have complained about
quirks or problems using their codeĀ  with servlets etc and it isn't hard
to write code that only works for a very idiosyncratic server setup. 


>
> The original WL8 version used iText-1.4.7.jar
>
> For the WL10 version I first tried iText-2.1.7.jar saw the errors I am about
> to describe in this post and so am now trying out iText-5.0.1.jar but still
> see the same errors. The invoices (1 or 2 page documents) are all rendered
> correctly, however, some of the invoices are rendered with the title
> displayed as:
>
> Billng App - Error Page (only this line shows)
> https://... url to the page
>
> The title should display:
>
> https://... url to the page
>
> Error Page is the default title for the application's errorpage.jsp


Can you trace the code far enough to get something related to itext?
Did you recompile against new itext or just replace jar files?
Often catching Exception is done when Throwable is more comprehensive.
In particular note that this does not derive from exception,

http://java.sun.com/j2se/1.4.2/docs/api/java/lang/NoSuchMethodError.html


>
> If the applicaiton is throwing any errors, it is not apparent as there are
> no errors in the logs or any visible differences in the PDF document. It is
> always the same documents that display the error.
>
> Please let me know if you need more information, code extracts or screen
> shots.
>
> Your responses to this would be much appreciated.
>
> Thanks!
> S
>
>
>
>
> --
> View this message in context: 
> http://old.nabble.com/PDF-opened-in-Java-shows-%27Error-Page%27-in-Title-tp27722675p27722675.html
> Sent from the iText - General mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Download IntelĀ® Parallel Studio Eval
> Try the new software tools for yourself. Speed compiling, find bugs
> proactively, and fine-tune applications for parallel performance.
> See why Intel Parallel Studio got high marks during beta.
> http://p.sf.net/sfu/intel-sw-dev
> _______________________________________________
> iText-questions mailing list
> iText-questions@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/itext-questions
>
> Buy the iText book: http://www.1t3xt.com/docs/book.php
> Check the site with examples before you ask questions: 
> http://www.1t3xt.info/examples/
> You can also search the keywords list: http://1t3xt.info/tutorials/keywords/
                                          
_________________________________________________________________
Hotmail: Free, trusted and rich email service.
http://clk.atdmt.com/GBL/go/201469228/direct/01/
------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
iText-questions mailing list
iText-questions@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/itext-questions

Buy the iText book: http://www.1t3xt.com/docs/book.php
Check the site with examples before you ask questions: 
http://www.1t3xt.info/examples/
You can also search the keywords list: http://1t3xt.info/tutorials/keywords/

Reply via email to