Groovy Error for front door lock

Trying to track an issue for disconnects on my network and came accross the following repeatedly in my error logs.

2020-08-03 16:36:05.838 errororg.codehaus.groovy.runtime.typehandling.GroovyCastException: Cannot cast object 'java.util.GregorianCalendar[time=1596486965799,areFieldsSet=true,areAllFieldsSet=true,lenient=true,zone=sun.util.calendar.ZoneInfo[id="US/Eastern",offset=-18000000,dstSavings=3600000,useDaylight=true,transitions=235,lastRule=java.util.SimpleTimeZone[id=US/Eastern,offset=-18000000,dstSavings=3600000,useDaylight=true,startYear=0,startMode=3,startMonth=2,startDay=8,startDayOfWeek=1,startTime=7200000,startTimeMode=0,endMode=3,endMonth=10,endDay=1,endDayOfWeek=1,endTime=7200000,endTimeMode=0]],firstDayOfWeek=1,minimalDaysInFirstWeek=1,ERA=1,YEAR=2020,MONTH=7,WEEK_OF_YEAR=32,WEEK_OF_MONTH=2,DAY_OF_MONTH=3,DAY_OF_YEAR=216,DAY_OF_WEEK=2,DAY_OF_WEEK_IN_MONTH=1,AM_PM=1,HOUR=4,HOUR_OF_DAY=16,MINUTE=36,SECOND=5,MILLISECOND=799,ZONE_OFFSET=-18000000,DST_OFFSET=3600000]' with class 'java.util.GregorianCalendar' to class 'java.util.Date' (parse)

I'm not sure what is causing this error outside of the internal time/date system. Can anyone shine a light on it? I don't see any other related errors

You said it’s a lock but what driver and device is that?

Schlage be469 zwave driver

So the built in driver? Make sure the device has debug logging turned on. Does the timestamp line up with any action? Like is that when you unlocked it or programmed a new code? Trying to determine what action led to the message.

1 Like