Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Test and Performance Tools Platform (TPTP) » IWAT4022E An error occurred during report generation.
IWAT4022E An error occurred during report generation. [message #131890] Mon, 30 June 2008 23:53 Go to next message
Eclipse UserFriend
Originally posted by: theodore.larsonfreeman.boeing.com

I am profiling a JBOSS application in standalone mode using TPTP 4.5.0 and
analyzing the trace files in Eclipse 3.4.0. (The problem described below
also occurs when using TPTP 4.4.1 and Eclipse 3.3.2.)

I can create trace files in either XML or binary format, and analyze them
in Eclipse. But in either case when I attempt to create a report from the
New Report dialog, I get an error. If I try to create a CSV or HTML trace
report, I get an error such as this:

IWAT4022E An error occurred during report generation.
Error: For input string "3,275.290732"

When I try to create an XML trace statistics report from the same trace
file, I get this error:

IWAT4022E An error occurred during report generation.
Error: java.lang.NullPointerException

The trace files are typically tens of MB in size. I will look for a
smaller file that causes the error if that will help.

Is this a bug? Thanks for any thoughts on how to fix the issue.

Ted Larson Freeman
Re: IWAT4022E An error occurred during report generation. [message #131978 is a reply to message #131890] Wed, 02 July 2008 11:18 Go to previous messageGo to next message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi Ted,
The BIRT Reports (test, log, trace, and statistical BIRT report
generators) were moved from a General Availability (GA) component to an
As-Is component in TPTP 4.5. As-Is components are primarily provided for
prior users but imply no support (for example, defects, news group, and
mailing lists) or commitment to triage or resolve opened defects. Although
this symptom appears to be a defect, for it to be considered, please open
with an attached patch including code to resolve the symptom and test cases
to test the fix.

Paul
"Ted Larson Freeman" <theodore.larsonfreeman@boeing.com> wrote in message
news:50d1ede4e5e0db8b32c63763e2993765$1@www.eclipse.org...
>I am profiling a JBOSS application in standalone mode using TPTP 4.5.0 and
>analyzing the trace files in Eclipse 3.4.0. (The problem described below
>also occurs when using TPTP 4.4.1 and Eclipse 3.3.2.)
>
> I can create trace files in either XML or binary format, and analyze them
> in Eclipse. But in either case when I attempt to create a report from the
> New Report dialog, I get an error. If I try to create a CSV or HTML trace
> report, I get an error such as this:
>
> IWAT4022E An error occurred during report generation.
> Error: For input string "3,275.290732"
>
> When I try to create an XML trace statistics report from the same trace
> file, I get this error:
>
> IWAT4022E An error occurred during report generation.
> Error: java.lang.NullPointerException
>
> The trace files are typically tens of MB in size. I will look for a
> smaller file that causes the error if that will help.
>
> Is this a bug? Thanks for any thoughts on how to fix the issue.
>
> Ted Larson Freeman
>
>
Re: IWAT4022E An error occurred during report generation. [message #132164 is a reply to message #131978] Mon, 07 July 2008 16:50 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: theodore.larsonfreeman.boeing.com

Paul Slauenwhite wrote:

> Hi Ted,
> The BIRT Reports (test, log, trace, and statistical BIRT report
> generators) were moved from a General Availability (GA) component to an
> As-Is component in TPTP 4.5. As-Is components are primarily provided for
> prior users but imply no support (for example, defects, news group, and
> mailing lists) or commitment to triage or resolve opened defects. Although
> this symptom appears to be a defect, for it to be considered, please open
> with an attached patch including code to resolve the symptom and test cases
> to test the fix.

> Paul
> "Ted Larson Freeman" <theodore.larsonfreeman@boeing.com> wrote in message
> news:50d1ede4e5e0db8b32c63763e2993765$1@www.eclipse.org...
>>I am profiling a JBOSS application in standalone mode using TPTP 4.5.0 and
>>analyzing the trace files in Eclipse 3.4.0. (The problem described below
>>also occurs when using TPTP 4.4.1 and Eclipse 3.3.2.)
>>
>> I can create trace files in either XML or binary format, and analyze them
>> in Eclipse. But in either case when I attempt to create a report from the
>> New Report dialog, I get an error. If I try to create a CSV or HTML trace
>> report, I get an error such as this:
>>
>> IWAT4022E An error occurred during report generation.
>> Error: For input string "3,275.290732"
>>
>> When I try to create an XML trace statistics report from the same trace
>> file, I get this error:
>>
>> IWAT4022E An error occurred during report generation.
>> Error: java.lang.NullPointerException
>>
>> The trace files are typically tens of MB in size. I will look for a
>> smaller file that causes the error if that will help.
>>
>> Is this a bug? Thanks for any thoughts on how to fix the issue.
>>
>> Ted Larson Freeman
>>
>>
Thanks, Paul.

I'd like to know more about this change in priority. Has the status of
support for BIRT report generation been changed because there is a better
way to generate reports? If so, I'll switch. Otherwise I may look into
fixing the issue myself, as you suggest.

Thanks,

Ted
Re: IWAT4022E An error occurred during report generation. [message #132190 is a reply to message #132164] Tue, 08 July 2008 10:53 Go to previous message
Paul Slauenwhite is currently offline Paul SlauenwhiteFriend
Messages: 975
Registered: July 2009
Senior Member
Hi Ted,
The support for generating BIRT reports in TPTP has not changed, but
rather the actual report generators/templates (test, log, trace, and
statistical BIRT). Users can either use the existing report
generators/templates 'as-is' or created their own using the TPTP extension
points. The decision to move the report generators/templates to an as-is
component was based on a decrease in staffing on the project and not for
technical reasons.

Paul
"Ted Larson Freeman" <theodore.larsonfreeman@boeing.com> wrote in message
news:6c674059a3c94ace72049c1afd6f1c7f$1@www.eclipse.org...
> Paul Slauenwhite wrote:
>
>> Hi Ted,
>> The BIRT Reports (test, log, trace, and statistical BIRT report
>> generators) were moved from a General Availability (GA) component to an
>> As-Is component in TPTP 4.5. As-Is components are primarily provided for
>> prior users but imply no support (for example, defects, news group, and
>> mailing lists) or commitment to triage or resolve opened defects.
>> Although this symptom appears to be a defect, for it to be considered,
>> please open with an attached patch including code to resolve the symptom
>> and test cases to test the fix.
>
>> Paul
>> "Ted Larson Freeman" <theodore.larsonfreeman@boeing.com> wrote in message
>> news:50d1ede4e5e0db8b32c63763e2993765$1@www.eclipse.org...
>>>I am profiling a JBOSS application in standalone mode using TPTP 4.5.0
>>>and analyzing the trace files in Eclipse 3.4.0. (The problem described
>>>below also occurs when using TPTP 4.4.1 and Eclipse 3.3.2.)
>>>
>>> I can create trace files in either XML or binary format, and analyze
>>> them in Eclipse. But in either case when I attempt to create a report
>>> from the New Report dialog, I get an error. If I try to create a CSV or
>>> HTML trace report, I get an error such as this:
>>>
>>> IWAT4022E An error occurred during report generation.
>>> Error: For input string "3,275.290732"
>>>
>>> When I try to create an XML trace statistics report from the same trace
>>> file, I get this error:
>>>
>>> IWAT4022E An error occurred during report generation.
>>> Error: java.lang.NullPointerException
>>>
>>> The trace files are typically tens of MB in size. I will look for a
>>> smaller file that causes the error if that will help.
>>>
>>> Is this a bug? Thanks for any thoughts on how to fix the issue.
>>>
>>> Ted Larson Freeman
>>>
>>>
> Thanks, Paul.
>
> I'd like to know more about this change in priority. Has the status of
> support for BIRT report generation been changed because there is a better
> way to generate reports? If so, I'll switch. Otherwise I may look into
> fixing the issue myself, as you suggest.
>
> Thanks,
> Ted
>
Previous Topic:Autonomic Computing | Help Required
Next Topic:Coverage Statistics in TPTP 4.5.0
Goto Forum:
  


Current Time: Fri Apr 19 00:46:33 GMT 2024

Powered by FUDForum. Page generated in 0.02979 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top