Sakai 10 Known Issues

Sakai 10 Known Issues

Tomcat - please use Tomcat 7.0.65 .  Tomcat has a bug that should be fixed in release Tomcat 7.0.68.   See SAK-30173: Error page when the URL requested is /portalClosed 

Known issues in Sakai 10

 

Release

Tool/Service

Ticket

Notes

10.3

Announcements/Notifications

SAK-28955: Announcement email sent immediately without subject or bodyClosed

Plan to incorporate fix in Sakai 10.4. patch available at https://github.com/sakaiproject/sakai/pull/15.patch

10.0

Samigo Test and Quizzes

 SAK-26292: CKEditor recording plugin fails when Quicktime is installed (Windows/IE 11)Resolved

 

10.0

Resources

SAK-26294: View Site As / Resources tool not returning to instructor viewClosed

 

10.0

CKEditor

SAK-26224: CK Editor recording plugin fails on IE 11 with AntiSamy High Resolved

If you have to use IE (internet explorer browser) with this option you might consider making it IE 10 compatible , but please QA test it before you deploy. Here is the property - 
sakai.X-UA-Compatible=IE=EmulateIE10

10.0 - 10.7

Lessons, Oracle

LSNBLDR-600: Lessons tool gets blocked when adding activities limited to certain groups in instances with oracle dbVerified

This issue affects schools using Sakai 10 , the Lessons tool, groups, and the Oracle database. It has been a problem since 10.0. It will be fixed in 10.8. However you can fix your instance of Sakai 10 by applying the following conversion script:

ALTER TABLE lesson_builder_groups ADD (tmpgroups CLOB);
UPDATE lesson_builder_groups SET tmpgroups=groups;
ALTER TABLE lesson_builder_groups DROP COLUMN groups;
ALTER TABLE lesson_builder_groups RENAME COLUMN tmpgroups TO groups;

 

Major change to events in Sakai 10

 

Release

Tool/Service

Ticket

Issue

10

Events

SAM-658 - Update events in assessments (

 Closed)

Major change to events.

 

Open Jira tickets

For listings of all open issues see:

Blocker Critical Major Minor, trivial