Issue Type: Bug Bug
Assignee: Manuel Carrasco
Components: performance-plugin
Created: 10/Jul/13 11:35 AM
Description:

I've forked the latest code at github and am running with mvn hpi:run.

I set up a job to run a jmeter test and emit a .jtl file, and then have configured the job to parse that file.

When it attempts to do so, I get this error:

Performance: Parsing JMeter report file simple_hammer.jtl
Jul 10, 2013 7:20:38 AM hudson.model.AbstractBuild$AbstractRunner performAllBuildSteps
WARNING: Publisher hudson.plugins.performance.PerformancePublisher aborted due to exception
java.util.InputMismatchException
at java.util.Scanner.throwFor(Scanner.java:840)
at java.util.Scanner.next(Scanner.java:1461)
at java.util.Scanner.nextLong(Scanner.java:2196)
at java.util.Scanner.nextLong(Scanner.java:2156)
at hudson.plugins.performance.JmeterSummarizerParser.parse(JmeterSummarizerParser.java:76)
at hudson.plugins.performance.PerformancePublisher.perform(PerformancePublisher.java:222)
at hudson.tasks.BuildStepMonitor$3.perform(BuildStepMonitor.java:36)
at hudson.model.AbstractBuild$AbstractRunner.perform(AbstractBuild.java:603)
at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:582)
at hudson.model.AbstractBuild$AbstractRunner.performAllBuildSteps(AbstractBuild.java:560)
at hudson.model.Build$RunnerImpl.post2(Build.java:156)
at hudson.model.AbstractBuild$AbstractRunner.post(AbstractBuild.java:529)
at hudson.model.Run.run(Run.java:1363)
at hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:46)
at hudson.model.ResourceController.execute(ResourceController.java:88)
at hudson.model.Executor.run(Executor.java:140)

As a result, I see no way to contribute to this plugin

Project: Jenkins
Priority: Major Major
Reporter: Marc Esher
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to