Hello Stuart, OOM could be an explanation. Exiting JMeter during a load test also. Appending to an existing file also after changing configuration of save.
There is a property jmeter.save.saveservice.autoflush=false which controls flush. If test does not end correctly, as flush may not have occurred, some rows may not be partially written. But otherwise, I frankly don't think there is a synchro issue, but I'm open to check if you can provide a reproduction scenario. Regards On Sat, Mar 4, 2017 at 10:42 PM, Stuart Kenworthy <[email protected] > wrote: > I have seen this randomly in every version of jmeter. Partial or corrupted > lines being written to log files is not new. Probably attributed to a > thread OOM errors or multiple writes occuring at the same time. > > On 4 Mar 2017 21:14, Philippe Mouawad <[email protected]> wrote: > Hello, > Would it be possible to upload your test plan to Bug 60818? > > We'd like to understand how this occured. > It may be a bug , but it may also be due to your test plan. > > Regards > > On Thu, Mar 2, 2017 at 5:02 PM, Scott Dean <[email protected]> wrote: > > > Found the problem. It was a data error in the .csv results file. One of > > the lines did not have a value for Group Name and this caused the import > to > > fail when there was no value to add to the append to the label value. No > > clue why there was no thread group name for the record or how to > reproduce > > the bad result data. > > > > -- Scott Dean > > North Carolina State University > > > > On Wed, Mar 1, 2017 at 11:58 AM, Scott Dean <[email protected]> wrote: > > > > > I have run my tests in non-gui mode and generated a results file. I am > > > now trying to pull the results into a summary report listener and > > getting a > > > error message in Result File Loader: "Error loading result file -- see > > log > > > file". When I look in the jmeter.log file, all I see is "WARN - > > > jmeter.reporters.ResultCollector: Problem reading JTL: <name of the > > > file>". I am assuming that this is the log file I am supposed to look > > in. > > > In addition, I get the error when "Include group name in label?" is > > checked > > > but I do not when that setting is not checked. > > > > > > Is there anything I can do to get more info about the error, like a > > > setting that will give more verbose log output? I am running jmeter > > with a > > > heap size of 2048m and the result file is 81.6 MB. > > > > > > Thanks > > > > > > -- Scott Dean > > > North Carolina State University > > > Raleigh NC. > > > > > > > > > -- > Cordialement. > Philippe Mouawad. > > > The information included in this email and any files transmitted with it > may contain information that is confidential and it must not be used by, or > its contents or attachments copied or disclosed to, persons other than the > intended addressee. If you have received this email in error, please notify > BJSS. In the absence of written agreement to the contrary BJSS' relevant > standard terms of contract for any work to be undertaken will apply. Please > carry out virus or such other checks as you consider appropriate in respect > of this email. BJSS does not accept responsibility for any adverse effect > upon your system or data in relation to this email or any files transmitted > with it. BJSS Limited, a company registered in England and Wales (Company > Number 2777575), VAT Registration Number 613295452, Registered Office > Address, First Floor, Coronet House, Queen Street, Leeds, LS1 2TW. > -- Regards Ubik Load Pack <http://ubikloadpack.com> Team Follow us on Twitter <http://twitter.com/ubikloadpack> Cordialement L'équipe Ubik Load Pack <http://ubikloadpack.com> Suivez-nous sur Twitter <http://twitter.com/ubikloadpack>
