Boa tarde,
Ao acessar o curso: https://cursos.alura.com.br/course/desenvolvimento-software-integracao-continua , ocorreu o erro abaixo, porém ocorreu apenas uma vez.
HTTP Status 500 – Internal Server Error Type Exception Report
Message An exception occurred processing [WEB-INF/tags/error/error.tag] at line [27]
Description The server encountered an unexpected condition that prevented it from fulfilling the request.
Exception
org.apache.jasper.JasperException: An exception occurred processing [WEB-INF/tags/error/error.tag] at line [27]
24: 25: 26: 27: <c:if test="${featureResolver.supports('ONLY_DARK_MODE')}"> 28: 29: 30:
Stacktrace: org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:611) .... org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:117) Root Cause
javax.servlet.ServletException: javax.servlet.jsp.JspException: javax.el.ELException: org.springframework.data.redis.serializer.SerializationException: Cannot deserialize; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidObjectException: enum constant RECAPTCHA does not exist in class br.com.caelum.gnarus.feature.Feature$Code org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:661) ........ Root Cause
javax.el.ELException: org.springframework.data.redis.serializer.SerializationException: Cannot deserialize; nested exception is org.springframework.core.serializer.support.SerializationFailedException: Failed to deserialize payload. Is the byte array a result of corresponding serialization for DefaultDeserializer?; nested exception is java.io.InvalidObjectException: enum constant RECAPTCHA does not exist in class br.com.caelum.gnarus.feature.Feature$Code ... Note A pilha de erros completa da causa principal está disponível nos logs do servidor.
Apache Tomcat/9.0.45
Att.