Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SeriesException - Duplicates are not permitted #133

Closed
hguerrero opened this issue May 9, 2014 · 1 comment
Closed

SeriesException - Duplicates are not permitted #133

hguerrero opened this issue May 9, 2014 · 1 comment

Comments

@hguerrero
Copy link

2014-05-09 17:13:47,151 [main] ERROR [org.radargun.Master] Error in reporter html
org.jfree.data.general.SeriesException: You are attempting to add an observation for the time period Wed Dec 31 18:00:11 CST 1969 but the series already contains an observation for that time period. Duplicates are not permitted. Try using the addOrUpdate() method.
at org.jfree.data.time.TimeSeries.add(TimeSeries.java:612)
at org.jfree.data.time.TimeSeries.add(TimeSeries.java:684)
at org.jfree.data.time.TimeSeries.add(TimeSeries.java:670)
at org.radargun.reporting.html.TimelineChart.setEvents(TimelineChart.java:98)
at org.radargun.reporting.html.TimelineDocument.writeTimelines(TimelineDocument.java:114)
at org.radargun.reporting.html.HtmlReporter.run(HtmlReporter.java:65)
at org.radargun.Master.run(Master.java:94)
at org.radargun.LaunchMaster.main(LaunchMaster.java:32)
2014-05-09 17:13:47,151 [main] INFO [org.radargun.Master] All reporters have been executed, exiting.
2014-05-09 17:13:47,155 [Thread-0] INFO [org.radargun.ShutDownHook] Master process is being shutdown

@rvansa
Copy link
Member

rvansa commented May 12, 2014

Thanks for reporting. Could you share what the CSV reporter has produced?
Note that Radargun 2.0 (master branch) is currently in alpha stage, branch_1.1.x should be more stable.

@rvansa rvansa closed this as completed May 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants