Closed ncovercash closed 2 years ago
I think this is a consequence of #25.
16:35:58 [783638/calendar] [diku] [21517219-f5a2-5706-8e37-8c15ea320aef] [mod-calendar] INFO LoggingRequestFilter ---> PUT /calendar/calendars/8eab9e71-eb0c-422e-99d4-18408b9e422e null 16:35:58 [783638/calendar] [diku] [21517219-f5a2-5706-8e37-8c15ea320aef] [mod-calendar] INFO CalendarController updateCalendar: Calendar passed validation, saving... 16:35:58 [783638/calendar] [diku] [21517219-f5a2-5706-8e37-8c15ea320aef] [mod-calendar] WARN SqlExceptionHelper SQL Error: 0, SQLState: 23502 16:35:58 [783638/calendar] [diku] [21517219-f5a2-5706-8e37-8c15ea320aef] [mod-calendar] ERROR SqlExceptionHelper ERROR: null value in column "service_point_id" violates not-null constraint Detail: Failing row contains (ecf87579-5e52-469e-a8d5-d079a179d61a, null, 8eab9e71-eb0c-422e-99d4-18408b9e422e). 16:35:58 [783638/calendar] [diku] [21517219-f5a2-5706-8e37-8c15ea320aef] [mod-calendar] INFO AbstractBatchImpl HHH000010: On release of batch it still contained JDBC statements 16:35:58 [783638/calendar] [diku] [21517219-f5a2-5706-8e37-8c15ea320aef] [mod-calendar] ERROR ApiExceptionHandler org.springframework.dao.DataIntegrityViolationException: could not execute statement; SQL [n/a]; constraint [service_point_id]; nested exception is org.hibernate.exception.ConstraintViolationException: could not execute statement 16:35:58 [783638/calendar] [diku] [21517219-f5a2-5706-8e37-8c15ea320aef] [mod-calendar] ERROR ApiExceptionHandler could not execute statement; SQL [n/a]; constraint [service_point_id]; nested exception is org.hibernate.exception.ConstraintViolationException: could not execute statement 16:35:58 [783638/calendar] [diku] [21517219-f5a2-5706-8e37-8c15ea320aef] [mod-calendar] INFO TranslationService Cache miss on en_US 16:35:58 [783638/calendar] [diku] [21517219-f5a2-5706-8e37-8c15ea320aef] [mod-calendar] INFO TranslationFile Building translation file map 16:35:58 [783638/calendar] [diku] [21517219-f5a2-5706-8e37-8c15ea320aef] [mod-calendar] INFO TranslationFile Got translation files: [TranslationFile(resource=class path resource [translations/mod-calendar/en.json])]
I think this is a consequence of #25.