I�ve found out what was happenning. My Oracle 8.0.5 JDBC
driver does not support JDBC 2.0. I think that Oracle 8i
supports, do you know if I download only de JDBC driver
for Oracle 8i it will work with 8.0.5. I plan to put
theses classes of Oracle 8i in the subdirectory jdbc/lib
of Oracle installation.

Luiz Fernando


> Hi Luiz,
>            Your stack trace clearly say
AbstractMethodError in other words
> your are trying to invoke a method that is Abstract.
>From what I can see,
> you are using JDBC1.0 & using a method of JDBC 2.0
which has facility to go
> up & down a result set.
>
> Hope this helps.
>
> Bye,
> Jiger
>
>
> >From: Luiz Fernando Estivalet <[EMAIL PROTECTED]>
> >Reply-To: "A mailing list for discussion about Sun
Microsystem's Java
> >        Servlet API Technology." <SERVLET-
[EMAIL PROTECTED]>
> >To: [EMAIL PROTECTED]
> >Subject: Fw: resultset problem
> >Date: Thu, 15 Feb 2001 00:58:51 -0300
> >
> >Hi,
> >   I have a simple servlet that connects whith Oracle
8.0.5.
> >I have jdk1.3 installed and i use tomcat 3.2.1
> >When I try to use a method like rs.absolute(5); to
move the cursor to the
> >fifth row in the result set a got an error:
> >
> >Error: 500
> >Location: /intranet/mp3/mp3test.jsp
> >Internal Servlet Error:
> >
> >javax.servlet.ServletException
> >  at org.apache.jasper.servlet.JspServlet.service
(JspServlet.java:399)
> >  at javax.servlet.http.HttpServlet.service
(HttpServlet.java:853)
> >  at
> >org.apache.tomcat.core.ServletWrapper.doService
(ServletWrapper.java:404)
> >  at org.apache.tomcat.core.Handler.service
(Handler.java:286)
> >  at org.apache.tomcat.core.ServletWrapper.service
(ServletWrapper.java:372)
> >  at
> >org.apache.tomcat.core.ContextManager.internalService
(ContextManager.java:79
> >7)
> >  at org.apache.tomcat.core.ContextManager.service
(ContextManager.java:743)
> >  at
>
>org.apache.tomcat.service.http.HttpConnectionHandler.pro
cessConnection(HttpC
> >onnectionHandler.java:210)
> >  at
> >org.apache.tomcat.service.TcpWorkerThread.runIt
(PoolTcpEndpoint.java:416)
> >  at
> >org.apache.tomcat.util.ThreadPool$ControlRunnable.run
(ThreadPool.java:498)
> >  at java.lang.Thread.run(Thread.java:484)
> >
> >Root cause:
> >java.lang.AbstractMethodError
> >  at
>
>mp_00033._0002fmp_00033_0002fmp_00033test_0002ejspmp3tes
t_jsp_28._jspService
> >
(_0002fmp_00033_0002fmp_00033test_0002ejspmp3test_jsp_28.
java:159)
> >  at org.apache.jasper.runtime.HttpJspBase.service
(HttpJspBase.java:119)
> >  at javax.servlet.http.HttpServlet.service
(HttpServlet.java:853)
> >  at
>
>org.apache.jasper.servlet.JspServlet$JspServletWrapper.s
ervice(JspServlet.ja
> >va:177)
> >  at
> >org.apache.jasper.servlet.JspServlet.serviceJspFile
(JspServlet.java:318)
> >  at org.apache.jasper.servlet.JspServlet.service
(JspServlet.java:391)
> >  at javax.servlet.http.HttpServlet.service
(HttpServlet.java:853)
> >  at
> >org.apache.tomcat.core.ServletWrapper.doService
(ServletWrapper.java:404)
> >  at org.apache.tomcat.core.Handler.service
(Handler.java:286)
> >  at org.apache.tomcat.core.ServletWrapper.service
(ServletWrapper.java:372)
> >  at
> >org.apache.tomcat.core.ContextManager.internalService
(ContextManager.java:79
> >7)
> >  at org.apache.tomcat.core.ContextManager.service
(ContextManager.java:743)
> >  at
>
>org.apache.tomcat.service.http.HttpConnectionHandler.pro
cessConnection(HttpC
> >onnectionHandler.java:210)
> >  at
> >org.apache.tomcat.service.TcpWorkerThread.runIt
(PoolTcpEndpoint.java:416)
> >  at
> >org.apache.tomcat.util.ThreadPool$ControlRunnable.run
(ThreadPool.java:498)
> >  at java.lang.Thread.run(Thread.java:484)
> >
> >What is wrong ?
> >
> >thanks
> >Luiz Fernando
> >[EMAIL PROTECTED]
> >
>
>________________________________________________________
___________________
> >To unsubscribe, send email to [EMAIL PROTECTED]
and include in the body
> >of the message "signoff SERVLET-INTEREST".
> >
> >Archives:
http://archives.java.sun.com/archives/servlet-
interest.html
> >Resources:
http://java.sun.com/products/servlet/external-
resources.html
> >LISTSERV Help:
http://www.lsoft.com/manuals/user/user.html
>
>
_________________________________________________________
________________
> Get Your Private, Free E-mail from MSN Hotmail at
http://www.hotmail.com.
>
>
_________________________________________________________
__________________
> To unsubscribe, send email to [EMAIL PROTECTED]
and include in the body
> of the message "signoff SERVLET-INTEREST".
>
> Archives:
http://archives.java.sun.com/archives/servlet-
interest.html
> Resources:
http://java.sun.com/products/servlet/external-
resources.html
> LISTSERV Help:
http://www.lsoft.com/manuals/user/user.html
>


__________________________________________________________________________
O BOL � Top10 no iBest! Vote j� para torn�-lo Top3!
http://www.bol.com.br/ibest2001_portal.html

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to