vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, I have a J2EE-app with hibernate 3.0.5 under Tomcat. I used the driver version 7.4 build 216 jdbc3 to connect to the server version 8.0.3 --> no problems. Lately i upgraded my driver to version 8.0 build 311 jdbc 3. Now i am always getting the following message: WARN [http-8080-Processor24] JDBCExceptionReporter.logWarnings(4 9) | statement: SET SESSION CHARACTERISTICS AS TRANSACTION READ ONLY [LabPhoneNGWeb] WARN [http-8080-Processor24] JDBCExceptionReporter.logWarnings(4 8) | SQL Warning: 0, SQLState: 00000 WARN [http-8080-Processor24] JDBCExceptionReporter.logWarnings(4 9) | statement: SET SESSION CHARACTERISTICS AS TRANSACTION READ WRITE ........ Does anyone have an idea what i have to do to stop these warning? Thanks in advance Frank beullens __________________________________________________ __ Yahoo! Sports Rekindle the Rivalries. Sign up for Fantasy Football http://football.fantasysports.yahoo.com ---------------------------(end of broadcast)--------------------------- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match |
| ||||
| Frank Beullens wrote: > WARN [http-8080-Processor24] > JDBCExceptionReporter.logWarnings(4 > 9) | statement: SET SESSION CHARACTERISTICS AS > TRANSACTION READ ONLY > [LabPhoneNGWeb] WARN [http-8080-Processor24] > JDBCExceptionReporter.logWarnings(4 > 8) | SQL Warning: 0, SQLState: 00000 > WARN [http-8080-Processor24] > JDBCExceptionReporter.logWarnings(4 > 9) | statement: SET SESSION CHARACTERISTICS AS > TRANSACTION READ WRITE > ....... > > Does anyone have an idea what i have to do to stop > these warning? It doesn't seem to be logging the actual warning text, so it's hard to say.. You may want to check your server logs to see if it's being logged there. -O ---------------------------(end of broadcast)--------------------------- TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org |