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
Exception in thread "main" java.lang.RuntimeException: unexpected date format
at org.influxdb.impl.TimeUtil.fromInfluxDBTimeFormat(TimeUtil.java:88)
at com.xxx.app$.delayedEndpoint$com$bwsw$pulse$views$app$1(xxx.scala:59)
at com.xxx.app$delayedInit$body.apply(xxx.scala:23)
at scala.Function0.apply$mcV$sp(Function0.scala:34)
at scala.Function0.apply$mcV$sp$(Function0.scala:34)
at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
at scala.App.$anonfun$main$1$adapted(App.scala:76)
at scala.collection.immutable.List.foreach(List.scala:389)
at scala.App.main(App.scala:76)
at scala.App.main$(App.scala:74)
at com.xxx.app$.main(xxx.scala:23)
at com.xxx.app.main(xxx.scala)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.intellij.rt.execution.application.AppMain.main(AppMain.java:144)
Caused by: java.text.ParseException: Unparseable date: "16:52:20"
at java.text.DateFormat.parse(DateFormat.java:366)
at org.influxdb.impl.TimeUtil.fromInfluxDBTimeFormat(TimeUtil.java:86)
... 16 more
The text was updated successfully, but these errors were encountered:
When I try to do this:
I got exception:
The text was updated successfully, but these errors were encountered: