Guest User

Untitled

a guest
Jul 19th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 42.99 KB | None | 0 0
  1. Root cause:
  2. java.sql.SQLException: ORA-06502: PL/SQL: numeric or value error: character string buffer too small
  3. ORA-06512: at "PFMTEST.TRANSACTION_PCKG", line 414
  4. ORA-06512: at "PFMTEST.TRANSACTION_PCKG", line 1171
  5. ORA-06512: at line 1
  6.  
  7. at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:445)
  8. at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
  9. at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:879)
  10. at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:450)
  11. at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:192)
  12. at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:531)
  13. at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:204)
  14. at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:1041)
  15. at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1329)
  16. at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3584)
  17. at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3685)
  18. at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:4714)
  19. at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1376)
  20. at org.jboss.resource.adapter.jdbc.CachedPreparedStatement.execute(CachedPreparedStatement.java:215)
  21. at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.execute(WrappedPreparedStatement.java:299)
  22. at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1066)
  23. at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1)
  24. at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1014)
  25. at org.springframework.jdbc.core.JdbcTemplate.call(JdbcTemplate.java:1064)
  26. at org.springframework.jdbc.object.StoredProcedure.execute(StoredProcedure.java:144)
  27. at eu.webmedia.pfm.acc.common.service.proc.CreateReceiptsBankStatementProc.executeProc(CreateReceiptsBankStatementProc.java:51)
  28. at eu.webmedia.pfm.acc.common.service.impl.GeneralLedgerServiceImpl.createBankStatementFinancialTransactions(GeneralLedgerServiceImpl.java:265)
  29. at eu.webmedia.pfm.acc.common.service.impl.GeneralLedgerServiceImpl$$FastClassByCGLIB$$91dc03ba.invoke(<generated>)
  30. at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
  31. at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)
  32. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  33. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  34. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  35. at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)
  36. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  37. at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)
  38. at eu.webmedia.pfm.acc.common.service.impl.GeneralLedgerServiceImpl$$EnhancerByCGLIB$$a6b839b1.createBankStatementFinancialTransactions(<generated>)
  39. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  40. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  41. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  42. at java.lang.reflect.Method.invoke(Method.java:597)
  43. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
  44. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  45. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  46. at eu.webmedia.pfm.common.service.AuditInterceptor.invoke(AuditInterceptor.java:47)
  47. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  48. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  49. at $Proxy239.createBankStatementFinancialTransactions(Unknown Source)
  50. at eu.webmedia.pfm.bes.cash.bank.service.impl.BankStatementServiceImpl.updateBankStatementFinalize(BankStatementServiceImpl.java:441)
  51. at eu.webmedia.pfm.bes.cash.bank.service.impl.BankStatementServiceImpl$$FastClassByCGLIB$$5362920b.invoke(<generated>)
  52. at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
  53. at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)
  54. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  55. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  56. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  57. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  58. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  59. at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)
  60. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  61. at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)
  62. at eu.webmedia.pfm.bes.cash.bank.service.impl.BankStatementServiceImpl$$EnhancerByCGLIB$$5d39ba18.updateBankStatementFinalize(<generated>)
  63. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  64. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  65. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  66. at java.lang.reflect.Method.invoke(Method.java:597)
  67. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
  68. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  69. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  70. at eu.webmedia.pfm.common.service.AuditInterceptor.invoke(AuditInterceptor.java:47)
  71. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  72. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  73. at $Proxy238.updateBankStatementFinalize(Unknown Source)
  74. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  75. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  76. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  77. at java.lang.reflect.Method.invoke(Method.java:597)
  78. at eu.webmedia.pfm.common.spring.SpringBeanInvocationHandler.invoke(SpringBeanInvocationHandler.java:40)
  79. at JavassistUtilsGenerated_17.updateBankStatementFinalize(JavassistUtilsGenerated_17.java)
  80. at eu.webmedia.pfm.bes.cash.bank.web.BankStatementViewWidget$ValidateableStageHandler.onHandleStage(BankStatementViewWidget.java:143)
  81. at eu.webmedia.pfm.common.workflow.web.DocumentWorkflowHandlerWidget$1.onFinishMain(DocumentWorkflowHandlerWidget.java:236)
  82. at eu.webmedia.pfm.common.framework.handler.CompositeHandler.onFinish(CompositeHandler.java:34)
  83. at org.araneaframework.framework.container.StandardFlowContainerWidget.doFinish(StandardFlowContainerWidget.java:386)
  84. at org.araneaframework.framework.container.StandardFlowContainerWidget$FinishClosure.execute(StandardFlowContainerWidget.java:657)
  85. at org.araneaframework.framework.container.StandardFlowContainerWidget$StandardTransitionHandler.doTransition(StandardFlowContainerWidget.java:710)
  86. at org.araneaframework.framework.container.StandardFlowContainerWidget.doTransition(StandardFlowContainerWidget.java:309)
  87. at org.araneaframework.framework.container.StandardFlowContainerWidget.finish(StandardFlowContainerWidget.java:151)
  88. at org.araneaframework.framework.container.StandardFlowContainerWidget.doFinish(StandardFlowContainerWidget.java:397)
  89. at eu.webmedia.pfm.common.web.PfmOverlayRootWidget$OverlayFlowContainer.doFinish(PfmOverlayRootWidget.java:103)
  90. at org.araneaframework.framework.container.StandardFlowContainerWidget$FinishClosure.execute(StandardFlowContainerWidget.java:657)
  91. at org.araneaframework.framework.container.StandardFlowContainerWidget$StandardTransitionHandler.doTransition(StandardFlowContainerWidget.java:710)
  92. at org.araneaframework.framework.container.StandardFlowContainerWidget.doTransition(StandardFlowContainerWidget.java:309)
  93. at org.araneaframework.framework.container.StandardFlowContainerWidget.finish(StandardFlowContainerWidget.java:151)
  94. at eu.webmedia.pfm.common.web.confirmation.ConfirmationPopupWithCommentWidget.handleEventSubmit(ConfirmationPopupWithCommentWidget.java:60)
  95. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  96. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  97. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  98. at java.lang.reflect.Method.invoke(Method.java:597)
  99. at org.araneaframework.core.util.ProxiedHandlerUtil.invokeEventHandler(ProxiedHandlerUtil.java:171)
  100. at org.araneaframework.core.ProxyEventListener.processEvent(ProxyEventListener.java:42)
  101. at org.araneaframework.core.BaseApplicationWidget.handleEvent(BaseApplicationWidget.java:286)
  102. at org.araneaframework.core.BaseApplicationWidget.event(BaseApplicationWidget.java:245)
  103. at org.araneaframework.core.BaseWidget$WidgetImpl.event(BaseWidget.java:82)
  104. at org.araneaframework.core.BaseApplicationWidget.event(BaseApplicationWidget.java:243)
  105. at org.araneaframework.framework.container.ExceptionHandlingFlowContainerWidget.event(ExceptionHandlingFlowContainerWidget.java:170)
  106. at org.araneaframework.core.BaseWidget$WidgetImpl.event(BaseWidget.java:82)
  107. at org.araneaframework.core.BaseApplicationWidget.event(BaseApplicationWidget.java:243)
  108. at org.araneaframework.core.BaseWidget$WidgetImpl.event(BaseWidget.java:82)
  109. at org.araneaframework.core.BaseApplicationWidget.event(BaseApplicationWidget.java:243)
  110. at org.araneaframework.core.BaseWidget$WidgetImpl.event(BaseWidget.java:82)
  111. at org.araneaframework.core.BaseApplicationWidget.event(BaseApplicationWidget.java:243)
  112. at org.araneaframework.framework.container.StandardOverlayContainerWidget.event(StandardOverlayContainerWidget.java:141)
  113. at org.araneaframework.core.BaseWidget$WidgetImpl.event(BaseWidget.java:82)
  114. at org.araneaframework.framework.core.BaseFilterWidget.event(BaseFilterWidget.java:92)
  115. at org.araneaframework.core.BaseWidget$WidgetImpl.event(BaseWidget.java:82)
  116. at org.araneaframework.framework.core.BaseFilterWidget.event(BaseFilterWidget.java:92)
  117. at org.araneaframework.http.filter.StandardPopupFilterWidget.event(StandardPopupFilterWidget.java:245)
  118. at org.araneaframework.core.BaseWidget$WidgetImpl.event(BaseWidget.java:82)
  119. at org.araneaframework.framework.core.BaseFilterWidget.event(BaseFilterWidget.java:92)
  120. at org.araneaframework.core.BaseWidget$WidgetImpl.event(BaseWidget.java:82)
  121. at org.araneaframework.framework.core.BaseFilterWidget.event(BaseFilterWidget.java:92)
  122. at org.araneaframework.core.BaseWidget$WidgetImpl.event(BaseWidget.java:82)
  123. at org.araneaframework.framework.core.BaseFilterWidget.event(BaseFilterWidget.java:92)
  124. at org.araneaframework.core.BaseWidget$WidgetImpl.event(BaseWidget.java:82)
  125. at org.araneaframework.framework.core.BaseFilterWidget.event(BaseFilterWidget.java:92)
  126. at eu.webmedia.pfm.common.framework.filter.confirmation.ConfirmationFilterWidget.event(ConfirmationFilterWidget.java:89)
  127. at org.araneaframework.core.BaseWidget$WidgetImpl.event(BaseWidget.java:82)
  128. at org.araneaframework.framework.core.BaseFilterWidget.event(BaseFilterWidget.java:92)
  129. at org.araneaframework.core.BaseWidget$WidgetImpl.event(BaseWidget.java:82)
  130. at org.araneaframework.framework.filter.StandardTransactionFilterWidget.event(StandardTransactionFilterWidget.java:86)
  131. at org.araneaframework.core.BaseWidget$WidgetImpl.event(BaseWidget.java:82)
  132. at org.araneaframework.framework.core.BaseFilterWidget.event(BaseFilterWidget.java:92)
  133. at org.araneaframework.core.BaseWidget$WidgetImpl.event(BaseWidget.java:82)
  134. at org.araneaframework.framework.core.BaseFilterWidget.event(BaseFilterWidget.java:92)
  135. at org.araneaframework.core.BaseWidget$WidgetImpl.event(BaseWidget.java:82)
  136. at org.araneaframework.framework.core.BaseFilterWidget.event(BaseFilterWidget.java:92)
  137. at org.araneaframework.core.BaseWidget$WidgetImpl.event(BaseWidget.java:82)
  138. at org.araneaframework.framework.container.StandardWidgetAdapterService.action(StandardWidgetAdapterService.java:67)
  139. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  140. at org.araneaframework.framework.core.BaseFilterService.action(BaseFilterService.java:74)
  141. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  142. at org.araneaframework.framework.filter.StandardContinuationFilterService.action(StandardContinuationFilterService.java:69)
  143. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  144. at org.araneaframework.framework.core.BaseFilterService.action(BaseFilterService.java:74)
  145. at org.araneaframework.framework.filter.StandardSystemFormFilterService.action(StandardSystemFormFilterService.java:76)
  146. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  147. at org.araneaframework.http.filter.StandardHttpResponseFilterService.action(StandardHttpResponseFilterService.java:148)
  148. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  149. at org.araneaframework.framework.core.BaseFilterService.action(BaseFilterService.java:74)
  150. at org.araneaframework.framework.filter.StandardMountPointFilterService.action(StandardMountPointFilterService.java:51)
  151. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  152. at org.araneaframework.core.RelocatableDecorator.action(RelocatableDecorator.java:126)
  153. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  154. at org.araneaframework.framework.core.BaseFilterService.action(BaseFilterService.java:74)
  155. at org.araneaframework.http.filter.StandardThreadCloningFilterService.action(StandardThreadCloningFilterService.java:93)
  156. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  157. at org.araneaframework.framework.core.BaseFilterService.action(BaseFilterService.java:74)
  158. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  159. at org.araneaframework.framework.router.BaseServiceRouterService.action(BaseServiceRouterService.java:109)
  160. at org.araneaframework.framework.router.BaseExpiringServiceRouterService.action(BaseExpiringServiceRouterService.java:91)
  161. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  162. at org.araneaframework.framework.core.BaseFilterService.action(BaseFilterService.java:74)
  163. at eu.webmedia.pfm.common.framework.filter.SessionParameterClearFilter.action(SessionParameterClearFilter.java:56)
  164. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  165. at org.araneaframework.framework.core.BaseFilterService.action(BaseFilterService.java:74)
  166. at eu.webmedia.pfm.common.framework.filter.SpringSecurityContextIntegration.action(SpringSecurityContextIntegration.java:43)
  167. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  168. at org.araneaframework.framework.core.BaseFilterService.action(BaseFilterService.java:74)
  169. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  170. at org.araneaframework.framework.core.BaseFilterService.action(BaseFilterService.java:74)
  171. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  172. at org.araneaframework.framework.core.BaseFilterService.action(BaseFilterService.java:74)
  173. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  174. at org.araneaframework.framework.core.BaseFilterService.action(BaseFilterService.java:74)
  175. at eu.webmedia.pfm.common.framework.filter.LocalizationFilterService.action(LocalizationFilterService.java:39)
  176. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  177. at org.araneaframework.framework.core.BaseFilterService.action(BaseFilterService.java:74)
  178. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  179. at org.araneaframework.core.RelocatableDecorator.action(RelocatableDecorator.java:126)
  180. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  181. at org.araneaframework.http.router.StandardHttpSessionRouterService.doAction(StandardHttpSessionRouterService.java:139)
  182. at org.araneaframework.http.router.StandardHttpSessionRouterService.action(StandardHttpSessionRouterService.java:109)
  183. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  184. at org.araneaframework.framework.router.BaseServiceRouterService.action(BaseServiceRouterService.java:109)
  185. at org.araneaframework.framework.router.BaseExpiringServiceRouterService.action(BaseExpiringServiceRouterService.java:91)
  186. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  187. at org.araneaframework.framework.core.BaseFilterService.action(BaseFilterService.java:74)
  188. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  189. at eu.webmedia.pfm.common.framework.filter.ConfigurableFileImportFilterService.action(ConfigurableFileImportFilterService.java:113)
  190. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  191. at org.araneaframework.framework.core.BaseFilterService.action(BaseFilterService.java:74)
  192. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  193. at org.araneaframework.framework.core.BaseFilterService.action(BaseFilterService.java:74)
  194. at org.araneaframework.http.filter.StandardFileUploadFilterService.action(StandardFileUploadFilterService.java:176)
  195. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  196. at org.araneaframework.http.filter.StandardRequestEncodingFilterService.action(StandardRequestEncodingFilterService.java:45)
  197. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  198. at org.araneaframework.framework.filter.StandardStatisticFilterService.action(StandardStatisticFilterService.java:48)
  199. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  200. at org.araneaframework.framework.filter.StandardCriticalExceptionHandlingFilterService.action(StandardCriticalExceptionHandlingFilterService.java:58)
  201. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  202. at org.araneaframework.framework.core.BaseFilterService.action(BaseFilterService.java:74)
  203. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  204. at org.araneaframework.http.core.StandardServletServiceAdapterComponent.service(StandardServletServiceAdapterComponent.java:99)
  205. at org.araneaframework.http.core.BaseAraneaDispatcherServlet.doPost(BaseAraneaDispatcherServlet.java:79)
  206. at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
  207. at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
  208. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
  209. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  210. at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
  211. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
  212. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  213. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
  214. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
  215. at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183)
  216. at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95)
  217. at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
  218. at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
  219. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
  220. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
  221. at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
  222. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
  223. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
  224. at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:436)
  225. at org.apache.coyote.ajp.AjpProtocol$AjpConnectionHandler.process(AjpProtocol.java:385)
  226. at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:451)
  227. at java.lang.Thread.run(Thread.java:662)
  228.  
  229. Stack trace:
  230. org.springframework.jdbc.BadSqlGrammarException: CallableStatementCallback; bad SQL grammar [{call TRANSACTION_PCKG.CREATE_RECEIPTS_FOR_BANK_STMT(?, ?, ?, ?, ?, ?, ?, ?)}]; nested exception is java.sql.SQLException: ORA-06502: PL/SQL: numeric or value error: character string buffer too small
  231. ORA-06512: at "PFMTEST.TRANSACTION_PCKG", line 414
  232. ORA-06512: at "PFMTEST.TRANSACTION_PCKG", line 1171
  233. ORA-06512: at line 1
  234.  
  235. at org.springframework.jdbc.support.SQLStateSQLExceptionTranslator.doTranslate(SQLStateSQLExceptionTranslator.java:98)
  236. at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:72)
  237. at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:80)
  238. at org.springframework.jdbc.support.AbstractFallbackSQLExceptionTranslator.translate(AbstractFallbackSQLExceptionTranslator.java:80)
  239. at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1030)
  240. at org.springframework.jdbc.core.JdbcTemplate.call(JdbcTemplate.java:1064)
  241. at org.springframework.jdbc.object.StoredProcedure.execute(StoredProcedure.java:144)
  242. at eu.webmedia.pfm.acc.common.service.proc.CreateReceiptsBankStatementProc.executeProc(CreateReceiptsBankStatementProc.java:51)
  243. at eu.webmedia.pfm.acc.common.service.impl.GeneralLedgerServiceImpl.createBankStatementFinancialTransactions(GeneralLedgerServiceImpl.java:265)
  244. at eu.webmedia.pfm.acc.common.service.impl.GeneralLedgerServiceImpl$$FastClassByCGLIB$$91dc03ba.invoke(<generated>)
  245. at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
  246. at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)
  247. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  248. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  249. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  250. at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)
  251. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  252. at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)
  253. at eu.webmedia.pfm.acc.common.service.impl.GeneralLedgerServiceImpl$$EnhancerByCGLIB$$a6b839b1.createBankStatementFinancialTransactions(<generated>)
  254. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  255. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  256. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  257. at java.lang.reflect.Method.invoke(Method.java:597)
  258. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
  259. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  260. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  261. at eu.webmedia.pfm.common.service.AuditInterceptor.invoke(AuditInterceptor.java:47)
  262. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  263. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  264. at $Proxy239.createBankStatementFinancialTransactions(Unknown Source)
  265. at eu.webmedia.pfm.bes.cash.bank.service.impl.BankStatementServiceImpl.updateBankStatementFinalize(BankStatementServiceImpl.java:441)
  266. at eu.webmedia.pfm.bes.cash.bank.service.impl.BankStatementServiceImpl$$FastClassByCGLIB$$5362920b.invoke(<generated>)
  267. at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
  268. at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)
  269. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  270. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  271. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  272. at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:110)
  273. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  274. at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)
  275. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  276. at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)
  277. at eu.webmedia.pfm.bes.cash.bank.service.impl.BankStatementServiceImpl$$EnhancerByCGLIB$$5d39ba18.updateBankStatementFinalize(<generated>)
  278. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  279. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  280. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  281. at java.lang.reflect.Method.invoke(Method.java:597)
  282. at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:318)
  283. at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
  284. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
  285. at eu.webmedia.pfm.common.service.AuditInterceptor.invoke(AuditInterceptor.java:47)
  286. at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
  287. at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:202)
  288. at $Proxy238.updateBankStatementFinalize(Unknown Source)
  289. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  290. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  291. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  292. at java.lang.reflect.Method.invoke(Method.java:597)
  293. at eu.webmedia.pfm.common.spring.SpringBeanInvocationHandler.invoke(SpringBeanInvocationHandler.java:40)
  294. at JavassistUtilsGenerated_17.updateBankStatementFinalize(JavassistUtilsGenerated_17.java)
  295. at eu.webmedia.pfm.bes.cash.bank.web.BankStatementViewWidget$ValidateableStageHandler.onHandleStage(BankStatementViewWidget.java:143)
  296. at eu.webmedia.pfm.common.workflow.web.DocumentWorkflowHandlerWidget$1.onFinishMain(DocumentWorkflowHandlerWidget.java:236)
  297. at eu.webmedia.pfm.common.framework.handler.CompositeHandler.onFinish(CompositeHandler.java:34)
  298. at org.araneaframework.framework.container.StandardFlowContainerWidget.doFinish(StandardFlowContainerWidget.java:386)
  299. at org.araneaframework.framework.container.StandardFlowContainerWidget$FinishClosure.execute(StandardFlowContainerWidget.java:657)
  300. at org.araneaframework.framework.container.StandardFlowContainerWidget$StandardTransitionHandler.doTransition(StandardFlowContainerWidget.java:710)
  301. at org.araneaframework.framework.container.StandardFlowContainerWidget.doTransition(StandardFlowContainerWidget.java:309)
  302. at org.araneaframework.framework.container.StandardFlowContainerWidget.finish(StandardFlowContainerWidget.java:151)
  303. at org.araneaframework.framework.container.StandardFlowContainerWidget.doFinish(StandardFlowContainerWidget.java:397)
  304. at eu.webmedia.pfm.common.web.PfmOverlayRootWidget$OverlayFlowContainer.doFinish(PfmOverlayRootWidget.java:103)
  305. at org.araneaframework.framework.container.StandardFlowContainerWidget$FinishClosure.execute(StandardFlowContainerWidget.java:657)
  306. at org.araneaframework.framework.container.StandardFlowContainerWidget$StandardTransitionHandler.doTransition(StandardFlowContainerWidget.java:710)
  307. at org.araneaframework.framework.container.StandardFlowContainerWidget.doTransition(StandardFlowContainerWidget.java:309)
  308. at org.araneaframework.framework.container.StandardFlowContainerWidget.finish(StandardFlowContainerWidget.java:151)
  309. at eu.webmedia.pfm.common.web.confirmation.ConfirmationPopupWithCommentWidget.handleEventSubmit(ConfirmationPopupWithCommentWidget.java:60)
  310. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  311. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
  312. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
  313. at java.lang.reflect.Method.invoke(Method.java:597)
  314. at org.araneaframework.core.util.ProxiedHandlerUtil.invokeEventHandler(ProxiedHandlerUtil.java:171)
  315. at org.araneaframework.core.ProxyEventListener.processEvent(ProxyEventListener.java:42)
  316. at org.araneaframework.core.BaseApplicationWidget.handleEvent(BaseApplicationWidget.java:286)
  317. at org.araneaframework.core.BaseApplicationWidget.event(BaseApplicationWidget.java:245)
  318. at org.araneaframework.core.BaseWidget$WidgetImpl.event(BaseWidget.java:82)
  319. at org.araneaframework.core.BaseApplicationWidget.event(BaseApplicationWidget.java:243)
  320. at org.araneaframework.framework.container.ExceptionHandlingFlowContainerWidget.event(ExceptionHandlingFlowContainerWidget.java:170)
  321. at org.araneaframework.core.BaseWidget$WidgetImpl.event(BaseWidget.java:82)
  322. at org.araneaframework.core.BaseApplicationWidget.event(BaseApplicationWidget.java:243)
  323. at org.araneaframework.core.BaseWidget$WidgetImpl.event(BaseWidget.java:82)
  324. at org.araneaframework.core.BaseApplicationWidget.event(BaseApplicationWidget.java:243)
  325. at org.araneaframework.core.BaseWidget$WidgetImpl.event(BaseWidget.java:82)
  326. at org.araneaframework.core.BaseApplicationWidget.event(BaseApplicationWidget.java:243)
  327. at org.araneaframework.framework.container.StandardOverlayContainerWidget.event(StandardOverlayContainerWidget.java:141)
  328. at org.araneaframework.core.BaseWidget$WidgetImpl.event(BaseWidget.java:82)
  329. at org.araneaframework.framework.core.BaseFilterWidget.event(BaseFilterWidget.java:92)
  330. at org.araneaframework.core.BaseWidget$WidgetImpl.event(BaseWidget.java:82)
  331. at org.araneaframework.framework.core.BaseFilterWidget.event(BaseFilterWidget.java:92)
  332. at org.araneaframework.http.filter.StandardPopupFilterWidget.event(StandardPopupFilterWidget.java:245)
  333. at org.araneaframework.core.BaseWidget$WidgetImpl.event(BaseWidget.java:82)
  334. at org.araneaframework.framework.core.BaseFilterWidget.event(BaseFilterWidget.java:92)
  335. at org.araneaframework.core.BaseWidget$WidgetImpl.event(BaseWidget.java:82)
  336. at org.araneaframework.framework.core.BaseFilterWidget.event(BaseFilterWidget.java:92)
  337. at org.araneaframework.core.BaseWidget$WidgetImpl.event(BaseWidget.java:82)
  338. at org.araneaframework.framework.core.BaseFilterWidget.event(BaseFilterWidget.java:92)
  339. at org.araneaframework.core.BaseWidget$WidgetImpl.event(BaseWidget.java:82)
  340. at org.araneaframework.framework.core.BaseFilterWidget.event(BaseFilterWidget.java:92)
  341. at eu.webmedia.pfm.common.framework.filter.confirmation.ConfirmationFilterWidget.event(ConfirmationFilterWidget.java:89)
  342. at org.araneaframework.core.BaseWidget$WidgetImpl.event(BaseWidget.java:82)
  343. at org.araneaframework.framework.core.BaseFilterWidget.event(BaseFilterWidget.java:92)
  344. at org.araneaframework.core.BaseWidget$WidgetImpl.event(BaseWidget.java:82)
  345. at org.araneaframework.framework.filter.StandardTransactionFilterWidget.event(StandardTransactionFilterWidget.java:86)
  346. at org.araneaframework.core.BaseWidget$WidgetImpl.event(BaseWidget.java:82)
  347. at org.araneaframework.framework.core.BaseFilterWidget.event(BaseFilterWidget.java:92)
  348. at org.araneaframework.core.BaseWidget$WidgetImpl.event(BaseWidget.java:82)
  349. at org.araneaframework.framework.core.BaseFilterWidget.event(BaseFilterWidget.java:92)
  350. at org.araneaframework.core.BaseWidget$WidgetImpl.event(BaseWidget.java:82)
  351. at org.araneaframework.framework.core.BaseFilterWidget.event(BaseFilterWidget.java:92)
  352. at org.araneaframework.core.BaseWidget$WidgetImpl.event(BaseWidget.java:82)
  353. at org.araneaframework.framework.container.StandardWidgetAdapterService.action(StandardWidgetAdapterService.java:67)
  354. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  355. at org.araneaframework.framework.core.BaseFilterService.action(BaseFilterService.java:74)
  356. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  357. at org.araneaframework.framework.filter.StandardContinuationFilterService.action(StandardContinuationFilterService.java:69)
  358. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  359. at org.araneaframework.framework.core.BaseFilterService.action(BaseFilterService.java:74)
  360. at org.araneaframework.framework.filter.StandardSystemFormFilterService.action(StandardSystemFormFilterService.java:76)
  361. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  362. at org.araneaframework.http.filter.StandardHttpResponseFilterService.action(StandardHttpResponseFilterService.java:148)
  363. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  364. at org.araneaframework.framework.core.BaseFilterService.action(BaseFilterService.java:74)
  365. at org.araneaframework.framework.filter.StandardMountPointFilterService.action(StandardMountPointFilterService.java:51)
  366. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  367. at org.araneaframework.core.RelocatableDecorator.action(RelocatableDecorator.java:126)
  368. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  369. at org.araneaframework.framework.core.BaseFilterService.action(BaseFilterService.java:74)
  370. at org.araneaframework.http.filter.StandardThreadCloningFilterService.action(StandardThreadCloningFilterService.java:93)
  371. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  372. at org.araneaframework.framework.core.BaseFilterService.action(BaseFilterService.java:74)
  373. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  374. at org.araneaframework.framework.router.BaseServiceRouterService.action(BaseServiceRouterService.java:109)
  375. at org.araneaframework.framework.router.BaseExpiringServiceRouterService.action(BaseExpiringServiceRouterService.java:91)
  376. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  377. at org.araneaframework.framework.core.BaseFilterService.action(BaseFilterService.java:74)
  378. at eu.webmedia.pfm.common.framework.filter.SessionParameterClearFilter.action(SessionParameterClearFilter.java:56)
  379. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  380. at org.araneaframework.framework.core.BaseFilterService.action(BaseFilterService.java:74)
  381. at eu.webmedia.pfm.common.framework.filter.SpringSecurityContextIntegration.action(SpringSecurityContextIntegration.java:43)
  382. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  383. at org.araneaframework.framework.core.BaseFilterService.action(BaseFilterService.java:74)
  384. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  385. at org.araneaframework.framework.core.BaseFilterService.action(BaseFilterService.java:74)
  386. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  387. at org.araneaframework.framework.core.BaseFilterService.action(BaseFilterService.java:74)
  388. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  389. at org.araneaframework.framework.core.BaseFilterService.action(BaseFilterService.java:74)
  390. at eu.webmedia.pfm.common.framework.filter.LocalizationFilterService.action(LocalizationFilterService.java:39)
  391. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  392. at org.araneaframework.framework.core.BaseFilterService.action(BaseFilterService.java:74)
  393. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  394. at org.araneaframework.core.RelocatableDecorator.action(RelocatableDecorator.java:126)
  395. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  396. at org.araneaframework.http.router.StandardHttpSessionRouterService.doAction(StandardHttpSessionRouterService.java:139)
  397. at org.araneaframework.http.router.StandardHttpSessionRouterService.action(StandardHttpSessionRouterService.java:109)
  398. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  399. at org.araneaframework.framework.router.BaseServiceRouterService.action(BaseServiceRouterService.java:109)
  400. at org.araneaframework.framework.router.BaseExpiringServiceRouterService.action(BaseExpiringServiceRouterService.java:91)
  401. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  402. at org.araneaframework.framework.core.BaseFilterService.action(BaseFilterService.java:74)
  403. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  404. at eu.webmedia.pfm.common.framework.filter.ConfigurableFileImportFilterService.action(ConfigurableFileImportFilterService.java:113)
  405. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  406. at org.araneaframework.framework.core.BaseFilterService.action(BaseFilterService.java:74)
  407. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  408. at org.araneaframework.framework.core.BaseFilterService.action(BaseFilterService.java:74)
  409. at org.araneaframework.http.filter.StandardFileUploadFilterService.action(StandardFileUploadFilterService.java:176)
  410. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  411. at org.araneaframework.http.filter.StandardRequestEncodingFilterService.action(StandardRequestEncodingFilterService.java:45)
  412. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  413. at org.araneaframework.framework.filter.StandardStatisticFilterService.action(StandardStatisticFilterService.java:48)
  414. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  415. at org.araneaframework.framework.filter.StandardCriticalExceptionHandlingFilterService.action(StandardCriticalExceptionHandlingFilterService.java:58)
  416. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  417. at org.araneaframework.framework.core.BaseFilterService.action(BaseFilterService.java:74)
  418. at org.araneaframework.core.BaseService$ServiceImpl.action(BaseService.java:57)
  419. at org.araneaframework.http.core.StandardServletServiceAdapterComponent.service(StandardServletServiceAdapterComponent.java:99)
  420. at org.araneaframework.http.core.BaseAraneaDispatcherServlet.doPost(BaseAraneaDispatcherServlet.java:79)
  421. at javax.servlet.http.HttpServlet.service(HttpServlet.java:637)
  422. at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
  423. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
  424. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  425. at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter(ReplyHeaderFilter.java:96)
  426. at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
  427. at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
  428. at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:235)
  429. at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:191)
  430. at org.jboss.web.tomcat.security.SecurityAssociationValve.invoke(SecurityAssociationValve.java:183)
  431. at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve.java:95)
  432. at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.process(SecurityContextEstablishmentValve.java:126)
  433. at org.jboss.web.tomcat.security.SecurityContextEstablishmentValve.invoke(SecurityContextEstablishmentValve.java:70)
  434. at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
  435. at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
  436. at org.jboss.web.tomcat.service.jca.CachedConnectionValve.invoke(CachedConnectionValve.java:158)
  437. at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
  438. at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:330)
  439. at org.apache.coyote.ajp.AjpProcessor.process(AjpProcessor.java:436)
  440. at org.apache.coyote.ajp.AjpProtocol$AjpConnectionHandler.process(AjpProtocol.java:385)
  441. at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:451)
  442. at java.lang.Thread.run(Thread.java:662)
  443. Caused by: java.sql.SQLException: ORA-06502: PL/SQL: numeric or value error: character string buffer too small
  444. ORA-06512: at "PFMTEST.TRANSACTION_PCKG", line 414
  445. ORA-06512: at "PFMTEST.TRANSACTION_PCKG", line 1171
  446. ORA-06512: at line 1
  447.  
  448. at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:445)
  449. at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:396)
  450. at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:879)
  451. at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:450)
  452. at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:192)
  453. at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:531)
  454. at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:204)
  455. at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:1041)
  456. at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1329)
  457. at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3584)
  458. at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3685)
  459. at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:4714)
  460. at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1376)
  461. at org.jboss.resource.adapter.jdbc.CachedPreparedStatement.execute(CachedPreparedStatement.java:215)
  462. at org.jboss.resource.adapter.jdbc.WrappedPreparedStatement.execute(WrappedPreparedStatement.java:299)
  463. at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1066)
  464. at org.springframework.jdbc.core.JdbcTemplate$6.doInCallableStatement(JdbcTemplate.java:1)
  465. at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:1014)
  466. ... 203 more
Add Comment
Please, Sign In to add comment