Hi everybody,
we just finished setting up our test environment for OpenNebula.
We are running version 5.0.1 on Arch Linux and run KVM images which works just great and fulfills all our need so first of all many thanks to the OpenNebula team!
We just ran into one small issue in the econe part. The launch time that is sent back uses a different time format than expected in the aws-java-sdk which is used in our build system to provision cloud instances.
Caused by: java.lang.IllegalArgumentException: Invalid format: “2016-06-29T15:37:31+02:00” is malformed at "+02:00"
at org.joda.time.format.DateTimeParserBucket.doParseMillis(DateTimeParserBucket.java:187)
at org.joda.time.format.DateTimeFormatter.parseMillis(DateTimeFormatter.java:780)
at com.amazonaws.util.DateUtils.doParseISO8601Date(DateUtils.java:96)
at com.amazonaws.util.DateUtils.parseISO8601Date(DateUtils.java:84)
Did anybody ran into that already? Is there an option that could fix that or would an adjustment of the locale or something solve this?
Any ideas would be highly appreciated
Thx