|
From: Sebastian S. <seb...@op...> - 2004-05-05 17:56:22
|
I used in my project the code from the storeImage method in imagedb sample. Trying to insert a Blob to my a Oracle9i DB i get this: Any ideas what this means? Regards, Sebastian WARN [org.springframework.jdbc.support.SQLErrorCodeSQLExceptionTranslator] - <Unable to translate SQLException with errorCode '17002', will now try the fallback translator> INFO [org.springframework.jdbc.support.SQLStateSQLExceptionTranslator] - <Translating SQLException with SQLState 'null' and errorCode '17002' and message [E/A-Exception: Software caused connection abort: socket write error]; SQL was [INSERT INTO productdb (productId, content, filename) VALUES (?, ?, ?)] for task [storeProductContent]> WARN [org.springframework.jdbc.support.JdbcUtils] - <Could not close JDBC Statement> java.sql.SQLException: E/A-Exception: Software caused connection abort: socket write error at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:134) at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:179) at oracle.jdbc.dbaccess.DBError.throwSqlException(DBError.java:334) at oracle.jdbc.driver.OracleConnection.commit(OracleConnection.java:1381) at org.springframework.jdbc.datasource.DataSourceTransactionManager.doCommit(Da taSourceTransactionManager.java:211) at org.springframework.transaction.support.AbstractPlatformTransactionManager.c ommit(AbstractPlatformTransactionManager.java:314) |