ERRO APRESENTADO NO SERVIDOR ESTADUAL - MÓDULO DE RECEPÇÃO
Enviado: Sex Set 02, 2011 10:55 am
ERRO APRESENTADO NO SERVIDOR ESTADUAL DA SECRETARIA DA SAÚDE DO ESTADO DA BAHIA
http://www.saude.ba.gov.br:8080/
Detalhes dos testes -->
http://www.saude.ba.gov.br:8080/SMS_SER ... /hello.jsp
Retorna corretamente:
Olá transmissor JSP!
Já a página:
http://www.saude.ba.gov.br:8080/SMS_SER ... RL_SES.jsp
Cujo Conteúdo é:
======================================================
<%@ taglib uri="http://java.sun.com/jsp/jstl/sql" prefix="sql"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<%@ page isELIgnored="false"%>
<sql:query var="rs" dataSource="jdbc/oracle">
select * from tb_dominios
where co_ibge_uf = ${param.ibge_uf}
</sql:query>
<c:choose>
<c:when test='${rs.rowCount > 0}'>
<c:forEach var="row" items="${rs.rows}">
${row.no_url_dominio};${row.no_uf};
</c:forEach>
</c:when>
<c:otherwise>none;none;</c:otherwise>
</c:choose>
<%
java.text.SimpleDateFormat df = new java.text.SimpleDateFormat("dd/MM/yyyy;HH:mm:ss;");
out.write(df.format(java.util.Calendar.getInstance().getTime()));
%>
=================
Retorna o seguinte eroo:
http://www.saude.ba.gov.br:8080/SMS_SER ... RL_SES.jsp
=====================================================================
HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/sql cannot be resolved in either web.xml or the jar files deployed with this application
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:51)
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:409)
org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:116)
org.apache.jasper.compiler.TagLibraryInfoImpl.generateTLDLocation(TagLibraryInfoImpl.java:315)
org.apache.jasper.compiler.TagLibraryInfoImpl.<init>(TagLibraryInfoImpl.java:148)
org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:386)
org.apache.jasper.compiler.Parser.parseDirective(Parser.java:449)
org.apache.jasper.compiler.Parser.parseElements(Parser.java:1396)
org.apache.jasper.compiler.Parser.parse(Parser.java:130)
org.apache.jasper.compiler.ParserController.doParse(ParserController.java:255)
org.apache.jasper.compiler.ParserController.parse(ParserController.java:103)
org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:185)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:347)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:327)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:314)
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:592)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
note The full stack trace of the root cause is available in the Apache Tomcat/6.0.29 logs.
Apache Tomcat/6.0.29
======================
http://www.saude.ba.gov.br:8080/
Detalhes dos testes -->
http://www.saude.ba.gov.br:8080/SMS_SER ... /hello.jsp
Retorna corretamente:
Olá transmissor JSP!
Já a página:
http://www.saude.ba.gov.br:8080/SMS_SER ... RL_SES.jsp
Cujo Conteúdo é:
======================================================
<%@ taglib uri="http://java.sun.com/jsp/jstl/sql" prefix="sql"%>
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c"%>
<%@ page isELIgnored="false"%>
<sql:query var="rs" dataSource="jdbc/oracle">
select * from tb_dominios
where co_ibge_uf = ${param.ibge_uf}
</sql:query>
<c:choose>
<c:when test='${rs.rowCount > 0}'>
<c:forEach var="row" items="${rs.rows}">
${row.no_url_dominio};${row.no_uf};
</c:forEach>
</c:when>
<c:otherwise>none;none;</c:otherwise>
</c:choose>
<%
java.text.SimpleDateFormat df = new java.text.SimpleDateFormat("dd/MM/yyyy;HH:mm:ss;");
out.write(df.format(java.util.Calendar.getInstance().getTime()));
%>
=================
Retorna o seguinte eroo:
http://www.saude.ba.gov.br:8080/SMS_SER ... RL_SES.jsp
=====================================================================
HTTP Status 500 -
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jasper.JasperException: The absolute uri: http://java.sun.com/jsp/jstl/sql cannot be resolved in either web.xml or the jar files deployed with this application
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:51)
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:409)
org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:116)
org.apache.jasper.compiler.TagLibraryInfoImpl.generateTLDLocation(TagLibraryInfoImpl.java:315)
org.apache.jasper.compiler.TagLibraryInfoImpl.<init>(TagLibraryInfoImpl.java:148)
org.apache.jasper.compiler.Parser.parseTaglibDirective(Parser.java:386)
org.apache.jasper.compiler.Parser.parseDirective(Parser.java:449)
org.apache.jasper.compiler.Parser.parseElements(Parser.java:1396)
org.apache.jasper.compiler.Parser.parse(Parser.java:130)
org.apache.jasper.compiler.ParserController.doParse(ParserController.java:255)
org.apache.jasper.compiler.ParserController.parse(ParserController.java:103)
org.apache.jasper.compiler.Compiler.generateJava(Compiler.java:185)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:347)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:327)
org.apache.jasper.compiler.Compiler.compile(Compiler.java:314)
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:592)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:317)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
note The full stack trace of the root cause is available in the Apache Tomcat/6.0.29 logs.
Apache Tomcat/6.0.29
======================