sakaicontrib / attendance

A simple Sakai tool for tracking attendance that integrates with the Gradebook.
Educational Community License v2.0
12 stars 20 forks source link

Attendance needs dependency updates for Sakai 22 (Logging mostly) #84

Closed jonespm closed 3 years ago

jonespm commented 3 years ago

Attendance isn't starting up on Sakai 22, I believe because of SAK-29960. Needs some updates and the pom version updated.

I also don't believe we need to keep the version here at 20180412.

The initial error here on nightly is

06-Sep-2021 13:15:54.609 ERROR [main] o.s.c.i.SpringCompMgr.init Error creating bean with name 'org.sakaiproject.attendance.logic.SakaiProxy' defined in file [/usr/src/app/deploy/components/attendance-pack/WEB-INF/components.xml]: Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: org/apache/log4j/Logger
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.sakaiproject.attendance.logic.SakaiProxy' defined in file [/usr/src/app/deploy/components/attendance-pack/WEB-INF/components.xml]: Instantiation of bean failed; nested exception is java.lang.NoClassDefFoundError: org/apache/log4j/Logger
jonespm commented 3 years ago

I tried to fix the logger error above but am getting this new error now. I'll file that as a new issue, not sure if it's a new problem or not.