You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the server starts, one of its first activities is to run the configuration process. Many of the config variables are in Competition, and one of the consistently posts a warning when the server starts, as
47120 WARN config.Configurator: Type mismatch, class org.powertac.common.Competition: cannot use default value (org.joda.time.Instant) for (java.lang.String)
This is happening because the setter withSimulationBaseTime() takes a String, while the getter returns an Instant. The time appears to be set correctly, but this should be fixed.
The text was updated successfully, but these errors were encountered:
When the server starts, one of its first activities is to run the configuration process. Many of the config variables are in Competition, and one of the consistently posts a warning when the server starts, as
This is happening because the setter
withSimulationBaseTime()
takes a String, while the getter returns an Instant. The time appears to be set correctly, but this should be fixed.The text was updated successfully, but these errors were encountered: