Hi, --- shah rizal <[EMAIL PROTECTED]> wrote: > I`ve changed the DB2 .zip driver to .jar and placed > it in web-inf/lib directory.This time jetspeed was > able to find the driver but i still get an error in > the logfile like this. > > [Thu May 02 09:51:48 JST 2002] -- ERROR -- > Exception: java.lang.NoSuchFieldError: batchReturn > Stack Trace follows: > java.lang.NoSuchFieldError: batchReturn > at COM.ibm.db2.jdbc.app.DB2Driver.SQLAllocEnv(Native > Method) > at > COM.ibm.db2.jdbc.app.DB2Driver.<init>(DB2Driver.java:244) > at > COM.ibm.db2.jdbc.app.DB2Driver.<clinit>(DB2Driver.java:129) > at java.lang.Class.forName0(Native Method) > at java.lang.Class.forName(Class.java:130) > at > org.apache.turbine.util.db.adapter.DB.init(DB.java:210)
That sounds like an incompatibility between the JDBC driver and the code using it - perhaps the Turbine code is using JDBC 3 or 2 API and the driver you have is not so advanced - ie 1 or 2... HTH, Chris ===== ------------------------------------------ http://www.soccer2002.org.uk - The Game is On! __________________________________________________ Do You Yahoo!? Yahoo! Health - your guide to health and wellness http://health.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
