Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Getting below exception during a JDBC call. The same went through fine after a re-try. What could be the issue for the first time ? This part of the code has been working fine for an year now in production and this is the first occurrence of this error.

Any help please

Caused by: java.lang.RuntimeException: IOExceptionnull
                at oracle.i18n.text.OraBoot.readObj(OraBoot.java:354)
                at oracle.i18n.text.OraBoot.getInstance(OraBoot.java:118)
                at oracle.sql.converter.Orai18nCharacterSetMetaData.<init>(Orai18nCharacterSetMetaData.java:43)
                at oracle.sql.converter.CharacterSetMetaData.<clinit>(CharacterSetMetaData.java:372)
                at oracle.jdbc.driver.DBConversion.init(DBConversion.java:180)
                at oracle.jdbc.driver.DBConversion.<init>(DBConversion.java:122)
                at oracle.jdbc.driver.T4CConnection.connect(T4CConnection.java:1257)
                at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:332)
                at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:678)
                at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:96)
                at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:34)
                at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:567)
                at java.sql.DriverManager.getConnection(DriverManager.java:582)
                at java.sql.DriverManager.getConnection(DriverManager.java:185)
share|improve this question
I think your only option is to take this up with Oracle, because this happens deep in their driver implementation. – Mark Rotteveel Sep 19 '12 at 16:20

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.