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 signing in with viadeo, we get the following warning and the sign in doesn't complete:
21:53:56,415 WARN : org.springframework.social.connect.web.ProviderSignInController - Exception while handling OAuth2 callback (Could not read JSON: Can not construct instance of java.util.Date from String value '2012-03-02T10:44:41.0+0100': not a valid representation (error: Can not parse date "2012-03-02T10:44:41.0+0100": not compatible with any of standard forms ("yyyy-MM-dd'T'HH:mm:ss.SSSZ", "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'", "EEE, dd MMM yyyy HH:mm:ss zzz", "yyyy-MM-dd"))
at [Source: java.io.ByteArrayInputStream@21b6484c; line: 1, column: 1952]; nested exception is org.codehaus.jackson.map.JsonMappingException: Can not construct instance of java.util.Date from String value '2012-03-02T10:44:41.0+0100': not a valid representation (error: Can not parse date "2012-03-02T10:44:41.0+0100": not compatible with any of standard forms ("yyyy-MM-dd'T'HH:mm:ss.SSSZ", "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'", "EEE, dd MMM yyyy HH:mm:ss zzz", "yyyy-MM-dd"))
at [Source: java.io.ByteArrayInputStream@21b6484c; line: 1, column: 1952]). Redirecting to /signin
There isn't a stacktrace :(
The text was updated successfully, but these errors were encountered:
When signing in with viadeo, we get the following warning and the sign in doesn't complete:
21:53:56,415 WARN : org.springframework.social.connect.web.ProviderSignInController - Exception while handling OAuth2 callback (Could not read JSON: Can not construct instance of java.util.Date from String value '2012-03-02T10:44:41.0+0100': not a valid representation (error: Can not parse date "2012-03-02T10:44:41.0+0100": not compatible with any of standard forms ("yyyy-MM-dd'T'HH:mm:ss.SSSZ", "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'", "EEE, dd MMM yyyy HH:mm:ss zzz", "yyyy-MM-dd"))
at [Source: java.io.ByteArrayInputStream@21b6484c; line: 1, column: 1952]; nested exception is org.codehaus.jackson.map.JsonMappingException: Can not construct instance of java.util.Date from String value '2012-03-02T10:44:41.0+0100': not a valid representation (error: Can not parse date "2012-03-02T10:44:41.0+0100": not compatible with any of standard forms ("yyyy-MM-dd'T'HH:mm:ss.SSSZ", "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'", "EEE, dd MMM yyyy HH:mm:ss zzz", "yyyy-MM-dd"))
at [Source: java.io.ByteArrayInputStream@21b6484c; line: 1, column: 1952]). Redirecting to /signin
There isn't a stacktrace :(
The text was updated successfully, but these errors were encountered: