One additional piece of information: sometimes, the stalled request eventually 
fails and produces this exception:


  | java.sql.SQLException: Closed Connection
  |         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:168)
  |         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:210)
  |         at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:273)
  |         at 
oracle.jdbc.pool.OraclePooledConnection.getConnection(OraclePooledConnection.java:189)
  |         at 
oracle.jdbc.pool.OracleConnectionCacheImpl.getConnection(OracleConnectionCacheImpl.java:251)
  |         at 
oracle.jdbc.pool.OracleConnectionCacheImpl.getConnection(OracleConnectionCacheImpl.java:163)
  | 
  | ... (continues)
  | 
  | 

It's a fairly long stack trace, but the next line down is from the database 
connection class constructor from my code.

Any ideas?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3914004#3914004

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3914004


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to