|
| Hi
I import contracts into the commerce after preparing the selection (markup/down) and fixed prices (Offer Price) elements in the xml and if the approximate size of the xml is less than 1 MB then the contract loads fine but if it is more than 1 MB ie more t
han 2000 xml selection elements the contract import blows away giving the following (non-application) error.
I am using WCS 5.6.5 on iSeries (testing) and 5.6.1 on production with all PTF's loaded and the contract import failed in both versions. It is using jdk 1.3.1
Here is the log. I guess the problem is with the javax.sql package coming with jdk1.3.1 and could be some configuration in the websphere application server for jvm settings.
Please help
Thanks
Regards
Rizwan
Here is the log:
[4/4/06 5:56:41:080 UTC] 72df15e CommerceSrvr E com.ibm.commerce.contract.commands.ContractCmdUtil validateXSDContractAttributes The contract is not in the correct state for this operation.
[4/4/06 5:57:37:949 UTC] 72df15e ExceptionUtil E CNTR0019E: Non-application exception occurred while processing method "create". Exception data: com.ibm.ejs.container.CreateFailureException: ; nested exception is:
javax.ejb.EJBException: nested exception is: java.sql.DataTruncation: Data truncation
javax.ejb.EJBException: nested exception is: java.sql.DataTruncation: Data truncation
java.sql.DataTruncation: Data truncation
java/lang/Throwable.<init>(Ljava/lang/String;)V+4 (Throwable.java:85)
java/lang/Exception.<init>(Ljava/lang/String;)V+1 (Exception.java:33)
java/sql/DataTruncation.<init>(IZZII)V+1 (DataTruncation.java:34)
com/ibm/db2/jdbc/app/DB2PreparedStatementRuntimeImpl.appendToClob(IILjava/lang/String;)I+1 (DB2PreparedStatementRuntimeImpl.java:330)
com/ibm/db2/jdbc/app/DB2PreparedStatement.setCharacterStream(ILjava/io/Reader;I)V+297 (DB2PreparedStatement.java:2265)
com/ibm/ejs/cm/cache/CachedStatement.setCharacterStream(ILjava/io/Reader;I)V+0 (CachedStatement.java:215)
com/ibm/ejs/cm/proxy/PreparedStatementProxy.setCharacterStream(ILjava/io/Reader;I)V+0 (PreparedStatementProxy.java:70)
com/ibm/commerce/contract/objimpl/ContractJDBCHelperBeanBase.updateTCAttributeXML(Ljava/lang/Long;Ljava/lang/Long;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/Integer;Z)I+0 (ContractJDBCHelperBeanBase.java:2792)
com/ibm/commerce/contract/objimpl/ContractJDBCHelperBeanBase.updateTCAttributeXML(Ljava/lang/Long;Ljava/lang/Long;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/Integer;)I+0 (ContractJDBCHelperBeanBase.java:2772)
com/ibm/commerce/contract/objects/ EJSRemoteStatelessContractJDBCHelper_07c
489a1.updateTCAttributeXML(Ljava/lang/Long;Ljava/lang/Long;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/Integer;)I+0 (EJSRemoteStatelessContractJDBCHelper_07
c489a1.java:119
6)
com/ibm/commerce/contract/objects/_ContractJDBCHelper_Stub.updateTCAttributeXML(Ljava/lang/Long;Ljava/lang/Long;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/Integer;)I+0 (_ContractJDBCHelper_Stub.java:4599)
com/ibm/commerce/contract/objects/ContractJDBCHelperAccessBean.updateTCAttributeXML(Ljava/lang/Long;Ljava/lang/Long;Ljava/lang/Integer;Ljava/lang/String;Ljava/lang/Integer;)I+0 (ContractJDBCHelperAccessBean.java:224)
com/ibm/commerce/contract/objimpl/ PriceTCMasterCatalogWithFilteringBeanBas
e.parseXMLElement(Lorg/w3c/dom/Element;)V+0 (PriceTCMasterCatalogWithFilteringBeanBa
se.java:226)
com/ibm/commerce/contract/objimpl/ PriceTCMasterCatalogWithFilteringBeanBas
e.ejbPostCreate(Ljava/lang/Long;Lorg/w3c/dom/Element;)V+0 (PriceTCMasterCatalogWithFilteringBeanBa
se.java:143)
com/ibm/commerce/contract/objects/ EJSCMPPriceTCMasterCatalogWithFilteringH
omeBean_49841a42.create(Ljava/lang/Long;Lorg/w3c/dom/Element;)Lcom/ibm/commerce/contract/objects/PriceTCMasterCatalogWithFiltering;+0 (EJSCMPPriceTCMasterCatalogWithFiltering
H
omeBean_49841a42.java:18)
com/ibm/commerce/contract/objects/ EJSRemoteCMPPriceTCMasterCatalogWithFilt
eringHome_49841a42.create(Ljava/lang/Long;Lorg/w3c/dom/Element;)Lcom/ibm/commerce/contract/objects/PriceTCMasterCatalogWithFiltering;+0 (EJSRemoteCMPPriceTCMasterCatalogWithFi
lteringHome_49841a42.java:18)
com/ibm/commerce/contract/objects/ _PriceTCMasterCatalogWithFilteringHome_S
tub.create(Ljava/lang/Long;Lorg/w3c/dom/Element;)Lcom/ibm/commerce/contract/objects/PriceTCMasterCatalogWithFiltering;+0 (_PriceTCMasterCatalogWithFilteringHome_
Stub.java:38)
com/ibm/commerce/contract/objects/ PriceTCMasterCatalogWithFilteringAccessB
ean.<init>(Ljava/lang/Long;Lorg/w3c/dom/Element;)V+0 (PriceTCMasterCatalogWithFilteringAccess
Bean.java:53)
com/ibm/commerce/contract/util/ContractTCFactory.createNewTC(Ljava/lang/Long;Lorg/w3c/dom/Element;)Ljava/lang/Long;+0 (ContractTCFactory.java:111)
com/ibm/commerce/contract/util/ContractTCFactory.processTC(Ljava/lang/Long;Lorg/w3c/dom/Element;Ljava/sql/Timestamp;Z)Ljava/lang/Long;+0 (ContractTCFactory.java:375)
com/ibm/commerce/contract/commands/CreateXSDContractCmdImpl.performExecute()V+0 (CreateXSDContractCmdImpl.java:176)
com/ibm/commerce/command/ECCommandTarget.executeCommand(Lcom/ibm/websphere/command/TargetableCommand;)Lcom/ibm/websphere/command/TargetableCommand;+0 (ECCommandTarget.java:58)
com/ibm/ws/cache/command/CommandCache.executeCommand(Lcom/ibm/websphere/command/CacheableCommand;Lcom/ibm/websphere/command/CommandTarget;)Lcom/ibm/websphere/command/CacheableCommand;+0 (CommandCache.java:294)
com/ibm/websphere/command/CacheableCommandImpl.execute()V+0 (CacheableCommandImpl.java:135)
com/ibm/commerce/command/AbstractECTargetableCommand.execute()V+0 (AbstractECTargetableCommand.java:179)
com/ibm/commerce/contract/commands/TradingAgreementImportBaseCmdImpl.saveContract(Lorg/w3c/dom/Element;Z)V+0 (TradingAgreementImportBaseCmdImpl.java:329)
com/ibm/commerce/contract/commands/ContractImportDraftVersionCmdImpl.performExecute()V+0 (ContractImportDraftVersionCmdImpl.java:116)
com/ibm/commerce/command/ECCommandTarget.executeCommand(Lcom/ibm/websphere/command/TargetableCommand;)Lcom/ibm/websphere/command/TargetableCommand;+0 (ECCommandTarget.java:58)
com/ibm/ws/cache/command/CommandCache.executeCommand(Lcom/ibm/websphere/command/CacheableCommand;Lcom/ibm/websphere/command/CommandTarget;)Lcom/ibm/websphere/command/CacheableCommand;+0 (CommandCache.java:294)
com/ibm/websphere/command/CacheableCommandImpl.execute()V+0 (CacheableCommandImpl.java:135)
com/ibm/commerce/command/AbstractECTargetableCommand.execute()V+0 (AbstractECTargetableCommand.java:179)
com/ibm/commerce/contract/commands/ContractUploadCmdImpl.performExecute()V+0 (ContractUploadCmdImpl.java:104)
com/ibm/commerce/command/ECCommandTarget.executeCommand(Lcom/ibm/websphere/command/TargetableCommand;)Lcom/ibm/websphere/command/TargetableCommand;+0 (ECCommandTarget.java:58)
com/ibm/ws/cache/command/CommandCache.executeCommand(Lcom/ibm/websphere/command/CacheableCommand;Lcom/ibm/websphere/command/CommandTarget;)Lcom/ibm/websphere/command/CacheableCommand;+0 (CommandCache.java:294)
com/ibm/websphere/command/CacheableCommandImpl.execute()V+0 (CacheableCommandImpl.java:135)
com/ibm/commerce/command/AbstractECTargetableCommand.execute()V+0 (AbstractECTargetableCommand.java:179)
com/ibm/commerce/webcontroller/ControllerCmdExecUnit.execute()V+0 (ControllerCmdExecUnit.java:117)
com/ibm/commerce/webcontroller/WebController.executeTransaction(Lcom/ibm/commerce/webcontroller/ExecutableUnit;Lcom/ibm/commerce/adapter/SessionContext;)V+0 (WebController.java:166)
com/ibm/commerce/webcontroller/WebController.processRequest(Lcom/ibm/commerce/webcontroller/ControllerRequestObject;Ljava/lang/Object;)V+0 (WebController.java:921)
com/ibm/commerce/adapter/AbstractHttpAdapter.processRequest(Ljavax/servlet/ServletContext;Ljava/lang/String;Z)V+0 (AbstractHttpAdapter.java:301)
com/ibm/commerce/server/RequestServlet$2.run()Ljava/lang/Object;+0 (RequestServlet.java:1503)
com/ibm/commerce/server/RequestServlet.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+0 (RequestServlet.java:1481)
javax/servlet/http/HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+0 (HttpServlet.java:848)
com/ibm/ws/cache/servlet/ServletWrapper.serviceProxied(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+0 (ServletWrapper.java:271)
com/ibm/ws/cache/servlet/CacheHook.handleFragment(Lcom/ibm/ws/cache/servlet/ServletWrapper;Lcom/ibm/ws/cache/servlet/CacheProxyRequest;Lcom/ibm/ws/cache/servlet/CacheProxyResponse;Lcom/ibm/ws/cache/servlet/FragmentComposer;)V+0 (CacheHook.java:177)
com/ibm/ws/cache/servlet/CacheHook.handleServlet(Ljavax/servlet/Servlet;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+0 (CacheHook.java:68)
com/ibm/ws/cache/servlet/ServletWrapper.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+0 (ServletWrapper.java:253)
com/ibm/ws/webcontainer/servlet/StrictServletInstance.doService(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+0 (StrictServletInstance.java:105)
com/ibm/ws/webcontainer/servlet/StrictLifecycleServlet._service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+0 (StrictLifecycleServlet.java:160)
com/ibm/ws/webcontainer/servlet/IdleServletState.service(Lcom/ibm/ws/webcontainer/servlet/StrictLifecycleServlet;Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+0 (StrictLifecycleServlet.java:313)
com/ibm/ws/webcontainer/servlet/StrictLifecycleServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+0 (StrictLifecycleServlet.java:116)
com/ibm/ws/webcontainer/servlet/ServletInstance.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Lcom/ibm/ws/webcontainer/webapp/WebAppServletInvocationEvent;)V+0 (ServletInstance.java:250)
com/ibm/ws/webcontainer/servlet/ValidServletReferenceState.dispatch(Lcom/ibm/ws/webcontainer/servlet/ServletInstanceReference;Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Lcom/ibm/ws/webcontainer/webapp/WebAppServletInvocationEvent;)
V+0 (ValidServletReferenceState.java:42)
com/ibm/ws/webcontainer/servlet/ServletInstanceReference.dispatch(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Lcom/ibm/ws/webcontainer/webapp/WebAppServletInvocationEvent;)V+0 (ServletInstanceReference.java:40)
com/ibm/ws/webcontainer/filter/WebAppFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+0 (WebAppFilterChain.java:54)
com/ibm/commerce/dynacache/filter/CacheFilter$1.run()Ljava/lang/Object;+0 (CacheFilter.java:210)
com/ibm/commerce/dynacache/filter/CacheFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+0 (CacheFilter.java:178)
com/ibm/ws/webcontainer/filter/FilterInstanceWrapper.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+0 (FilterInstanceWrapper.java:130)
com/ibm/ws/webcontainer/filter/WebAppFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+0 (WebAppFilterChain.java:54)
com/ibm/ws/webcontainer/webapp/WebAppRequestDispatcher.handleWebAppDispatch(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+0 (WebAppRequestDispatcher.java:936)
com/ibm/ws/webcontainer/webapp/WebAppRequestDispatcher.dispatch(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Z)V+0 (WebAppRequestDispatcher.java:268)
com/ibm/ws/webcontainer/webapp/WebAppRequestDispatcher.forward(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+0 (WebAppRequestDispatcher.java:155)
com/ibm/ws/webcontainer/srt/WebAppInvoker.doForward(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+0 (WebAppInvoker.java:80)
com/ibm/ws/webcontainer/srt/WebAppInvoker.handleInvocationHook(Ljava/lang/Object;)V+0 (WebAppInvoker.java:160)
com/ibm/ws/webcontainer/cache/invocation/CachedInvocation.handleInvocation(Ljava/lang/Object;)V+0 (CachedInvocation.java:66)
com/ibm/ws/webcontainer/cache/invocation/CacheableInvocationContext.invoke(Ljava/lang/Object;)V+0 (CacheableInvocationContext.java:106)
com/ibm/ws/webcontainer/srp/ServletRequestProcessor.dispatchByURI(Ljava/lang/String;Lcom/ibm/ws/webcontainer/srp/ISRPConnection;)V+0 (ServletRequestProcessor.java:126)
com/ibm/ws/webcontainer/oselistener/OSEListenerDispatcher.service(Lcom/ibm/ws/webcontainer/oselistener/api/IOSEConnection;)V+0 (OSEListener.java:317)
com/ibm/ws/webcontainer/http/HttpConnection.handleRequest()V+0 (HttpConnection.java:56)
com/ibm/ws/http/HttpConnection.readAndHandleRequest(Z)V+0 (HttpConnection.java:575)
com/ibm/ws/http/HttpConnection.run()V+0 (HttpConnection.java:375)
com/ibm/ws/util/ThreadPool$Worker.run()V+0 (ThreadPool.java:654)
javax.ejb.EJBException: nested exception is: java.sql.DataTruncation: Data truncation
java/lang/Throwable.<init>()V+4 (Throwable.java:73)
java/lang/Exception.<init>()V+1 (Exception.java:24)
java/lang/RuntimeException.<init>()V+1 (RuntimeException.java:28)
javax/ejb/EJBException.<init>(Ljava/lang/Exception;)V+0 (EJBException.java:41)
com/ibm/commerce/contract/objimpl/ PriceTCMasterCatalogWithFilteringBeanBas
e.parseXMLElement(Lorg/w3c/dom/Element;)V+0 (PriceTCMasterCatalogWithFilteringBeanBa
se.java:226)
com/ibm/commerce/contract/objimpl/ PriceTCMasterCatalogWithFilteringBeanBas
e.ejbPostCreate(Ljava/lang/Long;Lorg/w3c/dom/Element;)V+0 (PriceTCMasterCatalogWithFilteringBeanBa
se.java:143)
com/ibm/commerce/contract/objects/ EJSCMPPriceTCMasterCatalogWithFilteringH
omeBean_49841a42.create(Ljava/lang/Long;Lorg/w3c/dom/Element;)Lcom/ibm/commerce/contract/objects/PriceTCMasterCatalogWithFiltering;+0 (EJSCMPPriceTCMasterCatalogWithFiltering
H
omeBean_49841a42.java:18)
com/ibm/commerce/contract/objects/ EJSRemoteCMPPriceTCMasterCatalogWithFilt
eringHome_49841a42.create(Ljava/lang/Long;Lorg/w3c/dom/Element;)Lcom/ibm/commerce/contract/objects/PriceTCMasterCatalogWithFiltering;+0 (EJSRemoteCMPPriceTCMasterCatalogWithFi
lteringHome_49841a42.java:18)
com/ibm/commerce/contract/objects/ _PriceTCMasterCatalogWithFilteringHome_S
tub.create(Ljava/lang/Long;Lorg/w3c/dom/Element;)Lcom/ibm/commerce/contract/objects/PriceTCMasterCatalogWithFiltering;+0 (_PriceTCMasterCatalogWithFilteringHome_
Stub.java:38)
com/ibm/commerce/contract/objects/ PriceTCMasterCatalogWithFilteringAccessB
ean.<init>(Ljava/lang/Long;Lorg/w3c/dom/Element;)V+0 (PriceTCMasterCatalogWithFilteringAccess
Bean.java:53)
com/ibm/commerce/contract/util/ContractTCFactory.createNewTC(Ljava/lang/Long;Lorg/w3c/dom/Element;)Ljava/lang/Long;+0 (ContractTCFactory.java:111)
com/ibm/commerce/contract/util/ContractTCFactory.processTC(Ljava/lang/Long;Lorg/w3c/dom/Element;Ljava/sql/Timestamp;Z)Ljava/lang/Long;+0 (ContractTCFactory.java:375)
com/ibm/commerce/contract/commands/CreateXSDContractCmdImpl.performExecute()V+0 (CreateXSDContractCmdImpl.java:176)
com/ibm/commerce/command/ECCommandTarget.executeCommand(Lcom/ibm/websphere/command/TargetableCommand;)Lcom/ibm/websphere/command/TargetableCommand;+0 (ECCommandTarget.java:58)
com/ibm/ws/cache/command/CommandCache.executeCommand(Lcom/ibm/websphere/command/CacheableCommand;Lcom/ibm/websphere/command/CommandTarget;)Lcom/ibm/websphere/command/CacheableCommand;+0 (CommandCache.java:294)
com/ibm/websphere/command/CacheableCommandImpl.execute()V+0 (CacheableCommandImpl.java:135)
com/ibm/commerce/command/AbstractECTargetableCommand.execute()V+0 (AbstractECTargetableCommand.java:179)
com/ibm/commerce/contract/commands/TradingAgreementImportBaseCmdImpl.saveContract(Lorg/w3c/dom/Element;Z)V+0 (TradingAgreementImportBaseCmdImpl.java:329)
com/ibm/commerce/contract/commands/ContractImportDraftVersionCmdImpl.performExecute()V+0 (ContractImportDraftVersionCmdImpl.java:116)
com/ibm/commerce/command/ECCommandTarget.executeCommand(Lcom/ibm/websphere/command/TargetableCommand;)Lcom/ibm/websphere/command/TargetableCommand;+0 (ECCommandTarget.java:58)
com/ibm/ws/cache/command/CommandCache.executeCommand(Lcom/ibm/websphere/command/CacheableCommand;Lcom/ibm/websphere/command/CommandTarget;)Lcom/ibm/websphere/command/CacheableCommand;+0 (CommandCache.java:294)
com/ibm/websphere/command/CacheableCommandImpl.execute()V+0 (CacheableCommandImpl.java:135)
com/ibm/commerce/command/AbstractECTargetableCommand.execute()V+0 (AbstractECTargetableCommand.java:179)
com/ibm/commerce/contract/commands/ContractUploadCmdImpl.performExecute()V+0 (ContractUploadCmdImpl.java:104)
com/ibm/commerce/command/ECCommandTarget.executeCommand(Lcom/ibm/websphere/command/TargetableCommand;)Lcom/ibm/websphere/command/TargetableCommand;+0 (ECCommandTarget.java:58)
com/ibm/ws/cache/command/CommandCache.executeCommand(Lcom/ibm/websphere/command/CacheableCommand;Lcom/ibm/websphere/command/CommandTarget;)Lcom/ibm/websphere/command/CacheableCommand;+0 (CommandCache.java:294)
com/ibm/websphere/command/CacheableCommandImpl.execute()V+0 (CacheableCommandImpl.java:135)
com/ibm/commerce/command/AbstractECTargetableCommand.execute()V+0 (AbstractECTargetableCommand.java:179)
com/ibm/commerce/webcontroller/ControllerCmdExecUnit.execute()V+0 (ControllerCmdExecUnit.java:117)
com/ibm/commerce/webcontroller/WebController.executeTransaction(Lcom/ibm/commerce/webcontroller/ExecutableUnit;Lcom/ibm/commerce/adapter/SessionContext;)V+0 (WebController.java:166)
com/ibm/commerce/webcontroller/WebController.processRequest(Lcom/ibm/commerce/webcontroller/ControllerRequestObject;Ljava/lang/Object;)V+0 (WebController.java:921)
com/ibm/commerce/adapter/AbstractHttpAdapter.processRequest(Ljavax/servlet/ServletContext;Ljava/lang/String;Z)V+0 (AbstractHttpAdapter.java:301)
com/ibm/commerce/server/RequestServlet$2.run()Ljava/lang/Object;+0 (RequestServlet.java:1503)
com/ibm/commerce/server/RequestServlet.service(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+0 (RequestServlet.java:1481)
javax/servlet/http/HttpServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+0 (HttpServlet.java:848)
com/ibm/ws/cache/servlet/ServletWrapper.serviceProxied(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+0 (ServletWrapper.java:271)
com/ibm/ws/cache/servlet/CacheHook.handleFragment(Lcom/ibm/ws/cache/servlet/ServletWrapper;Lcom/ibm/ws/cache/servlet/CacheProxyRequest;Lcom/ibm/ws/cache/servlet/CacheProxyResponse;Lcom/ibm/ws/cache/servlet/FragmentComposer;)V+0 (CacheHook.java:177)
com/ibm/ws/cache/servlet/CacheHook.handleServlet(Ljavax/servlet/Servlet;Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+0 (CacheHook.java:68)
com/ibm/ws/cache/servlet/ServletWrapper.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+0 (ServletWrapper.java:253)
com/ibm/ws/webcontainer/servlet/StrictServletInstance.doService(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+0 (StrictServletInstance.java:105)
com/ibm/ws/webcontainer/servlet/StrictLifecycleServlet._service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+0 (StrictLifecycleServlet.java:160)
com/ibm/ws/webcontainer/servlet/IdleServletState.service(Lcom/ibm/ws/webcontainer/servlet/StrictLifecycleServlet;Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+0 (StrictLifecycleServlet.java:313)
com/ibm/ws/webcontainer/servlet/StrictLifecycleServlet.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+0 (StrictLifecycleServlet.java:116)
com/ibm/ws/webcontainer/servlet/ServletInstance.service(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Lcom/ibm/ws/webcontainer/webapp/WebAppServletInvocationEvent;)V+0 (ServletInstance.java:250)
com/ibm/ws/webcontainer/servlet/ValidServletReferenceState.dispatch(Lcom/ibm/ws/webcontainer/servlet/ServletInstanceReference;Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Lcom/ibm/ws/webcontainer/webapp/WebAppServletInvocationEvent;)
V+0 (ValidServletReferenceState.java:42)
com/ibm/ws/webcontainer/servlet/ServletInstanceReference.dispatch(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Lcom/ibm/ws/webcontainer/webapp/WebAppServletInvocationEvent;)V+0 (ServletInstanceReference.java:40)
com/ibm/ws/webcontainer/filter/WebAppFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+0 (WebAppFilterChain.java:54)
com/ibm/commerce/dynacache/filter/CacheFilter$1.run()Ljava/lang/Object;+0 (CacheFilter.java:210)
com/ibm/commerce/dynacache/filter/CacheFilter.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+0 (CacheFilter.java:178)
com/ibm/ws/webcontainer/filter/FilterInstanceWrapper.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Ljavax/servlet/FilterChain;)V+0 (FilterInstanceWrapper.java:130)
com/ibm/ws/webcontainer/filter/WebAppFilterChain.doFilter(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+0 (WebAppFilterChain.java:54)
com/ibm/ws/webcontainer/webapp/WebAppRequestDispatcher.handleWebAppDispatch(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+0 (WebAppRequestDispatcher.java:936)
com/ibm/ws/webcontainer/webapp/WebAppRequestDispatcher.dispatch(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;Z)V+0 (WebAppRequestDispatcher.java:268)
com/ibm/ws/webcontainer/webapp/WebAppRequestDispatcher.forward(Ljavax/servlet/ServletRequest;Ljavax/servlet/ServletResponse;)V+0 (WebAppRequestDispatcher.java:155)
com/ibm/ws/webcontainer/srt/WebAppInvoker.doForward(Ljavax/servlet/http/HttpServletRequest;Ljavax/servlet/http/HttpServletResponse;)V+0 (WebAppInvoker.java:80)
com/ibm/ws/webcontainer/srt/WebAppInvoker.handleInvocationHook(Ljava/lang/Object;)V+0 (WebAppInvoker.java:160)
com/ibm/ws/webcontainer/cache/invocation/CachedInvocation.handleInvocation(Ljava/lang/Object;)V+0 (CachedInvocation.java:66)
com/ibm/ws/webcontainer/cache/invocation/CacheableInvocationContext.invoke(Ljava/lang/Object;)V+0 (CacheableInvocationContext.java:106)
com/ibm/ws/webcontainer/srp/ServletRequestProcessor.dispatchByURI(Ljava/lang/String;Lcom/ibm/ws/webcontainer/srp/ISRPConnection;)V+0 (ServletRequestProcessor.java:126)
com/ibm/ws/webcontainer/oselistener/OSEListenerDispatcher.service(Lcom/ibm/ws/webcontainer/oselistener/api/IOSEConnection;)V+0 (OSEListener.java:317)
com/ibm/ws/webcontainer/http/HttpConnection.handleRequest()V+0 (HttpConnection.java:56)
com/ibm/ws/http/HttpConnection.readAndHandleRequest(Z)V+0 (HttpConnection.java:575)
com/ibm/ws/http/HttpConnection.run()V+0 (HttpConnection.java:375)
com/ibm/ws/util/ThreadPool$Worker.run()V+0 (ThreadPool.java:654)
[4/4/06 5:57:38:216 UTC] 72df15e CommerceSrvr E com.ibm.commerce.contract.commands.CreateXSDContractCmdImpl performExecute CMN0412E: The following Remote Exception occurred during processing: "java.rmi.RemoteException: CORBA TRANSACTION_ROLLEDBACK 0x0 N
o; nested exception is:
org.omg.CORBA.TRANSACTION_ROLLEDBACK: javax.transaction.TransactionRolledbackException: ; nested exception is:
javax.ejb.EJBException: nested exception is: java.sql.DataTruncation: Data truncation minor code: 0 completed: No".
|
|