Return-Path: Delivered-To: apmail-db-torque-user-archive@www.apache.org Received: (qmail 61595 invoked from network); 30 Jan 2004 11:02:51 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 30 Jan 2004 11:02:51 -0000 Received: (qmail 53038 invoked by uid 500); 30 Jan 2004 11:00:33 -0000 Delivered-To: apmail-db-torque-user-archive@db.apache.org Received: (qmail 53017 invoked by uid 500); 30 Jan 2004 11:00:33 -0000 Mailing-List: contact torque-user-help@db.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Apache Torque Users List" Reply-To: "Apache Torque Users List" Delivered-To: mailing list torque-user@db.apache.org Received: (qmail 49799 invoked from network); 30 Jan 2004 09:03:02 -0000 Date: Fri, 30 Jan 2004 11:00:44 +0200 (EET) From: Achilleus Mantzios To: mohan@physics.gmu.edu cc: pgsql-sql@postgresql.org, Subject: Re: [SQL] java.lang.StringIndexOutOfBoundsException: String index In-Reply-To: <63509.138.88.163.115.1075409421.squirrel@physics.gmu.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N O kyrios mohan@physics.gmu.edu egrapse stis Jan 29, 2004 : > Now i a get another wierd error > > DEBUG] Transaction - -called safeRollback with null argument > java.sql.SQLException: ERROR: SET AUTOCOMMIT TO OFF is no longer supported > at org.postgresql.core.QueryExecutor.execute(QueryExecutor.java:131) > at > org.postgresql.jdbc1.AbstractJdbc1Connection.ExecSQL(AbstractJdbc1Connection.java:482) > at > org.postgresql.jdbc1.AbstractJdbc1Connection.ExecSQL(AbstractJdbc1Connection.java:461) > at > org.postgresql.jdbc1.AbstractJdbc1Connection.setAutoCommit(AbstractJdbc1Connection.java:957) > > They say its a driver problem i think i am having the right driver. I am > having RedHat Linux and postgres7.4 and pg73jdbc3.jar and jdbc-2.0.jar in > my class path. I donot understand what is going wrong What java version (java -version), os (uname -a) are you running? What is this jdbc-2.0.jar? In any case postgres7.4 doesnt match (again!) pg73jdbc3.jar. You better use : java 1.4.1 (blackdown in linux, native jdk14 in FreeBSD) postgresql server 7.4.1 postgresql jdbc 7.4.1 Also as i said check your classpath. > > but in my server logs i also see this error for torque > > [DEBUG] SharedPoolDataSourceFactory - -Starting initJdbc2Pool > [DEBUG] TorqueInstance - -getConfiguration() = > org.apache.commons.configuration.BaseConfiguration@f96093 > [DEBUG] AbstractDataSourceFactory - -applyConfiguration(null, > org.apache.commons.dbcp.datasources.SharedPoolDataSource@e046e) > [DEBUG] AbstractDataSourceFactory - > -applyConfiguration(org.apache.commons.configuration.BaseConfiguration@45105c, > org.apache.commons.dbcp.datasources.SharedPoolDataSource@e046e) > [DEBUG] ConvertUtils - -Convert string 'SELECT 1' to class 'java.lang.String' > [ERROR] AbstractDataSourceFactory - -Property: validationQuery value: > SELECT 1 is not supported by DataSource: > org.apache.commons.dbcp.datasources.SharedPoolDataSource > [ERROR] AbstractDataSourceFactory - -Property: defaultMaxActive value: 16 > is not supported by DataSource: > org.apache.commons.dbcp.datasources.SharedPoolDataSource > > please let me know if any has an idea > > Thanks in Advance > > --Mohan > > > > > > O kyrios mohan@physics.gmu.edu egrapse stis Jan 29, 2004 : > > > >> Hi All > >> > >> I am having the torque3.1.jar and postgresql-7.4. I have compiled the > >> new jdbc driver called as postgresql.jar and have placed it in the lib > >> directory from where the ant scripts catch the jars. Whenever i try to > >> access through torque > >> > >> gestList = BaseGestlistPeer.doSelect(new Criteria()); > >> > >> this error arises > >> > >> java.lang.StringIndexOutOfBoundsException: String index out of range: > >> 23 > >> at java.lang.String.charAt(String.java:460) > >> at > >> org.postgresql.jdbc2.ResultSet.toTimestamp(ResultSet.java:1653) > >> at > >> org.postgresql.jdbc2.ResultSet.getTimestamp(ResultSet.java:398) > > > > Just from the above, some one could conclude you are running > > a 7.2.x postgresql driver. > > > > Make sure you havent messed up with the CLASSPATH. > > Also after ensuring your 7.4.1 postgresql.jar is in the right location, > > make sure you are running a 7.4.1 backend. > > > >> > >> I have searched all the lists and the answer i got is a jdbc driver > >> issue. Please let me know what i need to for getting around with this > >> problem. This happens only with this method in the whole application. > >> But the same method works when i did not use the new torque 3.1 and > >> everything happens smoothly.Please let me know if there is a way to > >> configure jdbc with torque or any other configuration issue for > >> postgres you know might have been creating this problem. I am having > >> one heck of a night mare wid this issue. > >> > >> > >> thanks > >> > >> --Mohan > >> > >> > >> > >> ---------------------------(end of > >> broadcast)--------------------------- TIP 3: if posting/reading > >> through Usenet, please send an appropriate > >> subscribe-nomail command to majordomo@postgresql.org so that > >> your message can get through to the mailing list cleanly > >> > > > > -- > > -Achilleus > > > > > > ---------------------------(end of broadcast)--------------------------- > > TIP 8: explain analyze is your friend > > > -- -Achilleus --------------------------------------------------------------------- To unsubscribe, e-mail: torque-user-unsubscribe@db.apache.org For additional commands, e-mail: torque-user-help@db.apache.org