There was a problem loading the dashboard data. / java.text.ParseException: Unparseable date on line 3740

I've just installed webcore for the first time. When i go to load the dashboard i get this error:
There was a problem loading the dashboard data.

Looking at the logs, i can see this:

I tried uninstalling and reinstalling webcore but it didnt help. Any ideas?

Do you have a hub variable that is type date or date/time?

First estimate is you do and the time string is not the HE format string.

See this

Not sure, but that is the code path I see.

Once we figure out the problem, I can adjust the code to handle the error more gracefully.

Can use private message if you don't want to show your HE globals in public.

I do.

Does this help?

according to the reference I linked, the datetime variables are not the proper format to the HE spec.

So what set them?

I use the built-in method toDateTIme to parse it, and it is what thru the error it could not parse it.

The latest code for webCoRE can catch the exception, but it cannot parse that with toDateTime method.

The majority, and the only one which is 23:30:00 was set via the GUI.
@bravenel any thoughts?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.