Closed Nazariy995 closed 7 years ago
@pbremer Came across this issue when trying to request group members. I did pull your latests changes from master.
@pbremer Here is the stack trace:
java.lang.NullPointerException: null
at java.util.Objects.requireNonNull(Objects.java:203) ~[na:1.8.0_25]
at java.util.Optional.
Request URL:http://localhost:8080/rest/student/course/course1A/module/mod2-course1A/group?courseUserId=stud1-course1A Request Method:GET Status Code:500
RESPONSE: {
"timestamp":1486621030857, "status":500, "error":"Internal Server Error", "exception":"java.lang.NullPointerException", "message":"No message available", "path":"/rest/student/course/course1A/module/mod2-course1A/group" }