Skip to Main Content

Java Database Connectivity (JDBC)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

NullPointerException at oracle.jdbc.driver

Estevao JordaoNov 5 2013 — edited Oct 15 2014

Good morning everyone, could someone help me unravel this exception?

I'm working on an application that runs stand alone and on WebLogic 12.c, where we are facing this error sporadically in bacth execution. When we send rerun the process can usually finish but this error is generating a lot of stress.

Exception in thread "main" java.lang.NullPointerException

at oracle.jdbc.driver.T4CTTIiov.unmarshalV10(T4CTTIiov.java:199)

at oracle.jdbc.driver.T4C8Oall.readIOV(T4C8Oall.java:592)

at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:291)

at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:192)

at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:531)

at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:204)

at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:104

1)

at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1329)

at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.j

ava:3593)

at oracle.jdbc.driver.OraclePreparedStatement.executeQuery(OraclePreparedStatement.java

:3637)

at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeQuery(OraclePreparedStateme

  1. ntWrapper.java:1495)

Usually it happens in an execution of insert.

I am looking for more information, but it is very hard, has anyone gone through this? Application is Java 6.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 16 2013
Added on Nov 5 2013
13 comments
4,086 views