Like many others, I am having problems with this error:
User Management: invalid response to logout
It compiles and runs from the command line. When I go to localhost:5000/status, it displays the error “User Management: invalid response to logout”.
I have now
-
Made the pom.xml file identical to the course source code, with the addition of
javax.xml.bind jaxb-api 2.2.11 com.sun.xml.bind jaxb-core 2.2.11 com.sun.xml.bind jaxb-impl 2.2.11 javax.activation activation 1.1.1 -
Reinstalled the sample data
-
Downloaded the most recent M220 source code and compared to mine. The only difference is in the src/main tree.
-
Tried different settings for jwtSecret= in applications.properties
Nothing works. I did have my code create a unique index for sessions, and then use the exception to return false when attempting to insert a duplicate session (and of course did the same for the exception in the duplicate user creation).
Anyway, command line works, web site fails. There appear to be others who have experienced this and each seems to have a slightly different reason. I think my reason must be something else. Sad face.
Dan