Apos configurar um ALB, tirei do ar propositadamente as segundas maquinas de cada versao da loja e para de funcionar.
Alguem de java poderia me dizer o que poderia ser?
Se eu eu tenho um servidor de cada versao no ar, nao poderia ter acontecido certo?
HTTP Status 500 - org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'produtos' defined in br.com.caelum.Configurador: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [java.util.List]: Factory method 'produtos' threw exception; nested exception is javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not extract ResultSet
type Exception report
message org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'produtos' defined in br.com.caelum.Configurador: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [java.util.List]: Factory method 'produtos' threw exception; nested exception is javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not extract ResultSet
description The server encountered an internal error that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'produtos' defined in br.com.caelum.Configurador: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [java.util.List]: Factory method 'produtos' threw exception; nested exception is javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not extract ResultSet
org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:555)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:476)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:401)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:345)
javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
org.apache.tomcat.websocket.server.WsFilter.doFilter(WsFilter.java:52)
org.springframework.web.servlet.view.InternalResourceView.renderMergedOutputModel(InternalResourceView.java:168)
...