spring-session icon indicating copy to clipboard operation
spring-session copied to clipboard

Exception after adding this plugin to Grails 3.2.4 app

Open anti43 opened this issue 6 years ago • 0 comments

Caused by: org.springframework.core.serializer.support.SerializationFailedException: Failed to serialize object using DefaultSerializer; nested exception is java.lang.IllegalArgumentException: DefaultSerializer requires a Serializable payload but received an object of type [grails.plugin.springsecurity.LoginController]

grailsVersion=3.2.4

URI /login/auth Class java.lang.IllegalArgumentException Message Cannot serialize; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to serialize object using DefaultSerializer; nested exception is java.lang.IllegalArgumentException: DefaultSerializer requires a Serializable payload but received an object of type [grails.plugin.springsecurity.LoginController] Caused by DefaultSerializer requires a Serializable payload but received an object of type [grails.plugin.springsecurity.LoginController]

anti43 avatar Apr 23 '18 08:04 anti43