| Author |
Unable to materialize as string ERROR
|
Jigar Naik
Ranch Hand
Joined: Dec 12, 2006
Posts: 744
|
|
STDOUT] *** SERVLET : listAgent.do *** 16:08:04,421 INFO [STDOUT] GET_FILED_FOR_AHT : com.mysql.jdbc.ServerPreparedStatement[1] - Select a_id,TIMESTAMPDIFF(SECOND,start_time,resp_ts) from chat where DATE_FORMAT(start_time,'%e/%c/%Y')=DATE_FORMAT(now(),'%e/%c/%Y') 16:08:04,437 INFO [STDOUT] GET_FILED_FOR_AHT : com.mysql.jdbc.ServerPreparedStatement[1] - unable to materialize as string due to underlying SQLException: java.sql.SQLException: Connection is closed. 16:08:10,234 INFO [STDOUT] hi, my code/query is working fine... but i'm getting following error on conseole...
|
Jigar Naik
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26150
|
|
Jigar. The error message says the connection is closed. So that's probably the place to look. Are you using connection pooling? How long is the connection open? Can you post some code?
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
Jigar Naik
Ranch Hand
Joined: Dec 12, 2006
Posts: 744
|
|
this is how i'm using conn in my code,,, and whats connection pulling ???
|
 |
 |
|
|
subject: Unable to materialize as string ERROR
|
|
|