aspose file tools
The moose likes JDBC and the fly likes Unable to materialize as string ERROR Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "Unable to materialize as string ERROR" Watch "Unable to materialize as string ERROR" New topic
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
    
  66

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 ???
 
I agree. Here's the link: http://zeroturnaround.com/jrebel
 
subject: Unable to materialize as string ERROR
 
Similar Threads
ERROR] Failed to execute goal org.apache.maven.plugins:maven-resources-plugin:2.4.1:resources
java.io.IOException: Cannot remove block[ 7314 ]; out of range
Unable to connect to read-only Embedded Derby database from within EAR file deployed on JBoss server
invoking EJB via Http call using Jboss
Error in JSP code