-
Notifications
You must be signed in to change notification settings - Fork 643
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
Exception when parsing Timestamp #1428
Comments
Issue fabric8io#1428: Update LogRequestor.java to deal with stack trace coverage tests Signed-off-by: Jeffrey Bennett <[email protected]>
Same Issue here:
Let me know if I can be of any more help. |
Any idea how to get to the full logline that causes this error? The best fix would be to adapt the regexp expression that extracts the timestamp from the logline, but for that, I would need to know how the line (that contains the string "Error" in the place where a timestamp should be) |
Description
Exception thrown parsing timestamp information for postgres
Info
Exception in thread "Thread-6" java.time.format.DateTimeParseException: Text 'Error' could not be parsed at index 0
at java.base/java.time.format.DateTimeFormatter.parseResolved0(DateTimeFormatter.java:2046)
at java.base/java.time.format.DateTimeFormatter.parse(DateTimeFormatter.java:1948)
at java.base/java.time.ZonedDateTime.parse(ZonedDateTime.java:598)
at java.base/java.time.ZonedDateTime.parse(ZonedDateTime.java:583)
at io.fabric8.maven.docker.util.TimestampFactory.createTimestamp(TimestampFactory.java:46)
at io.fabric8.maven.docker.access.log.LogRequestor.callLogCallback(LogRequestor.java:200)
at io.fabric8.maven.docker.access.log.LogRequestor.readStreamFrame(LogRequestor.java:173)
at io.fabric8.maven.docker.access.log.LogRequestor.parseResponse(LogRequestor.java:186)
at io.fabric8.maven.docker.access.log.LogRequestor.run(LogRequestor.java:104)
mvn -v
) : 3.6.3The text was updated successfully, but these errors were encountered: