Estou testando una webagenda, todos os jsps funcionam, mas quando precisam dos servlets aconte o seguinte erro.
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
java.lang.NullPointerException
conexao.ConexaoBD.<init>(ConexaoBD.java:27)
Slogin.doPost(Slogin.java:24)
javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
note The full stack trace of the root cause is available in the Apache Tomcat/5.5.17 logs.
Kra… pra descombir erro de null pointer, é so no debug mesmo.
[quote=“danielsimba”]Estou testando una webagenda, todos os jsps funcionam, mas quando precisam dos servlets aconte o seguinte erro.
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
java.lang.NullPointerException
conexao.ConexaoBD.<init>(ConexaoBD.java:27)
Slogin.doPost(Slogin.java:24)
javax.servlet.http.HttpServlet.service(HttpServlet.java:709)
javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
note The full stack trace of the root cause is available in the Apache Tomcat/5.5.17 logs.[/quote]
Opa… perae que vou chamar os bombeiros :mrgreen:
Brincadeira. Parece que a NPE está acontecendo no método init do servlet Slogin… que tal dar uma revisada nas variáveis que estão sendo utilizadas ? você pode estar fazendo referência a uma variável que não está sendo inicializada…