Open GoogleCodeExporter opened 9 years ago
It's very hard for us to help you if we cannot reproduce the problem.
At first I suggest you to use 1.0.3 because it provides dumper feature that it
could help you to dump the report (see
https://code.google.com/p/xdocreport/wiki/XDocReportDumper)
The stack trace shows that an attribute value is null (how is it possible?).
The thing that I don't understand is that you tell me it works while few hours
and after you have the error? By default XDocReport loads the report the first
time (preprocessor are executed) and cache it the IXDocReport instance. The
second generation of the report use the cached IXDocReport instance and
preprocessor are not executed.
Perhaps you have a process which disable this cache and the docx is updated too?
I suggest you when client has the problem that he send you the docx/odt which
causes the problem.
It's shame that you have not used the XDocReport servlet because it provides
several features like download the odt/docx template of the report,dump,
download some entries of the docx/odt etc
I'm sorry, it's very hard for me to help you more with your little information.
Original comment by angelo.z...@gmail.com
on 6 Nov 2013 at 8:42
Just one idea to try to find out the problem, you could do try catch the NPE
error when IXDocReport is loaded and send you an email with the docx which
causes the problem.
If you switch to 1.0.3, you could generate a dump report to retrieve the data
model used too.
In this try/catch you could reload the IXDocReport to avoid having the NPE
problem by waiting for we fix this problem.
Hope it will help you.
Regards Angelo
Original comment by angelo.z...@gmail.com
on 6 Nov 2013 at 1:24
Have you find some explanation about this trouble?
Original comment by angelo.z...@gmail.com
on 18 Feb 2014 at 1:51
Original issue reported on code.google.com by
brett.wa...@gmail.com
on 6 Nov 2013 at 6:58