|
From: G.Shriram <shr...@gm...> - 2008-06-24 13:47:02
|
Hi
I am using spring framework with OC4J container having emulated JNDI
location. Occasionally I get this error:
INFO: SQLErrorCodes loaded: [DB2, Derby, H2, HSQL, Informix, MS-SQL, MySQL,
Oracle, PostgreSQL, Sybase]
08/06/24 11:10:13 org.springframework.jdbc.UncategorizedSQLException :
CallableStatementCallback; uncategorized SQLException for SQL [{call
hcaus_reviews_info_pkg.get_reviews_info_prc(?, ?, ?, ?, ?, ?, ?)}]; SQL
state [63000]; error code [3113]; ORA-03113: end-of-file on communication
channel
; nested exception is java.sql.SQLException: ORA-03113: end-of-file on
communication channel
08/06/24 11:10:13 Caused by: java.sql.SQLException: ORA-03113: end-of-file
on communication channel
08/06/24 11:10:13 at oracle.jdbc.driver.DatabaseError.throwSqlException
(DatabaseError.java:137)
08/06/24 11:10:13 at oracle.jdbc.driver.T2CConnection.checkError(T2CCon
nection.java:698)
08/06/24 11:10:13 at oracle.jdbc.driver.T2CConnection.checkError(T2CCon
nection.java:630)
08/06/24 11:10:13 at oracle.jdbc.driver.T2CCallableStatement.execute_fo
r_describe(T2CCallableStatement.java:845)
08/06/24 11:10:13 at oracle.jdbc.driver.T2CCallableStatement.execute_fo
r_rows(T2CCallableStatement.java:1007)
08/06/24 11:10:13 at oracle.jdbc.driver.OracleStatement.doExecuteWithTi
meout(OracleStatement.java:1153)
08/06/24 11:10:13 at oracle.jdbc.driver.OraclePreparedStatement.execute
Internal(OraclePreparedStatement.java:2932)
08/06/24 11:10:13 at oracle.jdbc.driver.OraclePreparedStatement.execute
(OraclePreparedStatement.java:3023)
08/06/24 11:10:13 at oracle.jdbc.driver.OracleCallableStatement.execute
(OracleCallableStatement.java:4132)
08/06/24 11:10:13 at com.evermind.sql.FilterPreparedStatement.execute(F
ilterPreparedStatement.java:255)
08/06/24 11:10:13 at com.evermind.sql.FilterPreparedStatement.execute(F
ilterPreparedStatement.java:255)
Can anybody help me to resolve this exception.
--
View this message in context: http://www.nabble.com/End-of-file-on-communication-channel-tp18091397p18091397.html
Sent from the springframework-developer mailing list archive at Nabble.com.
|