Issues loading data in table component after dploying to tomcat5.5.28

Hi

I export a war file from sjsc2 u 1 into tomcat5.5.28 and also set up jndi to point to the datasource properly but displaying table component with the data loaded from creator.i'm getting the following error

type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

javax.servlet.ServletException: Servlet execution threw an exception

com.sun.rave.web.ui.util.UploadFilter.doFilter(UploadFilter.java:194)

root cause

java.lang.AbstractMethodError: oracle.jdbc.driver.OracleDatabaseMetaData.locatorsUpdateCopy()Z

com.sun.sql.rowset.CachedRowSetXImpl.execute(CachedRowSetXImpl.java:972)

com.sun.sql.rowset.CachedRowSetXImpl.execute(CachedRowSetXImpl.java:1410)

com.sun.data.provider.impl.CachedRowSetDataProvider.checkExecute(CachedRowSetDa taProvider.java:1219)

com.sun.data.provider.impl.CachedRowSetDataProvider.absolute(CachedRowSetDataPr ovider.java:283)

com.sun.data.provider.impl.CachedRowSetDataProvider.getRowKeys(CachedRowSetData Provider.java:232)

com.sun.data.provider.impl.CachedRowSetDataProvider.cursorFirst(CachedRowSetDat aProvider.java:351)

com.sun.data.provider.impl.CachedRowSetDataProvider.setCachedRowSet(CachedRowSe tDataProvider.java:182)

com.sun.data.provider.impl.CachedRowSetDataProvider.close(CachedRowSetDataProvi der.java:209)

epnl_idbadge.managers_browse_screen.destroy(managers_browse_screen.java:380)

com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.destroy(ViewHandlerImpl.java: 580)

com.sun.rave.web.ui.appbase.faces.ViewHandlerImpl.renderView(ViewHandlerImpl.ja va:316)

com.sun.faces.lifecycle.RenderResponsePhase.execute(RenderResponsePhase.java:87 )

com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:221)

com.sun.faces.lifecycle.LifecycleImpl.render(LifecycleImpl.java:117)

javax.faces.webapp.FacesServlet.service(FacesServlet.java:198)

com.sun.rave.web.ui.util.UploadFilter.doFilter(UploadFilter.java:194)

note The full stack trace of the root cause is available in the Apache Tomcat/5.0.28 logs.

Pls can anyone show me the way out.

Thanks in advance

[2276 byte] By [JohnnyFlipa] at [2007-11-27 5:53:37]
# 1
Have you copied your Oracle driver in the $Tomcat/common/lib folder. ?
YousufHa at 2007-7-12 15:46:58 > top of Java-index,Development Tools,Java Tools...
# 2
Thanks for your response ,I have the following drivers in my Tomcat\common\ libojbc14.jarojbc14_g.jarojbc14dms.jarojbc14dms_g.jarorai18n.jarPls check if there is any thing i need to do to make it work right.Thanks
JohnnyFlipa at 2007-7-12 15:46:59 > top of Java-index,Development Tools,Java Tools...
# 3
Could you please attach the server log.
YousufHa at 2007-7-12 15:46:59 > top of Java-index,Development Tools,Java Tools...
# 4
Thank you very much 4 yr tip ,my issues was with the Oracle drivers so when i overwrite the old one with a new one ,I stopped seeing the error.Thanks so much may GOD contiue to increase u in knowledge.
JohnnyFlipa at 2007-7-12 15:46:59 > top of Java-index,Development Tools,Java Tools...