i have installed fedora core 6 and i am getting following error:
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jasp er.JasperExcept ion: Exception in JSP: /test/testmysql.jsp:1 2
9: Connection conn= DriverManager.g etConnection(ur l);
10: Statement stmt=conn.creat eStatement(Resu ltSet.TYPE_SCRO LL_SENSITIVE,Re sultSet.CONCUR_ UPDATABLE);
11: String sql="select fname,lname from collector";
12: ResultSet rs=stmt.execute Query(sql);
13: while(rs.next() ) {%>
14: <%=rs.getString (1)%>
15: <%=rs.getString (2)%>
Stacktrace:
org.apache.jasp er.servlet.JspS ervletWrapper.h andleJspExcepti on(jasper5-compiler-5.5.17.jar.so)
org.apache.jasp er.servlet.JspS ervletWrapper.s ervice(jasper5-compiler-5.5.17.jar.so)
org.apache.jasp er.servlet.JspS ervlet.serviceJ spFile(jasper5-compiler-5.5.17.jar.so)
org.apache.jasp er.servlet.JspS ervlet.service( jasper5-compiler-5.5.17.jar.so)
javax.servlet.h ttp.HttpServlet .service(tomcat 5-servlet-2.4-api-5.5.17.jar.so)
root cause
javax.servlet.S ervletException : Error during query: Unexpected Exception: java.io.CharCon versionExceptio n message given: null
Nested Stack Trace:
** BEGIN NESTED EXCEPTION **
java.io.CharCon versionExceptio n
STACKTRACE:
java.io.CharCon versionExceptio n
at gnu.gcj.convert .Input_iconv.re ad(libgcj.so.7r h)
at java.lang.Strin g.init(libgcj.s o.7rh)
at java.lang.Strin g.<init>(libgcj .so.7rh)
at com.mysql.jdbc. SingleByteChars etConverter.<in it>(SingleByteC harsetConverter .java:153)
at com.mysql.jdbc. SingleByteChars etConverter.ini tCharset(Single ByteCharsetConv erter.java:108)
at com.mysql.jdbc. SingleByteChars etConverter.get Instance(Single ByteCharsetConv erter.java:86)
at com.mysql.jdbc. Connection.getC harsetConverter (Connection.jav a:3471)
at com.mysql.jdbc. Field.getString FromBytes(Field .java:598)
at com.mysql.jdbc. Field.getOrigin alTableName(Fie ld.java:546)
at com.mysql.jdbc. UpdatableResult Set.checkUpdata bility(Updatabl eResultSet.java :266)
at com.mysql.jdbc. UpdatableResult Set.<init>(Upda tableResultSet. java:134)
at com.mysql.jdbc. MysqlIO.buildRe sultSetWithRows (MysqlIO.java:2 072)
at com.mysql.jdbc. MysqlIO.getResu ltSet(MysqlIO.j ava:443)
at com.mysql.jdbc. MysqlIO.readRes ultsForQueryOrU pdate(MysqlIO.j ava:2040)
at com.mysql.jdbc. MysqlIO.readAll Results(MysqlIO .java:1443)
at com.mysql.jdbc. MysqlIO.sqlQuer yDirect(MysqlIO .java:1777)
at com.mysql.jdbc. Connection.exec SQL(Connection. java:3243)
at com.mysql.jdbc. Connection.exec SQL(Connection. java:3172)
at com.mysql.jdbc. Statement.execu teQuery(Stateme nt.java:1197)
at org.apache.jsp. test.testmysql_ jsp._jspService (testmysql_jsp. java:54)
at org.apache.jasp er.runtime.Http JspBase.service (jasper5-runtime-5.5.17.jar.so)
at javax.servlet.h ttp.HttpServlet .service(tomcat 5-servlet-2.4-api-5.5.17.jar.so)
at org.apache.jasp er.servlet.JspS ervletWrapper.s ervice(jasper5-compiler-5.5.17.jar.so)
at org.apache.jasp er.servlet.JspS ervlet.serviceJ spFile(jasper5-compiler-5.5.17.jar.so)
at org.apache.jasp er.servlet.JspS ervlet.service( jasper5-compiler-5.5.17.jar.so)
at javax.servlet.h ttp.HttpServlet .service(tomcat 5-servlet-2.4-api-5.5.17.jar.so)
at org.apache.cata lina.core.Appli cationFilterCha in.internalDoFi lter(catalina-5.5.17.jar.sovg hioe.so)
at org.apache.cata lina.core.Appli cationFilterCha in.doFilter(cat alina-5.5.17.jar.sovg hioe.so)
at org.apache.cata lina.core.Stand ardWrapperValve .invoke(catalin a-5.5.17.jar.sovg hioe.so)
at org.apache.cata lina.core.Stand ardContextValve .invoke(catalin a-5.5.17.jar.sovg hioe.so)
at org.apache.cata lina.core.Stand ardHostValve.in voke(catalina-5.5.17.jar.sovg hioe.so)
at org.apache.cata lina.valves.Err orReportValve.i nvoke(catalina-5.5.17.jar.sovg hioe.so)
at org.apache.cata lina.core.Stand ardEngineValve. invoke(catalina-5.5.17.jar.sovg hioe.so)
at org.apache.cata lina.connector. CoyoteAdapter.s ervice(catalina-5.5.17.jar.sovg hioe.so)
at org.apache.coyo te.http11.Http1 1Processor.proc ess(tomcat-http-5.5.17.jar.so)
at org.apache.coyo te.http11.Http1 1BaseProtocol$H ttp11Connection Handler.process Connection(tomc at-http-5.5.17.jar.so)
at org.apache.tomc at.util.net.Poo lTcpEndpoint.pr ocessSocket(tom cat-util-5.5.17.jar.so)
at org.apache.tomc at.util.net.Lea derFollowerWork erThread.runIt( tomcat-util-5.5.17.jar.so)
at org.apache.tomc at.util.threads .ThreadPool$Con trolRunnable.ru n(tomcat-util-5.5.17.jar.so)
at java.lang.Threa d.run(libgcj.so .7rh)
** END NESTED EXCEPTION **
org.apache.jasp er.runtime.Page ContextImpl.doH andlePageExcept ion(jasper5-runtime-5.5.17.jar.so)
org.apache.jasp er.runtime.Page ContextImpl.han dlePageExceptio n(jasper5-runtime-5.5.17.jar.so)
org.apache.jsp. test.testmysql_ jsp._jspService (testmysql_jsp. java:77)
org.apache.jasp er.runtime.Http JspBase.service (jasper5-runtime-5.5.17.jar.so)
javax.servlet.h ttp.HttpServlet .service(tomcat 5-servlet-2.4-api-5.5.17.jar.so)
org.apache.jasp er.servlet.JspS ervletWrapper.s ervice(jasper5-compiler-5.5.17.jar.so)
org.apache.jasp er.servlet.JspS ervlet.serviceJ spFile(jasper5-compiler-5.5.17.jar.so)
org.apache.jasp er.servlet.JspS ervlet.service( jasper5-compiler-5.5.17.jar.so)
javax.servlet.h ttp.HttpServlet .service(tomcat 5-servlet-2.4-api-5.5.17.jar.so)
root cause
java.sql.SQLExc eption: Error during query: Unexpected Exception: java.io.CharCon versionExceptio n message given: null
Nested Stack Trace:
** BEGIN NESTED EXCEPTION **
java.io.CharCon versionExceptio n
STACKTRACE:
java.io.CharCon versionExceptio n
at gnu.gcj.convert .Input_iconv.re ad(libgcj.so.7r h)
at java.lang.Strin g.init(libgcj.s o.7rh)
at java.lang.Strin g.<init>(libgcj .so.7rh)
at com.mysql.jdbc. SingleByteChars etConverter.<in it>(SingleByteC harsetConverter .java:153)
at com.mysql.jdbc. SingleByteChars etConverter.ini tCharset(Single ByteCharsetConv erter.java:108)
at com.mysql.jdbc. SingleByteChars etConverter.get Instance(Single ByteCharsetConv erter.java:86)
at com.mysql.jdbc. Connection.getC harsetConverter (Connection.jav a:3471)
at com.mysql.jdbc. Field.getString FromBytes(Field .java:598)
at com.mysql.jdbc. Field.getOrigin alTableName(Fie ld.java:546)
at com.mysql.jdbc. UpdatableResult Set.checkUpdata bility(Updatabl eResultSet.java :266)
at com.mysql.jdbc. UpdatableResult Set.<init>(Upda tableResultSet. java:134)
at com.mysql.jdbc. MysqlIO.buildRe sultSetWithRows (MysqlIO.java:2 072)
at com.mysql.jdbc. MysqlIO.getResu ltSet(MysqlIO.j ava:443)
at com.mysql.jdbc. MysqlIO.readRes ultsForQueryOrU pdate(MysqlIO.j ava:2040)
at com.mysql.jdbc. MysqlIO.readAll Results(MysqlIO .java:1443)
at com.mysql.jdbc. MysqlIO.sqlQuer yDirect(MysqlIO .java:1777)
at com.mysql.jdbc. Connection.exec SQL(Connection. java:3243)
at com.mysql.jdbc. Connection.exec SQL(Connection. java:3172)
at com.mysql.jdbc. Statement.execu teQuery(Stateme nt.java:1197)
at org.apache.jsp. test.testmysql_ jsp._jspService (testmysql_jsp. java:54)
at org.apache.jasp er.runtime.Http JspBase.service (jasper5-runtime-5.5.17.jar.so)
at javax.servlet.h ttp.HttpServlet .service(tomcat 5-servlet-2.4-api-5.5.17.jar.so)
at org.apache.jasp er.servlet.JspS ervletWrapper.s ervice(jasper5-compiler-5.5.17.jar.so)
at org.apache.jasp er.servlet.JspS ervlet.serviceJ spFile(jasper5-compiler-5.5.17.jar.so)
at org.apache.jasp er.servlet.JspS ervlet.service( jasper5-compiler-5.5.17.jar.so)
at javax.servlet.h ttp.HttpServlet .service(tomcat 5-servlet-2.4-api-5.5.17.jar.so)
at org.apache.cata lina.core.Appli cationFilterCha in.internalDoFi lter(catalina-5.5.17.jar.sovg hioe.so)
at org.apache.cata lina.core.Appli cationFilterCha in.doFilter(cat alina-5.5.17.jar.sovg hioe.so)
at org.apache.cata lina.core.Stand ardWrapperValve .invoke(catalin a-5.5.17.jar.sovg hioe.so)
at org.apache.cata lina.core.Stand ardContextValve .invoke(catalin a-5.5.17.jar.sovg hioe.so)
at org.apache.cata lina.core.Stand ardHostValve.in voke(catalina-5.5.17.jar.sovg hioe.so)
at org.apache.cata lina.valves.Err orReportValve.i nvoke(catalina-5.5.17.jar.sovg hioe.so)
at org.apache.cata lina.core.Stand ardEngineValve. invoke(catalina-5.5.17.jar.sovg hioe.so)
at org.apache.cata lina.connector. CoyoteAdapter.s ervice(catalina-5.5.17.jar.sovg hioe.so)
at org.apache.coyo te.http11.Http1 1Processor.proc ess(tomcat-http-5.5.17.jar.so)
at org.apache.coyo te.http11.Http1 1BaseProtocol$H ttp11Connection Handler.process Connection(tomc at-http-5.5.17.jar.so)
at org.apache.tomc at.util.net.Poo lTcpEndpoint.pr ocessSocket(tom cat-util-5.5.17.jar.so)
at org.apache.tomc at.util.net.Lea derFollowerWork erThread.runIt( tomcat-util-5.5.17.jar.so)
at org.apache.tomc at.util.threads .ThreadPool$Con trolRunnable.ru n(tomcat-util-5.5.17.jar.so)
at java.lang.Threa d.run(libgcj.so .7rh)
** END NESTED EXCEPTION **
com.mysql.jdbc. Connection.exec SQL(Connection. java:3296)
com.mysql.jdbc. Connection.exec SQL(Connection. java:3172)
com.mysql.jdbc. Statement.execu teQuery(Stateme nt.java:1197)
org.apache.jsp. test.testmysql_ jsp._jspService (testmysql_jsp. java:54)
org.apache.jasp er.runtime.Http JspBase.service (jasper5-runtime-5.5.17.jar.so)
javax.servlet.h ttp.HttpServlet .service(tomcat 5-servlet-2.4-api-5.5.17.jar.so)
org.apache.jasp er.servlet.JspS ervletWrapper.s ervice(jasper5-compiler-5.5.17.jar.so)
org.apache.jasp er.servlet.JspS ervlet.serviceJ spFile(jasper5-compiler-5.5.17.jar.so)
org.apache.jasp er.servlet.JspS ervlet.service( jasper5-compiler-5.5.17.jar.so)
javax.servlet.h ttp.HttpServlet .service(tomcat 5-servlet-2.4-api-5.5.17.jar.so)
note The full stack trace of the root cause is available in the Apache Tomcat/5.5.17 logs.
type Exception report
message
description The server encountered an internal error () that prevented it from fulfilling this request.
exception
org.apache.jasp er.JasperExcept ion: Exception in JSP: /test/testmysql.jsp:1 2
9: Connection conn= DriverManager.g etConnection(ur l);
10: Statement stmt=conn.creat eStatement(Resu ltSet.TYPE_SCRO LL_SENSITIVE,Re sultSet.CONCUR_ UPDATABLE);
11: String sql="select fname,lname from collector";
12: ResultSet rs=stmt.execute Query(sql);
13: while(rs.next() ) {%>
14: <%=rs.getString (1)%>
15: <%=rs.getString (2)%>
Stacktrace:
org.apache.jasp er.servlet.JspS ervletWrapper.h andleJspExcepti on(jasper5-compiler-5.5.17.jar.so)
org.apache.jasp er.servlet.JspS ervletWrapper.s ervice(jasper5-compiler-5.5.17.jar.so)
org.apache.jasp er.servlet.JspS ervlet.serviceJ spFile(jasper5-compiler-5.5.17.jar.so)
org.apache.jasp er.servlet.JspS ervlet.service( jasper5-compiler-5.5.17.jar.so)
javax.servlet.h ttp.HttpServlet .service(tomcat 5-servlet-2.4-api-5.5.17.jar.so)
root cause
javax.servlet.S ervletException : Error during query: Unexpected Exception: java.io.CharCon versionExceptio n message given: null
Nested Stack Trace:
** BEGIN NESTED EXCEPTION **
java.io.CharCon versionExceptio n
STACKTRACE:
java.io.CharCon versionExceptio n
at gnu.gcj.convert .Input_iconv.re ad(libgcj.so.7r h)
at java.lang.Strin g.init(libgcj.s o.7rh)
at java.lang.Strin g.<init>(libgcj .so.7rh)
at com.mysql.jdbc. SingleByteChars etConverter.<in it>(SingleByteC harsetConverter .java:153)
at com.mysql.jdbc. SingleByteChars etConverter.ini tCharset(Single ByteCharsetConv erter.java:108)
at com.mysql.jdbc. SingleByteChars etConverter.get Instance(Single ByteCharsetConv erter.java:86)
at com.mysql.jdbc. Connection.getC harsetConverter (Connection.jav a:3471)
at com.mysql.jdbc. Field.getString FromBytes(Field .java:598)
at com.mysql.jdbc. Field.getOrigin alTableName(Fie ld.java:546)
at com.mysql.jdbc. UpdatableResult Set.checkUpdata bility(Updatabl eResultSet.java :266)
at com.mysql.jdbc. UpdatableResult Set.<init>(Upda tableResultSet. java:134)
at com.mysql.jdbc. MysqlIO.buildRe sultSetWithRows (MysqlIO.java:2 072)
at com.mysql.jdbc. MysqlIO.getResu ltSet(MysqlIO.j ava:443)
at com.mysql.jdbc. MysqlIO.readRes ultsForQueryOrU pdate(MysqlIO.j ava:2040)
at com.mysql.jdbc. MysqlIO.readAll Results(MysqlIO .java:1443)
at com.mysql.jdbc. MysqlIO.sqlQuer yDirect(MysqlIO .java:1777)
at com.mysql.jdbc. Connection.exec SQL(Connection. java:3243)
at com.mysql.jdbc. Connection.exec SQL(Connection. java:3172)
at com.mysql.jdbc. Statement.execu teQuery(Stateme nt.java:1197)
at org.apache.jsp. test.testmysql_ jsp._jspService (testmysql_jsp. java:54)
at org.apache.jasp er.runtime.Http JspBase.service (jasper5-runtime-5.5.17.jar.so)
at javax.servlet.h ttp.HttpServlet .service(tomcat 5-servlet-2.4-api-5.5.17.jar.so)
at org.apache.jasp er.servlet.JspS ervletWrapper.s ervice(jasper5-compiler-5.5.17.jar.so)
at org.apache.jasp er.servlet.JspS ervlet.serviceJ spFile(jasper5-compiler-5.5.17.jar.so)
at org.apache.jasp er.servlet.JspS ervlet.service( jasper5-compiler-5.5.17.jar.so)
at javax.servlet.h ttp.HttpServlet .service(tomcat 5-servlet-2.4-api-5.5.17.jar.so)
at org.apache.cata lina.core.Appli cationFilterCha in.internalDoFi lter(catalina-5.5.17.jar.sovg hioe.so)
at org.apache.cata lina.core.Appli cationFilterCha in.doFilter(cat alina-5.5.17.jar.sovg hioe.so)
at org.apache.cata lina.core.Stand ardWrapperValve .invoke(catalin a-5.5.17.jar.sovg hioe.so)
at org.apache.cata lina.core.Stand ardContextValve .invoke(catalin a-5.5.17.jar.sovg hioe.so)
at org.apache.cata lina.core.Stand ardHostValve.in voke(catalina-5.5.17.jar.sovg hioe.so)
at org.apache.cata lina.valves.Err orReportValve.i nvoke(catalina-5.5.17.jar.sovg hioe.so)
at org.apache.cata lina.core.Stand ardEngineValve. invoke(catalina-5.5.17.jar.sovg hioe.so)
at org.apache.cata lina.connector. CoyoteAdapter.s ervice(catalina-5.5.17.jar.sovg hioe.so)
at org.apache.coyo te.http11.Http1 1Processor.proc ess(tomcat-http-5.5.17.jar.so)
at org.apache.coyo te.http11.Http1 1BaseProtocol$H ttp11Connection Handler.process Connection(tomc at-http-5.5.17.jar.so)
at org.apache.tomc at.util.net.Poo lTcpEndpoint.pr ocessSocket(tom cat-util-5.5.17.jar.so)
at org.apache.tomc at.util.net.Lea derFollowerWork erThread.runIt( tomcat-util-5.5.17.jar.so)
at org.apache.tomc at.util.threads .ThreadPool$Con trolRunnable.ru n(tomcat-util-5.5.17.jar.so)
at java.lang.Threa d.run(libgcj.so .7rh)
** END NESTED EXCEPTION **
org.apache.jasp er.runtime.Page ContextImpl.doH andlePageExcept ion(jasper5-runtime-5.5.17.jar.so)
org.apache.jasp er.runtime.Page ContextImpl.han dlePageExceptio n(jasper5-runtime-5.5.17.jar.so)
org.apache.jsp. test.testmysql_ jsp._jspService (testmysql_jsp. java:77)
org.apache.jasp er.runtime.Http JspBase.service (jasper5-runtime-5.5.17.jar.so)
javax.servlet.h ttp.HttpServlet .service(tomcat 5-servlet-2.4-api-5.5.17.jar.so)
org.apache.jasp er.servlet.JspS ervletWrapper.s ervice(jasper5-compiler-5.5.17.jar.so)
org.apache.jasp er.servlet.JspS ervlet.serviceJ spFile(jasper5-compiler-5.5.17.jar.so)
org.apache.jasp er.servlet.JspS ervlet.service( jasper5-compiler-5.5.17.jar.so)
javax.servlet.h ttp.HttpServlet .service(tomcat 5-servlet-2.4-api-5.5.17.jar.so)
root cause
java.sql.SQLExc eption: Error during query: Unexpected Exception: java.io.CharCon versionExceptio n message given: null
Nested Stack Trace:
** BEGIN NESTED EXCEPTION **
java.io.CharCon versionExceptio n
STACKTRACE:
java.io.CharCon versionExceptio n
at gnu.gcj.convert .Input_iconv.re ad(libgcj.so.7r h)
at java.lang.Strin g.init(libgcj.s o.7rh)
at java.lang.Strin g.<init>(libgcj .so.7rh)
at com.mysql.jdbc. SingleByteChars etConverter.<in it>(SingleByteC harsetConverter .java:153)
at com.mysql.jdbc. SingleByteChars etConverter.ini tCharset(Single ByteCharsetConv erter.java:108)
at com.mysql.jdbc. SingleByteChars etConverter.get Instance(Single ByteCharsetConv erter.java:86)
at com.mysql.jdbc. Connection.getC harsetConverter (Connection.jav a:3471)
at com.mysql.jdbc. Field.getString FromBytes(Field .java:598)
at com.mysql.jdbc. Field.getOrigin alTableName(Fie ld.java:546)
at com.mysql.jdbc. UpdatableResult Set.checkUpdata bility(Updatabl eResultSet.java :266)
at com.mysql.jdbc. UpdatableResult Set.<init>(Upda tableResultSet. java:134)
at com.mysql.jdbc. MysqlIO.buildRe sultSetWithRows (MysqlIO.java:2 072)
at com.mysql.jdbc. MysqlIO.getResu ltSet(MysqlIO.j ava:443)
at com.mysql.jdbc. MysqlIO.readRes ultsForQueryOrU pdate(MysqlIO.j ava:2040)
at com.mysql.jdbc. MysqlIO.readAll Results(MysqlIO .java:1443)
at com.mysql.jdbc. MysqlIO.sqlQuer yDirect(MysqlIO .java:1777)
at com.mysql.jdbc. Connection.exec SQL(Connection. java:3243)
at com.mysql.jdbc. Connection.exec SQL(Connection. java:3172)
at com.mysql.jdbc. Statement.execu teQuery(Stateme nt.java:1197)
at org.apache.jsp. test.testmysql_ jsp._jspService (testmysql_jsp. java:54)
at org.apache.jasp er.runtime.Http JspBase.service (jasper5-runtime-5.5.17.jar.so)
at javax.servlet.h ttp.HttpServlet .service(tomcat 5-servlet-2.4-api-5.5.17.jar.so)
at org.apache.jasp er.servlet.JspS ervletWrapper.s ervice(jasper5-compiler-5.5.17.jar.so)
at org.apache.jasp er.servlet.JspS ervlet.serviceJ spFile(jasper5-compiler-5.5.17.jar.so)
at org.apache.jasp er.servlet.JspS ervlet.service( jasper5-compiler-5.5.17.jar.so)
at javax.servlet.h ttp.HttpServlet .service(tomcat 5-servlet-2.4-api-5.5.17.jar.so)
at org.apache.cata lina.core.Appli cationFilterCha in.internalDoFi lter(catalina-5.5.17.jar.sovg hioe.so)
at org.apache.cata lina.core.Appli cationFilterCha in.doFilter(cat alina-5.5.17.jar.sovg hioe.so)
at org.apache.cata lina.core.Stand ardWrapperValve .invoke(catalin a-5.5.17.jar.sovg hioe.so)
at org.apache.cata lina.core.Stand ardContextValve .invoke(catalin a-5.5.17.jar.sovg hioe.so)
at org.apache.cata lina.core.Stand ardHostValve.in voke(catalina-5.5.17.jar.sovg hioe.so)
at org.apache.cata lina.valves.Err orReportValve.i nvoke(catalina-5.5.17.jar.sovg hioe.so)
at org.apache.cata lina.core.Stand ardEngineValve. invoke(catalina-5.5.17.jar.sovg hioe.so)
at org.apache.cata lina.connector. CoyoteAdapter.s ervice(catalina-5.5.17.jar.sovg hioe.so)
at org.apache.coyo te.http11.Http1 1Processor.proc ess(tomcat-http-5.5.17.jar.so)
at org.apache.coyo te.http11.Http1 1BaseProtocol$H ttp11Connection Handler.process Connection(tomc at-http-5.5.17.jar.so)
at org.apache.tomc at.util.net.Poo lTcpEndpoint.pr ocessSocket(tom cat-util-5.5.17.jar.so)
at org.apache.tomc at.util.net.Lea derFollowerWork erThread.runIt( tomcat-util-5.5.17.jar.so)
at org.apache.tomc at.util.threads .ThreadPool$Con trolRunnable.ru n(tomcat-util-5.5.17.jar.so)
at java.lang.Threa d.run(libgcj.so .7rh)
** END NESTED EXCEPTION **
com.mysql.jdbc. Connection.exec SQL(Connection. java:3296)
com.mysql.jdbc. Connection.exec SQL(Connection. java:3172)
com.mysql.jdbc. Statement.execu teQuery(Stateme nt.java:1197)
org.apache.jsp. test.testmysql_ jsp._jspService (testmysql_jsp. java:54)
org.apache.jasp er.runtime.Http JspBase.service (jasper5-runtime-5.5.17.jar.so)
javax.servlet.h ttp.HttpServlet .service(tomcat 5-servlet-2.4-api-5.5.17.jar.so)
org.apache.jasp er.servlet.JspS ervletWrapper.s ervice(jasper5-compiler-5.5.17.jar.so)
org.apache.jasp er.servlet.JspS ervlet.serviceJ spFile(jasper5-compiler-5.5.17.jar.so)
org.apache.jasp er.servlet.JspS ervlet.service( jasper5-compiler-5.5.17.jar.so)
javax.servlet.h ttp.HttpServlet .service(tomcat 5-servlet-2.4-api-5.5.17.jar.so)
note The full stack trace of the root cause is available in the Apache Tomcat/5.5.17 logs.
Comment