https://issues.apache.org/bugzilla/show_bug.cgi?id=51937

             Bug #: 51937
           Summary: JMeter does not handle missing TestPlan entry well
           Product: JMeter
           Version: unspecified
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
        AssignedTo: [email protected]
        ReportedBy: [email protected]
    Classification: Unclassified


If the TestPlan is missing from a JMX file (e.g. is a fragment such as a
Workbench only), this is detected by the run method of StandardJMeterEngine.

This works OK for ordinary non-GUI mode - though the code should not call
System.exit().

However, in the case of non-GUI client-server mode, the error causes the server
to exit, and the client just hangs.

The JMX file should be checked earlier (to prevent useless engine startup), and
the code should not call System.exit() if at all possible.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to