Advertisement
mugs

ORA-12899: value too large for column "KULDEV_NWU_VSS"."AR_I

Dec 7th, 2015
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PL/SQL 12.00 KB | None | 0 0
  1. org.springframework.jdbc.UncategorizedSQLException: OJB operation; uncategorized SQLException FOR SQL []; SQL state [72000]; error code [12899]; ORA-12899: VALUE too large FOR column "KULDEV_NWU_VSS"."AR_INV_DTL_T"."AR_INV_ITM_UOM_CD" (actual: 3, maximum: 2)
  2. ; nested EXCEPTION IS JAVA.SQL.SQLException: ORA-12899: VALUE too large FOR column "KULDEV_NWU_VSS"."AR_INV_DTL_T"."AR_INV_ITM_UOM_CD" (actual: 3, maximum: 2)
  3.  
  4.     AT org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.TRANSLATE(AbstractFallbackSQLExceptionTranslator.JAVA:83)
  5.     AT org.springmodules.orm.ojb.OjbAccessor.convertJdbcAccessException(OjbAccessor.JAVA:107)
  6.     AT org.springmodules.orm.ojb.OjbAccessor.convertOjbAccessException(OjbAccessor.JAVA:89)
  7.     AT org.springmodules.orm.ojb.PersistenceBrokerTemplate.EXECUTE(PersistenceBrokerTemplate.JAVA:144)
  8.     AT org.springmodules.orm.ojb.PersistenceBrokerTemplate.store(PersistenceBrokerTemplate.JAVA:244)
  9.     AT org.kuali.rice.krad.dao.impl.DocumentDaoOjb.save(DocumentDaoOjb.JAVA:60)
  10.     AT org.kuali.rice.krad.dao.proxy.DocumentDaoProxy.save(DocumentDaoProxy.JAVA:98)
  11.     AT sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  12.     AT sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.JAVA:57)
  13.     AT sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.JAVA:43)
  14.     AT JAVA.lang.reflect.Method.invoke(Method.JAVA:606)
  15.     AT org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.JAVA:318)
  16.     AT org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.JAVA:183)
  17.     AT org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.JAVA:150)
  18.     AT org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.JAVA:110)
  19.     AT org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.JAVA:172)
  20.     AT org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.JAVA:202)
  21.     AT com.sun.proxy.$Proxy102.save(Unknown Source)
  22.     AT org.kuali.rice.krad.service.impl.DocumentServiceImpl.validateAndPersistDocument(DocumentServiceImpl.JAVA:860)
  23.     AT org.kuali.rice.krad.service.impl.DocumentServiceImpl.validateAndPersistDocumentAndSaveAdHocRoutingRecipients(DocumentServiceImpl.JAVA:470)
  24.     AT org.kuali.rice.krad.service.impl.DocumentServiceImpl.saveDocument(DocumentServiceImpl.JAVA:129)
  25.     AT org.kuali.rice.krad.service.impl.DocumentServiceImpl.saveDocument(DocumentServiceImpl.JAVA:110)
  26.     AT org.kuali.rice.kns.web.struts.action.KualiDocumentActionBase.save(KualiDocumentActionBase.JAVA:614)
  27.     AT org.kuali.kfs.sys.web.struts.KualiAccountingDocumentActionBase.save(KualiAccountingDocumentActionBase.JAVA:732)
  28.     AT sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  29.     AT sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.JAVA:57)
  30.     AT sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.JAVA:43)
  31.     AT JAVA.lang.reflect.Method.invoke(Method.JAVA:606)
  32.     AT org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.JAVA:269)
  33.     AT org.kuali.rice.kns.web.struts.action.KualiAction.dispatchMethod(KualiAction.JAVA:171)
  34.     AT org.kuali.rice.kns.web.struts.action.KualiAction.EXECUTE(KualiAction.JAVA:129)
  35.     AT org.kuali.rice.kns.web.struts.action.KualiDocumentActionBase.EXECUTE(KualiDocumentActionBase.JAVA:176)
  36.     AT org.kuali.kfs.sys.document.web.struts.FinancialSystemTransactionalDocumentActionBase.EXECUTE(FinancialSystemTransactionalDocumentActionBase.JAVA:73)
  37.     AT org.kuali.kfs.sys.web.struts.KualiAccountingDocumentActionBase.EXECUTE(KualiAccountingDocumentActionBase.JAVA:103)
  38.     AT org.kuali.kfs.module.ar.document.web.struts.CustomerInvoiceDocumentAction.EXECUTE(CustomerInvoiceDocumentAction.JAVA:82)
  39.     AT org.kuali.rice.kns.web.struts.action.KualiRequestProcessor$1.doInTransaction(KualiRequestProcessor.JAVA:494)
  40.     AT org.springframework.transaction.support.TransactionTemplate.EXECUTE(TransactionTemplate.JAVA:130)
  41.     AT org.kuali.rice.kns.web.struts.action.KualiRequestProcessor.processActionPerform(KualiRequestProcessor.JAVA:490)
  42.     AT org.kuali.rice.kns.web.struts.action.KualiRequestProcessor.processFormActionAndForward(KualiRequestProcessor.JAVA:219)
  43.     AT org.kuali.rice.kns.web.struts.action.KualiRequestProcessor.strutsProcess(KualiRequestProcessor.JAVA:206)
  44.     AT org.kuali.rice.kns.web.struts.action.KualiRequestProcessor.process(KualiRequestProcessor.JAVA:95)
  45.     AT org.apache.struts.action.ActionServlet.process(ActionServlet.JAVA:1913)
  46.     AT org.kuali.rice.kns.web.struts.action.KualiActionServlet.process(KualiActionServlet.JAVA:198)
  47.     AT org.apache.struts.action.ActionServlet.doPost(ActionServlet.JAVA:462)
  48.     AT javax.servlet.http.HttpServlet.service(HttpServlet.JAVA:755)
  49.     AT javax.servlet.http.HttpServlet.service(HttpServlet.JAVA:848)
  50.     AT org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.JAVA:669)
  51.     AT org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.JAVA:1336)
  52.     AT org.kuali.rice.kew.web.UserPreferencesFilter.doFilter(UserPreferencesFilter.JAVA:75)
  53.     AT org.kuali.rice.kew.web.UserPreferencesFilter.doFilter(UserPreferencesFilter.JAVA:62)
  54.     AT org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.JAVA:1307)
  55.     AT org.kuali.rice.kew.web.UserLoginFilter.doFilter(UserLoginFilter.JAVA:90)
  56.     AT org.kuali.rice.kew.web.UserLoginFilter.doFilter(UserLoginFilter.JAVA:79)
  57.     AT org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.JAVA:1307)
  58.     AT org.kuali.rice.kew.web.BootstrapFilterChain.doFilter(BootstrapFilter.JAVA:277)
  59.     AT org.kuali.kfs.sys.web.filter.DevelopmentLoginFilter.doFilter(DevelopmentLoginFilter.JAVA:66)
  60.     AT org.kuali.rice.kew.web.BootstrapFilterChain.doFilter(BootstrapFilter.JAVA:270)
  61.     AT org.kuali.rice.kew.web.BootstrapFilter.doFilter(BootstrapFilter.JAVA:168)
  62.     AT org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.JAVA:1307)
  63.     AT net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.JAVA:143)
  64.     AT org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.JAVA:1307)
  65.     AT net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.JAVA:143)
  66.     AT org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.JAVA:1307)
  67.     AT org.springframework.web.filter.CharacterEncodingFilter.doFilterInternal(CharacterEncodingFilter.JAVA:88)
  68.     AT org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.JAVA:76)
  69.     AT org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.JAVA:1307)
  70.     AT net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.JAVA:185)
  71.     AT net.bull.javamelody.MonitoringFilter.doFilter(MonitoringFilter.JAVA:159)
  72.     AT org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.JAVA:1307)
  73.     AT org.displaytag.filter.ResponseOverrideFilter.doFilter(ResponseOverrideFilter.JAVA:125)
  74.     AT org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.JAVA:1307)
  75.     AT org.kuali.rice.krad.web.filter.HideWebInfFilter.doFilter(HideWebInfFilter.JAVA:69)
  76.     AT org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.JAVA:1307)
  77.     AT org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.JAVA:453)
  78.     AT org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.JAVA:137)
  79.     AT org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.JAVA:560)
  80.     AT org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.JAVA:231)
  81.     AT org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.JAVA:1072)
  82.     AT org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.JAVA:382)
  83.     AT org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.JAVA:193)
  84.     AT org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.JAVA:1006)
  85.     AT org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.JAVA:135)
  86.     AT org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.JAVA:255)
  87.     AT org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.JAVA:154)
  88.     AT org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.JAVA:116)
  89.     AT org.eclipse.jetty.server.Server.handle(Server.JAVA:365)
  90.     AT org.eclipse.jetty.server.AbstractHttpConnection.handleRequest(AbstractHttpConnection.JAVA:485)
  91.     AT org.eclipse.jetty.server.AbstractHttpConnection.content(AbstractHttpConnection.JAVA:937)
  92.     AT org.eclipse.jetty.server.AbstractHttpConnection$RequestHandler.content(AbstractHttpConnection.JAVA:998)
  93.     AT org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.JAVA:856)
  94.     AT org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.JAVA:240)
  95.     AT org.eclipse.jetty.server.AsyncHttpConnection.handle(AsyncHttpConnection.JAVA:82)
  96.     AT org.eclipse.jetty.io.nio.SelectChannelEndPoint.handle(SelectChannelEndPoint.JAVA:628)
  97.     AT org.eclipse.jetty.io.nio.SelectChannelEndPoint$1.run(SelectChannelEndPoint.JAVA:52)
  98.     AT org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.JAVA:608)
  99.     AT org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.JAVA:543)
  100.     AT JAVA.lang.Thread.run(Thread.JAVA:745)
  101. Caused BY: JAVA.SQL.SQLException: ORA-12899: VALUE too large FOR column "KULDEV_NWU_VSS"."AR_INV_DTL_T"."AR_INV_ITM_UOM_CD" (actual: 3, maximum: 2)
  102.  
  103.     AT oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.JAVA:445)
  104.     AT oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.JAVA:396)
  105.     AT oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.JAVA:879)
  106.     AT oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.JAVA:450)
  107.     AT oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.JAVA:192)
  108.     AT oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.JAVA:531)
  109.     AT oracle.jdbc.driver.T4CPreparedStatement.doOall8(T4CPreparedStatement.JAVA:207)
  110.     AT oracle.jdbc.driver.T4CPreparedStatement.executeForRows(T4CPreparedStatement.JAVA:1044)
  111.     AT oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.JAVA:1329)
  112.     AT oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.JAVA:3584)
  113.     AT oracle.jdbc.driver.OraclePreparedStatement.executeUpdate(OraclePreparedStatement.JAVA:3665)
  114.     AT oracle.jdbc.driver.OraclePreparedStatementWrapper.executeUpdate(OraclePreparedStatementWrapper.JAVA:1352)
  115.     AT org.enhydra.jdbc.core.CorePreparedStatement.executeUpdate(CorePreparedStatement.JAVA:102)
  116.     AT sun.reflect.GeneratedMethodAccessor613.invoke(Unknown Source)
  117.     AT sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.JAVA:43)
  118.     AT JAVA.lang.reflect.Method.invoke(Method.JAVA:606)
  119.     AT net.bull.javamelody.JdbcWrapper.doExecute(JdbcWrapper.JAVA:393)
  120.     AT net.bull.javamelody.JdbcWrapper$StatementInvocationHandler.invoke(JdbcWrapper.JAVA:175)
  121.     AT net.bull.javamelody.JdbcWrapper$DelegatingInvocationHandler.invoke(JdbcWrapper.JAVA:277)
  122.     AT com.sun.proxy.$Proxy427.executeUpdate(Unknown Source)
  123.     AT org.apache.ojb.broker.accesslayer.JdbcAccessImpl.executeInsert(Unknown Source)
  124.     AT org.apache.ojb.broker.core.PersistenceBrokerImpl.storeToDb(Unknown Source)
  125.     AT org.apache.ojb.broker.core.PersistenceBrokerImpl.store(Unknown Source)
  126.     AT org.apache.ojb.broker.core.PersistenceBrokerImpl.store(Unknown Source)
  127.     AT org.apache.ojb.broker.core.PersistenceBrokerImpl.store(Unknown Source)
  128.     AT org.apache.ojb.broker.core.PersistenceBrokerImpl.storeAndLinkOneToMany(Unknown Source)
  129.     AT org.apache.ojb.broker.core.PersistenceBrokerImpl.storeCollections(Unknown Source)
  130.     AT org.apache.ojb.broker.core.PersistenceBrokerImpl.storeToDb(Unknown Source)
  131.     AT org.apache.ojb.broker.core.PersistenceBrokerImpl.store(Unknown Source)
  132.     AT org.apache.ojb.broker.core.PersistenceBrokerImpl.store(Unknown Source)
  133.     AT org.apache.ojb.broker.core.PersistenceBrokerImpl.store(Unknown Source)
  134.     AT org.apache.ojb.broker.core.DelegatingPersistenceBroker.store(Unknown Source)
  135.     AT org.apache.ojb.broker.core.DelegatingPersistenceBroker.store(Unknown Source)
  136.     AT org.springmodules.orm.ojb.PersistenceBrokerTemplate$9.doInPersistenceBroker(PersistenceBrokerTemplate.JAVA:246)
  137.     AT org.springmodules.orm.ojb.PersistenceBrokerTemplate.EXECUTE(PersistenceBrokerTemplate.JAVA:141)
  138.     ... 93 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement