Advertisement
mugs

cannot insert NULL into FP_DV_PAYEE_DTL_EXT_T"."FDOC_NBR"

Sep 30th, 2015
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 5.24 KB | None | 0 0
  1. org.springframework.dao.DataIntegrityViolationException: OJB operation; SQL []; ORA-01400: cannot insert NULL into ("KULDEV_NWU_VSS"."FP_DV_PAYEE_DTL_EXT_T"."FDOC_NBR")
  2. ; nested exception is java.sql.SQLIntegrityConstraintViolationException: ORA-01400: cannot insert NULL into ("KULDEV_NWU_VSS"."FP_DV_PAYEE_DTL_EXT_T"."FDOC_NBR")
  3.  
  4.     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:445)
  5.     at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
  6.     at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:879)
  7.     at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:450)
  8.     at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:192)
  9.     at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:531)
  10.     at oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.java:207)
  11.     at oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.java:1044)
  12.     at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1329)
  13.     at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3584)
  14.     at oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.java:3665)
  15.     at oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.java:1352)
  16.     at org.enhydra.jdbc.core.CorePreparedStatement.executeUpdate(CorePreparedStatement.java:102)
  17.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  18.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  19.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  20.     at java.lang.reflect.Method.invoke(Method.java:606)
  21.     at net.bull.javamelody.JdbcWrapper.doExecute(JdbcWrapper.java:393)
  22.     at net.bull.javamelody.JdbcWrapper$StatementInvocationHandler.invoke(JdbcWrapper.java:175)
  23.     at net.bull.javamelody.JdbcWrapper$DelegatingInvocationHandler.invoke(JdbcWrapper.java:277)
  24.     at com.sun.proxy.$Proxy401.executeUpdate(Unknown Source)
  25.     at org.apache.ojb.broker.accesslayer.JdbcAccessImpl.executeInsert(Unknown Source)
  26.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.storeToDb(Unknown Source)
  27.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.store(Unknown Source)
  28.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.store(Unknown Source)
  29.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.store(Unknown Source)
  30.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.storeAndLinkOneToOne(Unknown Source)
  31.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.storeReferences(Unknown Source)
  32.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.storeToDb(Unknown Source)
  33.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.store(Unknown Source)
  34.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.store(Unknown Source)
  35.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.store(Unknown Source)
  36.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.storeAndLinkOneToOne(Unknown Source)
  37.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.storeReferences(Unknown Source)
  38.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.storeToDb(Unknown Source)
  39.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.store(Unknown Source)
  40.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.store(Unknown Source)
  41.     at org.apache.ojb.broker.core.PersistenceBrokerImpl.store(Unknown Source)
  42.     at org.apache.ojb.broker.core.DelegatingPersistenceBroker.store(Unknown Source)
  43.     at org.apache.ojb.broker.core.DelegatingPersistenceBroker.store(Unknown Source)
  44.     at org.springmodules.orm.ojb.PersistenceBrokerTemplate$9.doInPersistenceBroker(PersistenceBrokerTemplate.java:246)
  45.     at org.springmodules.orm.ojb.PersistenceBrokerTemplate.execute(PersistenceBrokerTemplate.java:141)
  46.     at org.springmodules.orm.ojb.PersistenceBrokerTemplate.store(PersistenceBrokerTemplate.java:244)
  47.     at org.kuali.rice.krad.dao.impl.DocumentDaoOjb.save(DocumentDaoOjb.java:60)
  48.     at org.kuali.rice.krad.dao.proxy.DocumentDaoProxy.save(DocumentDaoProxy.java:98)
  49.     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  50.     at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  51.     at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  52.     at java.lang.reflect.Method.invoke(Method.java:606)
  53.     at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
  54.     at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  55.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  56.     at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  57.     at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  58.     at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  59.     at com.sun.proxy.$Proxy76.save(Unknown Source)
  60.     at org.kuali.rice.krad.service.impl.DocumentServiceImpl.validateAndPersistDocument(DocumentServiceImpl.java:860)
  61.     at org.kuali.rice.krad.service.impl.DocumentServiceImpl.routeDocument(DocumentServiceImpl.java:192)
  62.     at za.org.kuali.rice.kew.routeheader.service.impl.WorkflowDocumentServiceImplTest.testRecallDocumentStringDocumentRouteHeaderValue(WorkflowDocumentServiceImplTest.java:142)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement