NPE in getHighestSubmittedAssessmentGrading

Description

30-Nov-2016 16:12:20.956 ERROR [http-nio-9098-exec-10] org.sakaiproject.tool.assessment.services.GradingService.getHighestSubmittedAssessmentGrading
java.lang.NullPointerException
at org.sakaiproject.tool.assessment.facade.AssessmentGradingFacadeQueries.getHighestSubmittedAssessmentGrading(AssessmentGradingFacadeQueries.java:1513)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

Activity

Show:

Sean Horner February 14, 2017 at 11:20 AM

Sorry about that, Sam. I've since opened SAM-3146.

A PR is forthcoming, though I'm currently stumbling my way through getting my git setup configured properly per these instructions: https://confluence.sakaiproject.org/display/SAKDEV/Git+Setup.

Sam Ottenhoff February 13, 2017 at 7:09 PM

Sean, please open a new JIRA with a PR. This JIRA has already been merged.

Sean Horner February 13, 2017 at 7:05 PM

For the 11.x branch, I'm observing another NPE for line 1519 in "getHighestSubmittedAssessmentGrading":

ag.setAssessmentGradingAttachmentList(attachments);

The 'ag' variable is null for the following scenario:

1. On a blank Lessons page, add a published quiz (Add Content -> Link to a test or quiz).
2. Click the "Edit" button that corresponds to the quiz on the Lessons page
3. In the "Edit Item" dialog, check "Require that the student submit this assessment." and click "Update Item".

An NPE should be logged in catalina.out.

Moving ag.setAssessmentGradingAttachmentList(attachments) up into the "if (ag != null)" conditional seems to resolve this problem.

Sam Ottenhoff December 5, 2016 at 10:48 AM

I don't know how to replicate.

Neal Caidin December 5, 2016 at 10:45 AM

Is there a Test Plan for when this is fixed?

Thanks - Jira triage group

Fixed

Details

Priority

Affects versions

Fix versions

Components

Assignee

Reporter

Created November 30, 2016 at 10:24 AM
Updated April 17, 2018 at 8:39 AM
Resolved December 6, 2016 at 8:23 AM