Problem Scenario:
Application deployed on Weblogic connected to Oracle database. Calling save() action through struts, spring and hibernate tiers gives the following exception:
[@APPNAME@] WARN [ExecuteThread: '10' for queue: 'weblogic.kernel.Default'] SQLErrorCodesFactory.getErrorCodes(232) | Error while extracting database product name - falling back to empty error codes
org.springframework.jdbc.support.MetaDataAccessException: Error while extracting DatabaseMetaData; nested exception is java.sql.SQLException: Closed Connection
java.sql.SQLException: Closed Connection
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:162)
at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:227)
The following error is thrown when testing the connection pool in Weblogic:
5 Comments:
thank u !!!!
By Anonymous, at 1:44 PM
thank u very much
By Anonymous, at 6:10 PM
Thanks. It helped.
By Raj, at 5:38 PM
thank you so much :)
By Anonymous, at 6:06 PM
A bit late but thank you! ;)
By Lousan92, at 4:31 PM
Post a Comment
<< Home