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
- 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.