You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2018/08/30 10:39:40 UTC

[Bug 62661] New: Jmeter report generator doesn't work when need generate report after test

https://bz.apache.org/bugzilla/show_bug.cgi?id=62661

            Bug ID: 62661
           Summary: Jmeter report generator doesn't work when need
                    generate report after test
           Product: JMeter
           Version: 4.0
          Hardware: PC
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: anotherankor@gmail.com
  Target Milestone: ---

As said in documentation:
jmeter -n -t <test JMX file> -l <test log file> -e -o <Path to output folder>

This comand must make report for me AFTER test.

I did:

C:\Users\User\Desktop\apache-jmeter-4.0\bin>jmeter -n -t 600-stab.jmx -l
 stabl.jtl -e -o test

And I get message:

Creating summariser <summary>
Error in NonGUIDriver java.lang.IllegalArgumentException: Results
file:stabl.jtl
 is not empty

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 62661] Jmeter report generator doesn't work when need generate report after test

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62661

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om
             Status|NEW                         |RESOLVED
         Resolution|---                         |DUPLICATE
                 OS|                            |All

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
Hello,
As per message, JMeter tells you that stabl.jtl and refuses to overwrite it.

In next version 5.0, an additional parameter --forceDeleteResultFile has been
introduced for such cases.

You can use nightly build to see this behaviour as we are close to a release.

Regards

*** This bug has been marked as a duplicate of bug 62243 ***

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 62661] Jmeter report generator doesn't work when need generate report after test

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62661

--- Comment #3 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
(In reply to Andrei M. Kornienko from comment #2)
> Good joke.
> I thought that this comand must create an html report using existing log
> file. Like I did.
> Sorry about it.
> But, can I generate html report from existing log file?
> Thanks, Andrei.

Ok in this case you misread documentation and should be using :

- https://jmeter.apache.org/usermanual/generating-dashboard.html#report_only


The command you're using RUNS THE TEST and GENERATES REPORT after end of test.

Regards

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 62661] Jmeter report generator doesn't work when need generate report after test

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=62661

--- Comment #2 from Andrei M. Kornienko <an...@gmail.com> ---
Good joke.
I thought that this comand must create an html report using existing log file.
Like I did.
Sorry about it.
But, can I generate html report from existing log file?
Thanks, Andrei.

-- 
You are receiving this mail because:
You are the assignee for the bug.