Re: svn commit: r1858270 [1/3] - in /ofbiz/ofbiz-framework/trunk/applications: datamodel/data/demo/ datamodel/data/seed/ datamodel/entitydef/ order/config/ order/data/ order/entitydef/ order/groovyScripts/allocationplan/ order/servicedef/ order/src/main/ja...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
5 messages Options
Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r1858270 [1/3] - in /ofbiz/ofbiz-framework/trunk/applications: datamodel/data/demo/ datamodel/data/seed/ datamodel/entitydef/ order/config/ order/data/ order/entitydef/ order/groovyScripts/allocationplan/ order/servicedef/ order/src/main/ja...

Mathieu Lirzin
Hello Suraj,

[hidden email] writes:

> Author: surajk
> Date: Sat Apr 27 13:05:30 2019
> New Revision: 1858270
>
> URL: http://svn.apache.org/viewvc?rev=1858270&view=rev
> Log:
> Improved: Added support for Inventory (Supply) Allocation Planning.
> (OFBIZ-10518)
> Thanks Deepak Nigam for initiating this feature and providng the patches, Arun Patidar for review and Swapnil Shah for design discussions.

This commit introduces a test failure on my system.  You should be able
to reproduce from a clean environment with the following command:

$ ./gradlew "ofbiz --test component=order --test suitename=shoppingcarttests"

Here is the log I am getting:

--8<---------------cut here---------------start------------->8---
> Task :ofbiz --test component=order --test suitename=shoppingcarttests
Config.java using configuration file test.properties
Set OFBIZ_HOME to - /home/mthl/src/ofbiz
Admin socket not configured; set to port 0
Shutdown hook disabled
2019-05-13 19:21:41,306 |main                 |ContainerLoader               |I| [Startup] Loading containers...
2019-05-13 19:21:41,460 |main                 |ContainerLoader               |I| Loading container: component-container
2019-05-13 19:21:41,469 |main                 |ComponentContainer            |I| Auto-Loading component directory : [/home/mthl/src/ofbiz/framework]
2019-05-13 19:21:41,501 |main                 |ComponentContainer            |I| Added class path for component : [base]
2019-05-13 19:21:41,517 |main                 |ComponentContainer            |I| Added class path for component : [entity]
2019-05-13 19:21:41,538 |main                 |ComponentContainer            |I| Added class path for component : [security]
2019-05-13 19:21:41,556 |main                 |ComponentContainer            |I| Added class path for component : [datafile]
2019-05-13 19:21:41,569 |main                 |ComponentContainer            |I| Added class path for component : [minilang]
2019-05-13 19:21:41,588 |main                 |ComponentContainer            |I| Added class path for component : [common]
2019-05-13 19:21:41,603 |main                 |ComponentContainer            |I| Added class path for component : [service]
2019-05-13 19:21:41,622 |main                 |ComponentContainer            |I| Added class path for component : [catalina]
2019-05-13 19:21:41,639 |main                 |ComponentContainer            |I| Added class path for component : [entityext]
2019-05-13 19:21:41,651 |main                 |ComponentContainer            |I| Added class path for component : [webapp]
2019-05-13 19:21:41,661 |main                 |ComponentContainer            |I| Added class path for component : [widget]
2019-05-13 19:21:41,672 |main                 |ComponentContainer            |I| Added class path for component : [testtools]
2019-05-13 19:21:41,689 |main                 |ComponentContainer            |I| Added class path for component : [webtools]
2019-05-13 19:21:41,689 |main                 |ComponentContainer            |I| Auto-Loading component directory : [/home/mthl/src/ofbiz/themes]
2019-05-13 19:21:41,739 |main                 |ComponentContainer            |I| Added class path for component : [bluelight]
2019-05-13 19:21:41,739 |main                 |ComponentContainer            |I| Added class path for component : [common-theme]
2019-05-13 19:21:41,739 |main                 |ComponentContainer            |I| Added class path for component : [flatgrey]
2019-05-13 19:21:41,739 |main                 |ComponentContainer            |I| Added class path for component : [rainbowstone]
2019-05-13 19:21:41,739 |main                 |ComponentContainer            |I| Added class path for component : [tomahawk]
2019-05-13 19:21:41,739 |main                 |ComponentContainer            |I| Auto-Loading component directory : [/home/mthl/src/ofbiz/applications]
2019-05-13 19:21:41,753 |main                 |ComponentContainer            |I| Added class path for component : [datamodel]
2019-05-13 19:21:41,762 |main                 |ComponentContainer            |I| Added class path for component : [party]
2019-05-13 19:21:41,770 |main                 |ComponentContainer            |I| Added class path for component : [securityext]
2019-05-13 19:21:41,780 |main                 |ComponentContainer            |I| Added class path for component : [content]
2019-05-13 19:21:41,789 |main                 |ComponentContainer            |I| Added class path for component : [workeffort]
2019-05-13 19:21:41,800 |main                 |ComponentContainer            |I| Added class path for component : [product]
2019-05-13 19:21:41,810 |main                 |ComponentContainer            |I| Added class path for component : [manufacturing]
2019-05-13 19:21:41,819 |main                 |ComponentContainer            |I| Added class path for component : [accounting]
2019-05-13 19:21:41,828 |main                 |ComponentContainer            |I| Added class path for component : [humanres]
2019-05-13 19:21:41,837 |main                 |ComponentContainer            |I| Added class path for component : [order]
2019-05-13 19:21:41,846 |main                 |ComponentContainer            |I| Added class path for component : [marketing]
2019-05-13 19:21:41,856 |main                 |ComponentContainer            |I| Added class path for component : [commonext]
2019-05-13 19:21:41,856 |main                 |ComponentContainer            |I| Auto-Loading component directory : [/home/mthl/src/ofbiz/plugins]
2019-05-13 19:21:41,857 |main                 |ComponentContainer            |I| All components loaded
2019-05-13 19:21:41,857 |main                 |ContainerLoader               |I| Loaded container: component-container
2019-05-13 19:21:41,857 |main                 |ContainerLoader               |I| [Startup] Loading component containers...
2019-05-13 19:21:41,857 |main                 |ContainerLoader               |I| Loading container: service-container
2019-05-13 19:21:41,858 |main                 |ContainerLoader               |I| Loaded container: service-container
2019-05-13 19:21:41,858 |main                 |ContainerLoader               |I| Loading container: catalina-container-test
2019-05-13 19:21:41,958 |main                 |CatalinaContainer             |I| Tomcat Connector[AJP/1.3-8010]: set scheme=http
2019-05-13 19:21:41,960 |main                 |CatalinaContainer             |I| Tomcat Connector[AJP/1.3-8010]: set secure=false
2019-05-13 19:21:41,965 |main                 |CatalinaContainer             |I| Tomcat Connector[AJP/1.3-8010]: set URIEncoding=UTF-8
2019-05-13 19:21:41,965 |main                 |CatalinaContainer             |I| Tomcat Connector[AJP/1.3-8010]: set xpoweredBy=false
2019-05-13 19:21:41,972 |main                 |CatalinaContainer             |I| Tomcat Connector[HTTP/1.1-8080]: enabled HTTP/2
2019-05-13 19:21:41,972 |main                 |CatalinaContainer             |I| Tomcat Connector[HTTP/1.1-8080]: set scheme=http
2019-05-13 19:21:41,972 |main                 |CatalinaContainer             |I| Tomcat Connector[HTTP/1.1-8080]: set secure=false
2019-05-13 19:21:41,972 |main                 |CatalinaContainer             |I| Tomcat Connector[HTTP/1.1-8080]: set URIEncoding=UTF-8
2019-05-13 19:21:41,972 |main                 |CatalinaContainer             |I| Tomcat Connector[HTTP/1.1-8080]: set xpoweredBy=false
2019-05-13 19:21:41,972 |main                 |CatalinaContainer             |I| Tomcat Connector[HTTP/1.1-8080]: set compression=on
2019-05-13 19:21:41,973 |main                 |CatalinaContainer             |I| Tomcat Connector[HTTP/1.1-8080]: set compressibleMimeType=text/html,text/xml,text/plain,text/css,application/javascript,application/json
2019-05-13 19:21:41,973 |main                 |CatalinaContainer             |I| Tomcat Connector[HTTP/1.1-8443]: enabled HTTP/2
2019-05-13 19:21:41,973 |main                 |CatalinaContainer             |I| Tomcat Connector[HTTP/1.1-8443]: set scheme=https
2019-05-13 19:21:41,973 |main                 |CatalinaContainer             |I| Tomcat Connector[HTTP/1.1-8443]: set secure=true
2019-05-13 19:21:41,973 |main                 |CatalinaContainer             |I| Tomcat Connector[HTTP/1.1-8443]: set SSLEnabled=true
2019-05-13 19:21:41,973 |main                 |CatalinaContainer             |I| Tomcat Connector[HTTP/1.1-8443]: set URIEncoding=UTF-8
2019-05-13 19:21:41,973 |main                 |CatalinaContainer             |I| Tomcat Connector[HTTP/1.1-8443]: set xpoweredBy=false
2019-05-13 19:21:41,974 |main                 |CatalinaContainer             |I| Tomcat Connector[HTTP/1.1-8443]: set compression=on
2019-05-13 19:21:41,974 |main                 |CatalinaContainer             |I| Tomcat Connector[HTTP/1.1-8443]: set compressibleMimeType=text/html,text/xml,text/plain,text/css,application/javascript,application/json
2019-05-13 19:21:41,974 |main                 |CatalinaContainer             |I| Tomcat Connector[HTTP/1.1-8443]: set sslImplementationName=org.apache.tomcat.util.net.jsse.JSSEImplementation
2019-05-13 19:21:41,976 |main                 |CatalinaContainer             |I| Tomcat Connector[HTTP/1.1-8443]: set algorithm=SunX509
2019-05-13 19:21:41,978 |main                 |CatalinaContainer             |I| Tomcat Connector[HTTP/1.1-8443]: set keystoreFile=framework/base/config/ofbizssl.jks
2019-05-13 19:21:41,978 |main                 |CatalinaContainer             |I| Tomcat Connector[HTTP/1.1-8443]: set keystorePass
2019-05-13 19:21:41,978 |main                 |CatalinaContainer             |I| Tomcat Connector[HTTP/1.1-8443]: set keystoreType=JKS
2019-05-13 19:21:41,984 |main                 |CatalinaContainer             |I| Creating context [ordermgr-js]
2019-05-13 19:21:41,984 |main                 |CatalinaContainer             |I| Creating context [ofbizsetup]
2019-05-13 19:21:41,985 |main                 |CatalinaContainer             |I| Creating context [SalesForceAutomation]
2019-05-13 19:21:41,985 |main                 |CatalinaContainer             |I| Creating context [marketing]
2019-05-13 19:21:41,985 |main                 |CatalinaContainer             |I| Creating context [order]
2019-05-13 19:21:41,985 |main                 |CatalinaContainer             |I| Creating context [humanres]
2019-05-13 19:21:41,985 |main                 |CatalinaContainer             |I| Creating context [ap]
2019-05-13 19:21:41,985 |main                 |CatalinaContainer             |I| Creating context [ar]
2019-05-13 19:21:41,985 |main                 |CatalinaContainer             |I| Creating context [accounting]
2019-05-13 19:21:41,985 |main                 |CatalinaContainer             |I| Creating context [manufacturing]
2019-05-13 19:21:41,985 |main                 |CatalinaContainer             |I| Creating context [facility]
2019-05-13 19:21:42,014 |main                 |CatalinaContainer             |I| Creating context [catalog]
2019-05-13 19:21:42,015 |main                 |CatalinaContainer             |I| Creating context [ical]
2019-05-13 19:21:42,015 |main                 |CatalinaContainer             |I| Creating context [workeffort]
2019-05-13 19:21:42,015 |main                 |CatalinaContainer             |I| Creating context [contentimages]
2019-05-13 19:21:42,015 |main                 |CatalinaContainer             |I| Creating context [content]
2019-05-13 19:21:42,015 |main                 |CatalinaContainer             |I| Creating context [party]
2019-05-13 19:21:42,015 |main                 |CatalinaContainer             |I| Creating context [tomahawk]
2019-05-13 19:21:42,015 |main                 |CatalinaContainer             |I| Creating context [rainbowstone]
2019-05-13 19:21:42,015 |main                 |CatalinaContainer             |I| Creating context [flatgrey]
2019-05-13 19:21:42,015 |main                 |CatalinaContainer             |I| Creating context [images]
2019-05-13 19:21:42,015 |main                 |CatalinaContainer             |I| Creating context [common-theme]
2019-05-13 19:21:42,015 |main                 |CatalinaContainer             |I| Creating context [bluelight]
2019-05-13 19:21:42,015 |main                 |CatalinaContainer             |I| Creating context [webtools]
2019-05-13 19:21:42,112 |main                 |ContainerLoader               |I| Loaded container: catalina-container-test
2019-05-13 19:21:42,112 |main                 |ContainerLoader               |I| Loading container: testtools-container
2019-05-13 19:21:42,126 |delegator-startup-2  |DelegatorFactoryImpl          |I| Creating new delegator [test] (delegator-startup-2)
2019-05-13 19:21:42,559 |delegator-startup-2  |ModelViewEntity               |W| [TestingCryptoRawView]: Conversion for complex-alias needs to be implemented for cache and in-memory eval stuff to work correctly, will not work for alias: rawEncryptedValue
2019-05-13 19:21:42,559 |delegator-startup-2  |ModelViewEntity               |W| [TestingCryptoRawView]: Conversion for complex-alias needs to be implemented for cache and in-memory eval stuff to work correctly, will not work for alias: rawSaltedEncryptedValue
2019-05-13 19:21:42,599 |delegator-startup-2  |ModelViewEntity               |W| [OrderItemQuantityReportGroupByItem]: Conversion for complex-alias needs to be implemented for cache and in-memory eval stuff to work correctly, will not work for alias: quantityOrdered
2019-05-13 19:21:42,599 |delegator-startup-2  |ModelViewEntity               |W| [OrderItemQuantityReportGroupByItem]: Conversion for complex-alias needs to be implemented for cache and in-memory eval stuff to work correctly, will not work for alias: quantityOpen
2019-05-13 19:21:42,599 |delegator-startup-2  |ModelViewEntity               |W| [OrderItemQuantityReportGroupByProduct]: Conversion for complex-alias needs to be implemented for cache and in-memory eval stuff to work correctly, will not work for alias: quantityOrdered
2019-05-13 19:21:42,599 |delegator-startup-2  |ModelViewEntity               |W| [OrderItemQuantityReportGroupByProduct]: Conversion for complex-alias needs to be implemented for cache and in-memory eval stuff to work correctly, will not work for alias: quantityOpen
2019-05-13 19:21:42,601 |delegator-startup-2  |ModelViewEntity               |W| [OrderReportSalesGroupByProduct]: Conversion for complex-alias needs to be implemented for cache and in-memory eval stuff to work correctly, will not work for alias: quantityOrdered
2019-05-13 19:21:42,601 |delegator-startup-2  |ModelViewEntity               |W| [OrderReportSalesGroupByProduct]: Conversion for complex-alias needs to be implemented for cache and in-memory eval stuff to work correctly, will not work for alias: amount
2019-05-13 19:21:42,602 |delegator-startup-2  |ModelViewEntity               |W| [OrderItemAndShipGrpInvResAndItemSum]: Conversion for complex-alias needs to be implemented for cache and in-memory eval stuff to work correctly, will not work for alias: quantityOrdered
2019-05-13 19:21:42,602 |delegator-startup-2  |ModelViewEntity               |W| [OrderItemAndShipGrpInvResAndItemSum]: Conversion for complex-alias needs to be implemented for cache and in-memory eval stuff to work correctly, will not work for alias: totQuantityAvailable
2019-05-13 19:21:42,617 |delegator-startup-2  |ModelReader                   |I| Finished loading entities; #Entities=847 #ViewEntities=272 #Fields=8873 #Relationships=2919 #AutoRelationships=2152
2019-05-13 19:21:42,622 |delegator-startup-2  |GenericDelegator              |I| Doing entity definition check...
2019-05-13 19:21:42,624 |delegator-startup-2  |ModelEntityChecker            |I| [initReservedWords] array length = 1025
2019-05-13 19:21:42,672 |OFBiz-batch-2        |GenericDelegator              |I| Delegator "test" initializing helper "localderbytenant" for entity group "org.apache.ofbiz.tenant".
2019-05-13 19:21:42,672 |OFBiz-batch-1        |GenericDelegator              |I| Delegator "test" initializing helper "localderby" for entity group "org.apache.ofbiz".
2019-05-13 19:21:42,675 |OFBiz-batch-1        |GenericDelegator              |I| Doing database check as requested in entityengine.xml with addMissing=true
2019-05-13 19:21:42,675 |OFBiz-batch-2        |GenericDelegator              |I| Doing database check as requested in entityengine.xml with addMissing=true
2019-05-13 19:21:43,058 |OFBiz-batch-2        |DatabaseUtil                  |I| Database Product Name is Apache Derby
2019-05-13 19:21:43,058 |OFBiz-batch-2        |DatabaseUtil                  |I| Database Product Version is 10.14.2.0 - (1828579)
2019-05-13 19:21:43,058 |OFBiz-batch-2        |DatabaseUtil                  |I| Database Driver Name is Apache Derby Embedded JDBC Driver
2019-05-13 19:21:43,058 |OFBiz-batch-2        |DatabaseUtil                  |I| Database Driver Version is 10.14.2.0 - (1828579)
2019-05-13 19:21:43,058 |OFBiz-batch-2        |DatabaseUtil                  |I| Database Driver JDBC Version is 4.2
2019-05-13 19:21:43,058 |OFBiz-batch-2        |DatabaseUtil                  |I| Database Setting/Support Information (those with a * should be true):
2019-05-13 19:21:43,059 |OFBiz-batch-2        |DatabaseUtil                  |I| - supports transactions     [true]*
2019-05-13 19:21:43,059 |OFBiz-batch-2        |DatabaseUtil                  |I| - isolation None            [false]
2019-05-13 19:21:43,059 |OFBiz-batch-2        |DatabaseUtil                  |I| - isolation ReadCommitted   [true]
2019-05-13 19:21:43,059 |OFBiz-batch-2        |DatabaseUtil                  |I| - isolation ReadUncommitted [true]
2019-05-13 19:21:43,059 |OFBiz-batch-2        |DatabaseUtil                  |I| - isolation RepeatableRead  [true]
2019-05-13 19:21:43,059 |OFBiz-batch-2        |DatabaseUtil                  |I| - isolation Serializable    [true]
2019-05-13 19:21:43,059 |OFBiz-batch-2        |DatabaseUtil                  |I| - forward only type         [true]
2019-05-13 19:21:43,059 |OFBiz-batch-2        |DatabaseUtil                  |I| - scroll sensitive type     [false]
2019-05-13 19:21:43,059 |OFBiz-batch-2        |DatabaseUtil                  |I| - scroll insensitive type   [true]
2019-05-13 19:21:43,059 |OFBiz-batch-2        |DatabaseUtil                  |I| - is case sensitive         [false]
2019-05-13 19:21:43,060 |OFBiz-batch-2        |DatabaseUtil                  |I| - stores LowerCase          [false]
2019-05-13 19:21:43,060 |OFBiz-batch-2        |DatabaseUtil                  |I| - stores MixedCase          [false]
2019-05-13 19:21:43,060 |OFBiz-batch-2        |DatabaseUtil                  |I| - stores UpperCase          [true]
2019-05-13 19:21:43,060 |OFBiz-batch-2        |DatabaseUtil                  |I| - max table name length     [128]
2019-05-13 19:21:43,060 |OFBiz-batch-2        |DatabaseUtil                  |I| - max column name length    [128]
2019-05-13 19:21:43,060 |OFBiz-batch-2        |DatabaseUtil                  |I| - concurrent connections    [0]
2019-05-13 19:21:43,060 |OFBiz-batch-2        |DatabaseUtil                  |I| - concurrent statements     [0]
2019-05-13 19:21:43,060 |OFBiz-batch-2        |DatabaseUtil                  |I| - ANSI SQL92 Entry          [true]
2019-05-13 19:21:43,060 |OFBiz-batch-2        |DatabaseUtil                  |I| - ANSI SQL92 Intermediate   [false]
2019-05-13 19:21:43,060 |OFBiz-batch-2        |DatabaseUtil                  |I| - ANSI SQL92 Full           [false]
2019-05-13 19:21:43,060 |OFBiz-batch-2        |DatabaseUtil                  |I| - ODBC SQL Grammar Core     [false]
2019-05-13 19:21:43,061 |OFBiz-batch-2        |DatabaseUtil                  |I| - ODBC SQL Grammar Extended [false]
2019-05-13 19:21:43,061 |OFBiz-batch-2        |DatabaseUtil                  |I| - ODBC SQL Grammar Minimum  [true]
2019-05-13 19:21:43,061 |OFBiz-batch-2        |DatabaseUtil                  |I| - outer joins               [true]*
2019-05-13 19:21:43,061 |OFBiz-batch-2        |DatabaseUtil                  |I| - limited outer joins       [true]
2019-05-13 19:21:43,061 |OFBiz-batch-2        |DatabaseUtil                  |I| - full outer joins          [false]
2019-05-13 19:21:43,061 |OFBiz-batch-2        |DatabaseUtil                  |I| - group by                  [true]*
2019-05-13 19:21:43,061 |OFBiz-batch-2        |DatabaseUtil                  |I| - group by not in select    [true]
2019-05-13 19:21:43,061 |OFBiz-batch-2        |DatabaseUtil                  |I| - column aliasing           [true]
2019-05-13 19:21:43,061 |OFBiz-batch-2        |DatabaseUtil                  |I| - order by not in select    [false]
2019-05-13 19:21:43,061 |OFBiz-batch-2        |DatabaseUtil                  |I| - alter table add column    [true]*
2019-05-13 19:21:43,061 |OFBiz-batch-2        |DatabaseUtil                  |I| - non-nullable column       [true]*
2019-05-13 19:21:43,063 |OFBiz-batch-2        |DatabaseUtil                  |I| - default fetchsize        [1]
2019-05-13 19:21:43,063 |OFBiz-batch-2        |DatabaseUtil                  |I| - named parameters         [ SKIPPED ]
2019-05-13 19:21:43,063 |OFBiz-batch-2        |DatabaseUtil                  |I| Getting Table Info From Database
2019-05-13 19:21:43,218 |OFBiz-batch-2        |DatabaseUtil                  |I| Getting Column Info From Database
2019-05-13 19:21:43,258 |OFBiz-batch-2        |DatabaseUtil                  |I| Error getting primary key info from database with null tableName, will try other means: java.sql.SQLException: Table name can not be null
2019-05-13 19:21:43,260 |OFBiz-batch-2        |DatabaseUtil                  |I| Searching in 6 tables for primary key fields ...
2019-05-13 19:21:43,275 |OFBiz-batch-2        |DatabaseUtil                  |I| Reviewed 8 primary key fields from database.
2019-05-13 19:21:45,714 |OFBiz-batch-1        |DatabaseUtil                  |I| Database Product Name is Apache Derby
2019-05-13 19:21:45,714 |OFBiz-batch-1        |DatabaseUtil                  |I| Database Product Version is 10.14.2.0 - (1828579)
2019-05-13 19:21:45,714 |OFBiz-batch-1        |DatabaseUtil                  |I| Database Driver Name is Apache Derby Embedded JDBC Driver
2019-05-13 19:21:45,714 |OFBiz-batch-1        |DatabaseUtil                  |I| Database Driver Version is 10.14.2.0 - (1828579)
2019-05-13 19:21:45,714 |OFBiz-batch-1        |DatabaseUtil                  |I| Database Driver JDBC Version is 4.2
2019-05-13 19:21:45,714 |OFBiz-batch-1        |DatabaseUtil                  |I| Database Setting/Support Information (those with a * should be true):
2019-05-13 19:21:45,714 |OFBiz-batch-1        |DatabaseUtil                  |I| - supports transactions     [true]*
2019-05-13 19:21:45,715 |OFBiz-batch-1        |DatabaseUtil                  |I| - isolation None            [false]
2019-05-13 19:21:45,715 |OFBiz-batch-1        |DatabaseUtil                  |I| - isolation ReadCommitted   [true]
2019-05-13 19:21:45,715 |OFBiz-batch-1        |DatabaseUtil                  |I| - isolation ReadUncommitted [true]
2019-05-13 19:21:45,715 |OFBiz-batch-1        |DatabaseUtil                  |I| - isolation RepeatableRead  [true]
2019-05-13 19:21:45,715 |OFBiz-batch-1        |DatabaseUtil                  |I| - isolation Serializable    [true]
2019-05-13 19:21:45,715 |OFBiz-batch-1        |DatabaseUtil                  |I| - forward only type         [true]
2019-05-13 19:21:45,715 |OFBiz-batch-1        |DatabaseUtil                  |I| - scroll sensitive type     [false]
2019-05-13 19:21:45,715 |OFBiz-batch-1        |DatabaseUtil                  |I| - scroll insensitive type   [true]
2019-05-13 19:21:45,715 |OFBiz-batch-1        |DatabaseUtil                  |I| - is case sensitive         [false]
2019-05-13 19:21:45,715 |OFBiz-batch-1        |DatabaseUtil                  |I| - stores LowerCase          [false]
2019-05-13 19:21:45,715 |OFBiz-batch-1        |DatabaseUtil                  |I| - stores MixedCase          [false]
2019-05-13 19:21:45,715 |OFBiz-batch-1        |DatabaseUtil                  |I| - stores UpperCase          [true]
2019-05-13 19:21:45,715 |OFBiz-batch-1        |DatabaseUtil                  |I| - max table name length     [128]
2019-05-13 19:21:45,715 |OFBiz-batch-1        |DatabaseUtil                  |I| - max column name length    [128]
2019-05-13 19:21:45,715 |OFBiz-batch-1        |DatabaseUtil                  |I| - concurrent connections    [0]
2019-05-13 19:21:45,715 |OFBiz-batch-1        |DatabaseUtil                  |I| - concurrent statements     [0]
2019-05-13 19:21:45,715 |OFBiz-batch-1        |DatabaseUtil                  |I| - ANSI SQL92 Entry          [true]
2019-05-13 19:21:45,716 |OFBiz-batch-1        |DatabaseUtil                  |I| - ANSI SQL92 Intermediate   [false]
2019-05-13 19:21:45,716 |OFBiz-batch-1        |DatabaseUtil                  |I| - ANSI SQL92 Full           [false]
2019-05-13 19:21:45,716 |OFBiz-batch-1        |DatabaseUtil                  |I| - ODBC SQL Grammar Core     [false]
2019-05-13 19:21:45,716 |OFBiz-batch-1        |DatabaseUtil                  |I| - ODBC SQL Grammar Extended [false]
2019-05-13 19:21:45,716 |OFBiz-batch-1        |DatabaseUtil                  |I| - ODBC SQL Grammar Minimum  [true]
2019-05-13 19:21:45,716 |OFBiz-batch-1        |DatabaseUtil                  |I| - outer joins               [true]*
2019-05-13 19:21:45,716 |OFBiz-batch-1        |DatabaseUtil                  |I| - limited outer joins       [true]
2019-05-13 19:21:45,716 |OFBiz-batch-1        |DatabaseUtil                  |I| - full outer joins          [false]
2019-05-13 19:21:45,716 |OFBiz-batch-1        |DatabaseUtil                  |I| - group by                  [true]*
2019-05-13 19:21:45,716 |OFBiz-batch-1        |DatabaseUtil                  |I| - group by not in select    [true]
2019-05-13 19:21:45,716 |OFBiz-batch-1        |DatabaseUtil                  |I| - column aliasing           [true]
2019-05-13 19:21:45,716 |OFBiz-batch-1        |DatabaseUtil                  |I| - order by not in select    [false]
2019-05-13 19:21:45,716 |OFBiz-batch-1        |DatabaseUtil                  |I| - alter table add column    [true]*
2019-05-13 19:21:45,716 |OFBiz-batch-1        |DatabaseUtil                  |I| - non-nullable column       [true]*
2019-05-13 19:21:45,717 |OFBiz-batch-1        |DatabaseUtil                  |I| - default fetchsize        [1]
2019-05-13 19:21:45,717 |OFBiz-batch-1        |DatabaseUtil                  |I| - named parameters         [ SKIPPED ]
2019-05-13 19:21:45,717 |OFBiz-batch-1        |DatabaseUtil                  |I| Getting Table Info From Database
2019-05-13 19:21:45,804 |OFBiz-batch-1        |DatabaseUtil                  |I| Getting Column Info From Database
2019-05-13 19:21:46,055 |OFBiz-batch-1        |DatabaseUtil                  |I| Error getting primary key info from database with null tableName, will try other means: java.sql.SQLException: Table name can not be null
2019-05-13 19:21:46,056 |OFBiz-batch-1        |DatabaseUtil                  |I| Searching in 841 tables for primary key fields ...
2019-05-13 19:21:46,346 |OFBiz-batch-1        |DatabaseUtil                  |I| Reviewed 1647 primary key fields from database.
2019-05-13 19:21:46,366 |OFBiz-batch-1        |DatabaseUtil                  |W| Column [FROM_DATE] of table [OFBIZ.PRODUCT_CONFIG_OPTION] of entity [ProductConfigOption] exists in the database but has no corresponding field
2019-05-13 19:21:46,366 |OFBiz-batch-1        |DatabaseUtil                  |W| Column [THRU_DATE] of table [OFBIZ.PRODUCT_CONFIG_OPTION] of entity [ProductConfigOption] exists in the database but has no corresponding field
2019-05-13 19:21:46,366 |OFBiz-batch-1        |DatabaseUtil                  |W| Entity [ProductConfigOption] has 9 fields but table [OFBIZ.PRODUCT_CONFIG_OPTION] has 11 columns.
2019-05-13 19:21:46,405 |kJoinPool-1-worker-4 |EntityEcaUtil                 |I| Loaded [4] Entity ECA definitions from /home/mthl/src/ofbiz/applications/workeffort/entitydef/eecas.xml in loader main
2019-05-13 19:21:46,405 |kJoinPool-1-worker-2 |EntityEcaUtil                 |I| Loaded [11] Entity ECA definitions from /home/mthl/src/ofbiz/applications/content/entitydef/eecas.xml in loader main
2019-05-13 19:21:46,405 |kJoinPool-1-worker-0 |EntityEcaUtil                 |I| Loaded [2] Entity ECA definitions from /home/mthl/src/ofbiz/applications/accounting/entitydef/eecas.xml in loader main
2019-05-13 19:21:46,407 |kJoinPool-1-worker-3 |EntityEcaUtil                 |I| Loaded [4] Entity ECA definitions from /home/mthl/src/ofbiz/applications/workeffort/entitydef/eecas.xml in loader main
2019-05-13 19:21:46,407 |kJoinPool-1-worker-4 |EntityEcaUtil                 |I| Loaded [2] Entity ECA definitions from /home/mthl/src/ofbiz/applications/accounting/entitydef/eecas.xml in loader main
2019-05-13 19:21:46,408 |kJoinPool-1-worker-5 |EntityEcaUtil                 |I| Loaded [14] Entity ECA definitions from /home/mthl/src/ofbiz/applications/product/entitydef/eecas.xml in loader main
2019-05-13 19:21:46,408 |kJoinPool-1-worker-0 |EntityEcaUtil                 |I| Loaded [3] Entity ECA definitions from /home/mthl/src/ofbiz/applications/order/entitydef/eecas.xml in loader main
2019-05-13 19:21:46,409 |kJoinPool-1-worker-1 |EntityEcaUtil                 |I| Loaded [11] Entity ECA definitions from /home/mthl/src/ofbiz/applications/content/entitydef/eecas.xml in loader main
2019-05-13 19:21:46,410 |kJoinPool-1-worker-7 |EntityEcaUtil                 |I| Loaded [3] Entity ECA definitions from /home/mthl/src/ofbiz/applications/order/entitydef/eecas.xml in loader main
2019-05-13 19:21:46,410 |kJoinPool-1-worker-6 |EntityEcaUtil                 |I| Loaded [14] Entity ECA definitions from /home/mthl/src/ofbiz/applications/product/entitydef/eecas.xml in loader main
2019-05-13 19:21:46,419 |OFBiz-batch-3        |ServiceGroupReader            |I| Loaded [1] Group definitions from file:/home/mthl/src/ofbiz/framework/common/servicedef/groups_test.xml
2019-05-13 19:21:46,419 |main                 |ServiceGroupReader            |I| Loaded [1] Group definitions from file:/home/mthl/src/ofbiz/framework/common/servicedef/groups_test.xml
2019-05-13 19:21:46,421 |OFBiz-batch-4        |ServiceGroupReader            |I| Loaded [1] Group definitions from file:/home/mthl/src/ofbiz/framework/common/servicedef/groups_test.xml
2019-05-13 19:21:46,424 |OFBiz-batch-4        |ServiceGroupReader            |I| Loaded [4] Group definitions from file:/home/mthl/src/ofbiz/framework/entityext/servicedef/groups.xml
2019-05-13 19:21:46,424 |main                 |ServiceGroupReader            |I| Loaded [4] Group definitions from file:/home/mthl/src/ofbiz/framework/entityext/servicedef/groups.xml
2019-05-13 19:21:46,424 |OFBiz-batch-3        |ServiceGroupReader            |I| Loaded [4] Group definitions from file:/home/mthl/src/ofbiz/framework/entityext/servicedef/groups.xml
2019-05-13 19:21:46,427 |OFBiz-batch-3        |ServiceGroupReader            |I| Loaded [2] Group definitions from file:/home/mthl/src/ofbiz/applications/workeffort/servicedef/service_groups.xml
2019-05-13 19:21:46,427 |OFBiz-batch-4        |ServiceGroupReader            |I| Loaded [2] Group definitions from file:/home/mthl/src/ofbiz/applications/workeffort/servicedef/service_groups.xml
2019-05-13 19:21:46,427 |main                 |ServiceGroupReader            |I| Loaded [2] Group definitions from file:/home/mthl/src/ofbiz/applications/workeffort/servicedef/service_groups.xml
2019-05-13 19:21:46,431 |OFBiz-batch-4        |ServiceGroupReader            |I| Loaded [1] Group definitions from file:/home/mthl/src/ofbiz/applications/product/servicedef/groups.xml
2019-05-13 19:21:46,431 |main                 |ServiceGroupReader            |I| Loaded [1] Group definitions from file:/home/mthl/src/ofbiz/applications/product/servicedef/groups.xml
2019-05-13 19:21:46,431 |OFBiz-batch-3        |ServiceGroupReader            |I| Loaded [1] Group definitions from file:/home/mthl/src/ofbiz/applications/product/servicedef/groups.xml
2019-05-13 19:21:46,434 |OFBiz-batch-4        |ServiceGroupReader            |I| Loaded [4] Group definitions from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/groups.xml
2019-05-13 19:21:46,437 |OFBiz-batch-3        |ServiceGroupReader            |I| Loaded [4] Group definitions from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/groups.xml
2019-05-13 19:21:46,438 |main                 |ServiceGroupReader            |I| Loaded [4] Group definitions from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/groups.xml
2019-05-13 19:21:46,440 |kJoinPool-1-worker-0 |ServiceEcaUtil                |I| Loaded [10] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/workeffort/servicedef/secas.xml
2019-05-13 19:21:46,440 |kJoinPool-1-worker-3 |ServiceEcaUtil                |I| Loaded [26] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/product/servicedef/secas.xml
2019-05-13 19:21:46,441 |kJoinPool-1-worker-5 |ServiceEcaUtil                |I| Loaded [25] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/party/servicedef/secas.xml
2019-05-13 19:21:46,442 |kJoinPool-1-worker-7 |ServiceEcaUtil                |I| Loaded [0] Service ECA Rules from file:/home/mthl/src/ofbiz/framework/common/servicedef/secas_cdyne.xml
2019-05-13 19:21:46,444 |kJoinPool-1-worker-0 |ServiceEcaUtil                |I| Loaded [3] Service ECA Rules from file:/home/mthl/src/ofbiz/framework/common/servicedef/secas_test.xml
2019-05-13 19:21:46,444 |kJoinPool-1-worker-3 |ServiceEcaUtil                |I| Loaded [4] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/manufacturing/servicedef/secas.xml
2019-05-13 19:21:46,444 |kJoinPool-1-worker-5 |ServiceEcaUtil                |I| Loaded [0] Service ECA Rules from file:/home/mthl/src/ofbiz/framework/common/servicedef/secas_cdyne.xml
2019-05-13 19:21:46,444 |kJoinPool-1-worker-4 |ServiceEcaUtil                |I| Loaded [25] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/content/servicedef/secas.xml
2019-05-13 19:21:46,447 |kJoinPool-1-worker-5 |ServiceEcaUtil                |I| Loaded [0] Service ECA Rules from file:/home/mthl/src/ofbiz/framework/common/servicedef/secas_cdyne.xml
2019-05-13 19:21:46,447 |kJoinPool-1-worker-6 |ServiceEcaUtil                |I| Loaded [3] Service ECA Rules from file:/home/mthl/src/ofbiz/framework/common/servicedef/secas_test.xml
2019-05-13 19:21:46,448 |kJoinPool-1-worker-7 |ServiceEcaUtil                |I| Loaded [23] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/secas.xml
2019-05-13 19:21:46,448 |kJoinPool-1-worker-0 |ServiceEcaUtil                |I| Loaded [3] Service ECA Rules from file:/home/mthl/src/ofbiz/framework/service/servicedef/secas_test_se.xml
2019-05-13 19:21:46,448 |kJoinPool-1-worker-1 |ServiceEcaUtil                |I| Loaded [3] Service ECA Rules from file:/home/mthl/src/ofbiz/framework/service/servicedef/secas_test_se.xml
2019-05-13 19:21:46,449 |kJoinPool-1-worker-2 |ServiceEcaUtil                |I| Loaded [23] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/product/servicedef/secas_shipment.xml
2019-05-13 19:21:46,449 |kJoinPool-1-worker-4 |ServiceEcaUtil                |I| Loaded [25] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/party/servicedef/secas.xml
2019-05-13 19:21:46,451 |kJoinPool-1-worker-6 |ServiceEcaUtil                |I| Loaded [8] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/secas_payment.xml
2019-05-13 19:21:46,452 |kJoinPool-1-worker-7 |ServiceEcaUtil                |I| Loaded [10] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/workeffort/servicedef/secas.xml
2019-05-13 19:21:46,452 |kJoinPool-1-worker-0 |ServiceEcaUtil                |I| Loaded [26] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/product/servicedef/secas.xml
2019-05-13 19:21:46,452 |kJoinPool-1-worker-4 |ServiceEcaUtil                |I| Loaded [4] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/manufacturing/servicedef/secas.xml
2019-05-13 19:21:46,452 |kJoinPool-1-worker-5 |ServiceEcaUtil                |I| Loaded [25] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/content/servicedef/secas.xml
2019-05-13 19:21:46,452 |kJoinPool-1-worker-1 |ServiceEcaUtil                |I| Loaded [22] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/secas_ledger.xml
2019-05-13 19:21:46,453 |kJoinPool-1-worker-2 |ServiceEcaUtil                |I| Loaded [23] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/product/servicedef/secas_shipment.xml
2019-05-13 19:21:46,455 |kJoinPool-1-worker-7 |ServiceEcaUtil                |I| Loaded [6] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/secas_invoice.xml
2019-05-13 19:21:46,455 |kJoinPool-1-worker-1 |ServiceEcaUtil                |I| Loaded [6] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/secas_invoice.xml
2019-05-13 19:21:46,456 |kJoinPool-1-worker-5 |ServiceEcaUtil                |I| Loaded [22] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/secas_ledger.xml
2019-05-13 19:21:46,457 |kJoinPool-1-worker-3 |ServiceEcaUtil                |I| Loaded [3] Service ECA Rules from file:/home/mthl/src/ofbiz/framework/common/servicedef/secas_test.xml
2019-05-13 19:21:46,460 |kJoinPool-1-worker-4 |ServiceEcaUtil                |I| Loaded [8] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/secas_payment.xml
2019-05-13 19:21:46,460 |kJoinPool-1-worker-5 |ServiceEcaUtil                |I| Loaded [3] Service ECA Rules from file:/home/mthl/src/ofbiz/framework/service/servicedef/secas_test_se.xml
2019-05-13 19:21:46,460 |kJoinPool-1-worker-7 |ServiceEcaUtil                |I| Loaded [10] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/marketing/servicedef/secas.xml
2019-05-13 19:21:46,460 |kJoinPool-1-worker-2 |ServiceEcaUtil                |I| Loaded [86] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/order/servicedef/secas.xml
2019-05-13 19:21:46,506 |kJoinPool-1-worker-6 |ServiceEcaUtil                |I| Loaded [23] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/secas.xml
2019-05-13 19:21:46,508 |kJoinPool-1-worker-3 |ServiceEcaUtil                |I| Loaded [25] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/party/servicedef/secas.xml
2019-05-13 19:21:46,510 |kJoinPool-1-worker-1 |ServiceEcaUtil                |I| Loaded [0] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/commonext/servicedef/secas.xml
2019-05-13 19:21:46,510 |kJoinPool-1-worker-6 |ServiceEcaUtil                |I| Loaded [4] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/manufacturing/servicedef/secas.xml
2019-05-13 19:21:46,511 |kJoinPool-1-worker-2 |ServiceEcaUtil                |I| Loaded [23] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/product/servicedef/secas_shipment.xml
2019-05-13 19:21:46,511 |kJoinPool-1-worker-7 |ServiceEcaUtil                |I| Loaded [26] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/product/servicedef/secas.xml
2019-05-13 19:21:46,512 |kJoinPool-1-worker-0 |ServiceEcaUtil                |I| Loaded [86] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/order/servicedef/secas.xml
2019-05-13 19:21:46,512 |kJoinPool-1-worker-3 |ServiceEcaUtil                |I| Loaded [23] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/secas.xml
2019-05-13 19:21:46,516 |kJoinPool-1-worker-1 |ServiceEcaUtil                |I| Loaded [6] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/secas_invoice.xml
2019-05-13 19:21:46,518 |kJoinPool-1-worker-7 |ServiceEcaUtil                |I| Loaded [8] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/secas_payment.xml
2019-05-13 19:21:46,519 |kJoinPool-1-worker-4 |ServiceEcaUtil                |I| Loaded [25] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/content/servicedef/secas.xml
2019-05-13 19:21:46,521 |kJoinPool-1-worker-6 |ServiceEcaUtil                |I| Loaded [10] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/marketing/servicedef/secas.xml
2019-05-13 19:21:46,523 |kJoinPool-1-worker-2 |ServiceEcaUtil                |I| Loaded [0] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/commonext/servicedef/secas.xml
2019-05-13 19:21:46,524 |kJoinPool-1-worker-7 |ServiceEcaUtil                |I| Loaded [10] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/marketing/servicedef/secas.xml
2019-05-13 19:21:46,524 |kJoinPool-1-worker-0 |ServiceEcaUtil                |I| Loaded [0] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/commonext/servicedef/secas.xml
2019-05-13 19:21:46,525 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [testScv] on [invoke]
2019-05-13 19:21:46,525 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [testCommit] on [global-commit]
2019-05-13 19:21:46,525 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [testRollback] on [global-rollback]
2019-05-13 19:21:46,525 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [testServiceEcaGlobalEventExec] on [global-commit]
2019-05-13 19:21:46,526 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [testServiceEcaGlobalEventExecToRollback] on [global-rollback]
2019-05-13 19:21:46,526 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [testServiceEcaGlobalEventExec] on [return]
2019-05-13 19:21:46,526 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createPerson] on [commit]
2019-05-13 19:21:46,526 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createProductStoreRole] on [invoke]
2019-05-13 19:21:46,526 |kJoinPool-1-worker-5 |ServiceEcaUtil                |I| Loaded [10] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/workeffort/servicedef/secas.xml
2019-05-13 19:21:46,526 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createPartyGroup] on [commit]
2019-05-13 19:21:46,526 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createAffiliate] on [commit]
2019-05-13 19:21:46,526 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updatePerson] on [invoke]
2019-05-13 19:21:46,526 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updatePartyGroup] on [invoke]
2019-05-13 19:21:46,526 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createPartyRelationship] on [invoke]
2019-05-13 19:21:46,526 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createPartyRelationship] on [invoke]
2019-05-13 19:21:46,526 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createPartyContactMech] on [commit]
2019-05-13 19:21:46,526 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createCommEventWorkEffort] on [invoke]
2019-05-13 19:21:46,527 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [sendMailMultiPart] on [in-validate]
2019-05-13 19:21:46,527 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [sendMail] on [in-validate]
2019-05-13 19:21:46,527 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [sendMailMultiPart] on [commit]
2019-05-13 19:21:46,527 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [sendMail] on [commit]
2019-05-13 19:21:46,527 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [sendContentToFtp] on [in-validate]
2019-05-13 19:21:46,527 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [sendContentToFtp] on [commit]
2019-05-13 19:21:46,527 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [sendEmailToContactList] on [commit]
2019-05-13 19:21:46,527 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updatePassword] on [commit]
2019-05-13 19:21:46,527 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createEmailAddressVerification] on [commit]
2019-05-13 19:21:46,527 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateCommunicationEvent] on [commit]
2019-05-13 19:21:46,527 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateCommunicationEvent] on [commit]
2019-05-13 19:21:46,527 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateCommunicationEvent] on [commit]
2019-05-13 19:21:46,527 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createCommunicationEvent] on [commit]
2019-05-13 19:21:46,527 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createCommunicationEvent] on [commit]
2019-05-13 19:21:46,527 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createCommunicationEvent] on [commit]
2019-05-13 19:21:46,527 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createFile] on [in-validate]
2019-05-13 19:21:46,527 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createSurveyQuestion] on [commit]
2019-05-13 19:21:46,527 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createDataResource] on [commit]
2019-05-13 19:21:46,527 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createDataResource] on [commit]
2019-05-13 19:21:46,527 |kJoinPool-1-worker-3 |ServiceEcaUtil                |I| Loaded [22] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/secas_ledger.xml
2019-05-13 19:21:46,527 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createDataResource] on [commit]
2019-05-13 19:21:46,527 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createOtherDataResource] on [in-validate]
2019-05-13 19:21:46,527 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createDataResourceRole] on [invoke]
2019-05-13 19:21:46,528 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createDataText] on [invoke]
2019-05-13 19:21:46,528 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createDataText] on [invoke]
2019-05-13 19:21:46,528 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createDataText] on [invoke]
2019-05-13 19:21:46,528 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createDataText] on [invoke]
2019-05-13 19:21:46,528 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createDataText] on [invoke]
2019-05-13 19:21:46,528 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateDataText] on [invoke]
2019-05-13 19:21:46,528 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateDataText] on [invoke]
2019-05-13 19:21:46,528 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createElectronicText] on [invoke]
2019-05-13 19:21:46,528 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createContent] on [commit]
2019-05-13 19:21:46,528 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createContent] on [commit]
2019-05-13 19:21:46,528 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createContent] on [commit]
2019-05-13 19:21:46,528 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createContent] on [commit]
2019-05-13 19:21:46,528 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createContent] on [commit]
2019-05-13 19:21:46,528 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createContent] on [commit]
2019-05-13 19:21:46,528 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createContentRole] on [invoke]
2019-05-13 19:21:46,528 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateContent] on [commit]
2019-05-13 19:21:46,528 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateContent] on [commit]
2019-05-13 19:21:46,528 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateContent] on [commit]
2019-05-13 19:21:46,528 |kJoinPool-1-worker-1 |ServiceEcaUtil                |I| Loaded [86] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/order/servicedef/secas.xml
2019-05-13 19:21:46,528 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createWorkEffort] on [commit]
2019-05-13 19:21:46,528 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createWorkEffort] on [commit]
2019-05-13 19:21:46,528 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateWorkEffort] on [commit]
2019-05-13 19:21:46,528 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createCommunicationEventWorkEff] on [invoke]
2019-05-13 19:21:46,528 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createWorkEffortRequest] on [invoke]
2019-05-13 19:21:46,528 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createWorkEffortRequestItem] on [invoke]
2019-05-13 19:21:46,528 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createWorkEffortQuote] on [invoke]
2019-05-13 19:21:46,528 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createWorkRequirementFulfillment] on [invoke]
2019-05-13 19:21:46,529 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createShoppingListWorkEffort] on [invoke]
2019-05-13 19:21:46,529 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createOrderHeaderWorkEffort] on [invoke]
2019-05-13 19:21:46,529 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateInventoryItem] on [commit]
2019-05-13 19:21:46,529 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateInventoryItem] on [commit]
2019-05-13 19:21:46,529 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateInventoryItem] on [commit]
2019-05-13 19:21:46,529 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createItemIssuance] on [return]
2019-05-13 19:21:46,529 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createInventoryTransfer] on [invoke]
2019-05-13 19:21:46,529 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [testScv] on [invoke]
2019-05-13 19:21:46,529 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createInventoryTransfer] on [commit]
2019-05-13 19:21:46,529 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [testCommit] on [global-commit]
2019-05-13 19:21:46,529 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateInventoryTransfer] on [invoke]
2019-05-13 19:21:46,529 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [testRollback] on [global-rollback]
2019-05-13 19:21:46,529 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateInventoryTransfer] on [commit]
2019-05-13 19:21:46,529 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [testServiceEcaGlobalEventExec] on [global-commit]
2019-05-13 19:21:46,529 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createPhysicalInventoryAndVariance] on [commit]
2019-05-13 19:21:46,529 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [testServiceEcaGlobalEventExecToRollback] on [global-rollback]
2019-05-13 19:21:46,529 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [balanceInventoryItems] on [commit]
2019-05-13 19:21:46,529 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [testServiceEcaGlobalEventExec] on [return]
2019-05-13 19:21:46,529 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createProductPrice] on [commit]
2019-05-13 19:21:46,529 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createPerson] on [commit]
2019-05-13 19:21:46,529 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateProductPrice] on [commit]
2019-05-13 19:21:46,529 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createProductStoreRole] on [invoke]
2019-05-13 19:21:46,529 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [deleteProductPrice] on [commit]
2019-05-13 19:21:46,529 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createPartyGroup] on [commit]
2019-05-13 19:21:46,529 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [addPartyToCategory] on [invoke]
2019-05-13 19:21:46,529 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createAffiliate] on [commit]
2019-05-13 19:21:46,529 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [addPartyToFacility] on [invoke]
2019-05-13 19:21:46,529 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updatePerson] on [invoke]
2019-05-13 19:21:46,529 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [addPartyToFacility] on [invoke]
2019-05-13 19:21:46,529 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updatePartyGroup] on [invoke]
2019-05-13 19:21:46,529 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [addPartyToFacilityGroup] on [invoke]
2019-05-13 19:21:46,529 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createPartyRelationship] on [invoke]
2019-05-13 19:21:46,529 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [addPartyToFacilityGroup] on [invoke]
2019-05-13 19:21:46,529 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createPartyRelationship] on [invoke]
2019-05-13 19:21:46,529 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [addProdCatalogToParty] on [invoke]
2019-05-13 19:21:46,529 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createProductContent] on [in-validate]
2019-05-13 19:21:46,529 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createPartyContactMech] on [commit]
2019-05-13 19:21:46,530 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createPicklistFromOrders] on [in-validate]
2019-05-13 19:21:46,530 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createCommEventWorkEffort] on [invoke]
2019-05-13 19:21:46,530 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [receiveInventoryProduct] on [commit]
2019-05-13 19:21:46,530 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [sendMailMultiPart] on [in-validate]
2019-05-13 19:21:46,530 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [receiveInventoryProduct] on [commit]
2019-05-13 19:21:46,530 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [sendMail] on [in-validate]
2019-05-13 19:21:46,530 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [deletePartyRole] on [commit]
2019-05-13 19:21:46,530 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [sendMailMultiPart] on [commit]
2019-05-13 19:21:46,530 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateProductStoreGroup] on [commit]
2019-05-13 19:21:46,530 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [sendMail] on [commit]
2019-05-13 19:21:46,530 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createProductStoreGroupRollup] on [commit]
2019-05-13 19:21:46,530 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [sendContentToFtp] on [in-validate]
2019-05-13 19:21:46,530 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateShipment] on [commit]
2019-05-13 19:21:46,530 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [sendContentToFtp] on [commit]
2019-05-13 19:21:46,530 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateShipment] on [commit]
2019-05-13 19:21:46,530 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [sendEmailToContactList] on [commit]
2019-05-13 19:21:46,530 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateShipment] on [commit]
2019-05-13 19:21:46,530 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updatePassword] on [commit]
2019-05-13 19:21:46,530 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateShipment] on [commit]
2019-05-13 19:21:46,530 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createEmailAddressVerification] on [commit]
2019-05-13 19:21:46,530 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateShipment] on [commit]
2019-05-13 19:21:46,530 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateCommunicationEvent] on [commit]
2019-05-13 19:21:46,530 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateShipment] on [commit]
2019-05-13 19:21:46,530 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateCommunicationEvent] on [commit]
2019-05-13 19:21:46,530 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateShipment] on [commit]
2019-05-13 19:21:46,530 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateCommunicationEvent] on [commit]
2019-05-13 19:21:46,530 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateShipment] on [commit]
2019-05-13 19:21:46,530 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createCommunicationEvent] on [commit]
2019-05-13 19:21:46,530 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateShipment] on [commit]
2019-05-13 19:21:46,530 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createShipment] on [commit]
2019-05-13 19:21:46,530 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createCommunicationEvent] on [commit]
2019-05-13 19:21:46,530 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateShipment] on [commit]
2019-05-13 19:21:46,530 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createCommunicationEvent] on [commit]
2019-05-13 19:21:46,530 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createShipment] on [commit]
2019-05-13 19:21:46,530 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createFile] on [in-validate]
2019-05-13 19:21:46,530 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createShipment] on [commit]
2019-05-13 19:21:46,530 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createSurveyQuestion] on [commit]
2019-05-13 19:21:46,530 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateShipment] on [commit]
2019-05-13 19:21:46,530 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createDataResource] on [commit]
2019-05-13 19:21:46,530 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateShipment] on [commit]
2019-05-13 19:21:46,530 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createDataResource] on [commit]
2019-05-13 19:21:46,530 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createShipment] on [commit]
2019-05-13 19:21:46,531 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createDataResource] on [commit]
2019-05-13 19:21:46,531 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateShipment] on [commit]
2019-05-13 19:21:46,531 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createOtherDataResource] on [in-validate]
2019-05-13 19:21:46,531 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createShipmentReceipt] on [commit]
2019-05-13 19:21:46,531 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createDataResourceRole] on [invoke]
2019-05-13 19:21:46,531 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createShipmentReceipt] on [commit]
2019-05-13 19:21:46,531 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createDataText] on [invoke]
2019-05-13 19:21:46,531 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createShipmentReceipt] on [commit]
2019-05-13 19:21:46,531 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createDataText] on [invoke]
2019-05-13 19:21:46,531 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createShipmentPackageContent] on [in-validate]
2019-05-13 19:21:46,531 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updatePicklistItem] on [commit]
2019-05-13 19:21:46,531 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createDataText] on [invoke]
2019-05-13 19:21:46,531 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [packBulkItems] on [commit]
2019-05-13 19:21:46,531 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createDataText] on [invoke]
2019-05-13 19:21:46,531 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateRequirement] on [commit]
2019-05-13 19:21:46,531 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createDataText] on [invoke]
2019-05-13 19:21:46,531 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createRequirement] on [commit]
2019-05-13 19:21:46,531 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateDataText] on [invoke]
2019-05-13 19:21:46,531 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createBOMAssoc] on [commit]
2019-05-13 19:21:46,531 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateDataText] on [invoke]
2019-05-13 19:21:46,531 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [deleteProductAssoc] on [commit]
2019-05-13 19:21:46,531 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createElectronicText] on [invoke]
2019-05-13 19:21:46,531 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createBudget] on [commit]
2019-05-13 19:21:46,531 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createContent] on [commit]
2019-05-13 19:21:46,531 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createPaymentApplication] on [commit]
2019-05-13 19:21:46,531 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createContent] on [commit]
2019-05-13 19:21:46,531 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createPartyPostalAddress] on [commit]
2019-05-13 19:21:46,531 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createContent] on [commit]
2019-05-13 19:21:46,531 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updatePostalAddress] on [return]
2019-05-13 19:21:46,531 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createContent] on [commit]
2019-05-13 19:21:46,531 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createBillingAccountRole] on [invoke]
2019-05-13 19:21:46,531 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createContent] on [commit]
2019-05-13 19:21:46,531 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createCreditCard] on [in-validate]
2019-05-13 19:21:46,531 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createContent] on [commit]
2019-05-13 19:21:46,531 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateCreditCard] on [in-validate]
2019-05-13 19:21:46,531 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createContentRole] on [invoke]
2019-05-13 19:21:46,531 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createCreditCard] on [commit]
2019-05-13 19:21:46,531 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateContent] on [commit]
2019-05-13 19:21:46,531 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateCreditCard] on [commit]
2019-05-13 19:21:46,531 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateContent] on [commit]
2019-05-13 19:21:46,531 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createCreditCardAndAddress] on [in-validate]
2019-05-13 19:21:46,531 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateContent] on [commit]
2019-05-13 19:21:46,531 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateCreditCardAndAddress] on [in-validate]
2019-05-13 19:21:46,531 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createWorkEffort] on [commit]
2019-05-13 19:21:46,531 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createGiftCard] on [in-validate]
2019-05-13 19:21:46,531 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createWorkEffort] on [commit]
2019-05-13 19:21:46,531 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateGiftCard] on [in-validate]
2019-05-13 19:21:46,531 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateWorkEffort] on [commit]
2019-05-13 19:21:46,531 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [authOrderPayments] on [global-rollback]
2019-05-13 19:21:46,532 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createCommunicationEventWorkEff] on [invoke]
2019-05-13 19:21:46,532 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [retryFailedOrderAuth] on [commit]
2019-05-13 19:21:46,532 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createWorkEffortRequest] on [invoke]
2019-05-13 19:21:46,532 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createBudgetRole] on [invoke]
2019-05-13 19:21:46,532 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createFinAccountRole] on [invoke]
2019-05-13 19:21:46,532 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createWorkEffortRequestItem] on [invoke]
2019-05-13 19:21:46,532 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [finAccountWithdraw] on [return]
2019-05-13 19:21:46,532 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createWorkEffortQuote] on [invoke]
2019-05-13 19:21:46,532 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateFinAccount] on [commit]
2019-05-13 19:21:46,532 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createWorkRequirementFulfillment] on [invoke]
2019-05-13 19:21:46,532 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateFinAccount] on [commit]
2019-05-13 19:21:46,532 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createShoppingListWorkEffort] on [invoke]
2019-05-13 19:21:46,532 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createFinAccountTrans] on [commit]
2019-05-13 19:21:46,532 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createOrderHeaderWorkEffort] on [invoke]
2019-05-13 19:21:46,532 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createProduct] on [commit]
2019-05-13 19:21:46,532 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateInventoryItem] on [commit]
2019-05-13 19:21:46,532 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createPartyAcctgPreference] on [return]
2019-05-13 19:21:46,532 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateInventoryItem] on [commit]
2019-05-13 19:21:46,532 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [setPaymentStatus] on [commit]
2019-05-13 19:21:46,532 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateInventoryItem] on [commit]
2019-05-13 19:21:46,532 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [setPaymentStatus] on [commit]
2019-05-13 19:21:46,532 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createItemIssuance] on [return]
2019-05-13 19:21:46,532 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createPaymentAndApplicationForParty] on [commit]
2019-05-13 19:21:46,532 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createInventoryTransfer] on [invoke]
2019-05-13 19:21:46,532 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [setFinAccountTransStatus] on [commit]
2019-05-13 19:21:46,532 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createInventoryTransfer] on [commit]
2019-05-13 19:21:46,532 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [removePaymentApplication] on [invoke]
2019-05-13 19:21:46,532 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateInventoryTransfer] on [invoke]
2019-05-13 19:21:46,532 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [voidPayment] on [commit]
2019-05-13 19:21:46,532 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateInventoryTransfer] on [commit]
2019-05-13 19:21:46,532 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [setPaymentStatus] on [commit]
2019-05-13 19:21:46,532 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createPhysicalInventoryAndVariance] on [commit]
2019-05-13 19:21:46,532 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [setPaymentStatus] on [commit]
2019-05-13 19:21:46,532 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [balanceInventoryItems] on [commit]
2019-05-13 19:21:46,532 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createAcctgTransAndEntries] on [commit]
2019-05-13 19:21:46,532 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createProductPrice] on [commit]
2019-05-13 19:21:46,532 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createItemIssuance] on [commit]
2019-05-13 19:21:46,532 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateProductPrice] on [commit]
2019-05-13 19:21:46,532 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [cancelOrderItemIssuanceFromSalesShipment] on [commit]
2019-05-13 19:21:46,532 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [deleteProductPrice] on [commit]
2019-05-13 19:21:46,532 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createShipmentReceipt] on [commit]
2019-05-13 19:21:46,532 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [addPartyToCategory] on [invoke]
2019-05-13 19:21:46,532 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [assignInventoryToWorkEffort] on [commit]
2019-05-13 19:21:46,533 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [addPartyToFacility] on [invoke]
2019-05-13 19:21:46,533 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createWorkEffortInventoryProduced] on [commit]
2019-05-13 19:21:46,533 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [addPartyToFacility] on [invoke]
2019-05-13 19:21:46,533 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createCostComponent] on [commit]
2019-05-13 19:21:46,533 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [addPartyToFacilityGroup] on [invoke]
2019-05-13 19:21:46,533 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateInventoryItem] on [commit]
2019-05-13 19:21:46,533 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [addPartyToFacilityGroup] on [invoke]
2019-05-13 19:21:46,533 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createInventoryItemDetail] on [commit]
2019-05-13 19:21:46,533 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [addProdCatalogToParty] on [invoke]
2019-05-13 19:21:46,533 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createPhysicalInventoryAndVariance] on [commit]
2019-05-13 19:21:46,533 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createProductContent] on [in-validate]
2019-05-13 19:21:46,533 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createItemIssuance] on [commit]
2019-05-13 19:21:46,533 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createPicklistFromOrders] on [in-validate]
2019-05-13 19:21:46,533 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [setInvoiceStatus] on [commit]
2019-05-13 19:21:46,533 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [receiveInventoryProduct] on [commit]
2019-05-13 19:21:46,533 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [setInvoiceStatus] on [commit]
2019-05-13 19:21:46,533 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [receiveInventoryProduct] on [commit]
2019-05-13 19:21:46,533 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [setInvoiceStatus] on [commit]
2019-05-13 19:21:46,533 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [deletePartyRole] on [commit]
2019-05-13 19:21:46,533 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createPayment] on [commit]
2019-05-13 19:21:46,533 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [setPaymentStatus] on [commit]
2019-05-13 19:21:46,533 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateProductStoreGroup] on [commit]
2019-05-13 19:21:46,533 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createPayment] on [commit]
2019-05-13 19:21:46,533 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createProductStoreGroupRollup] on [commit]
2019-05-13 19:21:46,533 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [setPaymentStatus] on [commit]
2019-05-13 19:21:46,533 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateShipment] on [commit]
2019-05-13 19:21:46,533 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createPaymentApplication] on [commit]
2019-05-13 19:21:46,533 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateShipment] on [commit]
2019-05-13 19:21:46,533 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createPaymentApplication] on [commit]
2019-05-13 19:21:46,533 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateShipment] on [commit]
2019-05-13 19:21:46,533 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createGlReconciliationEntry] on [commit]
2019-05-13 19:21:46,533 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateShipment] on [commit]
2019-05-13 19:21:46,533 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [postAcctgTrans] on [commit]
2019-05-13 19:21:46,533 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateShipment] on [commit]
2019-05-13 19:21:46,533 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [cancelInvoice] on [invoke]
2019-05-13 19:21:46,533 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateShipment] on [commit]
2019-05-13 19:21:46,533 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [cancelInvoice] on [commit]
2019-05-13 19:21:46,533 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateShipment] on [commit]
2019-05-13 19:21:46,533 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [cancelInvoice] on [commit]
2019-05-13 19:21:46,533 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateShipment] on [commit]
2019-05-13 19:21:46,533 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [setInvoiceStatus] on [commit]
2019-05-13 19:21:46,533 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateShipment] on [commit]
2019-05-13 19:21:46,533 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [setInvoiceStatus] on [return]
2019-05-13 19:21:46,533 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createShipment] on [commit]
2019-05-13 19:21:46,533 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [setInvoiceStatus] on [commit]
2019-05-13 19:21:46,533 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateShipment] on [commit]
2019-05-13 19:21:46,534 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [storeOrder] on [return]
2019-05-13 19:21:46,534 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createShipment] on [commit]
2019-05-13 19:21:46,534 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [storeOrder] on [return]
2019-05-13 19:21:46,534 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createShipment] on [commit]
2019-05-13 19:21:46,534 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [storeOrder] on [return]
2019-05-13 19:21:46,534 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [storeOrder] on [return]
2019-05-13 19:21:46,534 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateShipment] on [commit]
2019-05-13 19:21:46,534 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [storeOrder] on [return]
2019-05-13 19:21:46,534 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateShipment] on [commit]
2019-05-13 19:21:46,534 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateOrderItems] on [commit]
2019-05-13 19:21:46,534 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createShipment] on [commit]
2019-05-13 19:21:46,534 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [receiveInventoryProduct] on [commit]
2019-05-13 19:21:46,534 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateShipment] on [commit]
2019-05-13 19:21:46,534 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [receiveInventoryProduct] on [commit]
2019-05-13 19:21:46,534 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createShipmentReceipt] on [commit]
2019-05-13 19:21:46,534 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [changeOrderItemStatus] on [commit]
2019-05-13 19:21:46,534 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createShipmentReceipt] on [commit]
2019-05-13 19:21:46,534 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [changeOrderItemStatus] on [commit]
2019-05-13 19:21:46,534 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createShipmentReceipt] on [commit]
2019-05-13 19:21:46,534 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [changeOrderItemStatus] on [commit]
2019-05-13 19:21:46,534 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createShipmentPackageContent] on [in-validate]
2019-05-13 19:21:46,534 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [changeOrderItemStatus] on [commit]
2019-05-13 19:21:46,534 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updatePicklistItem] on [commit]
2019-05-13 19:21:46,534 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [changeOrderItemStatus] on [commit]
2019-05-13 19:21:46,534 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [packBulkItems] on [commit]
2019-05-13 19:21:46,534 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [changeOrderStatus] on [commit]
2019-05-13 19:21:46,534 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateRequirement] on [commit]
2019-05-13 19:21:46,534 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [changeOrderStatus] on [global-commit-post-run]
2019-05-13 19:21:46,534 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createRequirement] on [commit]
2019-05-13 19:21:46,534 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [changeOrderStatus] on [commit]
2019-05-13 19:21:46,534 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createBOMAssoc] on [commit]
2019-05-13 19:21:46,534 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [changeOrderStatus] on [commit]
2019-05-13 19:21:46,534 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [deleteProductAssoc] on [commit]
2019-05-13 19:21:46,534 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [changeOrderStatus] on [commit]
2019-05-13 19:21:46,534 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createBudget] on [commit]
2019-05-13 19:21:46,534 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createOrderAdjustment] on [commit]
2019-05-13 19:21:46,534 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createPaymentApplication] on [commit]
2019-05-13 19:21:46,534 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateOrderAdjustment] on [commit]
2019-05-13 19:21:46,534 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createPartyPostalAddress] on [commit]
2019-05-13 19:21:46,534 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [deleteOrderAdjustment] on [commit]
2019-05-13 19:21:46,534 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updatePostalAddress] on [return]
2019-05-13 19:21:46,534 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateOrderItems] on [commit]
2019-05-13 19:21:46,534 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createBillingAccountRole] on [invoke]
2019-05-13 19:21:46,534 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [appendOrderItem] on [commit]
2019-05-13 19:21:46,534 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createCreditCard] on [in-validate]
2019-05-13 19:21:46,534 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [cancelOrderItem] on [global-commit-post-run]
2019-05-13 19:21:46,535 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateOrderItems] on [return]
2019-05-13 19:21:46,535 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateCreditCard] on [in-validate]
2019-05-13 19:21:46,535 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [appendOrderItem] on [return]
2019-05-13 19:21:46,535 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createCreditCard] on [commit]
2019-05-13 19:21:46,535 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateCreditCard] on [commit]
2019-05-13 19:21:46,535 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [sendOrderConfirmation] on [commit]
2019-05-13 19:21:46,535 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [sendOrderChangeNotification] on [commit]
2019-05-13 19:21:46,535 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createCreditCardAndAddress] on [in-validate]
2019-05-13 19:21:46,535 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [sendOrderCompleteNotification] on [commit]
2019-05-13 19:21:46,535 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateCreditCardAndAddress] on [in-validate]
2019-05-13 19:21:46,535 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [sendOrderBackorderNotification] on [commit]
2019-05-13 19:21:46,535 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [sendOrderPayRetryNotification] on [commit]
2019-05-13 19:21:46,535 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createGiftCard] on [in-validate]
2019-05-13 19:21:46,535 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createOrderDeliverySchedule] on [commit]
2019-05-13 19:21:46,535 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateGiftCard] on [in-validate]
2019-05-13 19:21:46,535 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateOrderDeliverySchedule] on [commit]
2019-05-13 19:21:46,535 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [authOrderPayments] on [global-rollback]
2019-05-13 19:21:46,535 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createReturnHeader] on [commit]
2019-05-13 19:21:46,535 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [retryFailedOrderAuth] on [commit]
2019-05-13 19:21:46,535 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateReturnHeader] on [commit]
2019-05-13 19:21:46,535 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateReturnHeader] on [return]
2019-05-13 19:21:46,535 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createBudgetRole] on [invoke]
2019-05-13 19:21:46,535 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateReturnHeader] on [commit]
2019-05-13 19:21:46,535 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createFinAccountRole] on [invoke]
2019-05-13 19:21:46,535 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateReturnHeader] on [commit]
2019-05-13 19:21:46,535 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [finAccountWithdraw] on [return]
2019-05-13 19:21:46,535 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateReturnStatusFromReceipt] on [global-commit-post-run]
2019-05-13 19:21:46,535 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateFinAccount] on [commit]
2019-05-13 19:21:46,535 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateReturnHeader] on [commit]
2019-05-13 19:21:46,535 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateFinAccount] on [commit]
2019-05-13 19:21:46,535 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateReturnHeader] on [commit]
2019-05-13 19:21:46,535 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createFinAccountTrans] on [commit]
2019-05-13 19:21:46,535 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateReturnHeader] on [commit]
2019-05-13 19:21:46,535 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createProduct] on [commit]
2019-05-13 19:21:46,535 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateReturnHeader] on [commit]
2019-05-13 19:21:46,535 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createPartyAcctgPreference] on [return]
2019-05-13 19:21:46,535 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateReturnItem] on [commit]
2019-05-13 19:21:46,535 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [setPaymentStatus] on [commit]
2019-05-13 19:21:46,535 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [processReplacementReturn] on [commit]
2019-05-13 19:21:46,535 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [setPaymentStatus] on [commit]
2019-05-13 19:21:46,535 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [processCreditReturn] on [commit]
2019-05-13 19:21:46,535 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createPaymentAndApplicationForParty] on [commit]
2019-05-13 19:21:46,535 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [processRefundReturn] on [commit]
2019-05-13 19:21:46,535 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [setFinAccountTransStatus] on [commit]
2019-05-13 19:21:46,535 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [storeOrder] on [commit]
2019-05-13 19:21:46,536 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [removePaymentApplication] on [invoke]
2019-05-13 19:21:46,536 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createShoppingList] on [in-validate]
2019-05-13 19:21:46,536 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [voidPayment] on [commit]
2019-05-13 19:21:46,536 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateShoppingList] on [in-validate]
2019-05-13 19:21:46,536 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [setPaymentStatus] on [commit]
2019-05-13 19:21:46,536 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createShoppingList] on [in-validate]
2019-05-13 19:21:46,536 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [setPaymentStatus] on [commit]
2019-05-13 19:21:46,536 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateShoppingList] on [in-validate]
2019-05-13 19:21:46,536 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createShoppingListItem] on [in-validate]
2019-05-13 19:21:46,536 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createAcctgTransAndEntries] on [commit]
2019-05-13 19:21:46,536 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [storeOrder] on [commit]
2019-05-13 19:21:46,536 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createItemIssuance] on [commit]
2019-05-13 19:21:46,536 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createCustRequest] on [commit]
2019-05-13 19:21:46,536 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [cancelOrderItemIssuanceFromSalesShipment] on [commit]
2019-05-13 19:21:46,536 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateCustRequest] on [commit]
2019-05-13 19:21:46,536 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createShipmentReceipt] on [commit]
2019-05-13 19:21:46,536 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createCustRequestItemNote] on [commit]
2019-05-13 19:21:46,536 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [assignInventoryToWorkEffort] on [commit]
2019-05-13 19:21:46,536 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createRequirement] on [commit]
2019-05-13 19:21:46,536 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createWorkEffortInventoryProduced] on [commit]
2019-05-13 19:21:46,536 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createRequirement] on [commit]
2019-05-13 19:21:46,536 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createCostComponent] on [commit]
2019-05-13 19:21:46,536 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateRequirement] on [commit]
2019-05-13 19:21:46,536 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateInventoryItem] on [commit]
2019-05-13 19:21:46,536 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createRequirement] on [commit]
2019-05-13 19:21:46,536 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createInventoryItemDetail] on [commit]
2019-05-13 19:21:46,536 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createItemIssuance] on [invoke]
2019-05-13 19:21:46,536 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createPhysicalInventoryAndVariance] on [commit]
2019-05-13 19:21:46,536 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateItemIssuance] on [invoke]
2019-05-13 19:21:46,536 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createItemIssuance] on [commit]
2019-05-13 19:21:46,536 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [reserveOrderItemInventory] on [commit]
2019-05-13 19:21:46,536 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [setInvoiceStatus] on [commit]
2019-05-13 19:21:46,536 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [changeOrderStatus] on [commit]
2019-05-13 19:21:46,536 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [setInvoiceStatus] on [commit]
2019-05-13 19:21:46,536 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [changeOrderStatus] on [commit]
2019-05-13 19:21:46,536 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [setInvoiceStatus] on [commit]
2019-05-13 19:21:46,536 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createQuoteRole] on [invoke]
2019-05-13 19:21:46,536 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createPayment] on [commit]
2019-05-13 19:21:46,536 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [setCustRequestStatus] on [commit]
2019-05-13 19:21:46,536 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [setPaymentStatus] on [commit]
2019-05-13 19:21:46,536 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [setCustRequestStatus] on [commit]
2019-05-13 19:21:46,536 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createPayment] on [commit]
2019-05-13 19:21:46,536 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createCustRequestItemNote] on [commit]
2019-05-13 19:21:46,536 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [setPaymentStatus] on [commit]
2019-05-13 19:21:46,536 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createSalesOpportunity] on [commit]
2019-05-13 19:21:46,536 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createPaymentApplication] on [commit]
2019-05-13 19:21:46,536 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateSalesOpportunity] on [commit]
2019-05-13 19:21:46,537 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createPaymentApplication] on [commit]
2019-05-13 19:21:46,537 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createSalesOpportunity] on [commit]
2019-05-13 19:21:46,537 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createGlReconciliationEntry] on [commit]
2019-05-13 19:21:46,537 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateSalesOpportunity] on [commit]
2019-05-13 19:21:46,537 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [postAcctgTrans] on [commit]
2019-05-13 19:21:46,537 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createReturnItem] on [commit]
2019-05-13 19:21:46,537 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [cancelInvoice] on [invoke]
2019-05-13 19:21:46,537 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateReturnItem] on [commit]
2019-05-13 19:21:46,537 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createUpdateCustomerAndShippingAddress] on [invoke]
2019-05-13 19:21:46,537 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [cancelInvoice] on [commit]
2019-05-13 19:21:46,537 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createPaymentFromPreference] on [commit]
2019-05-13 19:21:46,537 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [cancelInvoice] on [commit]
2019-05-13 19:21:46,537 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [storeOrder] on [commit]
2019-05-13 19:21:46,537 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [setInvoiceStatus] on [commit]
2019-05-13 19:21:46,537 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateShipGroupShipInfo] on [commit]
2019-05-13 19:21:46,537 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [setInvoiceStatus] on [return]
2019-05-13 19:21:46,537 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [storeOrder] on [return]
2019-05-13 19:21:46,537 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [setInvoiceStatus] on [commit]
2019-05-13 19:21:46,537 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [changeOrderItemStatus] on [commit]
2019-05-13 19:21:46,537 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [storeOrder] on [return]
2019-05-13 19:21:46,537 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [changeOrderItemStatus] on [commit]
2019-05-13 19:21:46,537 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [storeOrder] on [return]
2019-05-13 19:21:46,537 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateOrderItems] on [commit]
2019-05-13 19:21:46,537 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [storeOrder] on [return]
2019-05-13 19:21:46,537 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [changeAllocationPlanStatus] on [commit]
2019-05-13 19:21:46,537 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [storeOrder] on [return]
2019-05-13 19:21:46,537 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [changeAllocationPlanStatus] on [commit]
2019-05-13 19:21:46,537 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [storeOrder] on [return]
2019-05-13 19:21:46,537 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createContactListPartyStatus] on [commit]
2019-05-13 19:21:46,537 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateOrderItems] on [commit]
2019-05-13 19:21:46,537 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createContactListPartyStatus] on [commit]
2019-05-13 19:21:46,537 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updatePartyEmailAddress] on [return]
2019-05-13 19:21:46,537 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [receiveInventoryProduct] on [commit]
2019-05-13 19:21:46,537 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateContactListParty] on [commit]
2019-05-13 19:21:46,537 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [receiveInventoryProduct] on [commit]
2019-05-13 19:21:46,537 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createContactListPartyStatus] on [commit]
2019-05-13 19:21:46,537 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [changeOrderItemStatus] on [commit]
2019-05-13 19:21:46,537 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createContactListPartyStatus] on [commit]
2019-05-13 19:21:46,537 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [changeOrderItemStatus] on [commit]
2019-05-13 19:21:46,537 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateCommunicationEvent] on [commit]
2019-05-13 19:21:46,537 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [changeOrderItemStatus] on [commit]
2019-05-13 19:21:46,537 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [updateContactListCommStatus] on [commit]
2019-05-13 19:21:46,537 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [changeOrderItemStatus] on [commit]
2019-05-13 19:21:46,537 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createLead] on [commit]
2019-05-13 19:21:46,537 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [changeOrderItemStatus] on [commit]
2019-05-13 19:21:46,537 |OFBiz-batch-4        |ServiceEcaUtil                |W| Duplicate Service ECA [createContact] on [commit]
2019-05-13 19:21:46,537 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [changeOrderStatus] on [commit]
2019-05-13 19:21:46,537 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [changeOrderStatus] on [global-commit-post-run]
2019-05-13 19:21:46,537 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [changeOrderStatus] on [commit]
2019-05-13 19:21:46,537 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [changeOrderStatus] on [commit]
2019-05-13 19:21:46,538 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [changeOrderStatus] on [commit]
2019-05-13 19:21:46,538 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createOrderAdjustment] on [commit]
2019-05-13 19:21:46,538 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateOrderAdjustment] on [commit]
2019-05-13 19:21:46,538 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [deleteOrderAdjustment] on [commit]
2019-05-13 19:21:46,538 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateOrderItems] on [commit]
2019-05-13 19:21:46,538 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [appendOrderItem] on [commit]
2019-05-13 19:21:46,538 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [cancelOrderItem] on [global-commit-post-run]
2019-05-13 19:21:46,538 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateOrderItems] on [return]
2019-05-13 19:21:46,538 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [appendOrderItem] on [return]
2019-05-13 19:21:46,538 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [sendOrderConfirmation] on [commit]
2019-05-13 19:21:46,538 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [sendOrderChangeNotification] on [commit]
2019-05-13 19:21:46,538 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [sendOrderCompleteNotification] on [commit]
2019-05-13 19:21:46,538 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [sendOrderBackorderNotification] on [commit]
2019-05-13 19:21:46,538 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [sendOrderPayRetryNotification] on [commit]
2019-05-13 19:21:46,538 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createOrderDeliverySchedule] on [commit]
2019-05-13 19:21:46,538 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateOrderDeliverySchedule] on [commit]
2019-05-13 19:21:46,538 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createReturnHeader] on [commit]
2019-05-13 19:21:46,538 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateReturnHeader] on [commit]
2019-05-13 19:21:46,538 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateReturnHeader] on [return]
2019-05-13 19:21:46,538 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateReturnHeader] on [commit]
2019-05-13 19:21:46,538 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateReturnHeader] on [commit]
2019-05-13 19:21:46,538 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateReturnStatusFromReceipt] on [global-commit-post-run]
2019-05-13 19:21:46,538 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateReturnHeader] on [commit]
2019-05-13 19:21:46,539 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateReturnHeader] on [commit]
2019-05-13 19:21:46,539 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateReturnHeader] on [commit]
2019-05-13 19:21:46,539 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateReturnHeader] on [commit]
2019-05-13 19:21:46,539 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateReturnItem] on [commit]
2019-05-13 19:21:46,539 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [processReplacementReturn] on [commit]
2019-05-13 19:21:46,539 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [processCreditReturn] on [commit]
2019-05-13 19:21:46,539 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [processRefundReturn] on [commit]
2019-05-13 19:21:46,539 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [storeOrder] on [commit]
2019-05-13 19:21:46,539 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createShoppingList] on [in-validate]
2019-05-13 19:21:46,539 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateShoppingList] on [in-validate]
2019-05-13 19:21:46,539 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createShoppingList] on [in-validate]
2019-05-13 19:21:46,539 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateShoppingList] on [in-validate]
2019-05-13 19:21:46,539 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createShoppingListItem] on [in-validate]
2019-05-13 19:21:46,539 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [storeOrder] on [commit]
2019-05-13 19:21:46,539 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createCustRequest] on [commit]
2019-05-13 19:21:46,539 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateCustRequest] on [commit]
2019-05-13 19:21:46,539 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createCustRequestItemNote] on [commit]
2019-05-13 19:21:46,539 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createRequirement] on [commit]
2019-05-13 19:21:46,539 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createRequirement] on [commit]
2019-05-13 19:21:46,539 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateRequirement] on [commit]
2019-05-13 19:21:46,539 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createRequirement] on [commit]
2019-05-13 19:21:46,539 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createItemIssuance] on [invoke]
2019-05-13 19:21:46,539 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateItemIssuance] on [invoke]
2019-05-13 19:21:46,539 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [reserveOrderItemInventory] on [commit]
2019-05-13 19:21:46,539 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [changeOrderStatus] on [commit]
2019-05-13 19:21:46,540 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [changeOrderStatus] on [commit]
2019-05-13 19:21:46,540 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createQuoteRole] on [invoke]
2019-05-13 19:21:46,540 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [setCustRequestStatus] on [commit]
2019-05-13 19:21:46,540 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [setCustRequestStatus] on [commit]
2019-05-13 19:21:46,540 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createCustRequestItemNote] on [commit]
2019-05-13 19:21:46,540 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createSalesOpportunity] on [commit]
2019-05-13 19:21:46,540 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateSalesOpportunity] on [commit]
2019-05-13 19:21:46,540 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createSalesOpportunity] on [commit]
2019-05-13 19:21:46,540 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateSalesOpportunity] on [commit]
2019-05-13 19:21:46,540 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createReturnItem] on [commit]
2019-05-13 19:21:46,540 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateReturnItem] on [commit]
2019-05-13 19:21:46,540 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createUpdateCustomerAndShippingAddress] on [invoke]
2019-05-13 19:21:46,540 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createPaymentFromPreference] on [commit]
2019-05-13 19:21:46,540 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [storeOrder] on [commit]
2019-05-13 19:21:46,540 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateShipGroupShipInfo] on [commit]
2019-05-13 19:21:46,540 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [storeOrder] on [return]
2019-05-13 19:21:46,540 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [changeOrderItemStatus] on [commit]
2019-05-13 19:21:46,540 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [changeOrderItemStatus] on [commit]
2019-05-13 19:21:46,540 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateOrderItems] on [commit]
2019-05-13 19:21:46,540 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [changeAllocationPlanStatus] on [commit]
2019-05-13 19:21:46,540 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [changeAllocationPlanStatus] on [commit]
2019-05-13 19:21:46,540 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createContactListPartyStatus] on [commit]
2019-05-13 19:21:46,540 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createContactListPartyStatus] on [commit]
2019-05-13 19:21:46,540 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updatePartyEmailAddress] on [return]
2019-05-13 19:21:46,540 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateContactListParty] on [commit]
2019-05-13 19:21:46,541 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createContactListPartyStatus] on [commit]
2019-05-13 19:21:46,541 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createContactListPartyStatus] on [commit]
2019-05-13 19:21:46,541 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateCommunicationEvent] on [commit]
2019-05-13 19:21:46,541 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [updateContactListCommStatus] on [commit]
2019-05-13 19:21:46,541 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createLead] on [commit]
2019-05-13 19:21:46,541 |main                 |ServiceEcaUtil                |W| Duplicate Service ECA [createContact] on [commit]
2019-05-13 19:21:46,628 |delegator-startup-1  |DelegatorFactoryImpl          |I| Creating new delegator [default] (delegator-startup-1)
2019-05-13 19:21:46,628 |delegator-startup-1  |GenericDelegator              |I| Doing entity definition check...
2019-05-13 19:21:46,628 |delegator-startup-1  |ModelEntityChecker            |I| [initReservedWords] array length = 1025
2019-05-13 19:21:46,650 |OFBiz-batch-1        |GenericDelegator              |I| Delegator "default" initializing helper "localderby" for entity group "org.apache.ofbiz".
2019-05-13 19:21:46,650 |OFBiz-batch-2        |GenericDelegator              |I| Delegator "default" initializing helper "localderbytenant" for entity group "org.apache.ofbiz.tenant".
2019-05-13 19:21:46,650 |OFBiz-batch-1        |GenericDelegator              |I| Doing database check as requested in entityengine.xml with addMissing=true
2019-05-13 19:21:46,650 |OFBiz-batch-2        |GenericDelegator              |I| Doing database check as requested in entityengine.xml with addMissing=true
2019-05-13 19:21:46,650 |OFBiz-batch-2        |DatabaseUtil                  |I| Database Product Name is Apache Derby
2019-05-13 19:21:46,650 |OFBiz-batch-2        |DatabaseUtil                  |I| Database Product Version is 10.14.2.0 - (1828579)
2019-05-13 19:21:46,650 |OFBiz-batch-2        |DatabaseUtil                  |I| Database Driver Name is Apache Derby Embedded JDBC Driver
2019-05-13 19:21:46,650 |OFBiz-batch-2        |DatabaseUtil                  |I| Database Driver Version is 10.14.2.0 - (1828579)
2019-05-13 19:21:46,650 |OFBiz-batch-2        |DatabaseUtil                  |I| Database Driver JDBC Version is 4.2
2019-05-13 19:21:46,650 |OFBiz-batch-2        |DatabaseUtil                  |I| Database Setting/Support Information (those with a * should be true):
2019-05-13 19:21:46,650 |OFBiz-batch-2        |DatabaseUtil                  |I| - supports transactions     [true]*
2019-05-13 19:21:46,651 |OFBiz-batch-2        |DatabaseUtil                  |I| - isolation None            [false]
2019-05-13 19:21:46,651 |OFBiz-batch-2        |DatabaseUtil                  |I| - isolation ReadCommitted   [true]
2019-05-13 19:21:46,651 |OFBiz-batch-1        |DatabaseUtil                  |I| Database Product Name is Apache Derby
2019-05-13 19:21:46,651 |OFBiz-batch-2        |DatabaseUtil                  |I| - isolation ReadUncommitted [true]
2019-05-13 19:21:46,651 |OFBiz-batch-1        |DatabaseUtil                  |I| Database Product Version is 10.14.2.0 - (1828579)
2019-05-13 19:21:46,651 |OFBiz-batch-1        |DatabaseUtil                  |I| Database Driver Name is Apache Derby Embedded JDBC Driver
2019-05-13 19:21:46,651 |OFBiz-batch-1        |DatabaseUtil                  |I| Database Driver Version is 10.14.2.0 - (1828579)
2019-05-13 19:21:46,651 |OFBiz-batch-2        |DatabaseUtil                  |I| - isolation RepeatableRead  [true]
2019-05-13 19:21:46,651 |OFBiz-batch-1        |DatabaseUtil                  |I| Database Driver JDBC Version is 4.2
2019-05-13 19:21:46,651 |OFBiz-batch-1        |DatabaseUtil                  |I| Database Setting/Support Information (those with a * should be true):
2019-05-13 19:21:46,651 |OFBiz-batch-2        |DatabaseUtil                  |I| - isolation Serializable    [true]
2019-05-13 19:21:46,651 |OFBiz-batch-1        |DatabaseUtil                  |I| - supports transactions     [true]*
2019-05-13 19:21:46,651 |OFBiz-batch-2        |DatabaseUtil                  |I| - forward only type         [true]
2019-05-13 19:21:46,651 |OFBiz-batch-2        |DatabaseUtil                  |I| - scroll sensitive type     [false]
2019-05-13 19:21:46,651 |OFBiz-batch-2        |DatabaseUtil                  |I| - scroll insensitive type   [true]
2019-05-13 19:21:46,651 |OFBiz-batch-2        |DatabaseUtil                  |I| - is case sensitive         [false]
2019-05-13 19:21:46,651 |OFBiz-batch-1        |DatabaseUtil                  |I| - isolation None            [false]
2019-05-13 19:21:46,651 |OFBiz-batch-1        |DatabaseUtil                  |I| - isolation ReadCommitted   [true]
2019-05-13 19:21:46,651 |OFBiz-batch-2        |DatabaseUtil                  |I| - stores LowerCase          [false]
2019-05-13 19:21:46,651 |OFBiz-batch-1        |DatabaseUtil                  |I| - isolation ReadUncommitted [true]
2019-05-13 19:21:46,652 |OFBiz-batch-2        |DatabaseUtil                  |I| - stores MixedCase          [false]
2019-05-13 19:21:46,652 |OFBiz-batch-1        |DatabaseUtil                  |I| - isolation RepeatableRead  [true]
2019-05-13 19:21:46,652 |OFBiz-batch-2        |DatabaseUtil                  |I| - stores UpperCase          [true]
2019-05-13 19:21:46,652 |OFBiz-batch-1        |DatabaseUtil                  |I| - isolation Serializable    [true]
2019-05-13 19:21:46,652 |OFBiz-batch-2        |DatabaseUtil                  |I| - max table name length     [128]
2019-05-13 19:21:46,652 |OFBiz-batch-1        |DatabaseUtil                  |I| - forward only type         [true]
2019-05-13 19:21:46,652 |OFBiz-batch-2        |DatabaseUtil                  |I| - max column name length    [128]
2019-05-13 19:21:46,652 |OFBiz-batch-1        |DatabaseUtil                  |I| - scroll sensitive type     [false]
2019-05-13 19:21:46,652 |OFBiz-batch-2        |DatabaseUtil                  |I| - concurrent connections    [0]
2019-05-13 19:21:46,652 |OFBiz-batch-1        |DatabaseUtil                  |I| - scroll insensitive type   [true]
2019-05-13 19:21:46,652 |OFBiz-batch-1        |DatabaseUtil                  |I| - is case sensitive         [false]
2019-05-13 19:21:46,652 |OFBiz-batch-2        |DatabaseUtil                  |I| - concurrent statements     [0]
2019-05-13 19:21:46,652 |OFBiz-batch-1        |DatabaseUtil                  |I| - stores LowerCase          [false]
2019-05-13 19:21:46,652 |OFBiz-batch-2        |DatabaseUtil                  |I| - ANSI SQL92 Entry          [true]
2019-05-13 19:21:46,652 |OFBiz-batch-1        |DatabaseUtil                  |I| - stores MixedCase          [false]
2019-05-13 19:21:46,652 |OFBiz-batch-2        |DatabaseUtil                  |I| - ANSI SQL92 Intermediate   [false]
2019-05-13 19:21:46,652 |OFBiz-batch-1        |DatabaseUtil                  |I| - stores UpperCase          [true]
2019-05-13 19:21:46,652 |OFBiz-batch-2        |DatabaseUtil                  |I| - ANSI SQL92 Full           [false]
2019-05-13 19:21:46,652 |OFBiz-batch-1        |DatabaseUtil                  |I| - max table name length     [128]
2019-05-13 19:21:46,652 |OFBiz-batch-2        |DatabaseUtil                  |I| - ODBC SQL Grammar Core     [false]
2019-05-13 19:21:46,652 |OFBiz-batch-1        |DatabaseUtil                  |I| - max column name length    [128]
2019-05-13 19:21:46,652 |OFBiz-batch-2        |DatabaseUtil                  |I| - ODBC SQL Grammar Extended [false]
2019-05-13 19:21:46,652 |OFBiz-batch-1        |DatabaseUtil                  |I| - concurrent connections    [0]
2019-05-13 19:21:46,653 |OFBiz-batch-1        |DatabaseUtil                  |I| - concurrent statements     [0]
2019-05-13 19:21:46,653 |OFBiz-batch-2        |DatabaseUtil                  |I| - ODBC SQL Grammar Minimum  [true]
2019-05-13 19:21:46,653 |OFBiz-batch-1        |DatabaseUtil                  |I| - ANSI SQL92 Entry          [true]
2019-05-13 19:21:46,653 |OFBiz-batch-2        |DatabaseUtil                  |I| - outer joins               [true]*
2019-05-13 19:21:46,653 |OFBiz-batch-1        |DatabaseUtil                  |I| - ANSI SQL92 Intermediate   [false]
2019-05-13 19:21:46,653 |OFBiz-batch-2        |DatabaseUtil                  |I| - limited outer joins       [true]
2019-05-13 19:21:46,653 |OFBiz-batch-1        |DatabaseUtil                  |I| - ANSI SQL92 Full           [false]
2019-05-13 19:21:46,653 |OFBiz-batch-2        |DatabaseUtil                  |I| - full outer joins          [false]
2019-05-13 19:21:46,653 |OFBiz-batch-1        |DatabaseUtil                  |I| - ODBC SQL Grammar Core     [false]
2019-05-13 19:21:46,653 |OFBiz-batch-2        |DatabaseUtil                  |I| - group by                  [true]*
2019-05-13 19:21:46,653 |OFBiz-batch-1        |DatabaseUtil                  |I| - ODBC SQL Grammar Extended [false]
2019-05-13 19:21:46,653 |OFBiz-batch-2        |DatabaseUtil                  |I| - group by not in select    [true]
2019-05-13 19:21:46,653 |OFBiz-batch-1        |DatabaseUtil                  |I| - ODBC SQL Grammar Minimum  [true]
2019-05-13 19:21:46,653 |OFBiz-batch-2        |DatabaseUtil                  |I| - column aliasing           [true]
2019-05-13 19:21:46,653 |OFBiz-batch-1        |DatabaseUtil                  |I| - outer joins               [true]*
2019-05-13 19:21:46,653 |OFBiz-batch-2        |DatabaseUtil                  |I| - order by not in select    [false]
2019-05-13 19:21:46,653 |OFBiz-batch-1        |DatabaseUtil                  |I| - limited outer joins       [true]
2019-05-13 19:21:46,653 |OFBiz-batch-1        |DatabaseUtil                  |I| - full outer joins          [false]
2019-05-13 19:21:46,653 |OFBiz-batch-2        |DatabaseUtil                  |I| - alter table add column    [true]*
2019-05-13 19:21:46,653 |OFBiz-batch-1        |DatabaseUtil                  |I| - group by                  [true]*
2019-05-13 19:21:46,653 |OFBiz-batch-2        |DatabaseUtil                  |I| - non-nullable column       [true]*
2019-05-13 19:21:46,653 |OFBiz-batch-1        |DatabaseUtil                  |I| - group by not in select    [true]
2019-05-13 19:21:46,653 |OFBiz-batch-2        |DatabaseUtil                  |I| - default fetchsize        [1]
2019-05-13 19:21:46,653 |OFBiz-batch-2        |DatabaseUtil                  |I| - named parameters         [ SKIPPED ]
2019-05-13 19:21:46,653 |OFBiz-batch-1        |DatabaseUtil                  |I| - column aliasing           [true]
2019-05-13 19:21:46,653 |OFBiz-batch-2        |DatabaseUtil                  |I| Getting Table Info From Database
2019-05-13 19:21:46,654 |OFBiz-batch-1        |DatabaseUtil                  |I| - order by not in select    [false]
2019-05-13 19:21:46,654 |OFBiz-batch-1        |DatabaseUtil                  |I| - alter table add column    [true]*
2019-05-13 19:21:46,654 |OFBiz-batch-1        |DatabaseUtil                  |I| - non-nullable column       [true]*
2019-05-13 19:21:46,654 |OFBiz-batch-1        |DatabaseUtil                  |I| - default fetchsize        [1]
2019-05-13 19:21:46,654 |OFBiz-batch-1        |DatabaseUtil                  |I| - named parameters         [ SKIPPED ]
2019-05-13 19:21:46,654 |OFBiz-batch-1        |DatabaseUtil                  |I| Getting Table Info From Database
2019-05-13 19:21:46,656 |OFBiz-batch-2        |DatabaseUtil                  |I| Getting Column Info From Database
2019-05-13 19:21:46,659 |OFBiz-batch-2        |DatabaseUtil                  |I| Error getting primary key info from database with null tableName, will try other means: java.sql.SQLException: Table name can not be null
2019-05-13 19:21:46,659 |OFBiz-batch-2        |DatabaseUtil                  |I| Searching in 6 tables for primary key fields ...
2019-05-13 19:21:46,663 |OFBiz-batch-2        |DatabaseUtil                  |I| Reviewed 8 primary key fields from database.
2019-05-13 19:21:46,679 |OFBiz-batch-1        |DatabaseUtil                  |I| Getting Column Info From Database
2019-05-13 19:21:46,837 |OFBiz-batch-1        |DatabaseUtil                  |I| Error getting primary key info from database with null tableName, will try other means: java.sql.SQLException: Table name can not be null
2019-05-13 19:21:46,838 |OFBiz-batch-1        |DatabaseUtil                  |I| Searching in 841 tables for primary key fields ...
2019-05-13 19:21:46,991 |OFBiz-batch-1        |DatabaseUtil                  |I| Reviewed 1647 primary key fields from database.
2019-05-13 19:21:47,000 |OFBiz-batch-1        |DatabaseUtil                  |W| Column [FROM_DATE] of table [OFBIZ.PRODUCT_CONFIG_OPTION] of entity [ProductConfigOption] exists in the database but has no corresponding field
2019-05-13 19:21:47,000 |OFBiz-batch-1        |DatabaseUtil                  |W| Column [THRU_DATE] of table [OFBIZ.PRODUCT_CONFIG_OPTION] of entity [ProductConfigOption] exists in the database but has no corresponding field
2019-05-13 19:21:47,000 |OFBiz-batch-1        |DatabaseUtil                  |W| Entity [ProductConfigOption] has 9 fields but table [OFBIZ.PRODUCT_CONFIG_OPTION] has 11 columns.
2019-05-13 19:21:47,009 |OFBiz-batch-2        |ServiceGroupReader            |I| Loaded [1] Group definitions from file:/home/mthl/src/ofbiz/framework/common/servicedef/groups_test.xml
2019-05-13 19:21:47,012 |OFBiz-batch-2        |ServiceGroupReader            |I| Loaded [4] Group definitions from file:/home/mthl/src/ofbiz/framework/entityext/servicedef/groups.xml
2019-05-13 19:21:47,016 |OFBiz-batch-2        |ServiceGroupReader            |I| Loaded [2] Group definitions from file:/home/mthl/src/ofbiz/applications/workeffort/servicedef/service_groups.xml
2019-05-13 19:21:47,018 |OFBiz-batch-2        |ServiceGroupReader            |I| Loaded [1] Group definitions from file:/home/mthl/src/ofbiz/applications/product/servicedef/groups.xml
2019-05-13 19:21:47,020 |OFBiz-batch-2        |ServiceGroupReader            |I| Loaded [4] Group definitions from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/groups.xml
2019-05-13 19:21:47,053 |OFBiz-JobPoller      |JobPoller                     |I| JobPoller thread started.
2019-05-13 19:21:47,054 |enerFactory@577d339a |JmsListenerFactory            |I| Starting JMS Listener Factory Thread
2019-05-13 19:21:47,054 |enerFactory@577d339a |JmsListenerFactory            |I| JMS Listener Factory Thread Finished; All listeners connected.
2019-05-13 19:21:47,054 |enerFactory@1b2a8e29 |JmsListenerFactory            |I| Starting JMS Listener Factory Thread
2019-05-13 19:21:47,055 |enerFactory@1b2a8e29 |JmsListenerFactory            |I| JMS Listener Factory Thread Finished; All listeners connected.
2019-05-13 19:21:47,055 |enerFactory@6f603e89 |JmsListenerFactory            |I| Starting JMS Listener Factory Thread
2019-05-13 19:21:47,055 |enerFactory@6f603e89 |JmsListenerFactory            |I| JMS Listener Factory Thread Finished; All listeners connected.
2019-05-13 19:21:47,055 |enerFactory@3a6d1392 |JmsListenerFactory            |I| Starting JMS Listener Factory Thread
2019-05-13 19:21:47,056 |enerFactory@3a6d1392 |JmsListenerFactory            |I| JMS Listener Factory Thread Finished; All listeners connected.
2019-05-13 19:21:47,073 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [2] Services from file:/home/mthl/src/ofbiz/framework/common/servicedef/services_cdyne.xml
2019-05-13 19:21:47,073 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [2] Services from file:/home/mthl/src/ofbiz/framework/common/servicedef/services_cdyne.xml
2019-05-13 19:21:47,073 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [18] Services from file:/home/mthl/src/ofbiz/framework/common/servicedef/services_email.xml
2019-05-13 19:21:47,079 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [126] Services from file:/home/mthl/src/ofbiz/framework/common/servicedef/services.xml
2019-05-13 19:21:47,079 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [18] Services from file:/home/mthl/src/ofbiz/framework/common/servicedef/services_email.xml
2019-05-13 19:21:47,080 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [18] Services from file:/home/mthl/src/ofbiz/framework/common/servicedef/services_email.xml
2019-05-13 19:21:47,081 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [2] Services from file:/home/mthl/src/ofbiz/framework/common/servicedef/services_cdyne.xml
2019-05-13 19:21:47,084 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [2] Services from file:/home/mthl/src/ofbiz/framework/common/servicedef/services_cdyne.xml
2019-05-13 19:21:47,084 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [3] Services from file:/home/mthl/src/ofbiz/framework/common/servicedef/services_enum.xml
2019-05-13 19:21:47,085 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [6] Services from file:/home/mthl/src/ofbiz/framework/common/servicedef/services_method.xml
2019-05-13 19:21:47,086 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [18] Services from file:/home/mthl/src/ofbiz/framework/common/servicedef/services_email.xml
2019-05-13 19:21:47,089 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [3] Services from file:/home/mthl/src/ofbiz/framework/common/servicedef/services_enum.xml
2019-05-13 19:21:47,090 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [1] Services from file:/home/mthl/src/ofbiz/framework/common/servicedef/services_qrcode.xml
2019-05-13 19:21:47,090 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [126] Services from file:/home/mthl/src/ofbiz/framework/common/servicedef/services.xml
2019-05-13 19:21:47,094 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [12] Services from file:/home/mthl/src/ofbiz/framework/common/servicedef/services_geo.xml
2019-05-13 19:21:47,096 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [20] Services from file:/home/mthl/src/ofbiz/framework/common/servicedef/services_security.xml
2019-05-13 19:21:47,096 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [36] Services from file:/home/mthl/src/ofbiz/framework/common/servicedef/services_test.xml
2019-05-13 19:21:47,097 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [3] Services from file:/home/mthl/src/ofbiz/framework/common/servicedef/services_enum.xml
2019-05-13 19:21:47,098 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [1] Services from file:/home/mthl/src/ofbiz/framework/common/servicedef/services_qrcode.xml
2019-05-13 19:21:47,100 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [126] Services from file:/home/mthl/src/ofbiz/framework/common/servicedef/services.xml
2019-05-13 19:21:47,102 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [126] Services from file:/home/mthl/src/ofbiz/framework/common/servicedef/services.xml
2019-05-13 19:21:47,106 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [6] Services from file:/home/mthl/src/ofbiz/framework/common/servicedef/services_method.xml
2019-05-13 19:21:47,108 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [36] Services from file:/home/mthl/src/ofbiz/framework/common/servicedef/services_test.xml
2019-05-13 19:21:47,110 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [20] Services from file:/home/mthl/src/ofbiz/framework/common/servicedef/services_security.xml
2019-05-13 19:21:47,111 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [2] Services from file:/home/mthl/src/ofbiz/framework/common/servicedef/services_telecom.xml
2019-05-13 19:21:47,114 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [12] Services from file:/home/mthl/src/ofbiz/framework/common/servicedef/services_geo.xml
2019-05-13 19:21:47,115 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [6] Services from file:/home/mthl/src/ofbiz/framework/common/servicedef/services_method.xml
2019-05-13 19:21:47,116 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [3] Services from file:/home/mthl/src/ofbiz/framework/common/servicedef/services_enum.xml
2019-05-13 19:21:47,117 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [31] Services from file:/home/mthl/src/ofbiz/framework/service/servicedef/services_test_se.xml
2019-05-13 19:21:47,119 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [34] Services from file:/home/mthl/src/ofbiz/framework/service/servicedef/services.xml
2019-05-13 19:21:47,120 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [6] Services from file:/home/mthl/src/ofbiz/framework/entityext/servicedef/services_group.xml
2019-05-13 19:21:47,123 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [68] Services from file:/home/mthl/src/ofbiz/framework/entityext/servicedef/services.xml
2019-05-13 19:21:47,123 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [12] Services from file:/home/mthl/src/ofbiz/framework/common/servicedef/services_geo.xml
2019-05-13 19:21:47,123 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [3] Services from file:/home/mthl/src/ofbiz/framework/entityext/servicedef/services_synchronization.xml
2019-05-13 19:21:47,125 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [6] Services from file:/home/mthl/src/ofbiz/framework/common/servicedef/services_method.xml
2019-05-13 19:21:47,126 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [12] Services from file:/home/mthl/src/ofbiz/framework/common/servicedef/services_geo.xml
2019-05-13 19:21:47,126 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [34] Services from file:/home/mthl/src/ofbiz/framework/service/servicedef/services.xml
2019-05-13 19:21:47,127 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [2] Services from file:/home/mthl/src/ofbiz/framework/common/servicedef/services_telecom.xml
2019-05-13 19:21:47,130 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [10] Services from file:/home/mthl/src/ofbiz/framework/webtools/servicedef/services.xml
2019-05-13 19:21:47,130 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [1] Services from file:/home/mthl/src/ofbiz/framework/testtools/servicedef/services.xml
2019-05-13 19:21:47,133 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [36] Services from file:/home/mthl/src/ofbiz/framework/common/servicedef/services_test.xml
2019-05-13 19:21:47,133 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [20] Services from file:/home/mthl/src/ofbiz/framework/common/servicedef/services_security.xml
2019-05-13 19:21:47,137 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [18] Services from file:/home/mthl/src/ofbiz/applications/party/servicedef/services_agreement.xml
2019-05-13 19:21:47,138 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [12] Services from file:/home/mthl/src/ofbiz/applications/party/servicedef/services_contact.xml
2019-05-13 19:21:47,141 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [24] Services from file:/home/mthl/src/ofbiz/applications/party/servicedef/services_party.xml
2019-05-13 19:21:47,144 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [31] Services from file:/home/mthl/src/ofbiz/framework/service/servicedef/services_test_se.xml
2019-05-13 19:21:47,144 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [8] Services from file:/home/mthl/src/ofbiz/applications/party/servicedef/services_view.xml
2019-05-13 19:21:47,145 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [1] Services from file:/home/mthl/src/ofbiz/framework/common/servicedef/services_qrcode.xml
2019-05-13 19:21:47,145 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [3] Services from file:/home/mthl/src/ofbiz/framework/entityext/servicedef/services_tenant.xml
2019-05-13 19:21:47,146 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [3] Services from file:/home/mthl/src/ofbiz/applications/party/servicedef/services_communication.xml
2019-05-13 19:21:47,148 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [1] Services from file:/home/mthl/src/ofbiz/applications/securityext/servicedef/services.xml
2019-05-13 19:21:47,149 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [6] Services from file:/home/mthl/src/ofbiz/framework/entityext/servicedef/services_group.xml
2019-05-13 19:21:47,151 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [20] Services from file:/home/mthl/src/ofbiz/framework/common/servicedef/services_security.xml
2019-05-13 19:21:47,151 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [36] Services from file:/home/mthl/src/ofbiz/framework/common/servicedef/services_test.xml
2019-05-13 19:21:47,155 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [1] Services from file:/home/mthl/src/ofbiz/framework/common/servicedef/services_qrcode.xml
2019-05-13 19:21:47,156 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [35] Services from file:/home/mthl/src/ofbiz/applications/content/servicedef/services_contenttypes.xml
2019-05-13 19:21:47,158 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [3] Services from file:/home/mthl/src/ofbiz/framework/entityext/servicedef/services_synchronization.xml
2019-05-13 19:21:47,161 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [181] Services from file:/home/mthl/src/ofbiz/applications/party/servicedef/services.xml
2019-05-13 19:21:47,162 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [12] Services from file:/home/mthl/src/ofbiz/applications/content/servicedef/services_document.xml
2019-05-13 19:21:47,163 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [1] Services from file:/home/mthl/src/ofbiz/applications/content/servicedef/services_ftp.xml
2019-05-13 19:21:47,164 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [68] Services from file:/home/mthl/src/ofbiz/framework/entityext/servicedef/services.xml
2019-05-13 19:21:47,167 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [3] Services from file:/home/mthl/src/ofbiz/framework/entityext/servicedef/services_tenant.xml
2019-05-13 19:21:47,170 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [1] Services from file:/home/mthl/src/ofbiz/framework/testtools/servicedef/services.xml
2019-05-13 19:21:47,173 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [2] Services from file:/home/mthl/src/ofbiz/framework/common/servicedef/services_telecom.xml
2019-05-13 19:21:47,173 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [2] Services from file:/home/mthl/src/ofbiz/framework/common/servicedef/services_telecom.xml
2019-05-13 19:21:47,173 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [57] Services from file:/home/mthl/src/ofbiz/applications/content/servicedef/services_content.xml
2019-05-13 19:21:47,175 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [2] Services from file:/home/mthl/src/ofbiz/applications/content/servicedef/services_output.xml
2019-05-13 19:21:47,178 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [92] Services from file:/home/mthl/src/ofbiz/applications/content/servicedef/services.xml
2019-05-13 19:21:47,178 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [8] Services from file:/home/mthl/src/ofbiz/applications/content/servicedef/services_commevent.xml
2019-05-13 19:21:47,182 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [19] Services from file:/home/mthl/src/ofbiz/applications/content/servicedef/services_website.xml
2019-05-13 19:21:47,183 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [18] Services from file:/home/mthl/src/ofbiz/applications/party/servicedef/services_agreement.xml
2019-05-13 19:21:47,186 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [3] Services from file:/home/mthl/src/ofbiz/applications/party/servicedef/services_communication.xml
2019-05-13 19:21:47,189 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [17] Services from file:/home/mthl/src/ofbiz/applications/workeffort/servicedef/services_timesheet.xml
2019-05-13 19:21:47,190 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [39] Services from file:/home/mthl/src/ofbiz/applications/content/servicedef/services_data.xml
2019-05-13 19:21:47,192 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [36] Services from file:/home/mthl/src/ofbiz/applications/workeffort/servicedef/services_workeffort.xml
2019-05-13 19:21:47,196 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [10] Services from file:/home/mthl/src/ofbiz/framework/webtools/servicedef/services.xml
2019-05-13 19:21:47,196 |kJoinPool-1-worker-5 |ModelServiceReader            |W| No parameter found for override parameter named: contactMechId in service deleteWorkEffortInventoryProduced
2019-05-13 19:21:47,196 |kJoinPool-1-worker-5 |ModelServiceReader            |W| No parameter found for override parameter named: fromDate in service deleteWorkEffortInventoryProduced
2019-05-13 19:21:47,197 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [107] Services from file:/home/mthl/src/ofbiz/applications/workeffort/servicedef/services.xml
2019-05-13 19:21:47,202 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [12] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_inventory.xml
2019-05-13 19:21:47,203 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [22] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_maint.xml
2019-05-13 19:21:47,206 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [12] Services from file:/home/mthl/src/ofbiz/applications/party/servicedef/services_contact.xml
2019-05-13 19:21:47,208 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [42] Services from file:/home/mthl/src/ofbiz/applications/content/servicedef/services_survey.xml
2019-05-13 19:21:47,209 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [12] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_price.xml
2019-05-13 19:21:47,209 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [22] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_picklist.xml
2019-05-13 19:21:47,213 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [131] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_facility.xml
2019-05-13 19:21:47,214 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [24] Services from file:/home/mthl/src/ofbiz/applications/party/servicedef/services_party.xml
2019-05-13 19:21:47,214 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [36] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_feature.xml
2019-05-13 19:21:47,214 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [181] Services from file:/home/mthl/src/ofbiz/applications/party/servicedef/services.xml
2019-05-13 19:21:47,217 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [8] Services from file:/home/mthl/src/ofbiz/applications/party/servicedef/services_view.xml
2019-05-13 19:21:47,220 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [3] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_shipment_dhl.xml
2019-05-13 19:21:47,220 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [31] Services from file:/home/mthl/src/ofbiz/framework/service/servicedef/services_test_se.xml
2019-05-13 19:21:47,225 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [1] Services from file:/home/mthl/src/ofbiz/applications/securityext/servicedef/services.xml
2019-05-13 19:21:47,227 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [75] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_pricepromo.xml
2019-05-13 19:21:47,231 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [34] Services from file:/home/mthl/src/ofbiz/framework/service/servicedef/services.xml
2019-05-13 19:21:47,235 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [2] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_shipment_fedex.xml
2019-05-13 19:21:47,235 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [21] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_shipmentgateway.xml
2019-05-13 19:21:47,236 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [9] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_shipment_ups.xml
2019-05-13 19:21:47,240 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [10] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_shipment_usps.xml
2019-05-13 19:21:47,242 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [54] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_store.xml
2019-05-13 19:21:47,242 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [29] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_subscription.xml
2019-05-13 19:21:47,243 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [92] Services from file:/home/mthl/src/ofbiz/applications/content/servicedef/services.xml
2019-05-13 19:21:47,246 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [35] Services from file:/home/mthl/src/ofbiz/applications/content/servicedef/services_contenttypes.xml
2019-05-13 19:21:47,247 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [1] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_perm.xml
2019-05-13 19:21:47,249 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [6] Services from file:/home/mthl/src/ofbiz/framework/entityext/servicedef/services_group.xml
2019-05-13 19:21:47,250 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [236] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services.xml
2019-05-13 19:21:47,252 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [12] Services from file:/home/mthl/src/ofbiz/applications/content/servicedef/services_document.xml
2019-05-13 19:21:47,253 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [39] Services from file:/home/mthl/src/ofbiz/applications/content/servicedef/services_data.xml
2019-05-13 19:21:47,295 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [6] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_supplier.xml
2019-05-13 19:21:47,296 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [68] Services from file:/home/mthl/src/ofbiz/framework/entityext/servicedef/services.xml
2019-05-13 19:21:47,297 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [1] Services from file:/home/mthl/src/ofbiz/applications/content/servicedef/services_ftp.xml
2019-05-13 19:21:47,300 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [2] Services from file:/home/mthl/src/ofbiz/applications/content/servicedef/services_output.xml
2019-05-13 19:21:47,301 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [2] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_rental.xml
2019-05-13 19:21:47,301 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [6] Services from file:/home/mthl/src/ofbiz/framework/entityext/servicedef/services_group.xml
2019-05-13 19:21:47,301 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [31] Services from file:/home/mthl/src/ofbiz/framework/service/servicedef/services_test_se.xml
2019-05-13 19:21:47,302 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [34] Services from file:/home/mthl/src/ofbiz/framework/service/servicedef/services.xml
2019-05-13 19:21:47,305 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [137] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_shipment.xml
2019-05-13 19:21:47,307 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [13] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_view.xml
2019-05-13 19:21:47,308 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [3] Services from file:/home/mthl/src/ofbiz/framework/entityext/servicedef/services_synchronization.xml
2019-05-13 19:21:47,309 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [42] Services from file:/home/mthl/src/ofbiz/applications/content/servicedef/services_survey.xml
2019-05-13 19:21:47,309 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [8] Services from file:/home/mthl/src/ofbiz/applications/content/servicedef/services_commevent.xml
2019-05-13 19:21:47,310 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [6] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_config.xml
2019-05-13 19:21:47,313 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [3] Services from file:/home/mthl/src/ofbiz/framework/entityext/servicedef/services_tenant.xml
2019-05-13 19:21:47,313 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [1] Services from file:/home/mthl/src/ofbiz/applications/manufacturing/servicedef/services.xml
2019-05-13 19:21:47,313 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [2] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_uom.xml
2019-05-13 19:21:47,313 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [57] Services from file:/home/mthl/src/ofbiz/applications/content/servicedef/services_content.xml
2019-05-13 19:21:47,314 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [12] Services from file:/home/mthl/src/ofbiz/applications/manufacturing/servicedef/services_calendar.xml
2019-05-13 19:21:47,319 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [19] Services from file:/home/mthl/src/ofbiz/applications/content/servicedef/services_website.xml
2019-05-13 19:21:47,321 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [68] Services from file:/home/mthl/src/ofbiz/framework/entityext/servicedef/services.xml
2019-05-13 19:21:47,322 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [36] Services from file:/home/mthl/src/ofbiz/applications/manufacturing/servicedef/services_production_run.xml
2019-05-13 19:21:47,324 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [8] Services from file:/home/mthl/src/ofbiz/applications/manufacturing/servicedef/services_mrp.xml
2019-05-13 19:21:47,325 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [5] Services from file:/home/mthl/src/ofbiz/applications/manufacturing/servicedef/services_routing.xml
2019-05-13 19:21:47,326 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [1] Services from file:/home/mthl/src/ofbiz/framework/testtools/servicedef/services.xml
2019-05-13 19:21:47,328 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [24] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_cost.xml
2019-05-13 19:21:47,328 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [5] Services from file:/home/mthl/src/ofbiz/applications/manufacturing/servicedef/services_formula.xml
2019-05-13 19:21:47,332 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [16] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_admin.xml
2019-05-13 19:21:47,332 |kJoinPool-1-worker-3 |ModelServiceReader            |W| No parameter found for override parameter named: contactMechId in service deleteWorkEffortInventoryProduced
2019-05-13 19:21:47,333 |kJoinPool-1-worker-3 |ModelServiceReader            |W| No parameter found for override parameter named: fromDate in service deleteWorkEffortInventoryProduced
2019-05-13 19:21:47,333 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [10] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_billing.xml
2019-05-13 19:21:47,333 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [107] Services from file:/home/mthl/src/ofbiz/applications/workeffort/servicedef/services.xml
2019-05-13 19:21:47,334 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [13] Services from file:/home/mthl/src/ofbiz/applications/manufacturing/servicedef/services_bom.xml
2019-05-13 19:21:47,335 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [17] Services from file:/home/mthl/src/ofbiz/applications/workeffort/servicedef/services_timesheet.xml
2019-05-13 19:21:47,338 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [10] Services from file:/home/mthl/src/ofbiz/framework/webtools/servicedef/services.xml
2019-05-13 19:21:47,344 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [67] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_fixedasset.xml
2019-05-13 19:21:47,345 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [76] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_finaccount.xml
2019-05-13 19:21:47,347 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [36] Services from file:/home/mthl/src/ofbiz/applications/workeffort/servicedef/services_workeffort.xml
2019-05-13 19:21:47,349 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [83] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_invoice.xml
2019-05-13 19:21:47,349 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [44] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_agreement.xml
2019-05-13 19:21:47,354 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [47] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_budget.xml
2019-05-13 19:21:47,359 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [12] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_inventory.xml
2019-05-13 19:21:47,363 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [36] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_feature.xml
2019-05-13 19:21:47,365 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [22] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_maint.xml
2019-05-13 19:21:47,365 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [236] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services.xml
2019-05-13 19:21:47,370 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [181] Services from file:/home/mthl/src/ofbiz/applications/party/servicedef/services.xml
2019-05-13 19:21:47,371 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [19] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_paymentgateway.xml
2019-05-13 19:21:47,373 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [31] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_tax.xml
2019-05-13 19:21:47,374 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [18] Services from file:/home/mthl/src/ofbiz/applications/party/servicedef/services_agreement.xml
2019-05-13 19:21:47,376 |kJoinPool-1-worker-0 |ModelService                  |W| DEPRECATED: the service deleteRateAmount has been deprecated and replaced by expireRateAmount, since Release 18.12
2019-05-13 19:21:47,376 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [10] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_cost.xml
2019-05-13 19:21:47,376 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [14] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_rate.xml
2019-05-13 19:21:47,379 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [22] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_picklist.xml
2019-05-13 19:21:47,382 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [56] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_payment.xml
2019-05-13 19:21:47,383 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [3] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_shipment_dhl.xml
2019-05-13 19:21:47,386 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [3] Services from file:/home/mthl/src/ofbiz/applications/party/servicedef/services_communication.xml
2019-05-13 19:21:47,387 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [3] Services from file:/home/mthl/src/ofbiz/framework/entityext/servicedef/services_synchronization.xml
2019-05-13 19:21:47,387 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [75] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_pricepromo.xml
2019-05-13 19:21:47,391 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [3] Services from file:/home/mthl/src/ofbiz/framework/entityext/servicedef/services_tenant.xml
2019-05-13 19:21:47,391 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [131] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_facility.xml
2019-05-13 19:21:47,392 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [21] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_shipmentgateway.xml
2019-05-13 19:21:47,392 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [130] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_ledger.xml
2019-05-13 19:21:47,392 |kJoinPool-1-worker-1 |ModelService                  |W| DEPRECATED: the service captureBillingAccountPayment has been deprecated and replaced by captureBillingAccountPayments, since Releases 17.12
2019-05-13 19:21:47,393 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [2] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_shipment_fedex.xml
2019-05-13 19:21:47,394 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [9] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_sagepay.xml
2019-05-13 19:21:47,395 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [1] Services from file:/home/mthl/src/ofbiz/framework/testtools/servicedef/services.xml
2019-05-13 19:21:47,395 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [96] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_paymentmethod.xml
2019-05-13 19:21:47,397 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [12] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_price.xml
2019-05-13 19:21:47,399 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [12] Services from file:/home/mthl/src/ofbiz/applications/party/servicedef/services_contact.xml
2019-05-13 19:21:47,400 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [9] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_shipment_ups.xml
2019-05-13 19:21:47,401 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [10] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_shipment_usps.xml
2019-05-13 19:21:47,402 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [5] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_cybersource.xml
2019-05-13 19:21:47,402 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [8] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_paypal.xml
2019-05-13 19:21:47,404 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [4] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_pccharge.xml
2019-05-13 19:21:47,406 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [10] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_rita.xml
2019-05-13 19:21:47,407 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [6] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_authorizedotnet.xml
2019-05-13 19:21:47,408 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [6] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_clearcommerce.xml
2019-05-13 19:21:47,408 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [24] Services from file:/home/mthl/src/ofbiz/applications/party/servicedef/services_party.xml
2019-05-13 19:21:47,409 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [8] Services from file:/home/mthl/src/ofbiz/applications/party/servicedef/services_view.xml
2019-05-13 19:21:47,412 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [5] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_orbital.xml
2019-05-13 19:21:47,412 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [11] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_verisign.xml
2019-05-13 19:21:47,414 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [10] Services from file:/home/mthl/src/ofbiz/framework/webtools/servicedef/services.xml
2019-05-13 19:21:47,415 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [1] Services from file:/home/mthl/src/ofbiz/applications/securityext/servicedef/services.xml
2019-05-13 19:21:47,415 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [5] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_securepay.xml
2019-05-13 19:21:47,415 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [13] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_perm.xml
2019-05-13 19:21:47,417 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [137] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_shipment.xml
2019-05-13 19:21:47,419 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [6] Services from file:/home/mthl/src/ofbiz/applications/humanres/servicedef/services_ability.xml
2019-05-13 19:21:47,421 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [29] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_subscription.xml
2019-05-13 19:21:47,422 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [21] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_valuelink.xml
2019-05-13 19:21:47,423 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [54] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_store.xml
2019-05-13 19:21:47,424 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [6] Services from file:/home/mthl/src/ofbiz/applications/humanres/servicedef/services_employment.xml
2019-05-13 19:21:47,424 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [6] Services from file:/home/mthl/src/ofbiz/applications/humanres/servicedef/services_position.xml
2019-05-13 19:21:47,425 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [6] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_supplier.xml
2019-05-13 19:21:47,428 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [1] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_perm.xml
2019-05-13 19:21:47,430 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [113] Services from file:/home/mthl/src/ofbiz/applications/humanres/servicedef/services.xml
2019-05-13 19:21:47,431 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [15] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services_cart.xml
2019-05-13 19:21:47,434 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [18] Services from file:/home/mthl/src/ofbiz/applications/party/servicedef/services_agreement.xml
2019-05-13 19:21:47,435 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [61] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services_order.xml
2019-05-13 19:21:47,438 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [39] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services_request.xml
2019-05-13 19:21:47,440 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [3] Services from file:/home/mthl/src/ofbiz/applications/party/servicedef/services_communication.xml
2019-05-13 19:21:47,440 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [23] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services_shoppinglist.xml
2019-05-13 19:21:47,441 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [2] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_rental.xml
2019-05-13 19:21:47,444 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [3] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services_reservations.xml
2019-05-13 19:21:47,446 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [43] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services_requirement.xml
2019-05-13 19:21:47,447 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [13] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_view.xml
2019-05-13 19:21:47,447 |kJoinPool-1-worker-6 |ModelService                  |W| DEPRECATED: the service createQuoteWorkEffort has been deprecated and replaced by ensureWorkEffortAndCreateQuoteWorkEffort, since Release 18.12 because '
            use createQuoteWorkEffort to create a workeffort has been deprecated for best pratice naming reason, use ensureWorkEffortAndCreateQuoteWorkEffort instead.
            Now createQuoteWorkEffort work as a crud service on QuoteWorkEffort
        '
2019-05-13 19:21:47,448 |kJoinPool-1-worker-6 |ModelServiceReader            |W| Service createQuoteWorkEffort is defined more than once, most recent will over-write previous definition(s)
2019-05-13 19:21:47,448 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [45] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services_quote.xml
2019-05-13 19:21:47,448 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [6] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_config.xml
2019-05-13 19:21:47,451 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [24] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_cost.xml
2019-05-13 19:21:47,453 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [3] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services_checkout.xml
2019-05-13 19:21:47,454 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [57] Services from file:/home/mthl/src/ofbiz/applications/content/servicedef/services_content.xml
2019-05-13 19:21:47,456 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [1] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services_perm.xml
2019-05-13 19:21:47,457 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [155] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services.xml
2019-05-13 19:21:47,457 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [35] Services from file:/home/mthl/src/ofbiz/applications/content/servicedef/services_contenttypes.xml
2019-05-13 19:21:47,458 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [1] Services from file:/home/mthl/src/ofbiz/applications/manufacturing/servicedef/services.xml
2019-05-13 19:21:47,459 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [92] Services from file:/home/mthl/src/ofbiz/applications/content/servicedef/services.xml
2019-05-13 19:21:47,460 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [73] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services_return.xml
2019-05-13 19:21:47,460 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [2] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_uom.xml
2019-05-13 19:21:47,461 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [12] Services from file:/home/mthl/src/ofbiz/applications/manufacturing/servicedef/services_calendar.xml
2019-05-13 19:21:47,462 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [12] Services from file:/home/mthl/src/ofbiz/applications/content/servicedef/services_document.xml
2019-05-13 19:21:47,463 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [181] Services from file:/home/mthl/src/ofbiz/applications/party/servicedef/services.xml
2019-05-13 19:21:47,464 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [3] Services from file:/home/mthl/src/ofbiz/applications/marketing/servicedef/services_contact.xml
2019-05-13 19:21:47,464 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [5] Services from file:/home/mthl/src/ofbiz/applications/manufacturing/servicedef/services_routing.xml
2019-05-13 19:21:47,464 |kJoinPool-1-worker-0 |ModelService                  |W| DEPRECATED: the service addPriceRuleToMarketingCampaign has been deprecated and replaced by createMarketingCampaignPrice, since Release 18.12 because '
            Renaming service to respect service name best practice
        '
2019-05-13 19:21:47,464 |kJoinPool-1-worker-0 |ModelService                  |W| DEPRECATED: the service removePriceRuleFromMarketingCampaign has been deprecated and replaced by deleteMarketingCampaignPrice, since Release 18.12 because '
                Renaming service to respect service name best practice
            '
2019-05-13 19:21:47,464 |kJoinPool-1-worker-0 |ModelService                  |W| DEPRECATED: the service addPromoToMarketingCampaign has been deprecated and replaced by createMarketingCampaignPromo, since Release 18.12 because '
            Renaming service to respect service name best practice
        '
2019-05-13 19:21:47,464 |kJoinPool-1-worker-0 |ModelService                  |W| DEPRECATED: the service removePromoFromMarketingCampaign has been deprecated and replaced by deleteMarketingCampaignPromo, since Release 18.12 because '
            Renaming service to respect service name best practice
        '
2019-05-13 19:21:47,466 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [6] Services from file:/home/mthl/src/ofbiz/applications/commonext/servicedef/services.xml
2019-05-13 19:21:47,467 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [79] Services from file:/home/mthl/src/ofbiz/applications/marketing/servicedef/services.xml
2019-05-13 19:21:47,468 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [8] Services from file:/home/mthl/src/ofbiz/applications/manufacturing/servicedef/services_mrp.xml
2019-05-13 19:21:47,468 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [13] Services from file:/home/mthl/src/ofbiz/applications/manufacturing/servicedef/services_bom.xml
2019-05-13 19:21:47,468 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [36] Services from file:/home/mthl/src/ofbiz/applications/manufacturing/servicedef/services_production_run.xml
2019-05-13 19:21:47,472 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [2] Services from file:/home/mthl/src/ofbiz/applications/content/servicedef/services_output.xml
2019-05-13 19:21:47,472 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [10] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_billing.xml
2019-05-13 19:21:47,473 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [16] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_admin.xml
2019-05-13 19:21:47,473 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [44] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_agreement.xml
2019-05-13 19:21:47,476 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [25] Services from file:/home/mthl/src/ofbiz/applications/marketing/servicedef/services_opportunity.xml
2019-05-13 19:21:47,477 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [39] Services from file:/home/mthl/src/ofbiz/applications/content/servicedef/services_data.xml
2019-05-13 19:21:47,478 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [42] Services from file:/home/mthl/src/ofbiz/applications/content/servicedef/services_survey.xml
2019-05-13 19:21:47,479 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [12] Services from file:/home/mthl/src/ofbiz/applications/party/servicedef/services_contact.xml
2019-05-13 19:21:47,479 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [1] Services from file:/home/mthl/src/ofbiz/applications/content/servicedef/services_ftp.xml
2019-05-13 19:21:47,468 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [5] Services from file:/home/mthl/src/ofbiz/applications/manufacturing/servicedef/services_formula.xml
2019-05-13 19:21:47,481 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [24] Services from file:/home/mthl/src/ofbiz/applications/party/servicedef/services_party.xml
2019-05-13 19:21:47,481 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [76] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_finaccount.xml
2019-05-13 19:21:47,482 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [1] Services from file:/home/mthl/src/ofbiz/applications/securityext/servicedef/services.xml
2019-05-13 19:21:47,482 |kJoinPool-1-worker-0 |ServiceEcaUtil                |I| Loaded [3] Service ECA Rules from file:/home/mthl/src/ofbiz/framework/common/servicedef/secas_test.xml
2019-05-13 19:21:47,482 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [8] Services from file:/home/mthl/src/ofbiz/applications/party/servicedef/services_view.xml
2019-05-13 19:21:47,483 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [8] Services from file:/home/mthl/src/ofbiz/applications/content/servicedef/services_commevent.xml
2019-05-13 19:21:47,484 |kJoinPool-1-worker-5 |ServiceEcaUtil                |I| Loaded [0] Service ECA Rules from file:/home/mthl/src/ofbiz/framework/common/servicedef/secas_cdyne.xml
2019-05-13 19:21:47,485 |kJoinPool-1-worker-0 |ServiceEcaUtil                |I| Loaded [3] Service ECA Rules from file:/home/mthl/src/ofbiz/framework/service/servicedef/secas_test_se.xml
2019-05-13 19:21:47,487 |kJoinPool-1-worker-5 |ServiceEcaUtil                |I| Loaded [25] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/party/servicedef/secas.xml
2019-05-13 19:21:47,488 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [67] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_fixedasset.xml
2019-05-13 19:21:47,488 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [35] Services from file:/home/mthl/src/ofbiz/applications/content/servicedef/services_contenttypes.xml
2019-05-13 19:21:47,491 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [83] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_invoice.xml
2019-05-13 19:21:47,492 |kJoinPool-1-worker-7 |ServiceEcaUtil                |I| Loaded [25] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/content/servicedef/secas.xml
2019-05-13 19:21:47,494 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [92] Services from file:/home/mthl/src/ofbiz/applications/content/servicedef/services.xml
2019-05-13 19:21:47,495 |kJoinPool-1-worker-7 |ServiceEcaUtil                |I| Loaded [26] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/product/servicedef/secas.xml
2019-05-13 19:21:47,496 |kJoinPool-1-worker-6 |ServiceEcaUtil                |I| Loaded [10] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/workeffort/servicedef/secas.xml
2019-05-13 19:21:47,497 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [130] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_ledger.xml
2019-05-13 19:21:47,498 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [47] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_budget.xml
2019-05-13 19:21:47,499 |kJoinPool-1-worker-6 |ServiceEcaUtil                |I| Loaded [23] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/product/servicedef/secas_shipment.xml
2019-05-13 19:21:47,500 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [19] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_paymentgateway.xml
2019-05-13 19:21:47,500 |kJoinPool-1-worker-0 |ServiceEcaUtil                |I| Loaded [4] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/manufacturing/servicedef/secas.xml
2019-05-13 19:21:47,503 |kJoinPool-1-worker-1 |ModelService                  |W| DEPRECATED: the service captureBillingAccountPayment has been deprecated and replaced by captureBillingAccountPayments, since Releases 17.12
2019-05-13 19:21:47,503 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [31] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_tax.xml
2019-05-13 19:21:47,504 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [12] Services from file:/home/mthl/src/ofbiz/applications/content/servicedef/services_document.xml
2019-05-13 19:21:47,504 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [19] Services from file:/home/mthl/src/ofbiz/applications/content/servicedef/services_website.xml
2019-05-13 19:21:47,505 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [57] Services from file:/home/mthl/src/ofbiz/applications/content/servicedef/services_content.xml
2019-05-13 19:21:47,505 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [96] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_paymentmethod.xml
2019-05-13 19:21:47,507 |kJoinPool-1-worker-0 |ServiceEcaUtil                |I| Loaded [23] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/secas.xml
2019-05-13 19:21:47,509 |kJoinPool-1-worker-7 |ServiceEcaUtil                |I| Loaded [8] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/secas_payment.xml
2019-05-13 19:21:47,510 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [10] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_cost.xml
2019-05-13 19:21:47,510 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [39] Services from file:/home/mthl/src/ofbiz/applications/content/servicedef/services_data.xml
2019-05-13 19:21:47,510 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [9] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_sagepay.xml
2019-05-13 19:21:47,512 |kJoinPool-1-worker-7 |ServiceEcaUtil                |I| Loaded [6] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/secas_invoice.xml
2019-05-13 19:21:47,513 |kJoinPool-1-worker-3 |ServiceEcaUtil                |I| Loaded [10] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/marketing/servicedef/secas.xml
2019-05-13 19:21:47,514 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [6] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_authorizedotnet.xml
2019-05-13 19:21:47,514 |kJoinPool-1-worker-4 |ModelService                  |W| DEPRECATED: the service deleteRateAmount has been deprecated and replaced by expireRateAmount, since Release 18.12
2019-05-13 19:21:47,514 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [14] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_rate.xml
2019-05-13 19:21:47,507 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [56] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_payment.xml
2019-05-13 19:21:47,516 |kJoinPool-1-worker-1 |ServiceEcaUtil                |I| Loaded [86] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/order/servicedef/secas.xml
2019-05-13 19:21:47,516 |kJoinPool-1-worker-0 |ServiceEcaUtil                |I| Loaded [0] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/commonext/servicedef/secas.xml
2019-05-13 19:21:47,518 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [1] Services from file:/home/mthl/src/ofbiz/applications/content/servicedef/services_ftp.xml
2019-05-13 19:21:47,519 |kJoinPool-1-worker-6 |ServiceEcaUtil                |I| Loaded [22] Service ECA Rules from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/secas_ledger.xml
2019-05-13 19:21:47,520 |OFBiz-batch-2        |ServiceDispatcher             |I| Registering dispatcher: entity-default
2019-05-13 19:21:47,520 |OFBiz-batch-2        |ServiceContainer              |I| Created new dispatcher: entity-default
2019-05-13 19:21:47,521 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [17] Services from file:/home/mthl/src/ofbiz/applications/workeffort/servicedef/services_timesheet.xml
2019-05-13 19:21:47,521 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [36] Services from file:/home/mthl/src/ofbiz/applications/workeffort/servicedef/services_workeffort.xml
2019-05-13 19:21:47,523 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [2] Services from file:/home/mthl/src/ofbiz/applications/content/servicedef/services_output.xml
2019-05-13 19:21:47,525 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [4] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_pccharge.xml
2019-05-13 19:21:47,526 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [42] Services from file:/home/mthl/src/ofbiz/applications/content/servicedef/services_survey.xml
2019-05-13 19:21:47,526 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [5] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_cybersource.xml
2019-05-13 19:21:47,527 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [8] Services from file:/home/mthl/src/ofbiz/applications/content/servicedef/services_commevent.xml
2019-05-13 19:21:47,531 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [6] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_clearcommerce.xml
2019-05-13 19:21:47,531 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [10] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_rita.xml
2019-05-13 19:21:47,531 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [17] Services from file:/home/mthl/src/ofbiz/applications/workeffort/servicedef/services_timesheet.xml
2019-05-13 19:21:47,532 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [19] Services from file:/home/mthl/src/ofbiz/applications/content/servicedef/services_website.xml
2019-05-13 19:21:47,536 |kJoinPool-1-worker-7 |ModelServiceReader            |W| No parameter found for override parameter named: contactMechId in service deleteWorkEffortInventoryProduced
2019-05-13 19:21:47,536 |kJoinPool-1-worker-7 |ModelServiceReader            |W| No parameter found for override parameter named: fromDate in service deleteWorkEffortInventoryProduced
2019-05-13 19:21:47,537 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [107] Services from file:/home/mthl/src/ofbiz/applications/workeffort/servicedef/services.xml
2019-05-13 19:21:47,537 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [8] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_paypal.xml
2019-05-13 19:21:47,538 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [21] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_valuelink.xml
2019-05-13 19:21:47,543 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [36] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_feature.xml
2019-05-13 19:21:47,546 |kJoinPool-1-worker-6 |ModelServiceReader            |W| No parameter found for override parameter named: contactMechId in service deleteWorkEffortInventoryProduced
2019-05-13 19:21:47,546 |kJoinPool-1-worker-6 |ModelServiceReader            |W| No parameter found for override parameter named: fromDate in service deleteWorkEffortInventoryProduced
2019-05-13 19:21:47,547 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [36] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_feature.xml
2019-05-13 19:21:47,547 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [107] Services from file:/home/mthl/src/ofbiz/applications/workeffort/servicedef/services.xml
2019-05-13 19:21:47,547 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [11] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_verisign.xml
2019-05-13 19:21:47,572 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [36] Services from file:/home/mthl/src/ofbiz/applications/workeffort/servicedef/services_workeffort.xml
2019-05-13 19:21:47,573 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [5] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_orbital.xml
2019-05-13 19:21:47,575 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [131] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_facility.xml
2019-05-13 19:21:47,577 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [12] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_price.xml
2019-05-13 19:21:47,580 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [12] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_inventory.xml
2019-05-13 19:21:47,581 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [236] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services.xml
2019-05-13 19:21:47,582 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [131] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_facility.xml
2019-05-13 19:21:47,584 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [5] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_securepay.xml
2019-05-13 19:21:47,585 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [21] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_shipmentgateway.xml
2019-05-13 19:21:47,586 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [236] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services.xml
2019-05-13 19:21:47,588 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [75] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_pricepromo.xml
2019-05-13 19:21:47,589 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [3] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_shipment_dhl.xml
2019-05-13 19:21:47,590 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [9] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_shipment_ups.xml
2019-05-13 19:21:47,591 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [12] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_inventory.xml
2019-05-13 19:21:47,592 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [22] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_picklist.xml
2019-05-13 19:21:47,593 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [22] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_maint.xml
2019-05-13 19:21:47,595 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [1] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_perm.xml
2019-05-13 19:21:47,596 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [29] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_subscription.xml
2019-05-13 19:21:47,597 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [2] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_shipment_fedex.xml
2019-05-13 19:21:47,598 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [54] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_store.xml
2019-05-13 19:21:47,600 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [2] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_rental.xml
2019-05-13 19:21:47,600 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [6] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_config.xml
2019-05-13 19:21:47,601 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [13] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_view.xml
2019-05-13 19:21:47,603 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [2] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_uom.xml
2019-05-13 19:21:47,604 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [13] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_perm.xml
2019-05-13 19:21:47,606 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [22] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_maint.xml
2019-05-13 19:21:47,610 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [1] Services from file:/home/mthl/src/ofbiz/applications/manufacturing/servicedef/services.xml
2019-05-13 19:21:47,612 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [10] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_shipment_usps.xml
2019-05-13 19:21:47,613 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [24] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_cost.xml
2019-05-13 19:21:47,613 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [113] Services from file:/home/mthl/src/ofbiz/applications/humanres/servicedef/services.xml
2019-05-13 19:21:47,614 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [6] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_supplier.xml
2019-05-13 19:21:47,616 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [5] Services from file:/home/mthl/src/ofbiz/applications/manufacturing/servicedef/services_routing.xml
2019-05-13 19:21:47,616 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [12] Services from file:/home/mthl/src/ofbiz/applications/manufacturing/servicedef/services_calendar.xml
2019-05-13 19:21:47,616 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [8] Services from file:/home/mthl/src/ofbiz/applications/manufacturing/servicedef/services_mrp.xml
2019-05-13 19:21:47,619 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [6] Services from file:/home/mthl/src/ofbiz/applications/humanres/servicedef/services_employment.xml
2019-05-13 19:21:47,620 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [6] Services from file:/home/mthl/src/ofbiz/applications/humanres/servicedef/services_position.xml
2019-05-13 19:21:47,622 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [36] Services from file:/home/mthl/src/ofbiz/applications/manufacturing/servicedef/services_production_run.xml
2019-05-13 19:21:47,625 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [137] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_shipment.xml
2019-05-13 19:21:47,626 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [5] Services from file:/home/mthl/src/ofbiz/applications/manufacturing/servicedef/services_formula.xml
2019-05-13 19:21:47,629 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [6] Services from file:/home/mthl/src/ofbiz/applications/humanres/servicedef/services_ability.xml
2019-05-13 19:21:47,630 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [15] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services_cart.xml
2019-05-13 19:21:47,630 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [16] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_admin.xml
2019-05-13 19:21:47,632 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [155] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services.xml
2019-05-13 19:21:47,633 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [10] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_billing.xml
2019-05-13 19:21:47,636 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [47] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_budget.xml
2019-05-13 19:21:47,636 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [61] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services_order.xml
2019-05-13 19:21:47,637 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [44] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_agreement.xml
2019-05-13 19:21:47,637 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [13] Services from file:/home/mthl/src/ofbiz/applications/manufacturing/servicedef/services_bom.xml
2019-05-13 19:21:47,639 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [22] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_picklist.xml
2019-05-13 19:21:47,639 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [23] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services_shoppinglist.xml
2019-05-13 19:21:47,642 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [76] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_finaccount.xml
2019-05-13 19:21:47,645 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [12] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_price.xml
2019-05-13 19:21:47,646 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [43] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services_requirement.xml
2019-05-13 19:21:47,647 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [67] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_fixedasset.xml
2019-05-13 19:21:47,648 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [83] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_invoice.xml
2019-05-13 19:21:47,649 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [56] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_payment.xml
2019-05-13 19:21:47,650 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [3] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services_reservations.xml
2019-05-13 19:21:47,651 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [19] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_paymentgateway.xml
2019-05-13 19:21:47,653 |kJoinPool-1-worker-1 |ModelService                  |W| DEPRECATED: the service deleteRateAmount has been deprecated and replaced by expireRateAmount, since Release 18.12
2019-05-13 19:21:47,653 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [14] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_rate.xml
2019-05-13 19:21:47,654 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [130] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_ledger.xml
2019-05-13 19:21:47,654 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [31] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_tax.xml
2019-05-13 19:21:47,656 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [9] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_sagepay.xml
2019-05-13 19:21:47,657 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [6] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_authorizedotnet.xml
2019-05-13 19:21:47,657 |kJoinPool-1-worker-3 |ModelService                  |W| DEPRECATED: the service createQuoteWorkEffort has been deprecated and replaced by ensureWorkEffortAndCreateQuoteWorkEffort, since Release 18.12 because '
            use createQuoteWorkEffort to create a workeffort has been deprecated for best pratice naming reason, use ensureWorkEffortAndCreateQuoteWorkEffort instead.
            Now createQuoteWorkEffort work as a crud service on QuoteWorkEffort
        '
2019-05-13 19:21:47,657 |kJoinPool-1-worker-3 |ModelServiceReader            |W| Service createQuoteWorkEffort is defined more than once, most recent will over-write previous definition(s)
2019-05-13 19:21:47,657 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [39] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services_request.xml
2019-05-13 19:21:47,658 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [45] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services_quote.xml
2019-05-13 19:21:47,661 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [5] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_cybersource.xml
2019-05-13 19:21:47,661 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [4] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_pccharge.xml
2019-05-13 19:21:47,664 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [6] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_clearcommerce.xml
2019-05-13 19:21:47,664 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [1] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services_perm.xml
2019-05-13 19:21:47,664 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [3] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services_checkout.xml
2019-05-13 19:21:47,661 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [73] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services_return.xml
2019-05-13 19:21:47,665 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [75] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_pricepromo.xml
2019-05-13 19:21:47,666 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [10] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_cost.xml
2019-05-13 19:21:47,668 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [10] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_rita.xml
2019-05-13 19:21:47,668 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [11] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_verisign.xml
2019-05-13 19:21:47,669 |kJoinPool-1-worker-6 |ModelService                  |W| DEPRECATED: the service captureBillingAccountPayment has been deprecated and replaced by captureBillingAccountPayments, since Releases 17.12
2019-05-13 19:21:47,670 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [3] Services from file:/home/mthl/src/ofbiz/applications/marketing/servicedef/services_contact.xml
2019-05-13 19:21:47,671 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [96] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_paymentmethod.xml
2019-05-13 19:21:47,672 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [3] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_shipment_dhl.xml
2019-05-13 19:21:47,672 |kJoinPool-1-worker-5 |ModelService                  |W| DEPRECATED: the service addPriceRuleToMarketingCampaign has been deprecated and replaced by createMarketingCampaignPrice, since Release 18.12 because '
            Renaming service to respect service name best practice
        '
2019-05-13 19:21:47,673 |kJoinPool-1-worker-5 |ModelService                  |W| DEPRECATED: the service removePriceRuleFromMarketingCampaign has been deprecated and replaced by deleteMarketingCampaignPrice, since Release 18.12 because '
                Renaming service to respect service name best practice
            '
2019-05-13 19:21:47,673 |kJoinPool-1-worker-5 |ModelService                  |W| DEPRECATED: the service addPromoToMarketingCampaign has been deprecated and replaced by createMarketingCampaignPromo, since Release 18.12 because '
            Renaming service to respect service name best practice
        '
2019-05-13 19:21:47,673 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [8] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_paypal.xml
2019-05-13 19:21:47,673 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [25] Services from file:/home/mthl/src/ofbiz/applications/marketing/servicedef/services_opportunity.xml
2019-05-13 19:21:47,673 |kJoinPool-1-worker-5 |ModelService                  |W| DEPRECATED: the service removePromoFromMarketingCampaign has been deprecated and replaced by deleteMarketingCampaignPromo, since Release 18.12 because '
            Renaming service to respect service name best practice
        '
2019-05-13 19:21:47,675 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [5] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_securepay.xml
2019-05-13 19:21:47,675 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [13] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_perm.xml
2019-05-13 19:21:47,675 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [79] Services from file:/home/mthl/src/ofbiz/applications/marketing/servicedef/services.xml
2019-05-13 19:21:47,676 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [6] Services from file:/home/mthl/src/ofbiz/applications/humanres/servicedef/services_ability.xml
2019-05-13 19:21:47,679 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [6] Services from file:/home/mthl/src/ofbiz/applications/humanres/servicedef/services_employment.xml
2019-05-13 19:21:47,680 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [6] Services from file:/home/mthl/src/ofbiz/applications/humanres/servicedef/services_position.xml
2019-05-13 19:21:47,683 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [113] Services from file:/home/mthl/src/ofbiz/applications/humanres/servicedef/services.xml
2019-05-13 19:21:47,684 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [21] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_shipmentgateway.xml
2019-05-13 19:21:47,684 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [21] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_valuelink.xml
2019-05-13 19:21:47,688 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [9] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_shipment_ups.xml
2019-05-13 19:21:47,688 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [23] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services_shoppinglist.xml
2019-05-13 19:21:47,693 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [15] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services_cart.xml
2019-05-13 19:21:47,694 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [6] Services from file:/home/mthl/src/ofbiz/applications/commonext/servicedef/services.xml
2019-05-13 19:21:47,694 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [39] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services_request.xml
2019-05-13 19:21:47,695 |OFBiz-batch-4        |ServiceDispatcher             |I| Registering dispatcher: entity-test
2019-05-13 19:21:47,695 |OFBiz-batch-4        |ServiceContainer              |I| Created new dispatcher: entity-test
2019-05-13 19:21:47,696 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [61] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services_order.xml
2019-05-13 19:21:47,697 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [2] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_shipment_fedex.xml
2019-05-13 19:21:47,697 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [5] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_orbital.xml
2019-05-13 19:21:47,697 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [155] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services.xml
2019-05-13 19:21:47,698 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [10] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_shipment_usps.xml
2019-05-13 19:21:47,699 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [43] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services_requirement.xml
2019-05-13 19:21:47,701 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [1] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services_perm.xml
2019-05-13 19:21:47,701 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [3] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services_checkout.xml
2019-05-13 19:21:47,701 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [3] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services_reservations.xml
2019-05-13 19:21:47,703 |kJoinPool-1-worker-1 |ModelService                  |W| DEPRECATED: the service createQuoteWorkEffort has been deprecated and replaced by ensureWorkEffortAndCreateQuoteWorkEffort, since Release 18.12 because '
            use createQuoteWorkEffort to create a workeffort has been deprecated for best pratice naming reason, use ensureWorkEffortAndCreateQuoteWorkEffort instead.
            Now createQuoteWorkEffort work as a crud service on QuoteWorkEffort
        '
2019-05-13 19:21:47,703 |kJoinPool-1-worker-1 |ModelServiceReader            |W| Service createQuoteWorkEffort is defined more than once, most recent will over-write previous definition(s)
2019-05-13 19:21:47,704 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [45] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services_quote.xml
2019-05-13 19:21:47,704 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [3] Services from file:/home/mthl/src/ofbiz/applications/marketing/servicedef/services_contact.xml
2019-05-13 19:21:47,704 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [73] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services_return.xml
2019-05-13 19:21:47,705 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [54] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_store.xml
2019-05-13 19:21:47,707 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [25] Services from file:/home/mthl/src/ofbiz/applications/marketing/servicedef/services_opportunity.xml
2019-05-13 19:21:47,708 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [6] Services from file:/home/mthl/src/ofbiz/applications/commonext/servicedef/services.xml
2019-05-13 19:21:47,708 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [1] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_perm.xml
2019-05-13 19:21:47,709 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [6] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_supplier.xml
2019-05-13 19:21:47,710 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [29] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_subscription.xml
2019-05-13 19:21:47,712 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [137] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_shipment.xml
2019-05-13 19:21:47,712 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [2] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_rental.xml
2019-05-13 19:21:47,713 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [1] Services from file:/home/mthl/src/ofbiz/applications/manufacturing/servicedef/services.xml
2019-05-13 19:21:47,713 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [6] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_config.xml
2019-05-13 19:21:47,715 |kJoinPool-1-worker-4 |ModelService                  |W| DEPRECATED: the service addPriceRuleToMarketingCampaign has been deprecated and replaced by createMarketingCampaignPrice, since Release 18.12 because '
            Renaming service to respect service name best practice
        '
2019-05-13 19:21:47,715 |kJoinPool-1-worker-4 |ModelService                  |W| DEPRECATED: the service removePriceRuleFromMarketingCampaign has been deprecated and replaced by deleteMarketingCampaignPrice, since Release 18.12 because '
                Renaming service to respect service name best practice
            '
2019-05-13 19:21:47,715 |kJoinPool-1-worker-4 |ModelService                  |W| DEPRECATED: the service addPromoToMarketingCampaign has been deprecated and replaced by createMarketingCampaignPromo, since Release 18.12 because '
            Renaming service to respect service name best practice
        '
2019-05-13 19:21:47,715 |kJoinPool-1-worker-4 |ModelService                  |W| DEPRECATED: the service removePromoFromMarketingCampaign has been deprecated and replaced by deleteMarketingCampaignPromo, since Release 18.12 because '
            Renaming service to respect service name best practice
        '
2019-05-13 19:21:47,716 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [12] Services from file:/home/mthl/src/ofbiz/applications/manufacturing/servicedef/services_calendar.xml
2019-05-13 19:21:47,717 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [24] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_cost.xml
2019-05-13 19:21:47,718 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [79] Services from file:/home/mthl/src/ofbiz/applications/marketing/servicedef/services.xml
2019-05-13 19:21:47,718 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [13] Services from file:/home/mthl/src/ofbiz/applications/manufacturing/servicedef/services_bom.xml
2019-05-13 19:21:47,719 |OFBiz-batch-3        |ServiceDispatcher             |I| Registering dispatcher: entity-test-3INxsXcfDd
2019-05-13 19:21:47,719 |OFBiz-batch-3        |ServiceContainer              |I| Created new dispatcher: entity-test-3INxsXcfDd
2019-05-13 19:21:47,720 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [36] Services from file:/home/mthl/src/ofbiz/applications/manufacturing/servicedef/services_production_run.xml
2019-05-13 19:21:47,721 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [5] Services from file:/home/mthl/src/ofbiz/applications/manufacturing/servicedef/services_formula.xml
2019-05-13 19:21:47,722 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [8] Services from file:/home/mthl/src/ofbiz/applications/manufacturing/servicedef/services_mrp.xml
2019-05-13 19:21:47,722 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [16] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_admin.xml
2019-05-13 19:21:47,724 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [44] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_agreement.xml
2019-05-13 19:21:47,728 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [5] Services from file:/home/mthl/src/ofbiz/applications/manufacturing/servicedef/services_routing.xml
2019-05-13 19:21:47,729 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [13] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_view.xml
2019-05-13 19:21:47,730 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [67] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_fixedasset.xml
2019-05-13 19:21:47,731 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [76] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_finaccount.xml
2019-05-13 19:21:47,734 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [2] Services from file:/home/mthl/src/ofbiz/applications/product/servicedef/services_uom.xml
2019-05-13 19:21:47,736 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [56] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_payment.xml
2019-05-13 19:21:47,736 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [19] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_paymentgateway.xml
2019-05-13 19:21:47,739 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [31] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_tax.xml
2019-05-13 19:21:47,741 |kJoinPool-1-worker-1 |ModelService                  |W| DEPRECATED: the service deleteRateAmount has been deprecated and replaced by expireRateAmount, since Release 18.12
2019-05-13 19:21:47,741 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [10] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_cost.xml
2019-05-13 19:21:47,742 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [14] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_rate.xml
2019-05-13 19:21:47,746 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [47] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_budget.xml
2019-05-13 19:21:47,748 |kJoinPool-1-worker-7 |ModelService                  |W| DEPRECATED: the service captureBillingAccountPayment has been deprecated and replaced by captureBillingAccountPayments, since Releases 17.12
2019-05-13 19:21:47,749 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [130] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_ledger.xml
2019-05-13 19:21:47,749 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [83] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_invoice.xml
2019-05-13 19:21:47,751 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [96] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_paymentmethod.xml
2019-05-13 19:21:47,753 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [10] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_billing.xml
2019-05-13 19:21:47,753 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [8] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_paypal.xml
2019-05-13 19:21:47,754 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [6] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_authorizedotnet.xml
2019-05-13 19:21:47,754 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [10] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_rita.xml
2019-05-13 19:21:47,756 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [6] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_clearcommerce.xml
2019-05-13 19:21:47,757 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [9] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_sagepay.xml
2019-05-13 19:21:47,757 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [5] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_cybersource.xml
2019-05-13 19:21:47,757 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [11] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_verisign.xml
2019-05-13 19:21:47,757 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [5] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_securepay.xml
2019-05-13 19:21:47,758 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [5] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_orbital.xml
2019-05-13 19:21:47,759 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [21] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_valuelink.xml
2019-05-13 19:21:47,759 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [13] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_perm.xml
2019-05-13 19:21:47,761 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [6] Services from file:/home/mthl/src/ofbiz/applications/humanres/servicedef/services_employment.xml
2019-05-13 19:21:47,761 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [6] Services from file:/home/mthl/src/ofbiz/applications/humanres/servicedef/services_ability.xml
2019-05-13 19:21:47,761 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [4] Services from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/services_pccharge.xml
2019-05-13 19:21:47,765 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [61] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services_order.xml
2019-05-13 19:21:47,766 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [23] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services_shoppinglist.xml
2019-05-13 19:21:47,767 |kJoinPool-1-worker-4 |ModelService                  |W| DEPRECATED: the service createQuoteWorkEffort has been deprecated and replaced by ensureWorkEffortAndCreateQuoteWorkEffort, since Release 18.12 because '
            use createQuoteWorkEffort to create a workeffort has been deprecated for best pratice naming reason, use ensureWorkEffortAndCreateQuoteWorkEffort instead.
            Now createQuoteWorkEffort work as a crud service on QuoteWorkEffort
        '
2019-05-13 19:21:47,767 |kJoinPool-1-worker-4 |ModelServiceReader            |W| Service createQuoteWorkEffort is defined more than once, most recent will over-write previous definition(s)
2019-05-13 19:21:47,768 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [45] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services_quote.xml
2019-05-13 19:21:47,768 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [6] Services from file:/home/mthl/src/ofbiz/applications/humanres/servicedef/services_position.xml
2019-05-13 19:21:47,769 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [3] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services_reservations.xml
2019-05-13 19:21:47,772 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [43] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services_requirement.xml
2019-05-13 19:21:47,772 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [39] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services_request.xml
2019-05-13 19:21:47,773 |kJoinPool-1-worker-3 |ModelServiceReader            |I| Loaded [113] Services from file:/home/mthl/src/ofbiz/applications/humanres/servicedef/services.xml
2019-05-13 19:21:47,773 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [3] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services_checkout.xml
2019-05-13 19:21:47,776 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [3] Services from file:/home/mthl/src/ofbiz/applications/marketing/servicedef/services_contact.xml
2019-05-13 19:21:47,779 |kJoinPool-1-worker-0 |ModelService                  |W| DEPRECATED: the service addPriceRuleToMarketingCampaign has been deprecated and replaced by createMarketingCampaignPrice, since Release 18.12 because '
            Renaming service to respect service name best practice
        '
2019-05-13 19:21:47,779 |kJoinPool-1-worker-0 |ModelService                  |W| DEPRECATED: the service removePriceRuleFromMarketingCampaign has been deprecated and replaced by deleteMarketingCampaignPrice, since Release 18.12 because '
                Renaming service to respect service name best practice
            '
2019-05-13 19:21:47,779 |kJoinPool-1-worker-0 |ModelService                  |W| DEPRECATED: the service addPromoToMarketingCampaign has been deprecated and replaced by createMarketingCampaignPromo, since Release 18.12 because '
            Renaming service to respect service name best practice
        '
2019-05-13 19:21:47,779 |kJoinPool-1-worker-0 |ModelService                  |W| DEPRECATED: the service removePromoFromMarketingCampaign has been deprecated and replaced by deleteMarketingCampaignPromo, since Release 18.12 because '
            Renaming service to respect service name best practice
        '
2019-05-13 19:21:47,780 |kJoinPool-1-worker-4 |ModelServiceReader            |I| Loaded [25] Services from file:/home/mthl/src/ofbiz/applications/marketing/servicedef/services_opportunity.xml
2019-05-13 19:21:47,780 |kJoinPool-1-worker-2 |ModelServiceReader            |I| Loaded [6] Services from file:/home/mthl/src/ofbiz/applications/commonext/servicedef/services.xml
2019-05-13 19:21:47,780 |kJoinPool-1-worker-1 |ModelServiceReader            |I| Loaded [1] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services_perm.xml
2019-05-13 19:21:47,781 |kJoinPool-1-worker-6 |ModelServiceReader            |I| Loaded [15] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services_cart.xml
2019-05-13 19:21:47,782 |kJoinPool-1-worker-7 |ModelServiceReader            |I| Loaded [73] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services_return.xml
2019-05-13 19:21:47,782 |kJoinPool-1-worker-0 |ModelServiceReader            |I| Loaded [79] Services from file:/home/mthl/src/ofbiz/applications/marketing/servicedef/services.xml
2019-05-13 19:21:47,785 |kJoinPool-1-worker-5 |ModelServiceReader            |I| Loaded [155] Services from file:/home/mthl/src/ofbiz/applications/order/servicedef/services.xml
2019-05-13 19:21:47,786 |main                 |ServiceDispatcher             |I| Registering dispatcher: test-dispatcher-3INxsXcfDd
2019-05-13 19:21:47,786 |main                 |ServiceContainer              |I| Created new dispatcher: test-dispatcher-3INxsXcfDd
2019-05-13 19:21:47,793 |main                 |ModelTestSuite                |I| Added 1 tests [1 cases] from the class: org.apache.ofbiz.order.test.FinAccountTest
2019-05-13 19:21:47,797 |OFBiz-batch-4        |ServiceGroupReader            |I| Loaded [1] Group definitions from file:/home/mthl/src/ofbiz/framework/common/servicedef/groups_test.xml
2019-05-13 19:21:47,797 |main                 |ServiceGroupReader            |I| Loaded [1] Group definitions from file:/home/mthl/src/ofbiz/framework/common/servicedef/groups_test.xml
2019-05-13 19:21:47,800 |OFBiz-batch-4        |ServiceGroupReader            |I| Loaded [4] Group definitions from file:/home/mthl/src/ofbiz/framework/entityext/servicedef/groups.xml
2019-05-13 19:21:47,800 |main                 |ServiceGroupReader            |I| Loaded [4] Group definitions from file:/home/mthl/src/ofbiz/framework/entityext/servicedef/groups.xml
2019-05-13 19:21:47,802 |OFBiz-batch-4        |ServiceGroupReader            |I| Loaded [2] Group definitions from file:/home/mthl/src/ofbiz/applications/workeffort/servicedef/service_groups.xml
2019-05-13 19:21:47,802 |main                 |ServiceGroupReader            |I| Loaded [2] Group definitions from file:/home/mthl/src/ofbiz/applications/workeffort/servicedef/service_groups.xml
2019-05-13 19:21:47,804 |OFBiz-batch-4        |ServiceGroupReader            |I| Loaded [1] Group definitions from file:/home/mthl/src/ofbiz/applications/product/servicedef/groups.xml
2019-05-13 19:21:47,804 |main                 |ServiceGroupReader            |I| Loaded [1] Group definitions from file:/home/mthl/src/ofbiz/applications/product/servicedef/groups.xml
2019-05-13 19:21:47,807 |main                 |ServiceGroupReader            |I| Loaded [4] Group definitions from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/groups.xml
2019-05-13 19:21:47,807 |OFBiz-batch-4        |ServiceGroupReader            |I| Loaded [4] Group definitions from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/groups.xml
2019-05-13 19:21:47,810 |OFBiz-batch-4        |ServiceDispatcher             |I| Registering dispatcher: entity-test-cadBVoqqDH
2019-05-13 19:21:47,810 |main                 |ServiceDispatcher             |I| Registering dispatcher: test-dispatcher-cadBVoqqDH
2019-05-13 19:21:47,810 |OFBiz-batch-4        |ServiceContainer              |I| Created new dispatcher: entity-test-cadBVoqqDH
2019-05-13 19:21:47,810 |main                 |ServiceContainer              |I| Created new dispatcher: test-dispatcher-cadBVoqqDH
2019-05-13 19:21:47,812 |main                 |ModelTestSuite                |I| Added 1 tests [1 cases] from the class: org.apache.ofbiz.order.test.PurchaseOrderTest
2019-05-13 19:21:47,814 |main                 |ModelTestSuite                |I| Added 1 tests [1 cases] from the class: org.apache.ofbiz.order.test.SalesOrderTest
2019-05-13 19:21:47,879 |main                 |ScriptUtil                    |I| The following 2 scripting engines were found:
2019-05-13 19:21:47,879 |main                 |ScriptUtil                    |I| Engine name: Groovy Scripting Engine
2019-05-13 19:21:47,880 |main                 |ScriptUtil                    |I|   Version: 2.0
2019-05-13 19:21:47,880 |main                 |ScriptUtil                    |I|   Language: Groovy
2019-05-13 19:21:47,880 |main                 |ScriptUtil                    |I|   Engine supports the following extensions:
2019-05-13 19:21:47,880 |main                 |ScriptUtil                    |I|     groovy
2019-05-13 19:21:47,880 |main                 |ScriptUtil                    |I|   Engine has the following short names:
2019-05-13 19:21:47,880 |main                 |ScriptUtil                    |I|     groovy
2019-05-13 19:21:47,880 |main                 |ScriptUtil                    |I|     Groovy
2019-05-13 19:21:47,880 |main                 |ScriptUtil                    |I| Engine name: Oracle Nashorn
2019-05-13 19:21:47,880 |main                 |ScriptUtil                    |I|   Version: 1.8.0_161
2019-05-13 19:21:47,880 |main                 |ScriptUtil                    |I|   Language: ECMAScript
2019-05-13 19:21:47,880 |main                 |ScriptUtil                    |I|   Engine supports the following extensions:
2019-05-13 19:21:47,880 |main                 |ScriptUtil                    |I|     js
2019-05-13 19:21:47,880 |main                 |ScriptUtil                    |I|   Engine has the following short names:
2019-05-13 19:21:47,880 |main                 |ScriptUtil                    |I|     nashorn
2019-05-13 19:21:47,880 |main                 |ScriptUtil                    |I|     Nashorn
2019-05-13 19:21:47,880 |main                 |ScriptUtil                    |I|     js
2019-05-13 19:21:47,880 |main                 |ScriptUtil                    |I|     JS
2019-05-13 19:21:47,880 |main                 |ScriptUtil                    |I|     JavaScript
2019-05-13 19:21:47,880 |main                 |ScriptUtil                    |I|     javascript
2019-05-13 19:21:47,880 |main                 |ScriptUtil                    |I|     ECMAScript
2019-05-13 19:21:47,880 |main                 |ScriptUtil                    |I|     ecmascript
2019-05-13 19:21:48,291 |main                 |ServiceGroupReader            |I| Loaded [1] Group definitions from file:/home/mthl/src/ofbiz/framework/common/servicedef/groups_test.xml
2019-05-13 19:21:48,291 |OFBiz-batch-3        |ServiceGroupReader            |I| Loaded [1] Group definitions from file:/home/mthl/src/ofbiz/framework/common/servicedef/groups_test.xml
2019-05-13 19:21:48,293 |main                 |ServiceGroupReader            |I| Loaded [4] Group definitions from file:/home/mthl/src/ofbiz/framework/entityext/servicedef/groups.xml
2019-05-13 19:21:48,293 |OFBiz-batch-3        |ServiceGroupReader            |I| Loaded [4] Group definitions from file:/home/mthl/src/ofbiz/framework/entityext/servicedef/groups.xml
2019-05-13 19:21:48,294 |main                 |ServiceGroupReader            |I| Loaded [2] Group definitions from file:/home/mthl/src/ofbiz/applications/workeffort/servicedef/service_groups.xml
2019-05-13 19:21:48,295 |OFBiz-batch-3        |ServiceGroupReader            |I| Loaded [2] Group definitions from file:/home/mthl/src/ofbiz/applications/workeffort/servicedef/service_groups.xml
2019-05-13 19:21:48,296 |main                 |ServiceGroupReader            |I| Loaded [1] Group definitions from file:/home/mthl/src/ofbiz/applications/product/servicedef/groups.xml
2019-05-13 19:21:48,297 |OFBiz-batch-3        |ServiceGroupReader            |I| Loaded [1] Group definitions from file:/home/mthl/src/ofbiz/applications/product/servicedef/groups.xml
2019-05-13 19:21:48,297 |main                 |ServiceGroupReader            |I| Loaded [4] Group definitions from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/groups.xml
2019-05-13 19:21:48,299 |main                 |ServiceDispatcher             |I| Registering dispatcher: test-dispatcher-B2LSBViQVs
2019-05-13 19:21:48,299 |main                 |ServiceContainer              |I| Created new dispatcher: test-dispatcher-B2LSBViQVs
2019-05-13 19:21:48,300 |OFBiz-batch-3        |ServiceGroupReader            |I| Loaded [4] Group definitions from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/groups.xml
2019-05-13 19:21:48,301 |OFBiz-batch-3        |ServiceDispatcher             |I| Registering dispatcher: entity-test-B2LSBViQVs
2019-05-13 19:21:48,301 |OFBiz-batch-3        |ServiceContainer              |I| Created new dispatcher: entity-test-B2LSBViQVs
2019-05-13 19:21:48,351 |main                 |ServiceGroupReader            |I| Loaded [1] Group definitions from file:/home/mthl/src/ofbiz/framework/common/servicedef/groups_test.xml
2019-05-13 19:21:48,352 |OFBiz-batch-4        |ServiceGroupReader            |I| Loaded [1] Group definitions from file:/home/mthl/src/ofbiz/framework/common/servicedef/groups_test.xml
2019-05-13 19:21:48,353 |main                 |ServiceGroupReader            |I| Loaded [4] Group definitions from file:/home/mthl/src/ofbiz/framework/entityext/servicedef/groups.xml
2019-05-13 19:21:48,354 |OFBiz-batch-4        |ServiceGroupReader            |I| Loaded [4] Group definitions from file:/home/mthl/src/ofbiz/framework/entityext/servicedef/groups.xml
2019-05-13 19:21:48,354 |main                 |ServiceGroupReader            |I| Loaded [2] Group definitions from file:/home/mthl/src/ofbiz/applications/workeffort/servicedef/service_groups.xml
2019-05-13 19:21:48,355 |main                 |ServiceGroupReader            |I| Loaded [1] Group definitions from file:/home/mthl/src/ofbiz/applications/product/servicedef/groups.xml
2019-05-13 19:21:48,355 |OFBiz-batch-4        |ServiceGroupReader            |I| Loaded [2] Group definitions from file:/home/mthl/src/ofbiz/applications/workeffort/servicedef/service_groups.xml
2019-05-13 19:21:48,357 |main                 |ServiceGroupReader            |I| Loaded [4] Group definitions from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/groups.xml
2019-05-13 19:21:48,357 |OFBiz-batch-4        |ServiceGroupReader            |I| Loaded [1] Group definitions from file:/home/mthl/src/ofbiz/applications/product/servicedef/groups.xml
2019-05-13 19:21:48,358 |main                 |ServiceDispatcher             |I| Registering dispatcher: test-dispatcher-oTOqqO3ZBq
2019-05-13 19:21:48,358 |main                 |ServiceContainer              |I| Created new dispatcher: test-dispatcher-oTOqqO3ZBq
2019-05-13 19:21:48,359 |OFBiz-batch-4        |ServiceGroupReader            |I| Loaded [4] Group definitions from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/groups.xml
2019-05-13 19:21:48,361 |OFBiz-batch-4        |ServiceDispatcher             |I| Registering dispatcher: entity-test-oTOqqO3ZBq
2019-05-13 19:21:48,361 |OFBiz-batch-4        |ServiceContainer              |I| Created new dispatcher: entity-test-oTOqqO3ZBq
2019-05-13 19:21:48,562 |OFBiz-batch-3        |ServiceGroupReader            |I| Loaded [1] Group definitions from file:/home/mthl/src/ofbiz/framework/common/servicedef/groups_test.xml
2019-05-13 19:21:48,562 |main                 |ServiceGroupReader            |I| Loaded [1] Group definitions from file:/home/mthl/src/ofbiz/framework/common/servicedef/groups_test.xml
2019-05-13 19:21:48,565 |OFBiz-batch-3        |ServiceGroupReader            |I| Loaded [4] Group definitions from file:/home/mthl/src/ofbiz/framework/entityext/servicedef/groups.xml
2019-05-13 19:21:48,565 |main                 |ServiceGroupReader            |I| Loaded [4] Group definitions from file:/home/mthl/src/ofbiz/framework/entityext/servicedef/groups.xml
2019-05-13 19:21:48,567 |OFBiz-batch-3        |ServiceGroupReader            |I| Loaded [2] Group definitions from file:/home/mthl/src/ofbiz/applications/workeffort/servicedef/service_groups.xml
2019-05-13 19:21:48,567 |main                 |ServiceGroupReader            |I| Loaded [2] Group definitions from file:/home/mthl/src/ofbiz/applications/workeffort/servicedef/service_groups.xml
2019-05-13 19:21:48,569 |OFBiz-batch-3        |ServiceGroupReader            |I| Loaded [1] Group definitions from file:/home/mthl/src/ofbiz/applications/product/servicedef/groups.xml
2019-05-13 19:21:48,569 |main                 |ServiceGroupReader            |I| Loaded [1] Group definitions from file:/home/mthl/src/ofbiz/applications/product/servicedef/groups.xml
2019-05-13 19:21:48,571 |main                 |ServiceGroupReader            |I| Loaded [4] Group definitions from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/groups.xml
2019-05-13 19:21:48,571 |OFBiz-batch-3        |ServiceGroupReader            |I| Loaded [4] Group definitions from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/groups.xml
2019-05-13 19:21:48,573 |main                 |ServiceDispatcher             |I| Registering dispatcher: test-dispatcher-xDcUAbRZQj
2019-05-13 19:21:48,573 |main                 |ServiceContainer              |I| Created new dispatcher: test-dispatcher-xDcUAbRZQj
2019-05-13 19:21:48,573 |OFBiz-batch-3        |ServiceDispatcher             |I| Registering dispatcher: entity-test-xDcUAbRZQj
2019-05-13 19:21:48,573 |OFBiz-batch-3        |ServiceContainer              |I| Created new dispatcher: entity-test-xDcUAbRZQj
2019-05-13 19:21:48,585 |OFBiz-batch-4        |ServiceGroupReader            |I| Loaded [1] Group definitions from file:/home/mthl/src/ofbiz/framework/common/servicedef/groups_test.xml
2019-05-13 19:21:48,585 |main                 |ServiceGroupReader            |I| Loaded [1] Group definitions from file:/home/mthl/src/ofbiz/framework/common/servicedef/groups_test.xml
2019-05-13 19:21:48,587 |main                 |ServiceGroupReader            |I| Loaded [4] Group definitions from file:/home/mthl/src/ofbiz/framework/entityext/servicedef/groups.xml
2019-05-13 19:21:48,587 |OFBiz-batch-4        |ServiceGroupReader            |I| Loaded [4] Group definitions from file:/home/mthl/src/ofbiz/framework/entityext/servicedef/groups.xml
2019-05-13 19:21:48,590 |OFBiz-batch-4        |ServiceGroupReader            |I| Loaded [2] Group definitions from file:/home/mthl/src/ofbiz/applications/workeffort/servicedef/service_groups.xml
2019-05-13 19:21:48,590 |main                 |ServiceGroupReader            |I| Loaded [2] Group definitions from file:/home/mthl/src/ofbiz/applications/workeffort/servicedef/service_groups.xml
2019-05-13 19:21:48,592 |OFBiz-batch-4        |ServiceGroupReader            |I| Loaded [1] Group definitions from file:/home/mthl/src/ofbiz/applications/product/servicedef/groups.xml
2019-05-13 19:21:48,592 |main                 |ServiceGroupReader            |I| Loaded [1] Group definitions from file:/home/mthl/src/ofbiz/applications/product/servicedef/groups.xml
2019-05-13 19:21:48,594 |main                 |ServiceGroupReader            |I| Loaded [4] Group definitions from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/groups.xml
2019-05-13 19:21:48,594 |OFBiz-batch-4        |ServiceGroupReader            |I| Loaded [4] Group definitions from file:/home/mthl/src/ofbiz/applications/accounting/servicedef/groups.xml
2019-05-13 19:21:48,596 |main                 |ServiceDispatcher             |I| Registering dispatcher: test-dispatcher-RxOzf4Yljo
2019-05-13 19:21:48,596 |main                 |ServiceContainer              |I| Created new dispatcher: test-dispatcher-RxOzf4Yljo
2019-05-13 19:21:48,596 |OFBiz-batch-4        |ServiceDispatcher             |I| Registering dispatcher: entity-test-RxOzf4Yljo
2019-05-13 19:21:48,596 |OFBiz-batch-4        |ServiceContainer              |I| Created new dispatcher: entity-test-RxOzf4Yljo
2019-05-13 19:21:48,596 |main                 |ContainerLoader               |I| Loaded container: testtools-container
2019-05-13 19:21:48,596 |main                 |ContainerLoader               |I| [Startup] Starting containers...
2019-05-13 19:21:48,596 |main                 |ContainerLoader               |I| Starting container component-container
2019-05-13 19:21:48,596 |main                 |ContainerLoader               |I| Started container component-container
2019-05-13 19:21:48,596 |main                 |ContainerLoader               |I| Starting container service-container
2019-05-13 19:21:48,596 |main                 |ContainerLoader               |I| Started container service-container
2019-05-13 19:21:48,596 |main                 |ContainerLoader               |I| Starting container catalina-container-test
May 13, 2019 7:21:48 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["ajp-nio-8010"]
May 13, 2019 7:21:48 PM org.apache.coyote.http11.AbstractHttp11Protocol configureUpgradeProtocol
INFO: The ["http-nio-8080"] connector has been configured to support HTTP upgrade to [h2c]
May 13, 2019 7:21:48 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["http-nio-8080"]
May 13, 2019 7:21:48 PM org.apache.coyote.http11.AbstractHttp11Protocol configureUpgradeProtocol
SEVERE: The upgrade handler [org.apache.coyote.http2.Http2Protocol] for [h2] only supports upgrade via ALPN but has been configured for the ["https-jsse-nio-8443"] connector that does not support ALPN.
May 13, 2019 7:21:48 PM org.apache.coyote.AbstractProtocol init
INFO: Initializing ProtocolHandler ["https-jsse-nio-8443"]
May 13, 2019 7:21:48 PM org.apache.catalina.core.StandardService startInternal
INFO: Starting service [Tomcat]
May 13, 2019 7:21:48 PM org.apache.catalina.core.StandardEngine startInternal
INFO: Starting Servlet engine: [Apache Tomcat/9.0.19]
May 13, 2019 7:21:48 PM org.apache.catalina.startup.ContextConfig getDefaultWebXmlFragment
INFO: No global web.xml found
2019-05-13 19:21:48,973 |main                 |ServiceDispatcher             |I| Registering dispatcher: catalog
2019-05-13 19:21:48,973 |main                 |ServiceContainer              |I| Created new dispatcher: catalog
2019-05-13 19:21:48,974 |main                 |ControlServlet                |I| Loading webapp [catalog], located at /home/mthl/src/ofbiz/applications/product/webapp/catalog/
2019-05-13 19:21:49,018 |main                 |ConfigXMLReader               |I| controller loaded: 0.018s, 539 requests, 178 views in file:/home/mthl/src/ofbiz/applications/product/webapp/catalog/WEB-INF/controller.xml
2019-05-13 19:21:49,030 |main                 |ConfigXMLReader               |I| controller loaded: 0.001s, 51 requests, 23 views in file:/home/mthl/src/ofbiz/framework/common/webcommon/WEB-INF/common-controller.xml
2019-05-13 19:21:49,038 |main                 |ConfigXMLReader               |I| controller loaded: 0.0s, 0 requests, 0 views in file:/home/mthl/src/ofbiz/framework/common/webcommon/WEB-INF/handlers-controller.xml
2019-05-13 19:21:49,047 |main                 |ConfigXMLReader               |I| controller loaded: 0.001s, 26 requests, 10 views in file:/home/mthl/src/ofbiz/framework/common/webcommon/WEB-INF/portal-controller.xml
2019-05-13 19:21:49,055 |main                 |ConfigXMLReader               |I| controller loaded: 0.001s, 4 requests, 0 views in file:/home/mthl/src/ofbiz/applications/commonext/webapp/WEB-INF/controller.xml
2019-05-13 19:21:49,091 |main                 |ServiceDispatcher             |I| Registering dispatcher: default
2019-05-13 19:21:49,091 |main                 |ServiceContainer              |I| Created new dispatcher: default
2019-05-13 19:21:49,106 |main                 |ServiceDispatcher             |I| Registering dispatcher: workeffort
2019-05-13 19:21:49,106 |main                 |ServiceContainer              |I| Created new dispatcher: workeffort
2019-05-13 19:21:49,106 |main                 |ControlServlet                |I| Loading webapp [workeffort], located at /home/mthl/src/ofbiz/applications/workeffort/webapp/workeffort/
2019-05-13 19:21:49,120 |main                 |ConfigXMLReader               |I| controller loaded: 0.003s, 145 requests, 66 views in file:/home/mthl/src/ofbiz/applications/workeffort/webapp/workeffort/WEB-INF/controller.xml
2019-05-13 19:21:49,132 |main                 |ConfigXMLReader               |I| controller loaded: 0.0s, 15 requests, 7 views in file:/home/mthl/src/ofbiz/applications/workeffort/webapp/workeffort/WEB-INF/icalendar-controller.xml
2019-05-13 19:21:49,152 |main                 |ServiceDispatcher             |I| Registering dispatcher: accounting
2019-05-13 19:21:49,152 |main                 |ServiceContainer              |I| Created new dispatcher: accounting
2019-05-13 19:21:49,152 |main                 |ControlServlet                |I| Loading webapp [accounting], located at /home/mthl/src/ofbiz/applications/accounting/webapp/accounting/
2019-05-13 19:21:49,171 |main                 |ConfigXMLReader               |I| controller loaded: 0.006s, 511 requests, 240 views in file:/home/mthl/src/ofbiz/applications/accounting/webapp/accounting/WEB-INF/controller.xml
2019-05-13 19:21:49,183 |main                 |ServiceDispatcher             |I| Registering dispatcher: Humanres
2019-05-13 19:21:49,183 |main                 |ServiceContainer              |I| Created new dispatcher: Humanres
2019-05-13 19:21:49,183 |main                 |ControlServlet                |I| Loading webapp [humanres], located at /home/mthl/src/ofbiz/applications/humanres/webapp/humanres/
2019-05-13 19:21:49,196 |main                 |ConfigXMLReader               |I| controller loaded: 0.002s, 230 requests, 96 views in file:/home/mthl/src/ofbiz/applications/humanres/webapp/humanres/WEB-INF/controller.xml
2019-05-13 19:21:49,209 |main                 |ConfigXMLReader               |I| controller loaded: 0.003s, 265 requests, 109 views in file:/home/mthl/src/ofbiz/applications/party/webapp/partymgr/WEB-INF/controller.xml
2019-05-13 19:21:49,221 |main                 |ConfigXMLReader               |I| controller loaded: 0.001s, 30 requests, 13 views in file:/home/mthl/src/ofbiz/framework/common/webcommon/WEB-INF/security-controller.xml
2019-05-13 19:21:49,468 |main                 |ConfigXMLReader               |I| controller loaded: 0.004s, 379 requests, 154 views in file:/home/mthl/src/ofbiz/applications/content/webapp/content/WEB-INF/controller.xml
2019-05-13 19:21:49,481 |main                 |ServiceDispatcher             |I| Registering dispatcher: content
2019-05-13 19:21:49,481 |main                 |ServiceContainer              |I| Created new dispatcher: content
2019-05-13 19:21:49,481 |main                 |ControlServlet                |I| Loading webapp [content], located at /home/mthl/src/ofbiz/applications/content/webapp/content/
2019-05-13 19:21:49,492 |main                 |ServiceDispatcher             |I| Registering dispatcher: ap
2019-05-13 19:21:49,492 |main                 |ServiceContainer              |I| Created new dispatcher: ap
2019-05-13 19:21:49,492 |main                 |ControlServlet                |I| Loading webapp [ap], located at /home/mthl/src/ofbiz/applications/accounting/webapp/ap/
2019-05-13 19:21:49,500 |main                 |ConfigXMLReader               |I| controller loaded: 0.001s, 22 requests, 14 views in file:/home/mthl/src/ofbiz/applications/accounting/webapp/ap/WEB-INF/controller.xml
2019-05-13 19:21:49,510 |main                 |ServiceDispatcher             |I| Registering dispatcher: setup
2019-05-13 19:21:49,510 |main                 |ServiceContainer              |I| Created new dispatcher: setup
2019-05-13 19:21:49,511 |main                 |ControlServlet                |I| Loading webapp [ofbizsetup], located at /home/mthl/src/ofbiz/applications/commonext/webapp/ofbizsetup/
2019-05-13 19:21:49,523 |main                 |ConfigXMLReader               |I| controller loaded: 0.0s, 32 requests, 15 views in file:/home/mthl/src/ofbiz/applications/commonext/webapp/ofbizsetup/WEB-INF/controller.xml
2019-05-13 19:21:49,535 |main                 |ServiceDispatcher             |I| Registering dispatcher: ar
2019-05-13 19:21:49,535 |main                 |ServiceContainer              |I| Created new dispatcher: ar
2019-05-13 19:21:49,536 |main                 |ControlServlet                |I| Loading webapp [ar], located at /home/mthl/src/ofbiz/applications/accounting/webapp/ar/
2019-05-13 19:21:49,543 |main                 |ConfigXMLReader               |I| controller loaded: 0.0s, 16 requests, 10 views in file:/home/mthl/src/ofbiz/applications/accounting/webapp/ar/WEB-INF/controller.xml
2019-05-13 19:21:49,553 |main                 |ServiceDispatcher             |I| Registering dispatcher: marketing
2019-05-13 19:21:49,553 |main                 |ServiceContainer              |I| Created new dispatcher: marketing
2019-05-13 19:21:49,554 |main                 |ControlServlet                |I| Loading webapp [marketing], located at /home/mthl/src/ofbiz/applications/marketing/webapp/marketing/
2019-05-13 19:21:49,563 |main                 |ConfigXMLReader               |I| controller loaded: 0.001s, 91 requests, 48 views in file:/home/mthl/src/ofbiz/applications/marketing/webapp/marketing/WEB-INF/controller.xml
2019-05-13 19:21:49,573 |main                 |ServiceDispatcher             |I| Registering dispatcher: ical
2019-05-13 19:21:49,573 |main                 |ServiceContainer              |I| Created new dispatcher: ical
2019-05-13 19:21:49,585 |main                 |ServiceDispatcher             |I| Registering dispatcher: sfa
2019-05-13 19:21:49,585 |main                 |ServiceContainer              |I| Created new dispatcher: sfa
2019-05-13 19:21:49,585 |main                 |ControlServlet                |I| Loading webapp [sfa], located at /home/mthl/src/ofbiz/applications/marketing/webapp/sfa/
2019-05-13 19:21:49,594 |main                 |ConfigXMLReader               |I| controller loaded: 0.0s, 55 requests, 36 views in file:/home/mthl/src/ofbiz/applications/marketing/webapp/sfa/WEB-INF/controller.xml
2019-05-13 19:21:49,615 |main                 |ServiceDispatcher             |I| Registering dispatcher: webtools
2019-05-13 19:21:49,615 |main                 |ServiceContainer              |I| Created new dispatcher: webtools
2019-05-13 19:21:49,616 |main                 |ControlServlet                |I| Loading webapp [webtools], located at /home/mthl/src/ofbiz/framework/webtools/webapp/webtools/
2019-05-13 19:21:49,650 |main                 |ConfigXMLReader               |I| controller loaded: 0.024s, 113 requests, 78 views in file:/home/mthl/src/ofbiz/framework/webtools/webapp/webtools/WEB-INF/controller.xml
2019-05-13 19:21:49,657 |main                 |ConfigXMLReader               |I| controller loaded: 0.0s, 5 requests, 0 views in file:/home/mthl/src/ofbiz/framework/common/webcommon/WEB-INF/tempexpr-controller.xml
2019-05-13 19:21:49,721 |main                 |FreeMarkerWorker              |I| loading properties: file:/home/mthl/src/ofbiz/framework/webapp/config/freemarkerTransforms.properties
2019-05-13 19:21:49,724 |main                 |FreeMarkerWorker              |I| loading properties: file:/home/mthl/src/ofbiz/framework/widget/config/freemarkerTransforms.properties
2019-05-13 19:21:49,725 |main                 |FreeMarkerWorker              |I| loading properties: file:/home/mthl/src/ofbiz/applications/content/config/freemarkerTransforms.properties
2019-05-13 19:21:49,731 |main                 |FreeMarkerWorker              |I| loading properties: file:/home/mthl/src/ofbiz/applications/product/config/freemarkerTransforms.properties
2019-05-13 19:21:49,742 |main                 |SeoConfigUtil                 |I| Parsing ^.*/.*$
2019-05-13 19:21:49,743 |main                 |SeoConfigUtil                 |I| Parsing category-url [true]:
2019-05-13 19:21:49,743 |main                 |SeoConfigUtil                 |I|   allowed-context-paths: /
2019-05-13 19:21:49,743 |main                 |SeoConfigUtil                 |I|   allowed-context-paths: /ecomseo
2019-05-13 19:21:49,743 |main                 |SeoConfigUtil                 |I|   category-name: false
2019-05-13 19:21:49,743 |main                 |SeoConfigUtil                 |I|   category-url-suffix: .html
2019-05-13 19:21:49,743 |main                 |SeoConfigUtil                 |I| Parsing jsessionid [true]:
2019-05-13 19:21:49,743 |main                 |SeoConfigUtil                 |I|   anonymous: false
2019-05-13 19:21:49,743 |main                 |SeoConfigUtil                 |I|   exceptions:
2019-05-13 19:21:49,743 |main                 |SeoConfigUtil                 |I|     url-pattern: ^.*/(keywordsearch|logout).*$
2019-05-13 19:21:49,743 |main                 |SeoConfigUtil                 |I|   user: false
2019-05-13 19:21:49,743 |main                 |SeoConfigUtil                 |I| Parsing url-config
2019-05-13 19:21:49,744 |main                 |SeoConfigUtil                 |I|   url-pattern: ^(.*);jsessionid=(.*)jvm[1-9](.*)$
2019-05-13 19:21:49,744 |main                 |SeoConfigUtil                 |I|     seo replacement: $1$3
2019-05-13 19:21:49,744 |main                 |SeoConfigUtil                 |I|     forward replacement: $1$3
2019-05-13 19:21:49,744 |main                 |SeoConfigUtil                 |I|     forward responsecode: 301
2019-05-13 19:21:49,744 |main                 |SeoConfigUtil                 |I|   url-pattern: ^/ecomseo/main$
2019-05-13 19:21:49,744 |main                 |SeoConfigUtil                 |I|     seo replacement: /ecomseo/
2019-05-13 19:21:49,744 |main                 |SeoConfigUtil                 |I|     forward replacement: /ecomseo/
2019-05-13 19:21:49,744 |main                 |SeoConfigUtil                 |I|     forward responsecode: 301
2019-05-13 19:21:49,744 |main                 |SeoConfigUtil                 |I|   url-pattern: ^/main$
2019-05-13 19:21:49,744 |main                 |SeoConfigUtil                 |I|     seo replacement: /
2019-05-13 19:21:49,744 |main                 |SeoConfigUtil                 |I|     forward replacement: /
2019-05-13 19:21:49,744 |main                 |SeoConfigUtil                 |I|     forward responsecode: 301
2019-05-13 19:21:49,744 |main                 |SeoConfigUtil                 |I| Parsing char-filter:
2019-05-13 19:21:49,744 |main                 |SeoConfigUtil                 |I|   character-pattern: \u00fc
2019-05-13 19:21:49,744 |main                 |SeoConfigUtil                 |I|   replacement: ue
2019-05-13 19:21:49,744 |main                 |SeoConfigUtil                 |I|   character-pattern: \u00e4
2019-05-13 19:21:49,744 |main                 |SeoConfigUtil                 |I|   replacement: ae
2019-05-13 19:21:49,744 |main                 |SeoConfigUtil                 |I|   character-pattern: \u00f6
2019-05-13 19:21:49,744 |main                 |SeoConfigUtil                 |I|   replacement: oe
2019-05-13 19:21:49,744 |main                 |SeoConfigUtil                 |I|   character-pattern: \u00df
2019-05-13 19:21:49,744 |main                 |SeoConfigUtil                 |I|   replacement: ss
2019-05-13 19:21:49,744 |main                 |SeoConfigUtil                 |I|   character-pattern: \\+
2019-05-13 19:21:49,744 |main                 |SeoConfigUtil                 |I|   replacement: und
2019-05-13 19:21:49,744 |main                 |SeoConfigUtil                 |I|   character-pattern: \u0026
2019-05-13 19:21:49,744 |main                 |SeoConfigUtil                 |I|   replacement: und
2019-05-13 19:21:49,744 |main                 |SeoConfigUtil                 |I|   character-pattern: è
2019-05-13 19:21:49,744 |main                 |SeoConfigUtil                 |I|   replacement: e
2019-05-13 19:21:49,745 |main                 |SeoConfigUtil                 |I|   character-pattern: [^A-Za-z0-9+-]
2019-05-13 19:21:49,745 |main                 |SeoConfigUtil                 |I|   replacement: -
2019-05-13 19:21:49,745 |main                 |SeoConfigUtil                 |I|   character-pattern: -{2,}
2019-05-13 19:21:49,745 |main                 |SeoConfigUtil                 |I|   replacement: -
2019-05-13 19:21:49,753 |main                 |SeoConfigUtil                 |I| Parsing ^.*/.*$
2019-05-13 19:21:49,753 |main                 |SeoConfigUtil                 |I| Parsing category-url [true]:
2019-05-13 19:21:49,753 |main                 |SeoConfigUtil                 |I|   allowed-context-paths: /
2019-05-13 19:21:49,754 |main                 |SeoConfigUtil                 |I|   allowed-context-paths: /ecomseo
2019-05-13 19:21:49,754 |main                 |SeoConfigUtil                 |I|   category-name: false
2019-05-13 19:21:49,754 |main                 |SeoConfigUtil                 |I|   category-url-suffix: .html
2019-05-13 19:21:49,754 |main                 |SeoConfigUtil                 |I| Parsing jsessionid [true]:
2019-05-13 19:21:49,754 |main                 |SeoConfigUtil                 |I|   anonymous: false
2019-05-13 19:21:49,754 |main                 |SeoConfigUtil                 |I|   exceptions:
2019-05-13 19:21:49,754 |main                 |SeoConfigUtil                 |I|     url-pattern: ^.*/(keywordsearch|logout).*$
2019-05-13 19:21:49,754 |main                 |SeoConfigUtil                 |I|   user: false
2019-05-13 19:21:49,754 |main                 |SeoConfigUtil                 |I| Parsing url-config
2019-05-13 19:21:49,754 |main                 |SeoConfigUtil                 |I|   url-pattern: ^(.*);jsessionid=(.*)jvm[1-9](.*)$
2019-05-13 19:21:49,754 |main                 |SeoConfigUtil                 |I|     seo replacement: $1$3
2019-05-13 19:21:49,754 |main                 |SeoConfigUtil                 |I|     forward replacement: $1$3
2019-05-13 19:21:49,754 |main                 |SeoConfigUtil                 |I|     forward responsecode: 301
2019-05-13 19:21:49,754 |main                 |SeoConfigUtil                 |I|   url-pattern: ^/ecomseo/main$
2019-05-13 19:21:49,754 |main                 |SeoConfigUtil                 |I|     seo replacement: /ecomseo/
2019-05-13 19:21:49,754 |main                 |SeoConfigUtil                 |I|     forward replacement: /ecomseo/
2019-05-13 19:21:49,754 |main                 |SeoConfigUtil                 |I|     forward responsecode: 301
2019-05-13 19:21:49,754 |main                 |SeoConfigUtil                 |I|   url-pattern: ^/main$
2019-05-13 19:21:49,754 |main                 |SeoConfigUtil                 |I|     seo replacement: /
2019-05-13 19:21:49,754 |main                 |SeoConfigUtil                 |I|     forward replacement: /
2019-05-13 19:21:49,754 |main                 |SeoConfigUtil                 |I|     forward responsecode: 301
2019-05-13 19:21:49,754 |main                 |SeoConfigUtil                 |I| Parsing char-filter:
2019-05-13 19:21:49,754 |main                 |SeoConfigUtil                 |I|   character-pattern: \u00fc
2019-05-13 19:21:49,754 |main                 |SeoConfigUtil                 |I|   replacement: ue
2019-05-13 19:21:49,754 |main                 |SeoConfigUtil                 |I|   character-pattern: \u00e4
2019-05-13 19:21:49,754 |main                 |SeoConfigUtil                 |I|   replacement: ae
2019-05-13 19:21:49,754 |main                 |SeoConfigUtil                 |I|   character-pattern: \u00f6
2019-05-13 19:21:49,754 |main                 |SeoConfigUtil                 |I|   replacement: oe
2019-05-13 19:21:49,755 |main                 |SeoConfigUtil                 |I|   character-pattern: \u00df
2019-05-13 19:21:49,755 |main                 |SeoConfigUtil                 |I|   replacement: ss
2019-05-13 19:21:49,755 |main                 |SeoConfigUtil                 |I|   character-pattern: \\+
2019-05-13 19:21:49,755 |main                 |SeoConfigUtil                 |I|   replacement: und
2019-05-13 19:21:49,755 |main                 |SeoConfigUtil                 |I|   character-pattern: \u0026
2019-05-13 19:21:49,755 |main                 |SeoConfigUtil                 |I|   replacement: und
2019-05-13 19:21:49,755 |main                 |SeoConfigUtil                 |I|   character-pattern: è
2019-05-13 19:21:49,755 |main                 |SeoConfigUtil                 |I|   replacement: e
2019-05-13 19:21:49,755 |main                 |SeoConfigUtil                 |I|   character-pattern: [^A-Za-z0-9+-]
2019-05-13 19:21:49,755 |main                 |SeoConfigUtil                 |I|   replacement: -
2019-05-13 19:21:49,755 |main                 |SeoConfigUtil                 |I|   character-pattern: -{2,}
2019-05-13 19:21:49,755 |main                 |SeoConfigUtil                 |I|   replacement: -
2019-05-13 19:21:49,769 |main                 |ServiceDispatcher             |I| Registering dispatcher: manufacturing
2019-05-13 19:21:49,769 |main                 |ServiceContainer              |I| Created new dispatcher: manufacturing
2019-05-13 19:21:49,770 |main                 |ControlServlet                |I| Loading webapp [manufacturing], located at /home/mthl/src/ofbiz/applications/manufacturing/webapp/manufacturing/
2019-05-13 19:21:49,782 |main                 |ConfigXMLReader               |I| controller loaded: 0.002s, 149 requests, 65 views in file:/home/mthl/src/ofbiz/applications/manufacturing/webapp/manufacturing/WEB-INF/controller.xml
2019-05-13 19:21:49,825 |main                 |ServiceDispatcher             |I| Registering dispatcher: facility
2019-05-13 19:21:49,825 |main                 |ServiceContainer              |I| Created new dispatcher: facility
2019-05-13 19:21:49,825 |main                 |ControlServlet                |I| Loading webapp [facility], located at /home/mthl/src/ofbiz/applications/product/webapp/facility/
2019-05-13 19:21:49,840 |main                 |ConfigXMLReader               |I| controller loaded: 0.003s, 241 requests, 93 views in file:/home/mthl/src/ofbiz/applications/product/webapp/facility/WEB-INF/controller.xml
2019-05-13 19:21:49,850 |main                 |ServiceDispatcher             |I| Registering dispatcher: partymgr
2019-05-13 19:21:49,850 |main                 |ServiceContainer              |I| Created new dispatcher: partymgr
2019-05-13 19:21:49,850 |main                 |ControlServlet                |I| Loading webapp [partymgr], located at /home/mthl/src/ofbiz/applications/party/webapp/partymgr/
2019-05-13 19:21:49,861 |main                 |ServiceDispatcher             |I| Registering dispatcher: order
2019-05-13 19:21:49,861 |main                 |ServiceContainer              |I| Created new dispatcher: order
2019-05-13 19:21:49,861 |main                 |ControlServlet                |I| Loading webapp [ordermgr], located at /home/mthl/src/ofbiz/applications/order/webapp/ordermgr/
2019-05-13 19:21:49,879 |main                 |ConfigXMLReader               |I| controller loaded: 0.006s, 374 requests, 151 views in file:/home/mthl/src/ofbiz/applications/order/webapp/ordermgr/WEB-INF/controller.xml
May 13, 2019 7:21:49 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["ajp-nio-8010"]
May 13, 2019 7:21:49 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["http-nio-8080"]
May 13, 2019 7:21:49 PM org.apache.coyote.AbstractProtocol start
INFO: Starting ProtocolHandler ["https-jsse-nio-8443"]
2019-05-13 19:21:49,926 |main                 |CatalinaContainer             |I| Connector AJP/1.3 @ 8010 - not-secure [org.apache.coyote.ajp.AjpNioProtocol] started.
2019-05-13 19:21:49,926 |main                 |CatalinaContainer             |I| Connector HTTP/1.1 @ 8080 - not-secure [org.apache.coyote.http11.Http11NioProtocol] started.
2019-05-13 19:21:49,926 |main                 |CatalinaContainer             |I| Connector HTTP/1.1 @ 8443 - secure [org.apache.coyote.http11.Http11NioProtocol] started.
2019-05-13 19:21:49,926 |main                 |CatalinaContainer             |I| Started Apache Tomcat/9.0.19
2019-05-13 19:21:49,926 |main                 |ContainerLoader               |I| Started container catalina-container-test
2019-05-13 19:21:49,926 |main                 |ContainerLoader               |I| Starting container testtools-container
2019-05-13 19:21:49,935 |main                 |TestRunContainer              |I| [JUNIT] : shoppingCart-test starting...
2019-05-13 19:21:50,018 |main                 |AbstractEngine                |I| Loaded Service Locations: {eedcc-test=https://localhost:8443/webtools/control/httpService, entity-sync-http=https://localhost:8443/webtools/control/httpService, rita-rmi=rmi://localhost:1099/RMIDispatcher, main-rmi=rmi://localhost:1099/RMIDispatcher, main-soap=http://localhost:8080/webtools/control/SOAPService, entity-sync-rmi=rmi://localhost:1099/RMIDispatcher, main-http=http://localhost:8080/webtools/control/httpService}
2019-05-13 19:21:50,483 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondGeoID] finished in [237] milliseconds
2019-05-13 19:21:50,536 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondPromoRecurrence] finished in [51] milliseconds
2019-05-13 19:21:50,702 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/getOrderedSummaryInformation] finished in [138] milliseconds
2019-05-13 19:21:50,712 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondOrderHist] finished in [173] milliseconds
2019-05-13 19:21:50,760 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductTotal] finished in [46] milliseconds
2019-05-13 19:21:50,766 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductAmount] finished in [4] milliseconds
2019-05-13 19:21:50,961 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoActProdAMDISC] finished in [168] milliseconds
2019-05-13 19:21:50,969 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoActProdPrice] finished in [5] milliseconds
2019-05-13 19:21:50,975 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductQuant] finished in [4] milliseconds
2019-05-13 19:21:50,988 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoActOrderPercent] finished in [11] milliseconds
2019-05-13 19:21:50,990 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoActProdDISC] finished in [1] milliseconds
2019-05-13 19:21:50,994 |main                 |GroovyBaseScript              |I| Doing order total compare: orderSubTotal=0.00
2019-05-13 19:21:50,994 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondOrderTotal] finished in [3] milliseconds
2019-05-13 19:21:50,996 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoActProdDISC] finished in [1] milliseconds
2019-05-13 19:21:50,997 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoActOrderPercent] finished in [1] milliseconds
2019-05-13 19:21:50,998 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductQuant] finished in [1] milliseconds
2019-05-13 19:21:51,000 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoActProdPrice] finished in [1] milliseconds
2019-05-13 19:21:51,005 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/getOrderedSummaryInformation] finished in [1] milliseconds
2019-05-13 19:21:51,005 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondOrderHist] finished in [2] milliseconds
2019-05-13 19:21:51,009 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondPromoRecurrence] finished in [3] milliseconds
2019-05-13 19:21:51,010 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondGeoID] finished in [1] milliseconds
2019-05-13 19:21:51,011 |main                 |GroovyBaseScript              |I| Doing order total compare: orderSubTotal=0.00
2019-05-13 19:21:51,011 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondOrderTotal] finished in [1] milliseconds
2019-05-13 19:21:51,016 |main                 |ShoppingCart                  |I| Returned new PaymentInfo - Pm: null / PmType: CREDIT_CARD / Amt: 49.26 / Ref: null!null
2019-05-13 19:21:51,054 |main                 |ProductStoreWorker            |I| getSurvey for product GZ-2644
2019-05-13 19:21:51,255 |main                 |UtilProperties                |I| ResourceBundle ProductUiLabels (en) created in 0.159s with 2649 properties
2019-05-13 19:21:51,257 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/calculateProductPrice] finished in [199] milliseconds
2019-05-13 19:21:51,263 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/calculateProductPrice] finished in [6] milliseconds
2019-05-13 19:21:51,309 |main                 |ShoppingCartItem              |I| Setting orderItemSeqId - 00001
2019-05-13 19:21:51,335 |main                 |ShoppingCart                  |I| Creating OrderPaymentPreference - [GenericEntity:OrderPaymentPreference][billingPostalCode,null()][finAccountId,null()][manualAuthCode,null()][manualRefNum,null()][maxAmount,49.26(java.math.BigDecimal)][overflowFlag,N(java.lang.String)][paymentMethodId,null()][paymentMethodTypeId,CREDIT_CARD(java.lang.String)][presentFlag,N(java.lang.String)][statusId,PAYMENT_RECEIVED(java.lang.String)][swipedFlag,N(java.lang.String)]
2019-05-13 19:21:51,393 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/countProductQuantityOrdered] finished in [29] milliseconds
2019-05-13 19:21:51,445 |main                 |UtilProperties                |I| ResourceBundle ProductEntityLabels (en) created in 0.031s with 388 properties
2019-05-13 19:21:51,446 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/isStoreInventoryAvailableOrNotRequired] finished in [53] milliseconds
2019-05-13 19:21:51,452 |main                 |Log                           |I| [OrderServices.xml#getNextOrderId line 433] In getNextOrderId partyId is [Company], partyAcctgPreference: [GenericEntity:PartyAcctgPreference][baseCurrencyUomId,USD(java.lang.String)][cogsMethodId,COGS_LIFO(java.lang.String)][createdStamp,2019-05-13 17:49:42.773(java.sql.Timestamp)][createdTxStamp,2019-05-13 17:49:39.385(java.sql.Timestamp)][enableAccounting,null()][errorGlJournalId,ERROR_JOURNAL(java.lang.String)][fiscalYearStartDay,null()][fiscalYearStartMonth,null()][invoiceIdPrefix,CI(java.lang.String)][invoiceSeqCustMethId,INV_HOOK_ENF_SEQ(java.lang.String)][lastInvoiceNumber,null()][lastInvoiceRestartDate,null()][lastOrderNumber,null()][lastQuoteNumber,null()][lastUpdatedStamp,2019-05-13 19:21:04.002(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:21:04.001(java.sql.Timestamp)][oldInvoiceSequenceEnumId,null()][oldOrderSequenceEnumId,null()][oldQuoteSequenceEnumId,null()][orderIdPrefix,CO(java.lang.String)][orderSeqCustMethId,null()][partyId,Company(java.lang.String)][quoteIdPrefix,CQ(java.lang.String)][quoteSeqCustMethId,null()][refundPaymentMethodId,null()][taxFormId,US_IRS_1120(java.lang.String)][useInvoiceIdForReturns,null()]
2019-05-13 19:21:51,467 |main                 |SequenceUtil                  |I| Got bank of sequenced IDs for [OrderHeader]; curSeqId=10100, maxSeqId=10110, bankSize=10
2019-05-13 19:21:51,469 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/getNextOrderId] finished in [23] milliseconds
2019-05-13 19:21:51,495 |main                 |SequenceUtil                  |I| Got bank of sequenced IDs for [OrderStatus]; curSeqId=10290, maxSeqId=10300, bankSize=10
2019-05-13 19:21:51,506 |main                 |SequenceUtil                  |I| Got bank of sequenced IDs for [OrderAdjustment]; curSeqId=10220, maxSeqId=10230, bankSize=10
2019-05-13 19:21:51,514 |main                 |SequenceUtil                  |I| Got bank of sequenced IDs for [OrderItemPriceInfo]; curSeqId=10100, maxSeqId=10110, bankSize=10
2019-05-13 19:21:51,529 |main                 |SequenceUtil                  |I| Got bank of sequenced IDs for [OrderPaymentPreference]; curSeqId=10100, maxSeqId=10110, bankSize=10
2019-05-13 19:21:51,555 |main                 |SequenceUtil                  |I| Got bank of sequenced IDs for [EntityAuditLog]; curSeqId=10600, maxSeqId=10610, bankSize=10
2019-05-13 19:21:52,044 |main                 |EntityEcaRule                 |I| Running Entity ECA Service: changeOrderPaymentStatus, triggered by rule on Entity: OrderPaymentPreference
2019-05-13 19:21:52,086 |main                 |ServiceDispatcher             |T| Sync service [entity-test-RxOzf4Yljo/changeOrderPaymentStatus] finished in [42] milliseconds
2019-05-13 19:21:52,287 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:21:52,287 |main                 |ServiceEcaRule                |I| For Service ECA [storeOrder] on [commit] got false for condition: [originOrderId][is-not-empty][true][String]
2019-05-13 19:21:52,287 |main                 |ServiceEcaRule                |I| Running Service ECA Service: updateShoppingListQuantitiesFromOrder, triggered by rule on Service: storeOrder
2019-05-13 19:21:52,335 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/updateShoppingListQuantitiesFromOrder] finished in [48] milliseconds
2019-05-13 19:21:52,335 |main                 |ServiceEcaRule                |I| Running Service ECA Service: checkOrderItemForProductGroupOrder, triggered by rule on Service: storeOrder
2019-05-13 19:21:52,361 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/checkOrderItemForProductGroupOrder] finished in [26] milliseconds
2019-05-13 19:21:52,361 |main                 |ServiceEcaRule                |I| Running Service ECA Service: resetGrandTotal, triggered by rule on Service: storeOrder
2019-05-13 19:21:52,405 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/resetGrandTotal] finished in [44] milliseconds
2019-05-13 19:21:52,405 |main                 |ServiceEcaRule                |I| Running Service ECA Service: addSuggestionsToShoppingList, triggered by rule on Service: storeOrder
2019-05-13 19:21:52,405 |main                 |ServiceDispatcher             |T| [[ASync service started...- total:0.0,since last(Begin):0.0]] - 'test-dispatcher-RxOzf4Yljo / addSuggestionsToShoppingList'
2019-05-13 19:21:52,417 |main                 |SequenceUtil                  |I| Got bank of sequenced IDs for [RuntimeData]; curSeqId=11000, maxSeqId=11100, bankSize=100
2019-05-13 19:21:52,573 |main                 |SequenceUtil                  |I| Got bank of sequenced IDs for [JobSandbox]; curSeqId=11000, maxSeqId=11100, bankSize=100
2019-05-13 19:21:52,580 |main                 |GenericAsyncEngine            |I| Persisted job queued : 1557775312573
2019-05-13 19:21:52,580 |main                 |ServiceDispatcher             |T| [[ASync service finished...- total:0.175,since last(ASync service sta...):0.175]] - 'test-dispatcher-RxOzf4Yljo / addSuggestionsToShoppingList'
2019-05-13 19:21:52,580 |main                 |ServiceEcaRule                |I| Running Service ECA Service: checkCreateDropShipPurchaseOrders, triggered by rule on Service: storeOrder
2019-05-13 19:21:52,589 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/checkCreateDropShipPurchaseOrders] finished in [4] milliseconds
2019-05-13 19:21:52,589 |main                 |ServiceEcaRule                |I| Running Service ECA Service: balanceOrderItemsWithNegativeReservations, triggered by rule on Service: storeOrder
2019-05-13 19:21:52,625 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/balanceOrderItemsWithNegativeReservations] finished in [36] milliseconds
2019-05-13 19:21:52,626 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:21:52,626 |main                 |ServiceEcaRule                |I| For Service ECA [storeOrder] on [return] got false for condition: [orderTypeId][equals][PURCHASE_ORDER][true][String]
2019-05-13 19:21:52,626 |main                 |ServiceEcaRule                |I| Running Service ECA Service: setOrderReservationPriority, triggered by rule on Service: storeOrder
2019-05-13 19:21:52,631 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/setOrderReservationPriority] finished in [5] milliseconds
2019-05-13 19:21:52,632 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/isInventoryAllocationRequired] finished in [1] milliseconds
2019-05-13 19:21:52,632 |main                 |ServiceEcaRule                |I| For Service ECA [storeOrder] on [return] got false for condition: [isInventoryAllocationRequired][false]
2019-05-13 19:21:52,632 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/storeOrder] finished in [1297] milliseconds
2019-05-13 19:21:52,667 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/testCreateShoppinCartAndOrder] finished in [2654] milliseconds
2019-05-13 19:21:52,678 |main                 |UtilProperties                |I| ResourceBundle DefaultMessagesUiLabels (en) created in 0.011s with 11 properties
2019-05-13 19:21:52,679 |main                 |Log                           |I| [ShoppingCartTests.xml#testCreateShoppingCart line 36] ------------ ORDERID : [WSCO10100] ------------
2019-05-13 19:21:52,684 |main                 |TestRunContainer              |I| [JUNIT] : shoppingCart-test finished.
2019-05-13 19:21:52,685 |main                 |TestRunContainer              |I| [JUNIT] : productRentalOrder-test starting...
2019-05-13 19:21:52,699 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondPromoRecurrence] finished in [10] milliseconds
2019-05-13 19:21:52,714 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/getOrderedSummaryInformation] finished in [14] milliseconds
2019-05-13 19:21:52,715 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondOrderHist] finished in [14] milliseconds
2019-05-13 19:21:52,716 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductTotal] finished in [1] milliseconds
2019-05-13 19:21:52,733 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoActProdAMDISC] finished in [1] milliseconds
2019-05-13 19:21:52,734 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoActProdPrice] finished in [1] milliseconds
2019-05-13 19:21:52,738 |main                 |GroovyBaseScript              |I| Doing order total compare: orderSubTotal=0.00
2019-05-13 19:21:52,740 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoActOrderPercent] finished in [1] milliseconds
2019-05-13 19:21:52,741 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductQuant] finished in [1] milliseconds
2019-05-13 19:21:52,744 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoActProdAMDISC] finished in [1] milliseconds
2019-05-13 19:21:52,745 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductAmount] finished in [1] milliseconds
2019-05-13 19:21:52,746 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductTotal] finished in [1] milliseconds
2019-05-13 19:21:52,748 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/getOrderedSummaryInformation] finished in [2] milliseconds
2019-05-13 19:21:52,749 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondOrderHist] finished in [3] milliseconds
2019-05-13 19:21:52,753 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondPromoRecurrence] finished in [4] milliseconds
2019-05-13 19:21:52,754 |main                 |GroovyBaseScript              |I| Doing order total compare: orderSubTotal=0.00
2019-05-13 19:21:52,833 |main                 |UtilProperties                |I| ResourceBundle OrderErrorUiLabels (en) created in 0.036s with 470 properties
2019-05-13 19:21:52,834 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/isStoreInventoryAvailableOrNotRequired] finished in [1] milliseconds
2019-05-13 19:21:52,853 |main                 |ProductStoreWorker            |I| getSurvey for product RentalShip
2019-05-13 19:21:52,882 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/calculateProductPrice] finished in [29] milliseconds
2019-05-13 19:21:52,885 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/calculateProductPrice] finished in [3] milliseconds
2019-05-13 19:21:52,888 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondPromoRecurrence] finished in [2] milliseconds
2019-05-13 19:21:52,891 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/getOrderedSummaryInformation] finished in [2] milliseconds
2019-05-13 19:21:52,891 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondOrderHist] finished in [3] milliseconds
2019-05-13 19:21:52,906 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductTotal] finished in [15] milliseconds
2019-05-13 19:21:52,910 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductAmount] finished in [2] milliseconds
2019-05-13 19:21:52,947 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoActProdAMDISC] finished in [1] milliseconds
2019-05-13 19:21:52,950 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductQuant] finished in [1] milliseconds
2019-05-13 19:21:53,020 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoActOrderPercent] finished in [70] milliseconds
2019-05-13 19:21:53,022 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoActProdDISC] finished in [1] milliseconds
2019-05-13 19:21:53,022 |main                 |GroovyBaseScript              |I| Doing order total compare: orderSubTotal=47.97000
2019-05-13 19:21:53,024 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductQuant] finished in [1] milliseconds
2019-05-13 19:21:53,028 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductAmount] finished in [1] milliseconds
2019-05-13 19:21:53,030 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductTotal] finished in [1] milliseconds
2019-05-13 19:21:53,032 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/getOrderedSummaryInformation] finished in [2] milliseconds
2019-05-13 19:21:53,032 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondOrderHist] finished in [2] milliseconds
2019-05-13 19:21:53,035 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondPromoRecurrence] finished in [3] milliseconds
2019-05-13 19:21:53,038 |main                 |GroovyBaseScript              |I| Doing order total compare: orderSubTotal=43.17000
2019-05-13 19:21:53,038 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondOrderTotal] finished in [1] milliseconds
2019-05-13 19:21:53,039 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductQuant] finished in [1] milliseconds
2019-05-13 19:21:53,042 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductAmount] finished in [1] milliseconds
2019-05-13 19:21:53,044 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductTotal] finished in [1] milliseconds
2019-05-13 19:21:53,045 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/getOrderedSummaryInformation] finished in [1] milliseconds
2019-05-13 19:21:53,045 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondOrderHist] finished in [1] milliseconds
2019-05-13 19:21:53,048 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondPromoRecurrence] finished in [2] milliseconds
2019-05-13 19:21:53,049 |main                 |GroovyBaseScript              |I| Doing order total compare: orderSubTotal=43.17000
2019-05-13 19:21:53,049 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondOrderTotal] finished in [1] milliseconds
2019-05-13 19:21:53,162 |main                 |ShoppingCartItem              |I| Setting orderItemSeqId - 00001
2019-05-13 19:21:53,215 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/countProductQuantityOrdered] finished in [29] milliseconds
2019-05-13 19:21:53,216 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/isStoreInventoryAvailableOrNotRequired] finished in [1] milliseconds
2019-05-13 19:21:53,224 |main                 |Log                           |I| [OrderServices.xml#getNextOrderId line 433] In getNextOrderId partyId is [Company], partyAcctgPreference: [GenericEntity:PartyAcctgPreference][baseCurrencyUomId,USD(java.lang.String)][cogsMethodId,COGS_LIFO(java.lang.String)][createdStamp,2019-05-13 17:49:42.773(java.sql.Timestamp)][createdTxStamp,2019-05-13 17:49:39.385(java.sql.Timestamp)][enableAccounting,null()][errorGlJournalId,ERROR_JOURNAL(java.lang.String)][fiscalYearStartDay,null()][fiscalYearStartMonth,null()][invoiceIdPrefix,CI(java.lang.String)][invoiceSeqCustMethId,INV_HOOK_ENF_SEQ(java.lang.String)][lastInvoiceNumber,null()][lastInvoiceRestartDate,null()][lastOrderNumber,null()][lastQuoteNumber,null()][lastUpdatedStamp,2019-05-13 19:21:04.002(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:21:04.001(java.sql.Timestamp)][oldInvoiceSequenceEnumId,null()][oldOrderSequenceEnumId,null()][oldQuoteSequenceEnumId,null()][orderIdPrefix,CO(java.lang.String)][orderSeqCustMethId,null()][partyId,Company(java.lang.String)][quoteIdPrefix,CQ(java.lang.String)][quoteSeqCustMethId,null()][refundPaymentMethodId,null()][taxFormId,US_IRS_1120(java.lang.String)][useInvoiceIdForReturns,null()]
2019-05-13 19:21:53,326 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/getNextOrderId] finished in [109] milliseconds
2019-05-13 19:21:53,359 |main                 |OrderServices                 |I| find the fixedAsset
2019-05-13 19:21:53,363 |main                 |OrderServices                 |I| find the techdatacalendar
2019-05-13 19:21:53,363 |main                 |OrderServices                 |I| create techdata calendar because it does not exist
2019-05-13 19:21:53,379 |main                 |SequenceUtil                  |I| Got bank of sequenced IDs for [TechDataCalendar]; curSeqId=10100, maxSeqId=10110, bankSize=10
2019-05-13 19:21:53,379 |main                 |OrderServices                 |I| update fixed Asset
2019-05-13 19:21:53,391 |main                 |SequenceUtil                  |I| Got bank of sequenced IDs for [WorkEffort]; curSeqId=10100, maxSeqId=10110, bankSize=10
2019-05-13 19:21:53,735 |main                 |EntityEcaRule                 |I| Running Entity ECA Service: indexWorkEffortKeywords, triggered by rule on Entity: WorkEffort
2019-05-13 19:21:53,809 |main                 |ServiceDispatcher             |T| Sync service [entity-test-RxOzf4Yljo/indexWorkEffortKeywords] finished in [74] milliseconds
2019-05-13 19:21:54,527 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:21:54,527 |main                 |ServiceEcaRule                |I| For Service ECA [storeOrder] on [commit] got false for condition: [originOrderId][is-not-empty][true][String]
2019-05-13 19:21:54,527 |main                 |ServiceEcaRule                |I| Running Service ECA Service: updateShoppingListQuantitiesFromOrder, triggered by rule on Service: storeOrder
2019-05-13 19:21:54,530 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/updateShoppingListQuantitiesFromOrder] finished in [3] milliseconds
2019-05-13 19:21:54,530 |main                 |ServiceEcaRule                |I| Running Service ECA Service: checkOrderItemForProductGroupOrder, triggered by rule on Service: storeOrder
2019-05-13 19:21:54,535 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/checkOrderItemForProductGroupOrder] finished in [5] milliseconds
2019-05-13 19:21:54,535 |main                 |ServiceEcaRule                |I| Running Service ECA Service: resetGrandTotal, triggered by rule on Service: storeOrder
2019-05-13 19:21:54,687 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/resetGrandTotal] finished in [152] milliseconds
2019-05-13 19:21:54,687 |main                 |ServiceEcaRule                |I| Running Service ECA Service: addSuggestionsToShoppingList, triggered by rule on Service: storeOrder
2019-05-13 19:21:54,687 |main                 |ServiceDispatcher             |T| [[ASync service started...- total:0.0,since last(Begin):0.0]] - 'test-dispatcher-RxOzf4Yljo / addSuggestionsToShoppingList'
2019-05-13 19:21:54,718 |main                 |GenericAsyncEngine            |I| Persisted job queued : 1557775314707
2019-05-13 19:21:54,719 |main                 |ServiceDispatcher             |T| [[ASync service finished...- total:0.032,since last(ASync service sta...):0.032]] - 'test-dispatcher-RxOzf4Yljo / addSuggestionsToShoppingList'
2019-05-13 19:21:54,719 |main                 |ServiceEcaRule                |I| Running Service ECA Service: checkCreateDropShipPurchaseOrders, triggered by rule on Service: storeOrder
2019-05-13 19:21:54,757 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/checkCreateDropShipPurchaseOrders] finished in [26] milliseconds
2019-05-13 19:21:54,757 |main                 |ServiceEcaRule                |I| Running Service ECA Service: balanceOrderItemsWithNegativeReservations, triggered by rule on Service: storeOrder
2019-05-13 19:21:54,876 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/balanceOrderItemsWithNegativeReservations] finished in [119] milliseconds
2019-05-13 19:21:54,876 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:21:54,876 |main                 |ServiceEcaRule                |I| For Service ECA [storeOrder] on [return] got false for condition: [orderTypeId][equals][PURCHASE_ORDER][true][String]
2019-05-13 19:21:54,876 |main                 |ServiceEcaRule                |I| Running Service ECA Service: setOrderReservationPriority, triggered by rule on Service: storeOrder
2019-05-13 19:21:54,882 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/setOrderReservationPriority] finished in [5] milliseconds
2019-05-13 19:21:54,882 |main                 |ServiceEcaRule                |I| For Service ECA [storeOrder] on [return] got false for condition: [isInventoryAllocationRequired][false]
2019-05-13 19:21:54,882 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/storeOrder] finished in [1706] milliseconds
2019-05-13 19:21:54,925 |main                 |Log                           |I| [ShoppingCartTests.xml#testCreateOrderRentalProduct line 384] ------------ ORDERID : [WSCO10101] ------------
2019-05-13 19:21:54,981 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:21:54,981 |main                 |ServiceEcaRule                |I| For Service ECA [changeOrderStatus] on [commit] got false for condition: [statusId][equals][ORDER_CANCELLED][true][String]
2019-05-13 19:21:54,981 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:21:54,981 |main                 |ServiceEcaRule                |I| For Service ECA [changeOrderStatus] on [commit] got false for condition: [orderTypeId][equals][PURCHASE_ORDER][true][String]
2019-05-13 19:21:54,981 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:21:54,981 |main                 |ServiceEcaRule                |I| For Service ECA [changeOrderStatus] on [commit] got false for condition: [statusId][equals][ORDER_COMPLETED][true][String]
2019-05-13 19:21:54,981 |main                 |ServiceEcaRule                |I| Running Service ECA Service: updateContentSubscriptionByOrder, triggered by rule on Service: changeOrderStatus
2019-05-13 19:21:54,984 |main                 |ContentManagementServices     |I| In updateContentSubscriptionByOrder service with orderId: WSCO10101
2019-05-13 19:21:55,001 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/updateContentSubscriptionByOrder] finished in [20] milliseconds
2019-05-13 19:21:55,001 |main                 |ServiceEcaRule                |I| Running Service ECA Service: processExtendSubscriptionByOrder, triggered by rule on Service: changeOrderStatus
2019-05-13 19:21:55,003 |main                 |SubscriptionServices          |I| In processExtendSubscriptionByOrder service with orderId: WSCO10101
2019-05-13 19:21:55,027 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/processExtendSubscriptionByOrder] finished in [26] milliseconds
2019-05-13 19:21:55,027 |main                 |ServiceEcaRule                |I| Running Service ECA Service: createAutoRequirementsForOrder, triggered by rule on Service: changeOrderStatus
2019-05-13 19:21:55,042 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/createAutoRequirementsForOrder] finished in [14] milliseconds
2019-05-13 19:21:55,042 |main                 |ServiceEcaRule                |I| Running Service ECA Service: createATPRequirementsForOrder, triggered by rule on Service: changeOrderStatus
2019-05-13 19:21:55,042 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:21:55,042 |main                 |ServiceEcaRule                |I| For Service ECA [changeOrderStatus] on [commit] got false for condition: [orderTypeId][equals][PURCHASE_ORDER][true][String]
2019-05-13 19:21:55,042 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:21:55,042 |main                 |ServiceEcaRule                |I| For Service ECA [changeOrderStatus] on [global-commit-post-run] got false for condition: [statusId][equals][ORDER_COMPLETED][true][String]
2019-05-13 19:21:55,042 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/changeOrderStatus] finished in [116] milliseconds
2019-05-13 19:21:55,098 |main                 |SequenceUtil                  |I| Got bank of sequenced IDs for [EntityAuditLog]; curSeqId=10610, maxSeqId=10620, bankSize=10
2019-05-13 19:21:55,104 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:21:55,104 |main                 |ServiceEcaRule                |I| For Service ECA [changeOrderItemStatus] on [commit] got false for condition: [statusId][equals][ITEM_CANCELLED][true][String]
2019-05-13 19:21:55,104 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:21:55,104 |main                 |ServiceEcaRule                |I| For Service ECA [changeOrderItemStatus] on [commit] got false for condition: [statusId][equals][ITEM_COMPLETED][true][String]
2019-05-13 19:21:55,104 |main                 |ServiceEcaRule                |I| Running Service ECA Service: checkOrderItemStatus, triggered by rule on Service: changeOrderItemStatus
2019-05-13 19:21:55,109 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/checkOrderItemStatus] finished in [5] milliseconds
2019-05-13 19:21:55,109 |main                 |ServiceEcaRule                |I| Running Service ECA Service: checkDigitalItemFulfillment, triggered by rule on Service: changeOrderItemStatus
2019-05-13 19:21:55,111 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/checkDigitalItemFulfillment] finished in [2] milliseconds
2019-05-13 19:21:55,112 |main                 |ServiceEcaRule                |I| Running Service ECA Service: invoiceServiceItems, triggered by rule on Service: changeOrderItemStatus
2019-05-13 19:21:55,113 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/invoiceServiceItems] finished in [1] milliseconds
2019-05-13 19:21:55,113 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:21:55,113 |main                 |ServiceEcaRule                |I| For Service ECA [changeOrderItemStatus] on [commit] got false for condition: [statusId][equals][ITEM_COMPLETED][true][String]
2019-05-13 19:21:55,113 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:21:55,113 |main                 |ServiceEcaRule                |I| For Service ECA [changeOrderItemStatus] on [commit] got false for condition: [statusId][equals][ITEM_CANCELLED][true][String]
2019-05-13 19:21:55,113 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/changeOrderItemStatus] finished in [70] milliseconds
2019-05-13 19:21:55,113 |main                 |Log                           |I| [ShoppingCartTests.xml#testCreateOrderRentalProduct line 392] ----Test order with id: [WSCO10101] has been approved: [true]----
2019-05-13 19:21:55,214 |main                 |Log                           |I| [ShipmentServices.xml#quickShipEntireOrder line 1293] Finished quickShipEntireOrder:\nshipmentShipGroupFacilityList=\nsuccessMessageList=
2019-05-13 19:21:55,214 |main                 |TransactionUtil               |W| Calling transaction setRollbackOnly; this stack trace shows where this is happening:
java.lang.Exception: Error in simple-method [Quick ships an entire order from multiple facilities [file:/home/mthl/src/ofbiz/applications/product/minilang/shipment/shipment/ShipmentServices.xml#quickShipEntireOrder]]: ; [Warning: no shipments created; could not find anything ready and needing to be shipped.]
        at org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:292) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:581) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:274) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:293) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:48) [ofbiz.jar:?]
        at org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:415) [ofbiz.jar:?]
        at org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:240) [ofbiz.jar:?]
        at org.apache.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:103) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.method.callops.CallService.exec(CallService.java:217) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:310) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.method.ifops.IfNotEmpty.exec(IfNotEmpty.java:61) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:310) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:457) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:274) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:287) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.SimpleMethodTest.run(SimpleMethodTest.java:85) [ofbiz.jar:?]
        at junit.framework.TestSuite.runTest(TestSuite.java:252) [junit-4.12.jar:4.12]
        at junit.framework.TestSuite.run(TestSuite.java:247) [junit-4.12.jar:4.12]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:89) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:21:55,218 |main                 |ServiceDispatcher             |E| Error in Service [quickShipEntireOrder]: Warning: no shipments created; could not find anything ready and needing to be shipped.
2019-05-13 19:21:55,218 |main                 |TransactionUtil               |I| Transaction rollback only not set, rollback only is already set.
2019-05-13 19:21:55,218 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/quickShipEntireOrder] finished in [104] milliseconds
2019-05-13 19:21:55,219 |main                 |CallService                   |E| null
java.lang.Exception: null
        at org.apache.ofbiz.minilang.method.callops.CallService.exec(CallService.java:314) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:310) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.method.ifops.IfNotEmpty.exec(IfNotEmpty.java:61) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:310) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:457) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:274) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:287) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.SimpleMethodTest.run(SimpleMethodTest.java:85) [ofbiz.jar:?]
        at junit.framework.TestSuite.runTest(TestSuite.java:252) [junit-4.12.jar:4.12]
        at junit.framework.TestSuite.run(TestSuite.java:247) [junit-4.12.jar:4.12]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:89) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:21:55,219 |main                 |TransactionUtil               |E| [TransactionUtil.rollback]
java.lang.Exception: Stack Trace
        at org.apache.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:314) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:290) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:581) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:274) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:287) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.SimpleMethodTest.run(SimpleMethodTest.java:85) [ofbiz.jar:?]
        at junit.framework.TestSuite.runTest(TestSuite.java:252) [junit-4.12.jar:4.12]
        at junit.framework.TestSuite.run(TestSuite.java:247) [junit-4.12.jar:4.12]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:89) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:21:55,820 |main                 |TransactionUtil               |I| Transaction rolled back
2019-05-13 19:21:55,820 |main                 |TestRunContainer              |W| [JUNIT (failure)] - productRentalOrder-test : Warning: no shipments created; could not find anything ready and needing to be shipped.
2019-05-13 19:21:55,826 |main                 |TestRunContainer              |I| [JUNIT] : productRentalOrder-test finished.
2019-05-13 19:21:55,827 |main                 |TestRunContainer              |I| [JUNIT] : productServiceOrder-test starting...
2019-05-13 19:21:55,862 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondGeoID] finished in [1] milliseconds
2019-05-13 19:21:55,894 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondPromoRecurrence] finished in [32] milliseconds
2019-05-13 19:21:55,902 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/getOrderedSummaryInformation] finished in [7] milliseconds
2019-05-13 19:21:55,902 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondOrderHist] finished in [8] milliseconds
2019-05-13 19:21:55,904 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductAmount] finished in [1] milliseconds
2019-05-13 19:21:55,916 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductQuant] finished in [1] milliseconds
2019-05-13 19:21:55,917 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoActOrderPercent] finished in [1] milliseconds
2019-05-13 19:21:55,918 |main                 |GroovyBaseScript              |I| Doing order total compare: orderSubTotal=0.00
2019-05-13 19:21:55,918 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondOrderTotal] finished in [1] milliseconds
2019-05-13 19:21:55,919 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoActProdDISC] finished in [1] milliseconds
2019-05-13 19:21:55,920 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductQuant] finished in [1] milliseconds
2019-05-13 19:21:55,923 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoActProdAMDISC] finished in [1] milliseconds
2019-05-13 19:21:55,924 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductAmount] finished in [1] milliseconds
2019-05-13 19:21:55,926 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/getOrderedSummaryInformation] finished in [1] milliseconds
2019-05-13 19:21:55,926 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondOrderHist] finished in [2] milliseconds
2019-05-13 19:21:55,929 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondPromoRecurrence] finished in [3] milliseconds
2019-05-13 19:21:55,930 |main                 |GroovyBaseScript              |I| Doing order total compare: orderSubTotal=0.00
2019-05-13 19:21:55,930 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondOrderTotal] finished in [1] milliseconds
2019-05-13 19:21:56,090 |main                 |ProductStoreWorker            |I| getSurvey for product SV-1001
2019-05-13 19:21:56,093 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/calculateProductPrice] finished in [3] milliseconds
2019-05-13 19:21:56,096 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/calculateProductPrice] finished in [3] milliseconds
2019-05-13 19:21:56,097 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondGeoID] finished in [1] milliseconds
2019-05-13 19:21:56,099 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondPromoRecurrence] finished in [2] milliseconds
2019-05-13 19:21:56,101 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/getOrderedSummaryInformation] finished in [1] milliseconds
2019-05-13 19:21:56,101 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondOrderHist] finished in [2] milliseconds
2019-05-13 19:21:56,105 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductTotal] finished in [3] milliseconds
2019-05-13 19:21:56,106 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductAmount] finished in [1] milliseconds
2019-05-13 19:21:56,107 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoActProdAMDISC] finished in [1] milliseconds
2019-05-13 19:21:56,108 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoActProdPrice] finished in [1] milliseconds
2019-05-13 19:21:56,109 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductQuant] finished in [1] milliseconds
2019-05-13 19:21:56,110 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoActOrderPercent] finished in [1] milliseconds
2019-05-13 19:21:56,110 |main                 |GroovyBaseScript              |I| Doing order total compare: orderSubTotal=10.990
2019-05-13 19:21:56,111 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoActProdDISC] finished in [1] milliseconds
2019-05-13 19:21:56,112 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductQuant] finished in [1] milliseconds
2019-05-13 19:21:56,114 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductAmount] finished in [1] milliseconds
2019-05-13 19:21:56,115 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductTotal] finished in [1] milliseconds
2019-05-13 19:21:56,117 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/getOrderedSummaryInformation] finished in [1] milliseconds
2019-05-13 19:21:56,117 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondOrderHist] finished in [2] milliseconds
2019-05-13 19:21:56,120 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondPromoRecurrence] finished in [3] milliseconds
2019-05-13 19:21:56,122 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoActOrderPercent] finished in [1] milliseconds
2019-05-13 19:21:56,122 |main                 |GroovyBaseScript              |I| Doing order total compare: orderSubTotal=9.890
2019-05-13 19:21:56,123 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoActProdDISC] finished in [1] milliseconds
2019-05-13 19:21:56,124 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductQuant] finished in [1] milliseconds
2019-05-13 19:21:56,126 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoActProdPrice] finished in [1] milliseconds
2019-05-13 19:21:56,127 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoActProdAMDISC] finished in [1] milliseconds
2019-05-13 19:21:56,129 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductAmount] finished in [1] milliseconds
2019-05-13 19:21:56,131 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/getOrderedSummaryInformation] finished in [1] milliseconds
2019-05-13 19:21:56,131 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondOrderHist] finished in [1] milliseconds
2019-05-13 19:21:56,133 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondPromoRecurrence] finished in [2] milliseconds
2019-05-13 19:21:56,134 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondGeoID] finished in [1] milliseconds
2019-05-13 19:21:56,134 |main                 |GroovyBaseScript              |I| Doing order total compare: orderSubTotal=9.890
2019-05-13 19:21:56,169 |main                 |ShoppingCartItem              |I| Setting orderItemSeqId - 00001
2019-05-13 19:21:56,234 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/countProductQuantityOrdered] finished in [9] milliseconds
2019-05-13 19:21:56,238 |main                 |Log                           |I| [OrderServices.xml#getNextOrderId line 433] In getNextOrderId partyId is [Company], partyAcctgPreference: [GenericEntity:PartyAcctgPreference][baseCurrencyUomId,USD(java.lang.String)][cogsMethodId,COGS_LIFO(java.lang.String)][createdStamp,2019-05-13 17:49:42.773(java.sql.Timestamp)][createdTxStamp,2019-05-13 17:49:39.385(java.sql.Timestamp)][enableAccounting,null()][errorGlJournalId,ERROR_JOURNAL(java.lang.String)][fiscalYearStartDay,null()][fiscalYearStartMonth,null()][invoiceIdPrefix,CI(java.lang.String)][invoiceSeqCustMethId,INV_HOOK_ENF_SEQ(java.lang.String)][lastInvoiceNumber,null()][lastInvoiceRestartDate,null()][lastOrderNumber,null()][lastQuoteNumber,null()][lastUpdatedStamp,2019-05-13 19:21:04.002(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:21:04.001(java.sql.Timestamp)][oldInvoiceSequenceEnumId,null()][oldOrderSequenceEnumId,null()][oldQuoteSequenceEnumId,null()][orderIdPrefix,CO(java.lang.String)][orderSeqCustMethId,null()][partyId,Company(java.lang.String)][quoteIdPrefix,CQ(java.lang.String)][quoteSeqCustMethId,null()][refundPaymentMethodId,null()][taxFormId,US_IRS_1120(java.lang.String)][useInvoiceIdForReturns,null()]
2019-05-13 19:21:56,241 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/getNextOrderId] finished in [7] milliseconds
2019-05-13 19:21:56,932 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/facilityGenericPermission] finished in [118] milliseconds
2019-05-13 19:21:56,942 |main                 |Log                           |I| [ShipmentReceiptServices.xml#receiveInventoryProduct line 148] receiveInventoryProduct Looping and creating inventory info - 0
2019-05-13 19:21:56,942 |main                 |ModelService                  |I| Set default value [N] for parameter [isReturned]
2019-05-13 19:21:56,943 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/facilityGenericPermission] finished in [1] milliseconds
2019-05-13 19:21:56,993 |main                 |Log                           |W| [CommonPermissionServices.xml#genericBasePermissionCheck line 59] This simple-method-call is deprecated! Please use a service-call of genericBasePermissionCheck instead.
2019-05-13 19:21:57,032 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/genericBasePermissionCheck] finished in [39] milliseconds
2019-05-13 19:21:57,032 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/acctgPrefPermissionCheck] finished in [50] milliseconds
2019-05-13 19:21:57,119 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/getPartyAccountingPreferences] finished in [137] milliseconds
2019-05-13 19:21:57,244 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/getProductCost] finished in [125] milliseconds
2019-05-13 19:21:57,278 |main                 |SequenceUtil                  |I| Got bank of sequenced IDs for [InventoryItem]; curSeqId=10100, maxSeqId=10110, bankSize=10
2019-05-13 19:21:57,314 |main                 |EntityEcaRule                 |I| Running Entity ECA Service: updateSerializedInventoryTotals, triggered by rule on Entity: InventoryItem
2019-05-13 19:21:57,315 |main                 |Log                           |I| [InventoryServices.xml#updateSerializedInventoryTotals line 408] In updateSerializedInventoryTotals Storing totals for item [10100] INV_AVAIABLE [1/1]
2019-05-13 19:21:57,321 |main                 |EntityEcaRule                 |I| Running Entity ECA Service: updateSerializedInventoryTotals, triggered by rule on Entity: InventoryItem
2019-05-13 19:21:57,322 |main                 |ServiceDispatcher             |T| Sync service [entity-test-RxOzf4Yljo/updateSerializedInventoryTotals] finished in [1] milliseconds
2019-05-13 19:21:57,322 |main                 |ServiceDispatcher             |T| Sync service [entity-test-RxOzf4Yljo/updateSerializedInventoryTotals] finished in [8] milliseconds
2019-05-13 19:21:57,322 |main                 |EntityEcaRule                 |I| Running Entity ECA Service: createInventoryItemCheckSetAtpQoh, triggered by rule on Entity: InventoryItem
2019-05-13 19:21:57,323 |main                 |ServiceDispatcher             |T| Sync service [entity-test-RxOzf4Yljo/createInventoryItemCheckSetAtpQoh] finished in [1] milliseconds
2019-05-13 19:21:57,323 |main                 |EntityEcaRule                 |I| Running Entity ECA Service: createInventoryItemStatus, triggered by rule on Entity: InventoryItem
2019-05-13 19:21:57,339 |main                 |ServiceDispatcher             |T| Sync service [entity-test-RxOzf4Yljo/createInventoryItemStatus] finished in [16] milliseconds
2019-05-13 19:21:57,339 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/createInventoryItem] finished in [397] milliseconds
2019-05-13 19:21:57,351 |main                 |SequenceUtil                  |I| Got bank of sequenced IDs for [ShipmentReceipt]; curSeqId=10100, maxSeqId=10110, bankSize=10
2019-05-13 19:21:57,359 |main                 |ServiceEcaCondition           |I| From Field (returnId) is not found in context for createShipmentReceipt, defaulting to null.
2019-05-13 19:21:57,359 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:21:57,359 |main                 |ServiceEcaRule                |I| For Service ECA [createShipmentReceipt] on [commit] got false for condition: [returnId][is-not-empty][true][String]
2019-05-13 19:21:57,359 |main                 |ServiceEcaCondition           |I| From Field (orderId) is not found in context for createShipmentReceipt, defaulting to null.
2019-05-13 19:21:57,359 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:21:57,359 |main                 |ServiceEcaRule                |I| For Service ECA [createShipmentReceipt] on [commit] got false for condition: [orderId][is-not-empty][true][String]
2019-05-13 19:21:57,359 |main                 |ServiceEcaCondition           |I| From Field (shipmentId) is not found in context for createShipmentReceipt, defaulting to null.
2019-05-13 19:21:57,359 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:21:57,359 |main                 |ServiceEcaRule                |I| For Service ECA [createShipmentReceipt] on [commit] got false for condition: [shipmentId][is-not-empty][true][String]
2019-05-13 19:21:57,359 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:21:57,360 |main                 |ServiceEcaRule                |I| For Service ECA [createShipmentReceipt] on [commit] got false for condition: [affectAccounting][equals][true][true][Boolean]
2019-05-13 19:21:57,360 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/createShipmentReceipt] finished in [21] milliseconds
2019-05-13 19:21:57,362 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/facilityGenericPermission] finished in [1] milliseconds
2019-05-13 19:21:57,364 |main                 |EntityEcaRule                 |I| Running Entity ECA Service: updateSerializedInventoryTotals, triggered by rule on Entity: InventoryItem
2019-05-13 19:21:57,365 |main                 |ServiceDispatcher             |T| Sync service [entity-test-RxOzf4Yljo/updateSerializedInventoryTotals] finished in [1] milliseconds
2019-05-13 19:21:57,365 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:21:57,365 |main                 |ServiceEcaRule                |I| For Service ECA [updateInventoryItem] on [commit] got false for condition: [oldStatusId][not-equals][statusId][false][String]
2019-05-13 19:21:57,365 |main                 |ServiceEcaCondition           |I| From Field (productId) is not found in context for updateInventoryItem, defaulting to null.
2019-05-13 19:21:57,365 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:21:57,365 |main                 |ServiceEcaRule                |I| For Service ECA [updateInventoryItem] on [commit] got false for condition: [productId][is-not-empty][true][String]
2019-05-13 19:21:57,365 |main                 |ServiceEcaCondition           |I| From Field (ownerPartyId) is not found in context for updateInventoryItem, defaulting to null.
2019-05-13 19:21:57,365 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:21:57,365 |main                 |ServiceEcaRule                |I| For Service ECA [updateInventoryItem] on [commit] got false for condition: [ownerPartyId][is-not-empty][true][String]
2019-05-13 19:21:57,365 |main                 |ServiceEcaCondition           |I| From Field (ownerPartyId) is not found in context for updateInventoryItem, defaulting to null.
2019-05-13 19:21:57,365 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:21:57,365 |main                 |ServiceEcaRule                |I| For Service ECA [updateInventoryItem] on [commit] got false for condition: [ownerPartyId][is-not-empty][true][String]
2019-05-13 19:21:57,365 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/updateInventoryItem] finished in [5] milliseconds
2019-05-13 19:21:57,629 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/reassignInventoryReservations] finished in [168] milliseconds
2019-05-13 19:21:57,629 |main                 |ServiceEcaRule                |I| Running Service ECA Service: updateProductIfAvailableFromShipment, triggered by rule on Service: balanceInventoryItems
2019-05-13 19:21:57,634 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/updateProductIfAvailableFromShipment] finished in [5] milliseconds
2019-05-13 19:21:57,634 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/balanceInventoryItems] finished in [269] milliseconds
2019-05-13 19:21:57,634 |main                 |ServiceEcaCondition           |I| From Field (orderId) is not found in context for receiveInventoryProduct, defaulting to null.
2019-05-13 19:21:57,634 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:21:57,634 |main                 |ServiceEcaRule                |I| For Service ECA [receiveInventoryProduct] on [commit] got false for condition: [orderId][is-not-empty][true][String]
2019-05-13 19:21:57,634 |main                 |ServiceEcaRule                |I| Running Service ECA Service: updateProductAverageCostOnReceiveInventory, triggered by rule on Service: receiveInventoryProduct
2019-05-13 19:21:57,640 |main                 |Log                           |W| [CommonPermissionServices.xml#genericBasePermissionCheck line 59] This simple-method-call is deprecated! Please use a service-call of genericBasePermissionCheck instead.
2019-05-13 19:21:57,641 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/genericBasePermissionCheck] finished in [1] milliseconds
2019-05-13 19:21:57,642 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/acctgCostPermissionCheck] finished in [6] milliseconds
2019-05-13 19:21:57,647 |main                 |Log                           |W| [CommonPermissionServices.xml#genericBasePermissionCheck line 59] This simple-method-call is deprecated! Please use a service-call of genericBasePermissionCheck instead.
2019-05-13 19:21:57,647 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/acctgCostPermissionCheck] finished in [1] milliseconds
2019-05-13 19:21:57,648 |main                 |PrimaryKeyFinder              |I| Returning null because found incomplete primary key in find: [GenericEntity:ProductAverageCost][facilityId,WebStoreWarehouse(java.lang.String)][fromDate,null()][organizationPartyId,Company(java.lang.String)][productAverageCostTypeId,SIMPLE_AVG_COST(java.lang.String)][productId,SV-1001(java.lang.String)]
2019-05-13 19:21:57,662 |main                 |UtilProperties                |I| ResourceBundle ServiceUiLabels (en) created in 0.011s with 4 properties
2019-05-13 19:21:57,662 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/createProductAverageCost] finished in [17] milliseconds
2019-05-13 19:21:57,662 |main                 |Log                           |I| [CostServices.xml#updateProductAverageCostOnReceiveInventory line 569] For facilityId WebStoreWarehouse, Average cost of product SV-1001 is set from   to 0
2019-05-13 19:21:57,662 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/updateProductAverageCostOnReceiveInventory] finished in [28] milliseconds
2019-05-13 19:21:57,662 |main                 |ServiceEcaRule                |I| Running Service ECA Service: addProductsBackToCategory, triggered by rule on Service: receiveInventoryProduct
2019-05-13 19:21:57,700 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/addProductsBackToCategory] finished in [38] milliseconds
2019-05-13 19:21:57,700 |main                 |ServiceEcaRule                |I| Running Service ECA Service: setUnitPriceAsLastPrice, triggered by rule on Service: receiveInventoryProduct
2019-05-13 19:21:57,700 |main                 |ServiceEcaCondition           |I| From Field (orderId) is not found in context for receiveInventoryProduct, defaulting to null.
2019-05-13 19:21:57,700 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:21:57,700 |main                 |ServiceEcaRule                |I| For Service ECA [receiveInventoryProduct] on [commit] got false for condition: [orderId][is-not-empty][true][String]
2019-05-13 19:21:57,700 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/receiveInventoryProduct] finished in [887] milliseconds
2019-05-13 19:21:57,702 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:21:57,702 |main                 |ServiceEcaRule                |I| For Service ECA [storeOrder] on [commit] got false for condition: [originOrderId][is-not-empty][true][String]
2019-05-13 19:21:57,702 |main                 |ServiceEcaRule                |I| Running Service ECA Service: updateShoppingListQuantitiesFromOrder, triggered by rule on Service: storeOrder
2019-05-13 19:21:57,705 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/updateShoppingListQuantitiesFromOrder] finished in [3] milliseconds
2019-05-13 19:21:57,705 |main                 |ServiceEcaRule                |I| Running Service ECA Service: checkOrderItemForProductGroupOrder, triggered by rule on Service: storeOrder
2019-05-13 19:21:57,708 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/checkOrderItemForProductGroupOrder] finished in [3] milliseconds
2019-05-13 19:21:57,708 |main                 |ServiceEcaRule                |I| Running Service ECA Service: resetGrandTotal, triggered by rule on Service: storeOrder
2019-05-13 19:21:57,823 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/resetGrandTotal] finished in [115] milliseconds
2019-05-13 19:21:57,823 |main                 |ServiceEcaRule                |I| Running Service ECA Service: addSuggestionsToShoppingList, triggered by rule on Service: storeOrder
2019-05-13 19:21:57,823 |main                 |ServiceDispatcher             |T| [[ASync service started...- total:0.0,since last(Begin):0.0]] - 'test-dispatcher-RxOzf4Yljo / addSuggestionsToShoppingList'
2019-05-13 19:21:57,843 |main                 |GenericAsyncEngine            |I| Persisted job queued : 1557775317830
2019-05-13 19:21:57,843 |main                 |ServiceDispatcher             |T| [[ASync service finished...- total:0.02,since last(ASync service sta...):0.02]] - 'test-dispatcher-RxOzf4Yljo / addSuggestionsToShoppingList'
2019-05-13 19:21:57,843 |main                 |ServiceEcaRule                |I| Running Service ECA Service: checkCreateDropShipPurchaseOrders, triggered by rule on Service: storeOrder
2019-05-13 19:21:57,901 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/checkCreateDropShipPurchaseOrders] finished in [57] milliseconds
2019-05-13 19:21:57,901 |main                 |ServiceEcaRule                |I| Running Service ECA Service: balanceOrderItemsWithNegativeReservations, triggered by rule on Service: storeOrder
2019-05-13 19:21:57,931 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/balanceOrderItemsWithNegativeReservations] finished in [30] milliseconds
2019-05-13 19:21:57,931 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:21:57,931 |main                 |ServiceEcaRule                |I| For Service ECA [storeOrder] on [return] got false for condition: [orderTypeId][equals][PURCHASE_ORDER][true][String]
2019-05-13 19:21:57,931 |main                 |ServiceEcaRule                |I| Running Service ECA Service: setOrderReservationPriority, triggered by rule on Service: storeOrder
2019-05-13 19:21:57,948 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/setOrderReservationPriority] finished in [16] milliseconds
2019-05-13 19:21:57,948 |main                 |ServiceEcaRule                |I| For Service ECA [storeOrder] on [return] got false for condition: [isInventoryAllocationRequired][false]
2019-05-13 19:21:57,948 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/storeOrder] finished in [1725] milliseconds
2019-05-13 19:21:58,050 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:21:58,050 |main                 |ServiceEcaRule                |I| For Service ECA [changeOrderStatus] on [commit] got false for condition: [statusId][equals][ORDER_CANCELLED][true][String]
2019-05-13 19:21:58,050 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:21:58,050 |main                 |ServiceEcaRule                |I| For Service ECA [changeOrderStatus] on [commit] got false for condition: [orderTypeId][equals][PURCHASE_ORDER][true][String]
2019-05-13 19:21:58,050 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:21:58,050 |main                 |ServiceEcaRule                |I| For Service ECA [changeOrderStatus] on [commit] got false for condition: [statusId][equals][ORDER_COMPLETED][true][String]
2019-05-13 19:21:58,050 |main                 |ServiceEcaRule                |I| Running Service ECA Service: updateContentSubscriptionByOrder, triggered by rule on Service: changeOrderStatus
2019-05-13 19:21:58,050 |main                 |ContentManagementServices     |I| In updateContentSubscriptionByOrder service with orderId: WSCO10102
2019-05-13 19:21:58,057 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/updateContentSubscriptionByOrder] finished in [6] milliseconds
2019-05-13 19:21:58,057 |main                 |ServiceEcaRule                |I| Running Service ECA Service: processExtendSubscriptionByOrder, triggered by rule on Service: changeOrderStatus
2019-05-13 19:21:58,057 |main                 |SubscriptionServices          |I| In processExtendSubscriptionByOrder service with orderId: WSCO10102
2019-05-13 19:21:58,061 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/processExtendSubscriptionByOrder] finished in [4] milliseconds
2019-05-13 19:21:58,061 |main                 |ServiceEcaRule                |I| Running Service ECA Service: createAutoRequirementsForOrder, triggered by rule on Service: changeOrderStatus
2019-05-13 19:21:58,132 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/createAutoRequirementsForOrder] finished in [71] milliseconds
2019-05-13 19:21:58,132 |main                 |ServiceEcaRule                |I| Running Service ECA Service: createATPRequirementsForOrder, triggered by rule on Service: changeOrderStatus
2019-05-13 19:21:58,133 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/createATPRequirementsForOrder] finished in [1] milliseconds
2019-05-13 19:21:58,133 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:21:58,133 |main                 |ServiceEcaRule                |I| For Service ECA [changeOrderStatus] on [commit] got false for condition: [orderTypeId][equals][PURCHASE_ORDER][true][String]
2019-05-13 19:21:58,133 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:21:58,133 |main                 |ServiceEcaRule                |I| For Service ECA [changeOrderStatus] on [global-commit-post-run] got false for condition: [statusId][equals][ORDER_COMPLETED][true][String]
2019-05-13 19:21:58,133 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/changeOrderStatus] finished in [98] milliseconds
2019-05-13 19:21:58,166 |main                 |SequenceUtil                  |I| Got bank of sequenced IDs for [OrderStatus]; curSeqId=10300, maxSeqId=10310, bankSize=10
2019-05-13 19:21:58,175 |main                 |SequenceUtil                  |I| Got bank of sequenced IDs for [EntityAuditLog]; curSeqId=10620, maxSeqId=10630, bankSize=10
2019-05-13 19:21:58,189 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:21:58,189 |main                 |ServiceEcaRule                |I| For Service ECA [changeOrderItemStatus] on [commit] got false for condition: [statusId][equals][ITEM_CANCELLED][true][String]
2019-05-13 19:21:58,189 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:21:58,189 |main                 |ServiceEcaRule                |I| For Service ECA [changeOrderItemStatus] on [commit] got false for condition: [statusId][equals][ITEM_COMPLETED][true][String]
2019-05-13 19:21:58,189 |main                 |ServiceEcaRule                |I| Running Service ECA Service: checkOrderItemStatus, triggered by rule on Service: changeOrderItemStatus
2019-05-13 19:21:58,195 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/checkOrderItemStatus] finished in [6] milliseconds
2019-05-13 19:21:58,195 |main                 |ServiceEcaRule                |I| Running Service ECA Service: checkDigitalItemFulfillment, triggered by rule on Service: changeOrderItemStatus
2019-05-13 19:21:58,198 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/checkDigitalItemFulfillment] finished in [1] milliseconds
2019-05-13 19:21:58,198 |main                 |ServiceEcaRule                |I| Running Service ECA Service: invoiceServiceItems, triggered by rule on Service: changeOrderItemStatus
2019-05-13 19:21:58,198 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:21:58,198 |main                 |ServiceEcaRule                |I| For Service ECA [changeOrderItemStatus] on [commit] got false for condition: [statusId][equals][ITEM_COMPLETED][true][String]
2019-05-13 19:21:58,198 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:21:58,198 |main                 |ServiceEcaRule                |I| For Service ECA [changeOrderItemStatus] on [commit] got false for condition: [statusId][equals][ITEM_CANCELLED][true][String]
2019-05-13 19:21:58,199 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/changeOrderItemStatus] finished in [65] milliseconds
2019-05-13 19:21:58,199 |main                 |Log                           |I| [ShoppingCartTests.xml#testCreateOrderServiceProduct line 508] ======== Test order with id: [WSCO10102] has been approved: [true]========
2019-05-13 19:21:58,330 |main                 |Log                           |I| [ShipmentServices.xml#quickShipEntireOrder line 1293] Finished quickShipEntireOrder:\nshipmentShipGroupFacilityList=\nsuccessMessageList=
2019-05-13 19:21:58,330 |main                 |TransactionUtil               |W| Calling transaction setRollbackOnly; this stack trace shows where this is happening:
java.lang.Exception: Error in simple-method [Quick ships an entire order from multiple facilities [file:/home/mthl/src/ofbiz/applications/product/minilang/shipment/shipment/ShipmentServices.xml#quickShipEntireOrder]]: ; [Warning: no shipments created; could not find anything ready and needing to be shipped.]
        at org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:292) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:581) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:274) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:293) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:48) [ofbiz.jar:?]
        at org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:415) [ofbiz.jar:?]
        at org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:240) [ofbiz.jar:?]
        at org.apache.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:103) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.method.callops.CallService.exec(CallService.java:217) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:310) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.method.ifops.IfNotEmpty.exec(IfNotEmpty.java:61) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:310) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:457) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:274) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:287) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.SimpleMethodTest.run(SimpleMethodTest.java:85) [ofbiz.jar:?]
        at junit.framework.TestSuite.runTest(TestSuite.java:252) [junit-4.12.jar:4.12]
        at junit.framework.TestSuite.run(TestSuite.java:247) [junit-4.12.jar:4.12]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:89) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:21:58,330 |main                 |ServiceDispatcher             |E| Error in Service [quickShipEntireOrder]: Warning: no shipments created; could not find anything ready and needing to be shipped.
2019-05-13 19:21:58,330 |main                 |TransactionUtil               |I| Transaction rollback only not set, rollback only is already set.
2019-05-13 19:21:58,330 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/quickShipEntireOrder] finished in [130] milliseconds
2019-05-13 19:21:58,330 |main                 |CallService                   |E| null
java.lang.Exception: null
        at org.apache.ofbiz.minilang.method.callops.CallService.exec(CallService.java:314) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:310) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.method.ifops.IfNotEmpty.exec(IfNotEmpty.java:61) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:310) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:457) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:274) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:287) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.SimpleMethodTest.run(SimpleMethodTest.java:85) [ofbiz.jar:?]
        at junit.framework.TestSuite.runTest(TestSuite.java:252) [junit-4.12.jar:4.12]
        at junit.framework.TestSuite.run(TestSuite.java:247) [junit-4.12.jar:4.12]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:89) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:21:58,331 |main                 |TransactionUtil               |E| [TransactionUtil.rollback]
java.lang.Exception: Stack Trace
        at org.apache.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:314) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:290) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:581) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:274) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:287) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.SimpleMethodTest.run(SimpleMethodTest.java:85) [ofbiz.jar:?]
        at junit.framework.TestSuite.runTest(TestSuite.java:252) [junit-4.12.jar:4.12]
        at junit.framework.TestSuite.run(TestSuite.java:247) [junit-4.12.jar:4.12]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:89) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:21:58,919 |main                 |TransactionUtil               |I| Transaction rolled back
2019-05-13 19:21:58,919 |main                 |TestRunContainer              |W| [JUNIT (failure)] - productServiceOrder-test : Warning: no shipments created; could not find anything ready and needing to be shipped.
2019-05-13 19:21:58,919 |main                 |TestRunContainer              |I| [JUNIT] : productServiceOrder-test finished.
2019-05-13 19:21:58,920 |main                 |TestRunContainer              |I| [JUNIT] : loadCartFromQuote-test starting...
2019-05-13 19:21:59,119 |main                 |GroovyBaseScript              |I| In getNextQuoteId partyId is [Company], partyAcctgPreference: [cogsMethodId:COGS_LIFO, oldInvoiceSequenceEnumId:null, quoteSeqCustMethId:null, lastQuoteNumber:null, createdStamp:2019-05-13 17:49:42.773, fiscalYearStartDay:null, lastInvoiceNumber:null, taxFormId:US_IRS_1120, refundPaymentMethodId:null, useInvoiceIdForReturns:null, invoiceIdPrefix:CI, lastOrderNumber:null, orderSeqCustMethId:null, fiscalYearStartMonth:null, enableAccounting:null, partyId:Company, oldOrderSequenceEnumId:null, invoiceSeqCustMethId:INV_HOOK_ENF_SEQ, lastUpdatedStamp:2019-05-13 19:21:04.002, baseCurrencyUomId:USD, lastInvoiceRestartDate:null, createdTxStamp:2019-05-13 17:49:39.385, errorGlJournalId:ERROR_JOURNAL, orderIdPrefix:CO, lastUpdatedTxStamp:2019-05-13 19:21:04.001, oldQuoteSequenceEnumId:null, quoteIdPrefix:CQ]
2019-05-13 19:21:59,130 |main                 |SequenceUtil                  |I| Got bank of sequenced IDs for [Quote]; curSeqId=10100, maxSeqId=10110, bankSize=10
2019-05-13 19:21:59,130 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/getNextQuoteId] finished in [14] milliseconds
2019-05-13 19:21:59,414 |main                 |ServiceEcaRule                |I| Running Service ECA Service: ensurePartyRole, triggered by rule on Service: createQuoteRole
2019-05-13 19:21:59,426 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/ensurePartyRole] finished in [12] milliseconds
2019-05-13 19:21:59,430 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/createQuoteRole] finished in [17] milliseconds
2019-05-13 19:21:59,430 |main                 |ServiceEcaRule                |I| Running Service ECA Service: ensurePartyRole, triggered by rule on Service: createQuoteRole
2019-05-13 19:21:59,432 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/createQuoteRole] finished in [2] milliseconds
2019-05-13 19:21:59,531 |main                 |UtilProperties                |I| ResourceBundle OrderUiLabels (en) created in 0.095s with 1010 properties
2019-05-13 19:21:59,531 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/createQuote] finished in [542] milliseconds
2019-05-13 19:21:59,547 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/createQuoteItem] finished in [15] milliseconds
2019-05-13 19:21:59,558 |main                 |SequenceUtil                  |I| Got bank of sequenced IDs for [QuoteAdjustment]; curSeqId=10100, maxSeqId=10110, bankSize=10
2019-05-13 19:21:59,840 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/createQuoteAdjustment] finished in [293] milliseconds
2019-05-13 19:21:59,864 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondPromoRecurrence] finished in [20] milliseconds
2019-05-13 19:21:59,870 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/getOrderedSummaryInformation] finished in [5] milliseconds
2019-05-13 19:21:59,870 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondOrderHist] finished in [6] milliseconds
2019-05-13 19:21:59,871 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductTotal] finished in [1] milliseconds
2019-05-13 19:21:59,879 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoActOrderPercent] finished in [1] milliseconds
2019-05-13 19:21:59,879 |main                 |GroovyBaseScript              |I| Doing order total compare: orderSubTotal=0.00
2019-05-13 19:21:59,880 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoActProdDISC] finished in [1] milliseconds
2019-05-13 19:21:59,882 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoActProdAMDISC] finished in [1] milliseconds
2019-05-13 19:21:59,884 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/getOrderedSummaryInformation] finished in [1] milliseconds
2019-05-13 19:21:59,884 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondOrderHist] finished in [1] milliseconds
2019-05-13 19:21:59,886 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondPromoRecurrence] finished in [2] milliseconds
2019-05-13 19:21:59,886 |main                 |GroovyBaseScript              |I| Doing order total compare: orderSubTotal=0.00
2019-05-13 19:21:59,887 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondOrderTotal] finished in [1] milliseconds
2019-05-13 19:21:59,987 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/isStoreInventoryAvailableOrNotRequired] finished in [1] milliseconds
2019-05-13 19:22:00,002 |main                 |ShoppingCartItem              |I| Setting orderItemSeqId - 00001
2019-05-13 19:22:00,002 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/loadCartFromQuote] finished in [162] milliseconds
2019-05-13 19:22:00,007 |main                 |TestRunContainer              |I| [JUNIT] : loadCartFromQuote-test finished.
2019-05-13 19:22:00,007 |main                 |TestRunContainer              |I| [JUNIT] : configurableServiceOrder-test starting...
2019-05-13 19:22:00,015 |main                 |Log                           |I| [ShoppingCartTests.xml#testCreateOrderConfigurableServiceProduct line 600] ===== >>> Event : routeOrderEntry, Response : init
2019-05-13 19:22:00,041 |main                 |Log                           |I| [ShoppingCartTests.xml#testCreateOrderConfigurableServiceProduct line 634] ===== >>> Event : initializeOrderEntry, Response : error
2019-05-13 19:22:00,043 |main                 |Log                           |I| [ShoppingCartTests.xml#testCreateOrderConfigurableServiceProduct line 639] ===== >>> Event : setOrderCurrencyAgreementShipDates, Response : success
2019-05-13 19:22:00,062 |main                 |ShoppingCartEvents            |I| adding item product CFSV1001
2019-05-13 19:22:00,062 |main                 |ShoppingCartEvents            |I| adding item parent product CFSV1001
2019-05-13 19:22:00,067 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/calculateProductPrice] finished in [3] milliseconds
2019-05-13 19:22:00,191 |main                 |PriceServices                 |I| There is more than one DEFAULT_PRICE with the currencyUomId USD and productId SCAN-EC, using the latest found with price: 1.000
2019-05-13 19:22:00,192 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/calculateProductPrice] finished in [42] milliseconds
2019-05-13 19:22:00,193 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/calculateProductPrice] finished in [1] milliseconds
2019-05-13 19:22:00,194 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/calculateProductPrice] finished in [1] milliseconds
2019-05-13 19:22:00,195 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/calculateProductPrice] finished in [1] milliseconds
2019-05-13 19:22:00,203 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/calculateProductPrice] finished in [5] milliseconds
2019-05-13 19:22:00,214 |main                 |SequenceUtil                  |I| Got bank of sequenced IDs for [ProductConfigConfig]; curSeqId=10100, maxSeqId=10110, bankSize=10
2019-05-13 19:22:00,226 |main                 |ProductConfigWorker           |I| New configId created:10100
2019-05-13 19:22:00,226 |main                 |ProductStoreWorker            |I| getSurvey for product CFSV1001
2019-05-13 19:22:00,229 |main                 |ShoppingCartHelper            |I| carthelper productid CFSV1001
2019-05-13 19:22:00,229 |main                 |ShoppingCartHelper            |I| parent productid CFSV1001
2019-05-13 19:22:00,353 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/isStoreInventoryAvailableOrNotRequired] finished in [1] milliseconds
2019-05-13 19:22:00,353 |main                 |ProductStoreWorker            |I| getSurvey for product CFSV1001
2019-05-13 19:22:00,354 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/calculateProductPrice] finished in [1] milliseconds
2019-05-13 19:22:00,358 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondGeoID] finished in [3] milliseconds
2019-05-13 19:22:00,360 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondPromoRecurrence] finished in [2] milliseconds
2019-05-13 19:22:00,361 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/getOrderedSummaryInformation] finished in [1] milliseconds
2019-05-13 19:22:00,362 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondOrderHist] finished in [2] milliseconds
2019-05-13 19:22:00,365 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductTotal] finished in [3] milliseconds
2019-05-13 19:22:00,366 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductAmount] finished in [1] milliseconds
2019-05-13 19:22:00,413 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoActProdPrice] finished in [1] milliseconds
2019-05-13 19:22:00,414 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductQuant] finished in [1] milliseconds
2019-05-13 19:22:00,415 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoActOrderPercent] finished in [1] milliseconds
2019-05-13 19:22:00,416 |main                 |GroovyBaseScript              |I| Doing order total compare: orderSubTotal=10.99000000000
2019-05-13 19:22:00,416 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondOrderTotal] finished in [1] milliseconds
2019-05-13 19:22:00,418 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductQuant] finished in [1] milliseconds
2019-05-13 19:22:00,421 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductAmount] finished in [1] milliseconds
2019-05-13 19:22:00,424 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/getOrderedSummaryInformation] finished in [1] milliseconds
2019-05-13 19:22:00,424 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondOrderHist] finished in [1] milliseconds
2019-05-13 19:22:00,426 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondPromoRecurrence] finished in [2] milliseconds
2019-05-13 19:22:00,427 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondGeoID] finished in [1] milliseconds
2019-05-13 19:22:00,428 |main                 |GroovyBaseScript              |I| Doing order total compare: orderSubTotal=9.89000000000
2019-05-13 19:22:00,428 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondOrderTotal] finished in [1] milliseconds
2019-05-13 19:22:00,429 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductQuant] finished in [1] milliseconds
2019-05-13 19:22:00,430 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoActProdPrice] finished in [1] milliseconds
2019-05-13 19:22:00,432 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductTotal] finished in [1] milliseconds
2019-05-13 19:22:00,433 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/getOrderedSummaryInformation] finished in [1] milliseconds
2019-05-13 19:22:00,433 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondOrderHist] finished in [1] milliseconds
2019-05-13 19:22:00,435 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondPromoRecurrence] finished in [2] milliseconds
2019-05-13 19:22:00,436 |main                 |GroovyBaseScript              |I| Doing order total compare: orderSubTotal=9.89000000000
2019-05-13 19:22:00,436 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondOrderTotal] finished in [1] milliseconds
2019-05-13 19:22:00,466 |main                 |Log                           |I| [ShoppingCartTests.xml#testCreateOrderConfigurableServiceProduct line 645] ===== >>> Event : addToCart, Response : success
2019-05-13 19:22:00,466 |main                 |CheckOutEvents                |I| Selected Payment Methods : {EXT_COD={amount=null}}
2019-05-13 19:22:00,681 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondGeoID] finished in [91] milliseconds
2019-05-13 19:22:00,890 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoActShipCharge] finished in [1] milliseconds
2019-05-13 19:22:01,128 |main                 |GenericDAO                    |T| Ran query in 237 milli-seconds:  EntityName: RecurrenceRule Sql: SELECT RECURRENCE_RULE_ID, FREQUENCY, UNTIL_DATE_TIME, COUNT_NUMBER, INTERVAL_NUMBER, BY_SECOND_LIST, BY_MINUTE_LIST, BY_HOUR_LIST, BY_DAY_LIST, BY_MONTH_DAY_LIST, BY_YEAR_DAY_LIST, BY_WEEK_NO_LIST, BY_MONTH_LIST, BY_SET_POS_LIST, WEEK_START, X_NAME, LAST_UPDATED_STAMP, LAST_UPDATED_TX_STAMP, CREATED_STAMP, CREATED_TX_STAMP FROM OFBIZ.RECURRENCE_RULE WHERE ((RECURRENCE_RULE_ID = ?)) where clause:[RECURRENCE_RULE_ID=205]
2019-05-13 19:22:01,130 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondPromoRecurrence] finished in [240] milliseconds
2019-05-13 19:22:01,141 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/getOrderedSummaryInformation] finished in [10] milliseconds
2019-05-13 19:22:01,141 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondOrderHist] finished in [11] milliseconds
2019-05-13 19:22:01,142 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductTotal] finished in [1] milliseconds
2019-05-13 19:22:01,143 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductAmount] finished in [1] milliseconds
2019-05-13 19:22:01,233 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoActProdAMDISC] finished in [90] milliseconds
2019-05-13 19:22:01,235 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoActProdPrice] finished in [1] milliseconds
2019-05-13 19:22:01,236 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductQuant] finished in [1] milliseconds
2019-05-13 19:22:01,237 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoActOrderPercent] finished in [1] milliseconds
2019-05-13 19:22:01,238 |main                 |GroovyBaseScript              |I| Doing order total compare: orderSubTotal=10.99000000000
2019-05-13 19:22:01,239 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductQuant] finished in [1] milliseconds
2019-05-13 19:22:01,241 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoActProdAMDISC] finished in [1] milliseconds
2019-05-13 19:22:01,243 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondOrderHist] finished in [1] milliseconds
2019-05-13 19:22:01,245 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondPromoRecurrence] finished in [1] milliseconds
2019-05-13 19:22:01,246 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondGeoID] finished in [1] milliseconds
2019-05-13 19:22:01,247 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoActShipCharge] finished in [1] milliseconds
2019-05-13 19:22:01,248 |main                 |GroovyBaseScript              |I| Doing order total compare: orderSubTotal=9.89000000000
2019-05-13 19:22:01,248 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondOrderTotal] finished in [1] milliseconds
2019-05-13 19:22:01,249 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductQuant] finished in [1] milliseconds
2019-05-13 19:22:01,252 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductAmount] finished in [1] milliseconds
2019-05-13 19:22:01,253 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductTotal] finished in [1] milliseconds
2019-05-13 19:22:01,254 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/getOrderedSummaryInformation] finished in [1] milliseconds
2019-05-13 19:22:01,254 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondOrderHist] finished in [1] milliseconds
2019-05-13 19:22:01,256 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondPromoRecurrence] finished in [2] milliseconds
2019-05-13 19:22:01,257 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoActShipCharge] finished in [1] milliseconds
2019-05-13 19:22:01,257 |main                 |GroovyBaseScript              |I| Doing order total compare: orderSubTotal=9.89000000000
2019-05-13 19:22:01,312 |main                 |TaxAuthorityServices          |I| Checking for tax exemption : UT-UTAH / UT_UTAH_TAXMAN
2019-05-13 19:22:01,331 |main                 |TaxAuthorityServices          |I| Checking for tax exemption : UT / UT_TAXMAN
2019-05-13 19:22:01,332 |main                 |TaxAuthorityServices          |I| Checking for tax exemption : USA / USA_IRS
2019-05-13 19:22:01,332 |main                 |TaxAuthorityServices          |I| Checking for tax exemption : UT / UT_TAXMAN
2019-05-13 19:22:01,333 |main                 |TaxAuthorityServices          |I| Checking for tax exemption : USA / USA_IRS
2019-05-13 19:22:01,336 |main                 |TaxAuthorityServices          |I| Checking for tax exemption : UT-UTAH / UT_UTAH_TAXMAN
2019-05-13 19:22:01,336 |main                 |TaxAuthorityServices          |I| Checking for tax exemption : UT / UT_TAXMAN
2019-05-13 19:22:01,336 |main                 |TaxAuthorityServices          |I| Checking for tax exemption : USA / USA_IRS
2019-05-13 19:22:01,337 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/calcTax] finished in [80] milliseconds
2019-05-13 19:22:01,403 |main                 |ShoppingCart                  |I| Returned new PaymentInfo - Pm: null / PmType: EXT_COD / Amt: null / Ref: null!null
2019-05-13 19:22:01,404 |main                 |Log                           |I| [ShoppingCartTests.xml#testCreateOrderConfigurableServiceProduct line 652] ===== >>> Event : setQuickCheckOutOptions, Response : success
2019-05-13 19:22:01,408 |main                 |VisitHandler                  |E| Could not find delegator with delegatorName [null] in session, or a delegator attribute in the ServletContext, not creating Visit entity
2019-05-13 19:22:01,408 |main                 |VisitHandler                  |W| Could not find or create the visit...
2019-05-13 19:22:01,408 |main                 |ShoppingCartItem              |I| Setting orderItemSeqId - 00001
2019-05-13 19:22:01,434 |main                 |SequenceUtil                  |I| Got bank of sequenced IDs for [Product]; curSeqId=10100, maxSeqId=10110, bankSize=10
2019-05-13 19:22:01,441 |main                 |EntityEcaRule                 |I| Running Entity ECA Service: indexProductKeywords, triggered by rule on Entity: Product
2019-05-13 19:22:01,514 |main                 |ServiceDispatcher             |T| Sync service [entity-test-RxOzf4Yljo/indexProductKeywords] finished in [73] milliseconds
2019-05-13 19:22:01,518 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:22:01,518 |main                 |ServiceEcaRule                |I| For Service ECA [createProduct] on [commit] got false for condition: [productTypeId][equals][ASSET_USAGE][true][String]
2019-05-13 19:22:01,518 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/createProduct] finished in [107] milliseconds
2019-05-13 19:22:01,529 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productGenericPermission] finished in [10] milliseconds
2019-05-13 19:22:01,534 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/createProductAssoc] finished in [16] milliseconds
2019-05-13 19:22:01,543 |main                 |Log                           |W| [CommonPermissionServices.xml#genericBasePermissionCheck line 59] This simple-method-call is deprecated! Please use a service-call of genericBasePermissionCheck instead.
2019-05-13 19:22:01,544 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/genericBasePermissionCheck] finished in [1] milliseconds
2019-05-13 19:22:01,544 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/workEffortGenericPermission] finished in [8] milliseconds
2019-05-13 19:22:01,544 |main                 |PrimaryKeyFinder              |I| Returning null because found incomplete primary key in find: [GenericEntity:WorkEffortGoodStandard][fromDate,null()][productId,10100(java.lang.String)][workEffortGoodStdTypeId,ROU_PROD_TEMPLATE(java.lang.String)][workEffortId,SCROUT01(java.lang.String)]
2019-05-13 19:22:01,546 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/createWorkEffortGoodStandard] finished in [10] milliseconds
2019-05-13 19:22:01,550 |main                 |ShoppingCart                  |I| Creating OrderPaymentPreference - [GenericEntity:OrderPaymentPreference][billingPostalCode,null()][finAccountId,null()][manualAuthCode,null()][manualRefNum,null()][maxAmount,10.42(java.math.BigDecimal)][overflowFlag,N(java.lang.String)][paymentMethodId,null()][paymentMethodTypeId,EXT_COD(java.lang.String)][presentFlag,N(java.lang.String)][statusId,PAYMENT_NOT_RECEIVED(java.lang.String)][swipedFlag,N(java.lang.String)]
2019-05-13 19:22:01,602 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/countProductQuantityOrdered] finished in [6] milliseconds
2019-05-13 19:22:01,615 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/isStoreInventoryAvailableOrNotRequired] finished in [13] milliseconds
2019-05-13 19:22:01,642 |main                 |Log                           |I| [OrderServices.xml#getNextOrderId line 433] In getNextOrderId partyId is [Company], partyAcctgPreference: [GenericEntity:PartyAcctgPreference][baseCurrencyUomId,USD(java.lang.String)][cogsMethodId,COGS_LIFO(java.lang.String)][createdStamp,2019-05-13 17:49:42.773(java.sql.Timestamp)][createdTxStamp,2019-05-13 17:49:39.385(java.sql.Timestamp)][enableAccounting,null()][errorGlJournalId,ERROR_JOURNAL(java.lang.String)][fiscalYearStartDay,null()][fiscalYearStartMonth,null()][invoiceIdPrefix,CI(java.lang.String)][invoiceSeqCustMethId,INV_HOOK_ENF_SEQ(java.lang.String)][lastInvoiceNumber,null()][lastInvoiceRestartDate,null()][lastOrderNumber,null()][lastQuoteNumber,null()][lastUpdatedStamp,2019-05-13 19:21:04.002(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:21:04.001(java.sql.Timestamp)][oldInvoiceSequenceEnumId,null()][oldOrderSequenceEnumId,null()][oldQuoteSequenceEnumId,null()][orderIdPrefix,CO(java.lang.String)][orderSeqCustMethId,null()][partyId,Company(java.lang.String)][quoteIdPrefix,CQ(java.lang.String)][quoteSeqCustMethId,null()][refundPaymentMethodId,null()][taxFormId,US_IRS_1120(java.lang.String)][useInvoiceIdForReturns,null()]
2019-05-13 19:22:01,644 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/getNextOrderId] finished in [29] milliseconds
2019-05-13 19:22:01,770 |main                 |SequenceUtil                  |I| Got bank of sequenced IDs for [OrderAdjustment]; curSeqId=10230, maxSeqId=10240, bankSize=10
2019-05-13 19:22:02,548 |main                 |EntityEcaRule                 |I| Running Entity ECA Service: changeOrderPaymentStatus, triggered by rule on Entity: OrderPaymentPreference
2019-05-13 19:22:02,578 |main                 |ServiceDispatcher             |T| Sync service [entity-test-RxOzf4Yljo/changeOrderPaymentStatus] finished in [30] milliseconds
2019-05-13 19:22:02,596 |main                 |Log                           |I| [ShipmentReceiptServices.xml#receiveInventoryProduct line 148] receiveInventoryProduct Looping and creating inventory info - 0
2019-05-13 19:22:02,597 |main                 |ModelService                  |I| Set default value [N] for parameter [isReturned]
2019-05-13 19:22:02,622 |main                 |Log                           |W| [CommonPermissionServices.xml#genericBasePermissionCheck line 59] This simple-method-call is deprecated! Please use a service-call of genericBasePermissionCheck instead.
2019-05-13 19:22:02,623 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/genericBasePermissionCheck] finished in [1] milliseconds
2019-05-13 19:22:02,623 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/acctgPrefPermissionCheck] finished in [1] milliseconds
2019-05-13 19:22:02,733 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/getPartyAccountingPreferences] finished in [111] milliseconds
2019-05-13 19:22:02,859 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/getProductCost] finished in [126] milliseconds
2019-05-13 19:22:02,958 |main                 |EntityEcaRule                 |I| Running Entity ECA Service: updateSerializedInventoryTotals, triggered by rule on Entity: InventoryItem
2019-05-13 19:22:02,967 |main                 |Log                           |I| [InventoryServices.xml#updateSerializedInventoryTotals line 408] In updateSerializedInventoryTotals Storing totals for item [10101] INV_AVAIABLE [1/1]
2019-05-13 19:22:02,971 |main                 |EntityEcaRule                 |I| Running Entity ECA Service: updateSerializedInventoryTotals, triggered by rule on Entity: InventoryItem
2019-05-13 19:22:02,972 |main                 |ServiceDispatcher             |T| Sync service [entity-test-RxOzf4Yljo/updateSerializedInventoryTotals] finished in [1] milliseconds
2019-05-13 19:22:02,972 |main                 |ServiceDispatcher             |T| Sync service [entity-test-RxOzf4Yljo/updateSerializedInventoryTotals] finished in [14] milliseconds
2019-05-13 19:22:02,972 |main                 |EntityEcaRule                 |I| Running Entity ECA Service: createInventoryItemCheckSetAtpQoh, triggered by rule on Entity: InventoryItem
2019-05-13 19:22:02,972 |main                 |EntityEcaRule                 |I| Running Entity ECA Service: createInventoryItemStatus, triggered by rule on Entity: InventoryItem
2019-05-13 19:22:02,976 |main                 |ServiceDispatcher             |T| Sync service [entity-test-RxOzf4Yljo/createInventoryItemStatus] finished in [4] milliseconds
2019-05-13 19:22:02,976 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/createInventoryItem] finished in [380] milliseconds
2019-05-13 19:22:02,977 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/facilityGenericPermission] finished in [1] milliseconds
2019-05-13 19:22:03,011 |main                 |ServiceEcaCondition           |I| From Field (returnId) is not found in context for createShipmentReceipt, defaulting to null.
2019-05-13 19:22:03,012 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:22:03,012 |main                 |ServiceEcaRule                |I| For Service ECA [createShipmentReceipt] on [commit] got false for condition: [returnId][is-not-empty][true][String]
2019-05-13 19:22:03,012 |main                 |ServiceEcaCondition           |I| From Field (orderId) is not found in context for createShipmentReceipt, defaulting to null.
2019-05-13 19:22:03,012 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:22:03,012 |main                 |ServiceEcaRule                |I| For Service ECA [createShipmentReceipt] on [commit] got false for condition: [orderId][is-not-empty][true][String]
2019-05-13 19:22:03,012 |main                 |ServiceEcaCondition           |I| From Field (shipmentId) is not found in context for createShipmentReceipt, defaulting to null.
2019-05-13 19:22:03,012 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:22:03,012 |main                 |ServiceEcaRule                |I| For Service ECA [createShipmentReceipt] on [commit] got false for condition: [shipmentId][is-not-empty][true][String]
2019-05-13 19:22:03,012 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:22:03,012 |main                 |ServiceEcaRule                |I| For Service ECA [createShipmentReceipt] on [commit] got false for condition: [affectAccounting][equals][true][true][Boolean]
2019-05-13 19:22:03,012 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/createShipmentReceipt] finished in [36] milliseconds
2019-05-13 19:22:03,014 |main                 |EntityEcaRule                 |I| Running Entity ECA Service: updateSerializedInventoryTotals, triggered by rule on Entity: InventoryItem
2019-05-13 19:22:03,014 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:22:03,014 |main                 |ServiceEcaRule                |I| For Service ECA [updateInventoryItem] on [commit] got false for condition: [oldStatusId][not-equals][statusId][false][String]
2019-05-13 19:22:03,014 |main                 |ServiceEcaCondition           |I| From Field (productId) is not found in context for updateInventoryItem, defaulting to null.
2019-05-13 19:22:03,014 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:22:03,014 |main                 |ServiceEcaRule                |I| For Service ECA [updateInventoryItem] on [commit] got false for condition: [productId][is-not-empty][true][String]
2019-05-13 19:22:03,014 |main                 |ServiceEcaCondition           |I| From Field (ownerPartyId) is not found in context for updateInventoryItem, defaulting to null.
2019-05-13 19:22:03,014 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:22:03,014 |main                 |ServiceEcaRule                |I| For Service ECA [updateInventoryItem] on [commit] got false for condition: [ownerPartyId][is-not-empty][true][String]
2019-05-13 19:22:03,014 |main                 |ServiceEcaCondition           |I| From Field (ownerPartyId) is not found in context for updateInventoryItem, defaulting to null.
2019-05-13 19:22:03,014 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:22:03,014 |main                 |ServiceEcaRule                |I| For Service ECA [updateInventoryItem] on [commit] got false for condition: [ownerPartyId][is-not-empty][true][String]
2019-05-13 19:22:03,014 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/updateInventoryItem] finished in [2] milliseconds
2019-05-13 19:22:03,172 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/reassignInventoryReservations] finished in [145] milliseconds
2019-05-13 19:22:03,173 |main                 |ServiceEcaRule                |I| Running Service ECA Service: updateProductIfAvailableFromShipment, triggered by rule on Service: balanceInventoryItems
2019-05-13 19:22:03,173 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/balanceInventoryItems] finished in [158] milliseconds
2019-05-13 19:22:03,173 |main                 |ServiceEcaCondition           |I| From Field (orderId) is not found in context for receiveInventoryProduct, defaulting to null.
2019-05-13 19:22:03,173 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:22:03,173 |main                 |ServiceEcaRule                |I| For Service ECA [receiveInventoryProduct] on [commit] got false for condition: [orderId][is-not-empty][true][String]
2019-05-13 19:22:03,173 |main                 |ServiceEcaRule                |I| Running Service ECA Service: updateProductAverageCostOnReceiveInventory, triggered by rule on Service: receiveInventoryProduct
2019-05-13 19:22:03,174 |main                 |Log                           |W| [CommonPermissionServices.xml#genericBasePermissionCheck line 59] This simple-method-call is deprecated! Please use a service-call of genericBasePermissionCheck instead.
2019-05-13 19:22:03,175 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/acctgCostPermissionCheck] finished in [1] milliseconds
2019-05-13 19:22:03,217 |main                 |Log                           |W| [CommonPermissionServices.xml#genericBasePermissionCheck line 59] This simple-method-call is deprecated! Please use a service-call of genericBasePermissionCheck instead.
2019-05-13 19:22:03,218 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/genericBasePermissionCheck] finished in [1] milliseconds
2019-05-13 19:22:03,218 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/acctgCostPermissionCheck] finished in [1] milliseconds
2019-05-13 19:22:03,218 |main                 |PrimaryKeyFinder              |I| Returning null because found incomplete primary key in find: [GenericEntity:ProductAverageCost][facilityId,WebStoreWarehouse(java.lang.String)][fromDate,null()][organizationPartyId,Company(java.lang.String)][productAverageCostTypeId,SIMPLE_AVG_COST(java.lang.String)][productId,10100(java.lang.String)]
2019-05-13 19:22:03,271 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/createProductAverageCost] finished in [53] milliseconds
2019-05-13 19:22:03,271 |main                 |Log                           |I| [CostServices.xml#updateProductAverageCostOnReceiveInventory line 569] For facilityId WebStoreWarehouse, Average cost of product 10100 is set from   to 0
2019-05-13 19:22:03,271 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/updateProductAverageCostOnReceiveInventory] finished in [97] milliseconds
2019-05-13 19:22:03,271 |main                 |ServiceEcaRule                |I| Running Service ECA Service: addProductsBackToCategory, triggered by rule on Service: receiveInventoryProduct
2019-05-13 19:22:03,274 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/addProductsBackToCategory] finished in [3] milliseconds
2019-05-13 19:22:03,274 |main                 |ServiceEcaRule                |I| Running Service ECA Service: setUnitPriceAsLastPrice, triggered by rule on Service: receiveInventoryProduct
2019-05-13 19:22:03,274 |main                 |ServiceEcaCondition           |I| From Field (orderId) is not found in context for receiveInventoryProduct, defaulting to null.
2019-05-13 19:22:03,274 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:22:03,274 |main                 |ServiceEcaRule                |I| For Service ECA [receiveInventoryProduct] on [commit] got false for condition: [orderId][is-not-empty][true][String]
2019-05-13 19:22:03,274 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/receiveInventoryProduct] finished in [679] milliseconds
2019-05-13 19:22:03,275 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:22:03,275 |main                 |ServiceEcaRule                |I| For Service ECA [storeOrder] on [commit] got false for condition: [originOrderId][is-not-empty][true][String]
2019-05-13 19:22:03,275 |main                 |ServiceEcaRule                |I| Running Service ECA Service: updateShoppingListQuantitiesFromOrder, triggered by rule on Service: storeOrder
2019-05-13 19:22:03,278 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/updateShoppingListQuantitiesFromOrder] finished in [3] milliseconds
2019-05-13 19:22:03,278 |main                 |ServiceEcaRule                |I| Running Service ECA Service: checkOrderItemForProductGroupOrder, triggered by rule on Service: storeOrder
2019-05-13 19:22:03,288 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/checkOrderItemForProductGroupOrder] finished in [10] milliseconds
2019-05-13 19:22:03,288 |main                 |ServiceEcaRule                |I| Running Service ECA Service: resetGrandTotal, triggered by rule on Service: storeOrder
2019-05-13 19:22:03,600 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/resetGrandTotal] finished in [312] milliseconds
2019-05-13 19:22:03,600 |main                 |ServiceEcaRule                |I| Running Service ECA Service: addSuggestionsToShoppingList, triggered by rule on Service: storeOrder
2019-05-13 19:22:03,600 |main                 |ServiceDispatcher             |T| [[ASync service started...- total:0.0,since last(Begin):0.0]] - 'test-dispatcher-RxOzf4Yljo / addSuggestionsToShoppingList'
2019-05-13 19:22:03,615 |main                 |GenericAsyncEngine            |I| Persisted job queued : 1557775323611
2019-05-13 19:22:03,615 |main                 |ServiceDispatcher             |T| [[ASync service finished...- total:0.015,since last(ASync service sta...):0.015]] - 'test-dispatcher-RxOzf4Yljo / addSuggestionsToShoppingList'
2019-05-13 19:22:03,615 |main                 |ServiceEcaRule                |I| Running Service ECA Service: checkCreateDropShipPurchaseOrders, triggered by rule on Service: storeOrder
2019-05-13 19:22:03,618 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/checkCreateDropShipPurchaseOrders] finished in [3] milliseconds
2019-05-13 19:22:03,619 |main                 |ServiceEcaRule                |I| Running Service ECA Service: balanceOrderItemsWithNegativeReservations, triggered by rule on Service: storeOrder
2019-05-13 19:22:03,734 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/balanceOrderItemsWithNegativeReservations] finished in [115] milliseconds
2019-05-13 19:22:03,734 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:22:03,734 |main                 |ServiceEcaRule                |I| For Service ECA [storeOrder] on [return] got false for condition: [orderTypeId][equals][PURCHASE_ORDER][true][String]
2019-05-13 19:22:03,734 |main                 |ServiceEcaRule                |I| Running Service ECA Service: setOrderReservationPriority, triggered by rule on Service: storeOrder
2019-05-13 19:22:03,751 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/setOrderReservationPriority] finished in [16] milliseconds
2019-05-13 19:22:03,751 |main                 |ServiceEcaRule                |I| For Service ECA [storeOrder] on [return] got false for condition: [isInventoryAllocationRequired][false]
2019-05-13 19:22:03,751 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/storeOrder] finished in [2197] milliseconds
2019-05-13 19:22:03,833 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/getProductRouting] finished in [14] milliseconds
2019-05-13 19:22:03,850 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/getProductRouting] finished in [1] milliseconds
2019-05-13 19:22:03,850 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/getManufacturingComponents] finished in [17] milliseconds
2019-05-13 19:22:03,851 |main                 |Log                           |W| [CommonPermissionServices.xml#genericBasePermissionCheck line 59] This simple-method-call is deprecated! Please use a service-call of genericBasePermissionCheck instead.
2019-05-13 19:22:03,852 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/workEffortGenericPermission] finished in [1] milliseconds
2019-05-13 19:22:03,898 |main                 |EntityEcaRule                 |I| Running Entity ECA Service: indexWorkEffortKeywords, triggered by rule on Entity: WorkEffort
2019-05-13 19:22:04,003 |main                 |ServiceDispatcher             |T| Sync service [entity-test-RxOzf4Yljo/indexWorkEffortKeywords] finished in [105] milliseconds
2019-05-13 19:22:04,007 |main                 |ServiceEcaCondition           |I| From Field (quickAssignPartyId) is not found in context for createWorkEffort, defaulting to null.
2019-05-13 19:22:04,007 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:22:04,007 |main                 |ServiceEcaRule                |I| For Service ECA [createWorkEffort] on [commit] got false for condition: [quickAssignPartyId][is-not-empty][true][String]
2019-05-13 19:22:04,007 |main                 |ServiceEcaCondition           |I| From Field (communicationEventId) is not found in context for createWorkEffort, defaulting to null.
2019-05-13 19:22:04,007 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:22:04,007 |main                 |ServiceEcaRule                |I| For Service ECA [createWorkEffort] on [commit] got false for condition: [communicationEventId][is-not-empty][true][String]
2019-05-13 19:22:04,007 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/createWorkEffort] finished in [157] milliseconds
2019-05-13 19:22:04,007 |main                 |ProductionRunServices         |I| ProductionRun created: 10101
2019-05-13 19:22:04,007 |main                 |Log                           |W| [CommonPermissionServices.xml#genericBasePermissionCheck line 59] This simple-method-call is deprecated! Please use a service-call of genericBasePermissionCheck instead.
2019-05-13 19:22:04,009 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/workEffortGenericPermission] finished in [2] milliseconds
2019-05-13 19:22:04,012 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/createWorkEffortGoodStandard] finished in [5] milliseconds
2019-05-13 19:22:04,092 |main                 |Log                           |W| [CommonPermissionServices.xml#genericBasePermissionCheck line 59] This simple-method-call is deprecated! Please use a service-call of genericBasePermissionCheck instead.
2019-05-13 19:22:04,093 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/genericBasePermissionCheck] finished in [1] milliseconds
2019-05-13 19:22:04,093 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/workEffortGenericPermission] finished in [1] milliseconds
2019-05-13 19:22:04,179 |main                 |EntityEcaRule                 |I| Running Entity ECA Service: indexWorkEffortKeywords, triggered by rule on Entity: WorkEffort
2019-05-13 19:22:04,190 |main                 |ServiceDispatcher             |T| Sync service [entity-test-RxOzf4Yljo/indexWorkEffortKeywords] finished in [11] milliseconds
2019-05-13 19:22:04,191 |main                 |ServiceEcaCondition           |I| From Field (quickAssignPartyId) is not found in context for createWorkEffort, defaulting to null.
2019-05-13 19:22:04,191 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:22:04,191 |main                 |ServiceEcaRule                |I| For Service ECA [createWorkEffort] on [commit] got false for condition: [quickAssignPartyId][is-not-empty][true][String]
2019-05-13 19:22:04,191 |main                 |ServiceEcaCondition           |I| From Field (communicationEventId) is not found in context for createWorkEffort, defaulting to null.
2019-05-13 19:22:04,191 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:22:04,191 |main                 |ServiceEcaRule                |I| For Service ECA [createWorkEffort] on [commit] got false for condition: [communicationEventId][is-not-empty][true][String]
2019-05-13 19:22:04,191 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/createWorkEffort] finished in [99] milliseconds
2019-05-13 19:22:04,191 |main                 |ProductionRunServices         |I| ProductionRunTaskId created: 10102
2019-05-13 19:22:04,192 |main                 |Log                           |W| [CommonPermissionServices.xml#genericBasePermissionCheck line 59] This simple-method-call is deprecated! Please use a service-call of genericBasePermissionCheck instead.
2019-05-13 19:22:04,195 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/genericBasePermissionCheck] finished in [3] milliseconds
2019-05-13 19:22:04,195 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/workEffortGenericPermission] finished in [4] milliseconds
2019-05-13 19:22:04,198 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/createWorkEffortAssoc] finished in [7] milliseconds
2019-05-13 19:22:04,391 |main                 |Log                           |W| [CommonPermissionServices.xml#genericBasePermissionCheck line 59] This simple-method-call is deprecated! Please use a service-call of genericBasePermissionCheck instead.
2019-05-13 19:22:04,392 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/genericBasePermissionCheck] finished in [1] milliseconds
2019-05-13 19:22:04,392 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/workEffortGenericPermission] finished in [1] milliseconds
2019-05-13 19:22:04,393 |main                 |EntityEcaRule                 |I| Running Entity ECA Service: indexWorkEffortKeywords, triggered by rule on Entity: WorkEffort
2019-05-13 19:22:04,404 |main                 |ServiceDispatcher             |T| Sync service [entity-test-RxOzf4Yljo/indexWorkEffortKeywords] finished in [11] milliseconds
2019-05-13 19:22:04,416 |main                 |ServiceEcaCondition           |I| From Field (quickAssignPartyId) is not found in context for createWorkEffort, defaulting to null.
2019-05-13 19:22:04,416 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:22:04,416 |main                 |ServiceEcaRule                |I| For Service ECA [createWorkEffort] on [commit] got false for condition: [quickAssignPartyId][is-not-empty][true][String]
2019-05-13 19:22:04,416 |main                 |ServiceEcaCondition           |I| From Field (communicationEventId) is not found in context for createWorkEffort, defaulting to null.
2019-05-13 19:22:04,416 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:22:04,416 |main                 |ServiceEcaRule                |I| For Service ECA [createWorkEffort] on [commit] got false for condition: [communicationEventId][is-not-empty][true][String]
2019-05-13 19:22:04,416 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/createWorkEffort] finished in [25] milliseconds
2019-05-13 19:22:04,416 |main                 |ProductionRunServices         |I| ProductionRunTaskId created: 10103
2019-05-13 19:22:04,416 |main                 |Log                           |W| [CommonPermissionServices.xml#genericBasePermissionCheck line 59] This simple-method-call is deprecated! Please use a service-call of genericBasePermissionCheck instead.
2019-05-13 19:22:04,417 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/workEffortGenericPermission] finished in [1] milliseconds
2019-05-13 19:22:04,417 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/createWorkEffortAssoc] finished in [1] milliseconds
2019-05-13 19:22:04,418 |main                 |Log                           |W| [CommonPermissionServices.xml#genericBasePermissionCheck line 59] This simple-method-call is deprecated! Please use a service-call of genericBasePermissionCheck instead.
2019-05-13 19:22:04,419 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/genericBasePermissionCheck] finished in [1] milliseconds
2019-05-13 19:22:04,419 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/workEffortGenericPermission] finished in [1] milliseconds
2019-05-13 19:22:04,429 |main                 |EntityEcaRule                 |I| Running Entity ECA Service: indexWorkEffortKeywords, triggered by rule on Entity: WorkEffort
2019-05-13 19:22:04,433 |main                 |ServiceDispatcher             |T| Sync service [entity-test-RxOzf4Yljo/indexWorkEffortKeywords] finished in [4] milliseconds
2019-05-13 19:22:04,433 |main                 |ServiceEcaCondition           |I| From Field (communicationEventId) is not found in context for updateWorkEffort, defaulting to null.
2019-05-13 19:22:04,433 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:22:04,433 |main                 |ServiceEcaRule                |I| For Service ECA [updateWorkEffort] on [commit] got false for condition: [communicationEventId][is-not-empty][true][String]
2019-05-13 19:22:04,433 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/updateWorkEffort] finished in [15] milliseconds
2019-05-13 19:22:04,464 |main                 |UtilProperties                |I| ResourceBundle ManufacturingUiLabels (en) created in 0.031s with 456 properties
2019-05-13 19:22:04,464 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/createProductionRun] finished in [646] milliseconds
2019-05-13 19:22:04,468 |main                 |Log                           |W| [CommonPermissionServices.xml#genericBasePermissionCheck line 59] This simple-method-call is deprecated! Please use a service-call of genericBasePermissionCheck instead.
2019-05-13 19:22:04,469 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/genericBasePermissionCheck] finished in [1] milliseconds
2019-05-13 19:22:04,469 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/workEffortGenericPermission] finished in [1] milliseconds
2019-05-13 19:22:04,470 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/createWorkEffortGoodStandard] finished in [2] milliseconds
2019-05-13 19:22:04,470 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/addProductionRunComponent] finished in [5] milliseconds
2019-05-13 19:22:04,493 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/createProductionRunFromConfiguration] finished in [683] milliseconds
2019-05-13 19:22:04,558 |main                 |Log                           |I| [ShoppingCartTests.xml#testCreateOrderConfigurableServiceProduct line 657] ===== >>> Event : createOrder, Response : sales_order
2019-05-13 19:22:04,819 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:22:04,819 |main                 |ServiceEcaRule                |I| For Service ECA [changeOrderStatus] on [commit] got false for condition: [statusId][equals][ORDER_CANCELLED][true][String]
2019-05-13 19:22:04,819 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:22:04,819 |main                 |ServiceEcaRule                |I| For Service ECA [changeOrderStatus] on [commit] got false for condition: [orderTypeId][equals][PURCHASE_ORDER][true][String]
2019-05-13 19:22:04,819 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:22:04,819 |main                 |ServiceEcaRule                |I| For Service ECA [changeOrderStatus] on [commit] got false for condition: [statusId][equals][ORDER_COMPLETED][true][String]
2019-05-13 19:22:04,819 |main                 |ServiceEcaRule                |I| Running Service ECA Service: updateContentSubscriptionByOrder, triggered by rule on Service: changeOrderStatus
2019-05-13 19:22:04,819 |main                 |ContentManagementServices     |I| In updateContentSubscriptionByOrder service with orderId: WSCO10103
2019-05-13 19:22:04,824 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/updateContentSubscriptionByOrder] finished in [5] milliseconds
2019-05-13 19:22:04,824 |main                 |ServiceEcaRule                |I| Running Service ECA Service: processExtendSubscriptionByOrder, triggered by rule on Service: changeOrderStatus
2019-05-13 19:22:04,824 |main                 |SubscriptionServices          |I| In processExtendSubscriptionByOrder service with orderId: WSCO10103
2019-05-13 19:22:04,827 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/processExtendSubscriptionByOrder] finished in [3] milliseconds
2019-05-13 19:22:04,827 |main                 |ServiceEcaRule                |I| Running Service ECA Service: createAutoRequirementsForOrder, triggered by rule on Service: changeOrderStatus
2019-05-13 19:22:04,921 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/createAutoRequirementsForOrder] finished in [94] milliseconds
2019-05-13 19:22:04,921 |main                 |ServiceEcaRule                |I| Running Service ECA Service: createATPRequirementsForOrder, triggered by rule on Service: changeOrderStatus
2019-05-13 19:22:04,922 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/createATPRequirementsForOrder] finished in [1] milliseconds
2019-05-13 19:22:04,922 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:22:04,922 |main                 |ServiceEcaRule                |I| For Service ECA [changeOrderStatus] on [commit] got false for condition: [orderTypeId][equals][PURCHASE_ORDER][true][String]
2019-05-13 19:22:04,922 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:22:04,922 |main                 |ServiceEcaRule                |I| For Service ECA [changeOrderStatus] on [global-commit-post-run] got false for condition: [statusId][equals][ORDER_COMPLETED][true][String]
2019-05-13 19:22:04,922 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/changeOrderStatus] finished in [287] milliseconds
2019-05-13 19:22:04,944 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:22:04,944 |main                 |ServiceEcaRule                |I| For Service ECA [changeOrderItemStatus] on [commit] got false for condition: [statusId][equals][ITEM_CANCELLED][true][String]
2019-05-13 19:22:04,944 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:22:04,944 |main                 |ServiceEcaRule                |I| For Service ECA [changeOrderItemStatus] on [commit] got false for condition: [statusId][equals][ITEM_COMPLETED][true][String]
2019-05-13 19:22:04,944 |main                 |ServiceEcaRule                |I| Running Service ECA Service: checkOrderItemStatus, triggered by rule on Service: changeOrderItemStatus
2019-05-13 19:22:04,949 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/checkOrderItemStatus] finished in [5] milliseconds
2019-05-13 19:22:04,949 |main                 |ServiceEcaRule                |I| Running Service ECA Service: checkDigitalItemFulfillment, triggered by rule on Service: changeOrderItemStatus
2019-05-13 19:22:04,951 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/checkDigitalItemFulfillment] finished in [2] milliseconds
2019-05-13 19:22:04,951 |main                 |ServiceEcaRule                |I| Running Service ECA Service: invoiceServiceItems, triggered by rule on Service: changeOrderItemStatus
2019-05-13 19:22:04,951 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:22:04,951 |main                 |ServiceEcaRule                |I| For Service ECA [changeOrderItemStatus] on [commit] got false for condition: [statusId][equals][ITEM_COMPLETED][true][String]
2019-05-13 19:22:04,951 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:22:04,951 |main                 |ServiceEcaRule                |I| For Service ECA [changeOrderItemStatus] on [commit] got false for condition: [statusId][equals][ITEM_CANCELLED][true][String]
2019-05-13 19:22:04,952 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/changeOrderItemStatus] finished in [29] milliseconds
2019-05-13 19:22:04,952 |main                 |Log                           |I| [ShoppingCartTests.xml#testCreateOrderConfigurableServiceProduct line 662] ===== >>> Event : processPayment, Response : success
2019-05-13 19:22:04,952 |main                 |ServiceDispatcher             |T| [[ASync service started...- total:0.0,since last(Begin):0.0]] - 'test-dispatcher-RxOzf4Yljo / sendOrderConfirmation'
2019-05-13 19:22:04,957 |main                 |GenericAsyncEngine            |I| Persisted job queued : 1557775324956
2019-05-13 19:22:04,957 |main                 |ServiceDispatcher             |T| [[ASync service finished...- total:0.005,since last(ASync service sta...):0.005]] - 'test-dispatcher-RxOzf4Yljo / sendOrderConfirmation'
2019-05-13 19:22:04,966 |main                 |Log                           |I| [ShoppingCartTests.xml#testCreateOrderConfigurableServiceProduct line 668] ===== >>> Event : destroyCart, Response = success
2019-05-13 19:22:05,008 |main                 |Log                           |I| [ShoppingCartTests.xml#testCreateOrderConfigurableServiceProduct line 675] ======== Test order with id: [WSCO10103] has been approved: []========
2019-05-13 19:22:05,110 |main                 |Log                           |I| [ShipmentServices.xml#quickShipEntireOrder line 1293] Finished quickShipEntireOrder:\nshipmentShipGroupFacilityList=\nsuccessMessageList=
2019-05-13 19:22:05,110 |main                 |TransactionUtil               |W| Calling transaction setRollbackOnly; this stack trace shows where this is happening:
java.lang.Exception: Error in simple-method [Quick ships an entire order from multiple facilities [file:/home/mthl/src/ofbiz/applications/product/minilang/shipment/shipment/ShipmentServices.xml#quickShipEntireOrder]]: ; [Warning: no shipments created; could not find anything ready and needing to be shipped.]
        at org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:292) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:581) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:274) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:293) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleServiceEngine.serviceInvoker(SimpleServiceEngine.java:79) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleServiceEngine.runSync(SimpleServiceEngine.java:48) [ofbiz.jar:?]
        at org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:415) [ofbiz.jar:?]
        at org.apache.ofbiz.service.ServiceDispatcher.runSync(ServiceDispatcher.java:240) [ofbiz.jar:?]
        at org.apache.ofbiz.service.GenericDispatcherFactory$GenericDispatcher.runSync(GenericDispatcherFactory.java:103) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.method.callops.CallService.exec(CallService.java:217) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:310) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:457) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:274) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:287) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.SimpleMethodTest.run(SimpleMethodTest.java:85) [ofbiz.jar:?]
        at junit.framework.TestSuite.runTest(TestSuite.java:252) [junit-4.12.jar:4.12]
        at junit.framework.TestSuite.run(TestSuite.java:247) [junit-4.12.jar:4.12]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:89) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:05,110 |main                 |ServiceDispatcher             |E| Error in Service [quickShipEntireOrder]: Warning: no shipments created; could not find anything ready and needing to be shipped.
2019-05-13 19:22:05,110 |main                 |TransactionUtil               |I| Transaction rollback only not set, rollback only is already set.
2019-05-13 19:22:05,111 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/quickShipEntireOrder] finished in [77] milliseconds
2019-05-13 19:22:05,111 |main                 |CallService                   |E| null
java.lang.Exception: null
        at org.apache.ofbiz.minilang.method.callops.CallService.exec(CallService.java:314) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.runSubOps(SimpleMethod.java:310) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:457) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:274) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:287) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.SimpleMethodTest.run(SimpleMethodTest.java:85) [ofbiz.jar:?]
        at junit.framework.TestSuite.runTest(TestSuite.java:252) [junit-4.12.jar:4.12]
        at junit.framework.TestSuite.run(TestSuite.java:247) [junit-4.12.jar:4.12]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:89) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:05,111 |main                 |TransactionUtil               |E| [TransactionUtil.rollback]
java.lang.Exception: Stack Trace
        at org.apache.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:314) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:290) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.exec(SimpleMethod.java:581) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.runSimpleMethod(SimpleMethod.java:274) [ofbiz.jar:?]
        at org.apache.ofbiz.minilang.SimpleMethod.runSimpleService(SimpleMethod.java:287) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.SimpleMethodTest.run(SimpleMethodTest.java:85) [ofbiz.jar:?]
        at junit.framework.TestSuite.runTest(TestSuite.java:252) [junit-4.12.jar:4.12]
        at junit.framework.TestSuite.run(TestSuite.java:247) [junit-4.12.jar:4.12]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:89) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:06,823 |main                 |TransactionUtil               |I| Transaction rolled back
2019-05-13 19:22:06,823 |main                 |TestRunContainer              |W| [JUNIT (failure)] - configurableServiceOrder-test : Warning: no shipments created; could not find anything ready and needing to be shipped.
2019-05-13 19:22:06,823 |main                 |TestRunContainer              |I| [JUNIT] : configurableServiceOrder-test finished.
2019-05-13 19:22:06,823 |main                 |TestRunContainer              |I| [JUNIT] : testOrderMoveItemBetweenShipGoups starting...
2019-05-13 19:22:06,850 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondPromoRecurrence] finished in [14] milliseconds
2019-05-13 19:22:06,888 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/getOrderedSummaryInformation] finished in [38] milliseconds
2019-05-13 19:22:06,889 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondOrderHist] finished in [39] milliseconds
2019-05-13 19:22:06,981 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoActOrderPercent] finished in [1] milliseconds
2019-05-13 19:22:06,981 |main                 |GroovyBaseScript              |I| Doing order total compare: orderSubTotal=0.00
2019-05-13 19:22:06,982 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondOrderTotal] finished in [1] milliseconds
2019-05-13 19:22:06,984 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondProductAmount] finished in [1] milliseconds
2019-05-13 19:22:06,985 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/getOrderedSummaryInformation] finished in [1] milliseconds
2019-05-13 19:22:06,985 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondOrderHist] finished in [1] milliseconds
2019-05-13 19:22:06,987 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/productPromoCondPromoRecurrence] finished in [2] milliseconds
2019-05-13 19:22:06,987 |main                 |GroovyBaseScript              |I| Doing order total compare: orderSubTotal=0.00
2019-05-13 19:22:06,987 |main                 |ShoppingCart                  |I| Returned new PaymentInfo - Pm: null / PmType: CREDIT_CARD / Amt: 49.26 / Ref: null!null
2019-05-13 19:22:06,993 |main                 |ProductStoreWorker            |I| getSurvey for product GZ-2644
2019-05-13 19:22:07,136 |main                 |ShoppingCartItem              |I| Setting orderItemSeqId - 00001
2019-05-13 19:22:07,137 |main                 |ShoppingCart                  |I| Creating OrderPaymentPreference - [GenericEntity:OrderPaymentPreference][billingPostalCode,null()][finAccountId,null()][manualAuthCode,null()][manualRefNum,null()][maxAmount,49.26(java.math.BigDecimal)][overflowFlag,N(java.lang.String)][paymentMethodId,null()][paymentMethodTypeId,CREDIT_CARD(java.lang.String)][presentFlag,N(java.lang.String)][statusId,PAYMENT_RECEIVED(java.lang.String)][swipedFlag,N(java.lang.String)]
2019-05-13 19:22:07,142 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/countProductQuantityOrdered] finished in [5] milliseconds
2019-05-13 19:22:07,145 |main                 |Log                           |I| [OrderServices.xml#getNextOrderId line 433] In getNextOrderId partyId is [Company], partyAcctgPreference: [GenericEntity:PartyAcctgPreference][baseCurrencyUomId,USD(java.lang.String)][cogsMethodId,COGS_LIFO(java.lang.String)][createdStamp,2019-05-13 17:49:42.773(java.sql.Timestamp)][createdTxStamp,2019-05-13 17:49:39.385(java.sql.Timestamp)][enableAccounting,null()][errorGlJournalId,ERROR_JOURNAL(java.lang.String)][fiscalYearStartDay,null()][fiscalYearStartMonth,null()][invoiceIdPrefix,CI(java.lang.String)][invoiceSeqCustMethId,INV_HOOK_ENF_SEQ(java.lang.String)][lastInvoiceNumber,null()][lastInvoiceRestartDate,null()][lastOrderNumber,null()][lastQuoteNumber,null()][lastUpdatedStamp,2019-05-13 19:21:04.002(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:21:04.001(java.sql.Timestamp)][oldInvoiceSequenceEnumId,null()][oldOrderSequenceEnumId,null()][oldQuoteSequenceEnumId,null()][orderIdPrefix,CO(java.lang.String)][orderSeqCustMethId,null()][partyId,Company(java.lang.String)][quoteIdPrefix,CQ(java.lang.String)][quoteSeqCustMethId,null()][refundPaymentMethodId,null()][taxFormId,US_IRS_1120(java.lang.String)][useInvoiceIdForReturns,null()]
2019-05-13 19:22:07,147 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/getNextOrderId] finished in [5] milliseconds
2019-05-13 19:22:07,221 |main                 |SequenceUtil                  |I| Got bank of sequenced IDs for [EntityAuditLog]; curSeqId=10630, maxSeqId=10640, bankSize=10
2019-05-13 19:22:08,510 |main                 |EntityEcaRule                 |I| Running Entity ECA Service: changeOrderPaymentStatus, triggered by rule on Entity: OrderPaymentPreference
2019-05-13 19:22:08,643 |main                 |ServiceDispatcher             |T| Sync service [entity-test-RxOzf4Yljo/changeOrderPaymentStatus] finished in [133] milliseconds
2019-05-13 19:22:08,790 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:22:08,790 |main                 |ServiceEcaRule                |I| For Service ECA [storeOrder] on [commit] got false for condition: [originOrderId][is-not-empty][true][String]
2019-05-13 19:22:08,790 |main                 |ServiceEcaRule                |I| Running Service ECA Service: updateShoppingListQuantitiesFromOrder, triggered by rule on Service: storeOrder
2019-05-13 19:22:08,790 |main                 |ServiceEcaRule                |I| Running Service ECA Service: checkOrderItemForProductGroupOrder, triggered by rule on Service: storeOrder
2019-05-13 19:22:08,807 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/checkOrderItemForProductGroupOrder] finished in [17] milliseconds
2019-05-13 19:22:08,807 |main                 |ServiceEcaRule                |I| Running Service ECA Service: resetGrandTotal, triggered by rule on Service: storeOrder
2019-05-13 19:22:09,007 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/resetGrandTotal] finished in [200] milliseconds
2019-05-13 19:22:09,007 |main                 |ServiceEcaRule                |I| Running Service ECA Service: addSuggestionsToShoppingList, triggered by rule on Service: storeOrder
2019-05-13 19:22:09,007 |main                 |ServiceDispatcher             |T| [[ASync service started...- total:0.0,since last(Begin):0.0]] - 'test-dispatcher-RxOzf4Yljo / addSuggestionsToShoppingList'
2019-05-13 19:22:09,050 |main                 |GenericAsyncEngine            |I| Persisted job queued : 1557775329012
2019-05-13 19:22:09,050 |main                 |ServiceDispatcher             |T| [[ASync service finished...- total:0.043,since last(ASync service sta...):0.043]] - 'test-dispatcher-RxOzf4Yljo / addSuggestionsToShoppingList'
2019-05-13 19:22:09,050 |main                 |ServiceEcaRule                |I| Running Service ECA Service: checkCreateDropShipPurchaseOrders, triggered by rule on Service: storeOrder
2019-05-13 19:22:09,078 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/checkCreateDropShipPurchaseOrders] finished in [28] milliseconds
2019-05-13 19:22:09,078 |main                 |ServiceEcaRule                |I| Running Service ECA Service: balanceOrderItemsWithNegativeReservations, triggered by rule on Service: storeOrder
2019-05-13 19:22:09,431 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/balanceOrderItemsWithNegativeReservations] finished in [353] milliseconds
2019-05-13 19:22:09,431 |main                 |ServiceEcaCondition           |W| doRealCompare returned null, returning false
2019-05-13 19:22:09,431 |main                 |ServiceEcaRule                |I| For Service ECA [storeOrder] on [return] got false for condition: [orderTypeId][equals][PURCHASE_ORDER][true][String]
2019-05-13 19:22:09,431 |main                 |ServiceEcaRule                |I| Running Service ECA Service: setOrderReservationPriority, triggered by rule on Service: storeOrder
2019-05-13 19:22:09,434 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/setOrderReservationPriority] finished in [3] milliseconds
2019-05-13 19:22:09,434 |main                 |ServiceEcaRule                |I| For Service ECA [storeOrder] on [return] got false for condition: [isInventoryAllocationRequired][false]
2019-05-13 19:22:09,434 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/storeOrder] finished in [2297] milliseconds
2019-05-13 19:22:09,440 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/testCreateShoppinCartAndOrder] finished in [2617] milliseconds
2019-05-13 19:22:09,478 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/createOrderItemShipGroup] finished in [36] milliseconds
2019-05-13 19:22:09,482 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/addOrderItemShipGroupAssoc] finished in [2] milliseconds
2019-05-13 19:22:09,499 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/cancelOrderInventoryReservation] finished in [11] milliseconds
2019-05-13 19:22:09,499 |main                 |OrderServices                 |I| Calling reserve inventory...
2019-05-13 19:22:09,500 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/updateOrderItemShipGroupAssoc] finished in [17] milliseconds
2019-05-13 19:22:09,502 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/cancelOrderInventoryReservation] finished in [1] milliseconds
2019-05-13 19:22:09,502 |main                 |OrderServices                 |I| Calling reserve inventory...
2019-05-13 19:22:09,502 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/updateOrderItemShipGroupAssoc] finished in [2] milliseconds
2019-05-13 19:22:09,502 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/MoveItemBetweenShipGroups] finished in [24] milliseconds
2019-05-13 19:22:09,505 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/deleteOrderItemShipGroupAssoc] finished in [2] milliseconds
2019-05-13 19:22:09,510 |main                 |ServiceDispatcher             |T| Sync service [test-dispatcher-RxOzf4Yljo/deleteOrderItemShipGroup] finished in [4] milliseconds
2019-05-13 19:22:09,516 |main                 |TestRunContainer              |I| [JUNIT] : testOrderMoveItemBetweenShipGoups finished.
2019-05-13 19:22:09,516 |main                 |GenericDelegator              |I| Rolling back 267 entity operations
2019-05-13 19:22:10,943 |main                 |TransactionUtil               |W| Calling transaction setRollbackOnly; this stack trace shows where this is happening:
java.lang.Exception: rollback called in Entity Engine SQLProcessor
        at org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:10,943 |main                 |GenericDelegator              |E| Failure in store operation for entity [OrderItem]: org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:OrderItem][autoCancelDate,null()][budgetId,null()][budgetItemSeqId,null()][cancelBackOrderDate,null()][cancelQuantity,null()][changeByUserLoginId,DemoCustomer(java.lang.String)][comments,null()][correspondingPoId,null()][createdStamp,2019-05-13 19:22:01.833(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:22:00.014(java.sql.Timestamp)][deploymentId,null()][dontCancelSetDate,null()][dontCancelSetUserLogin,null()][estimatedDeliveryDate,null()][estimatedShipDate,null()][externalId,null()][fromInventoryItemId,null()][isItemGroupPrimary,null()][isModifiedPrice,N(java.lang.String)][isPromo,N(java.lang.String)][itemDescription,Scanning book service(java.lang.String)][lastUpdatedStamp,2019-05-13 19:22:10.826(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:10.826(java.sql.Timestamp)][orderId,WSCO10103(java.lang.String)][orderItemGroupSeqId,null()][orderItemSeqId,00001(java.lang.String)][orderItemTypeId,PRODUCT_ORDER_ITEM(java.lang.String)][overrideGlAccountId,null()][prodCatalogId,DemoCatalog(java.lang.String)][productCategoryId,null()][productFeatureId,null()][productId,10100(java.lang.String)][quantity,1.000000(java.math.BigDecimal)][quoteId,null()][quoteItemSeqId,null()][recurringFreqUomId,null()][reserveAfterDate,null()][salesOpportunityId,null()][selectedAmount,0.000000(java.math.BigDecimal)][shipAfterDate,null()][shipBeforeDate,null()][shoppingListId,null()][shoppingListItemSeqId,null()][statusId,ITEM_CREATED(java.lang.String)][subscriptionId,null()][supplierProductId,null()][syncStatusId,null()][unitAverageCost,null()][unitListPrice,0.000(java.math.BigDecimal)][unitPrice,10.990(java.math.BigDecimal)][unitRecurringPrice,null()]. Rolling back transaction.
org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:OrderItem][autoCancelDate,null()][budgetId,null()][budgetItemSeqId,null()][cancelBackOrderDate,null()][cancelQuantity,null()][changeByUserLoginId,DemoCustomer(java.lang.String)][comments,null()][correspondingPoId,null()][createdStamp,2019-05-13 19:22:01.833(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:22:00.014(java.sql.Timestamp)][deploymentId,null()][dontCancelSetDate,null()][dontCancelSetUserLogin,null()][estimatedDeliveryDate,null()][estimatedShipDate,null()][externalId,null()][fromInventoryItemId,null()][isItemGroupPrimary,null()][isModifiedPrice,N(java.lang.String)][isPromo,N(java.lang.String)][itemDescription,Scanning book service(java.lang.String)][lastUpdatedStamp,2019-05-13 19:22:10.826(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:10.826(java.sql.Timestamp)][orderId,WSCO10103(java.lang.String)][orderItemGroupSeqId,null()][orderItemSeqId,00001(java.lang.String)][orderItemTypeId,PRODUCT_ORDER_ITEM(java.lang.String)][overrideGlAccountId,null()][prodCatalogId,DemoCatalog(java.lang.String)][productCategoryId,null()][productFeatureId,null()][productId,10100(java.lang.String)][quantity,1.000000(java.math.BigDecimal)][quoteId,null()][quoteItemSeqId,null()][recurringFreqUomId,null()][reserveAfterDate,null()][salesOpportunityId,null()][selectedAmount,0.000000(java.math.BigDecimal)][shipAfterDate,null()][shipBeforeDate,null()][shoppingListId,null()][shoppingListItemSeqId,null()][statusId,ITEM_CREATED(java.lang.String)][subscriptionId,null()][supplierProductId,null()][syncStatusId,null()][unitAverageCost,null()][unitListPrice,0.000(java.math.BigDecimal)][unitPrice,10.990(java.math.BigDecimal)][unitRecurringPrice,null()]
        at org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:10,944 |main                 |TransactionUtil               |I| Transaction rolled back
2019-05-13 19:22:10,944 |main                 |GenericDelegator              |W| org.apache.ofbiz.entity.GenericEntityException: org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:OrderItem][autoCancelDate,null()][budgetId,null()][budgetItemSeqId,null()][cancelBackOrderDate,null()][cancelQuantity,null()][changeByUserLoginId,DemoCustomer(java.lang.String)][comments,null()][correspondingPoId,null()][createdStamp,2019-05-13 19:22:01.833(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:22:00.014(java.sql.Timestamp)][deploymentId,null()][dontCancelSetDate,null()][dontCancelSetUserLogin,null()][estimatedDeliveryDate,null()][estimatedShipDate,null()][externalId,null()][fromInventoryItemId,null()][isItemGroupPrimary,null()][isModifiedPrice,N(java.lang.String)][isPromo,N(java.lang.String)][itemDescription,Scanning book service(java.lang.String)][lastUpdatedStamp,2019-05-13 19:22:10.826(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:10.826(java.sql.Timestamp)][orderId,WSCO10103(java.lang.String)][orderItemGroupSeqId,null()][orderItemSeqId,00001(java.lang.String)][orderItemTypeId,PRODUCT_ORDER_ITEM(java.lang.String)][overrideGlAccountId,null()][prodCatalogId,DemoCatalog(java.lang.String)][productCategoryId,null()][productFeatureId,null()][productId,10100(java.lang.String)][quantity,1.000000(java.math.BigDecimal)][quoteId,null()][quoteItemSeqId,null()][recurringFreqUomId,null()][reserveAfterDate,null()][salesOpportunityId,null()][selectedAmount,0.000000(java.math.BigDecimal)][shipAfterDate,null()][shipBeforeDate,null()][shoppingListId,null()][shoppingListItemSeqId,null()][statusId,ITEM_CREATED(java.lang.String)][subscriptionId,null()][supplierProductId,null()][syncStatusId,null()][unitAverageCost,null()][unitListPrice,0.000(java.math.BigDecimal)][unitPrice,10.990(java.math.BigDecimal)][unitRecurringPrice,null()] (Tried to update an entity that does not exist, entity: [GenericEntity:OrderItem][autoCancelDate,null()][budgetId,null()][budgetItemSeqId,null()][cancelBackOrderDate,null()][cancelQuantity,null()][changeByUserLoginId,DemoCustomer(java.lang.String)][comments,null()][correspondingPoId,null()][createdStamp,2019-05-13 19:22:01.833(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:22:00.014(java.sql.Timestamp)][deploymentId,null()][dontCancelSetDate,null()][dontCancelSetUserLogin,null()][estimatedDeliveryDate,null()][estimatedShipDate,null()][externalId,null()][fromInventoryItemId,null()][isItemGroupPrimary,null()][isModifiedPrice,N(java.lang.String)][isPromo,N(java.lang.String)][itemDescription,Scanning book service(java.lang.String)][lastUpdatedStamp,2019-05-13 19:22:10.826(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:10.826(java.sql.Timestamp)][orderId,WSCO10103(java.lang.String)][orderItemGroupSeqId,null()][orderItemSeqId,00001(java.lang.String)][orderItemTypeId,PRODUCT_ORDER_ITEM(java.lang.String)][overrideGlAccountId,null()][prodCatalogId,DemoCatalog(java.lang.String)][productCategoryId,null()][productFeatureId,null()][productId,10100(java.lang.String)][quantity,1.000000(java.math.BigDecimal)][quoteId,null()][quoteItemSeqId,null()][recurringFreqUomId,null()][reserveAfterDate,null()][salesOpportunityId,null()][selectedAmount,0.000000(java.math.BigDecimal)][shipAfterDate,null()][shipBeforeDate,null()][shoppingListId,null()][shoppingListItemSeqId,null()][statusId,ITEM_CREATED(java.lang.String)][subscriptionId,null()][supplierProductId,null()][syncStatusId,null()][unitAverageCost,null()][unitListPrice,0.000(java.math.BigDecimal)][unitPrice,10.990(java.math.BigDecimal)][unitRecurringPrice,null()])
2019-05-13 19:22:10,958 |main                 |TransactionUtil               |W| Calling transaction setRollbackOnly; this stack trace shows where this is happening:
java.lang.Exception: rollback called in Entity Engine SQLProcessor
        at org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:10,958 |main                 |GenericDelegator              |E| Failure in store operation for entity [OrderHeader]: org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13 19:22:01.644(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:22:00.014(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13 19:22:01.596(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,10.42(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13 19:22:10.957(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:10.957(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13 19:22:01.596(java.sql.Timestamp)][orderId,WSCO10103(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,2(java.lang.String)][productStoreId,9000(java.lang.String)][remainingSubTotal,9.89(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]. Rolling back transaction.
org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13 19:22:01.644(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:22:00.014(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13 19:22:01.596(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,10.42(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13 19:22:10.957(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:10.957(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13 19:22:01.596(java.sql.Timestamp)][orderId,WSCO10103(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,2(java.lang.String)][productStoreId,9000(java.lang.String)][remainingSubTotal,9.89(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]
        at org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:10,958 |main                 |TransactionUtil               |I| Transaction rolled back
2019-05-13 19:22:10,958 |main                 |GenericDelegator              |W| org.apache.ofbiz.entity.GenericEntityException: org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13 19:22:01.644(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:22:00.014(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13 19:22:01.596(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,10.42(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13 19:22:10.957(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:10.957(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13 19:22:01.596(java.sql.Timestamp)][orderId,WSCO10103(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,2(java.lang.String)][productStoreId,9000(java.lang.String)][remainingSubTotal,9.89(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()] (Tried to update an entity that does not exist, entity: [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13 19:22:01.644(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:22:00.014(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13 19:22:01.596(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,10.42(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13 19:22:10.957(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:10.957(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13 19:22:01.596(java.sql.Timestamp)][orderId,WSCO10103(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,2(java.lang.String)][productStoreId,9000(java.lang.String)][remainingSubTotal,9.89(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()])
2019-05-13 19:22:11,128 |main                 |TransactionUtil               |W| Calling transaction setRollbackOnly; this stack trace shows where this is happening:
java.lang.Exception: rollback called in Entity Engine SQLProcessor
        at org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:11,128 |main                 |GenericDelegator              |E| Failure in store operation for entity [WorkEffort]: org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:WorkEffort][accommodationMapId,null()][accommodationSpotId,null()][actualCompletionDate,null()][actualMilliSeconds,null()][actualSetupMillis,null()][actualStartDate,null()][createdByUserLogin,system(java.lang.String)][createdDate,2019-05-13 19:22:03.862(java.sql.Timestamp)][createdStamp,2019-05-13 19:22:03.862(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:22:00.014(java.sql.Timestamp)][currentStatusId,PRUN_CREATED(java.lang.String)][description,null()][estimateCalcMethod,null()][estimatedCompletionDate,null()][estimatedMilliSeconds,null()][estimatedSetupMillis,null()][estimatedStartDate,2019-05-13 19:22:03.818(java.sql.Timestamp)][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][infoUrl,null()][lastModifiedByUserLogin,system(java.lang.String)][lastModifiedDate,2019-05-13 19:22:03.862(java.sql.Timestamp)][lastStatusUpdate,2019-05-13 19:22:03.862(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13 19:22:11.103(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:11.103(java.sql.Timestamp)][locationDesc,null()][moneyUomId,null()][noteId,null()][percentComplete,null()][priority,null()][quantityProduced,null()][quantityRejected,null()][quantityToProduce,1.000000(java.math.BigDecimal)][recurrenceInfoId,null()][reserv2ndPPPerc,null()][reservNthPPPerc,null()][reservPersons,null()][revisionNumber,1(java.lang.Long)][runtimeDataId,null()][scopeEnumId,null()][sendNotificationEmail,null()][serviceLoaderName,null()][showAsEnumId,null()][sourceReferenceId,null()][specialTerms,null()][tempExprId,null()][timeTransparency,null()][totalMilliSecondsAllowed,null()][totalMoneyAllowed,null()][universalId,null()][workEffortId,10101(java.lang.String)][workEffortName,Scanning book service-Pizza preparation(java.lang.String)][workEffortParentId,null()][workEffortPurposeTypeId,WEPT_PRODUCTION_RUN(java.lang.String)][workEffortTypeId,PROD_ORDER_HEADER(java.lang.String)]. Rolling back transaction.
org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:WorkEffort][accommodationMapId,null()][accommodationSpotId,null()][actualCompletionDate,null()][actualMilliSeconds,null()][actualSetupMillis,null()][actualStartDate,null()][createdByUserLogin,system(java.lang.String)][createdDate,2019-05-13 19:22:03.862(java.sql.Timestamp)][createdStamp,2019-05-13 19:22:03.862(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:22:00.014(java.sql.Timestamp)][currentStatusId,PRUN_CREATED(java.lang.String)][description,null()][estimateCalcMethod,null()][estimatedCompletionDate,null()][estimatedMilliSeconds,null()][estimatedSetupMillis,null()][estimatedStartDate,2019-05-13 19:22:03.818(java.sql.Timestamp)][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][infoUrl,null()][lastModifiedByUserLogin,system(java.lang.String)][lastModifiedDate,2019-05-13 19:22:03.862(java.sql.Timestamp)][lastStatusUpdate,2019-05-13 19:22:03.862(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13 19:22:11.103(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:11.103(java.sql.Timestamp)][locationDesc,null()][moneyUomId,null()][noteId,null()][percentComplete,null()][priority,null()][quantityProduced,null()][quantityRejected,null()][quantityToProduce,1.000000(java.math.BigDecimal)][recurrenceInfoId,null()][reserv2ndPPPerc,null()][reservNthPPPerc,null()][reservPersons,null()][revisionNumber,1(java.lang.Long)][runtimeDataId,null()][scopeEnumId,null()][sendNotificationEmail,null()][serviceLoaderName,null()][showAsEnumId,null()][sourceReferenceId,null()][specialTerms,null()][tempExprId,null()][timeTransparency,null()][totalMilliSecondsAllowed,null()][totalMoneyAllowed,null()][universalId,null()][workEffortId,10101(java.lang.String)][workEffortName,Scanning book service-Pizza preparation(java.lang.String)][workEffortParentId,null()][workEffortPurposeTypeId,WEPT_PRODUCTION_RUN(java.lang.String)][workEffortTypeId,PROD_ORDER_HEADER(java.lang.String)]
        at org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:11,129 |main                 |TransactionUtil               |I| Transaction rolled back
2019-05-13 19:22:11,129 |main                 |GenericDelegator              |W| org.apache.ofbiz.entity.GenericEntityException: org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:WorkEffort][accommodationMapId,null()][accommodationSpotId,null()][actualCompletionDate,null()][actualMilliSeconds,null()][actualSetupMillis,null()][actualStartDate,null()][createdByUserLogin,system(java.lang.String)][createdDate,2019-05-13 19:22:03.862(java.sql.Timestamp)][createdStamp,2019-05-13 19:22:03.862(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:22:00.014(java.sql.Timestamp)][currentStatusId,PRUN_CREATED(java.lang.String)][description,null()][estimateCalcMethod,null()][estimatedCompletionDate,null()][estimatedMilliSeconds,null()][estimatedSetupMillis,null()][estimatedStartDate,2019-05-13 19:22:03.818(java.sql.Timestamp)][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][infoUrl,null()][lastModifiedByUserLogin,system(java.lang.String)][lastModifiedDate,2019-05-13 19:22:03.862(java.sql.Timestamp)][lastStatusUpdate,2019-05-13 19:22:03.862(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13 19:22:11.103(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:11.103(java.sql.Timestamp)][locationDesc,null()][moneyUomId,null()][noteId,null()][percentComplete,null()][priority,null()][quantityProduced,null()][quantityRejected,null()][quantityToProduce,1.000000(java.math.BigDecimal)][recurrenceInfoId,null()][reserv2ndPPPerc,null()][reservNthPPPerc,null()][reservPersons,null()][revisionNumber,1(java.lang.Long)][runtimeDataId,null()][scopeEnumId,null()][sendNotificationEmail,null()][serviceLoaderName,null()][showAsEnumId,null()][sourceReferenceId,null()][specialTerms,null()][tempExprId,null()][timeTransparency,null()][totalMilliSecondsAllowed,null()][totalMoneyAllowed,null()][universalId,null()][workEffortId,10101(java.lang.String)][workEffortName,Scanning book service-Pizza preparation(java.lang.String)][workEffortParentId,null()][workEffortPurposeTypeId,WEPT_PRODUCTION_RUN(java.lang.String)][workEffortTypeId,PROD_ORDER_HEADER(java.lang.String)] (Tried to update an entity that does not exist, entity: [GenericEntity:WorkEffort][accommodationMapId,null()][accommodationSpotId,null()][actualCompletionDate,null()][actualMilliSeconds,null()][actualSetupMillis,null()][actualStartDate,null()][createdByUserLogin,system(java.lang.String)][createdDate,2019-05-13 19:22:03.862(java.sql.Timestamp)][createdStamp,2019-05-13 19:22:03.862(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:22:00.014(java.sql.Timestamp)][currentStatusId,PRUN_CREATED(java.lang.String)][description,null()][estimateCalcMethod,null()][estimatedCompletionDate,null()][estimatedMilliSeconds,null()][estimatedSetupMillis,null()][estimatedStartDate,2019-05-13 19:22:03.818(java.sql.Timestamp)][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][infoUrl,null()][lastModifiedByUserLogin,system(java.lang.String)][lastModifiedDate,2019-05-13 19:22:03.862(java.sql.Timestamp)][lastStatusUpdate,2019-05-13 19:22:03.862(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13 19:22:11.103(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:11.103(java.sql.Timestamp)][locationDesc,null()][moneyUomId,null()][noteId,null()][percentComplete,null()][priority,null()][quantityProduced,null()][quantityRejected,null()][quantityToProduce,1.000000(java.math.BigDecimal)][recurrenceInfoId,null()][reserv2ndPPPerc,null()][reservNthPPPerc,null()][reservPersons,null()][revisionNumber,1(java.lang.Long)][runtimeDataId,null()][scopeEnumId,null()][sendNotificationEmail,null()][serviceLoaderName,null()][showAsEnumId,null()][sourceReferenceId,null()][specialTerms,null()][tempExprId,null()][timeTransparency,null()][totalMilliSecondsAllowed,null()][totalMoneyAllowed,null()][universalId,null()][workEffortId,10101(java.lang.String)][workEffortName,Scanning book service-Pizza preparation(java.lang.String)][workEffortParentId,null()][workEffortPurposeTypeId,WEPT_PRODUCTION_RUN(java.lang.String)][workEffortTypeId,PROD_ORDER_HEADER(java.lang.String)])
2019-05-13 19:22:11,341 |main                 |TransactionUtil               |W| Calling transaction setRollbackOnly; this stack trace shows where this is happening:
java.lang.Exception: rollback called in Entity Engine SQLProcessor
        at org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:11,341 |main                 |GenericDelegator              |E| Failure in store operation for entity [OrderHeader]: org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13 19:22:01.644(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:22:00.014(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13 19:22:01.596(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,10.42(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13 19:22:11.305(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:11.305(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13 19:22:01.596(java.sql.Timestamp)][orderId,WSCO10103(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,9.89(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]. Rolling back transaction.
org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13 19:22:01.644(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:22:00.014(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13 19:22:01.596(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,10.42(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13 19:22:11.305(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:11.305(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13 19:22:01.596(java.sql.Timestamp)][orderId,WSCO10103(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,9.89(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]
        at org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:11,341 |main                 |TransactionUtil               |I| Transaction rolled back
2019-05-13 19:22:11,341 |main                 |GenericDelegator              |W| org.apache.ofbiz.entity.GenericEntityException: org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13 19:22:01.644(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:22:00.014(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13 19:22:01.596(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,10.42(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13 19:22:11.305(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:11.305(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13 19:22:01.596(java.sql.Timestamp)][orderId,WSCO10103(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,9.89(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()] (Tried to update an entity that does not exist, entity: [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13 19:22:01.644(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:22:00.014(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13 19:22:01.596(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,10.42(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13 19:22:11.305(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:11.305(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13 19:22:01.596(java.sql.Timestamp)][orderId,WSCO10103(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,9.89(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()])
2019-05-13 19:22:11,352 |main                 |TransactionUtil               |W| Calling transaction setRollbackOnly; this stack trace shows where this is happening:
java.lang.Exception: rollback called in Entity Engine SQLProcessor
        at org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:11,352 |main                 |GenericDelegator              |E| Failure in store operation for entity [OrderHeader]: org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13 19:22:01.644(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:22:00.014(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13 19:22:01.596(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,10.42(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13 19:22:11.352(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:11.352(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13 19:22:01.596(java.sql.Timestamp)][orderId,WSCO10103(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,null()][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]. Rolling back transaction.
org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13 19:22:01.644(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:22:00.014(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13 19:22:01.596(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,10.42(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13 19:22:11.352(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:11.352(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13 19:22:01.596(java.sql.Timestamp)][orderId,WSCO10103(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,null()][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]
        at org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:11,352 |main                 |TransactionUtil               |I| Transaction rolled back
2019-05-13 19:22:11,352 |main                 |GenericDelegator              |W| org.apache.ofbiz.entity.GenericEntityException: org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13 19:22:01.644(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:22:00.014(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13 19:22:01.596(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,10.42(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13 19:22:11.352(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:11.352(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13 19:22:01.596(java.sql.Timestamp)][orderId,WSCO10103(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,null()][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()] (Tried to update an entity that does not exist, entity: [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13 19:22:01.644(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:22:00.014(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13 19:22:01.596(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,10.42(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13 19:22:11.352(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:11.352(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13 19:22:01.596(java.sql.Timestamp)][orderId,WSCO10103(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,null()][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()])
2019-05-13 19:22:11,409 |main                 |TransactionUtil               |W| Calling transaction setRollbackOnly; this stack trace shows where this is happening:
java.lang.Exception: rollback called in Entity Engine SQLProcessor
        at org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:11,410 |main                 |GenericDelegator              |E| Failure in store operation for entity [InventoryItem]: org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:InventoryItem][accountingQuantityTotal,null()][activationNumber,null()][activationValidThru,null()][availableToPromiseTotal,1.000000(java.math.BigDecimal)][binNumber,null()][comments,null()][containerId,null()][createdStamp,2019-05-13 19:22:02.86(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:22:00.014(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][datetimeManufactured,null()][datetimeReceived,null()][expireDate,null()][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][inventoryItemId,10101(java.lang.String)][inventoryItemTypeId,SERIALIZED_INV_ITEM(java.lang.String)][lastUpdatedStamp,2019-05-13 19:22:11.393(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:11.392(java.sql.Timestamp)][locationSeqId,null()][lotId,null()][oldAvailableToPromise,null()][oldQuantityOnHand,null()][ownerPartyId,Company(java.lang.String)][partyId,null()][productId,10100(java.lang.String)][quantityOnHandTotal,1.000000(java.math.BigDecimal)][serialNumber,null()][softIdentifier,null()][statusId,INV_AVAILABLE(java.lang.String)][unitCost,0.000000(java.math.BigDecimal)][uomId,null()]. Rolling back transaction.
org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:InventoryItem][accountingQuantityTotal,null()][activationNumber,null()][activationValidThru,null()][availableToPromiseTotal,1.000000(java.math.BigDecimal)][binNumber,null()][comments,null()][containerId,null()][createdStamp,2019-05-13 19:22:02.86(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:22:00.014(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][datetimeManufactured,null()][datetimeReceived,null()][expireDate,null()][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][inventoryItemId,10101(java.lang.String)][inventoryItemTypeId,SERIALIZED_INV_ITEM(java.lang.String)][lastUpdatedStamp,2019-05-13 19:22:11.393(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:11.392(java.sql.Timestamp)][locationSeqId,null()][lotId,null()][oldAvailableToPromise,null()][oldQuantityOnHand,null()][ownerPartyId,Company(java.lang.String)][partyId,null()][productId,10100(java.lang.String)][quantityOnHandTotal,1.000000(java.math.BigDecimal)][serialNumber,null()][softIdentifier,null()][statusId,INV_AVAILABLE(java.lang.String)][unitCost,0.000000(java.math.BigDecimal)][uomId,null()]
        at org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:11,410 |main                 |TransactionUtil               |I| Transaction rolled back
2019-05-13 19:22:11,410 |main                 |GenericDelegator              |W| org.apache.ofbiz.entity.GenericEntityException: org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:InventoryItem][accountingQuantityTotal,null()][activationNumber,null()][activationValidThru,null()][availableToPromiseTotal,1.000000(java.math.BigDecimal)][binNumber,null()][comments,null()][containerId,null()][createdStamp,2019-05-13 19:22:02.86(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:22:00.014(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][datetimeManufactured,null()][datetimeReceived,null()][expireDate,null()][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][inventoryItemId,10101(java.lang.String)][inventoryItemTypeId,SERIALIZED_INV_ITEM(java.lang.String)][lastUpdatedStamp,2019-05-13 19:22:11.393(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:11.392(java.sql.Timestamp)][locationSeqId,null()][lotId,null()][oldAvailableToPromise,null()][oldQuantityOnHand,null()][ownerPartyId,Company(java.lang.String)][partyId,null()][productId,10100(java.lang.String)][quantityOnHandTotal,1.000000(java.math.BigDecimal)][serialNumber,null()][softIdentifier,null()][statusId,INV_AVAILABLE(java.lang.String)][unitCost,0.000000(java.math.BigDecimal)][uomId,null()] (Tried to update an entity that does not exist, entity: [GenericEntity:InventoryItem][accountingQuantityTotal,null()][activationNumber,null()][activationValidThru,null()][availableToPromiseTotal,1.000000(java.math.BigDecimal)][binNumber,null()][comments,null()][containerId,null()][createdStamp,2019-05-13 19:22:02.86(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:22:00.014(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][datetimeManufactured,null()][datetimeReceived,null()][expireDate,null()][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][inventoryItemId,10101(java.lang.String)][inventoryItemTypeId,SERIALIZED_INV_ITEM(java.lang.String)][lastUpdatedStamp,2019-05-13 19:22:11.393(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:11.392(java.sql.Timestamp)][locationSeqId,null()][lotId,null()][oldAvailableToPromise,null()][oldQuantityOnHand,null()][ownerPartyId,Company(java.lang.String)][partyId,null()][productId,10100(java.lang.String)][quantityOnHandTotal,1.000000(java.math.BigDecimal)][serialNumber,null()][softIdentifier,null()][statusId,INV_AVAILABLE(java.lang.String)][unitCost,0.000000(java.math.BigDecimal)][uomId,null()])
2019-05-13 19:22:11,466 |main                 |TransactionUtil               |W| Calling transaction setRollbackOnly; this stack trace shows where this is happening:
java.lang.Exception: rollback called in Entity Engine SQLProcessor
        at org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:11,466 |main                 |GenericDelegator              |E| Failure in store operation for entity [InventoryItem]: org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:InventoryItem][accountingQuantityTotal,null()][activationNumber,null()][activationValidThru,null()][availableToPromiseTotal,null()][binNumber,null()][comments,null()][containerId,null()][createdStamp,2019-05-13 19:22:02.86(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:22:00.014(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][datetimeManufactured,null()][datetimeReceived,null()][expireDate,null()][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][inventoryItemId,10101(java.lang.String)][inventoryItemTypeId,SERIALIZED_INV_ITEM(java.lang.String)][lastUpdatedStamp,2019-05-13 19:22:11.465(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:11.465(java.sql.Timestamp)][locationSeqId,null()][lotId,null()][oldAvailableToPromise,null()][oldQuantityOnHand,null()][ownerPartyId,Company(java.lang.String)][partyId,null()][productId,10100(java.lang.String)][quantityOnHandTotal,null()][serialNumber,null()][softIdentifier,null()][statusId,INV_AVAILABLE(java.lang.String)][unitCost,0.000000(java.math.BigDecimal)][uomId,null()]. Rolling back transaction.
org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:InventoryItem][accountingQuantityTotal,null()][activationNumber,null()][activationValidThru,null()][availableToPromiseTotal,null()][binNumber,null()][comments,null()][containerId,null()][createdStamp,2019-05-13 19:22:02.86(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:22:00.014(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][datetimeManufactured,null()][datetimeReceived,null()][expireDate,null()][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][inventoryItemId,10101(java.lang.String)][inventoryItemTypeId,SERIALIZED_INV_ITEM(java.lang.String)][lastUpdatedStamp,2019-05-13 19:22:11.465(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:11.465(java.sql.Timestamp)][locationSeqId,null()][lotId,null()][oldAvailableToPromise,null()][oldQuantityOnHand,null()][ownerPartyId,Company(java.lang.String)][partyId,null()][productId,10100(java.lang.String)][quantityOnHandTotal,null()][serialNumber,null()][softIdentifier,null()][statusId,INV_AVAILABLE(java.lang.String)][unitCost,0.000000(java.math.BigDecimal)][uomId,null()]
        at org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:11,466 |main                 |TransactionUtil               |I| Transaction rolled back
2019-05-13 19:22:11,466 |main                 |GenericDelegator              |W| org.apache.ofbiz.entity.GenericEntityException: org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:InventoryItem][accountingQuantityTotal,null()][activationNumber,null()][activationValidThru,null()][availableToPromiseTotal,null()][binNumber,null()][comments,null()][containerId,null()][createdStamp,2019-05-13 19:22:02.86(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:22:00.014(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][datetimeManufactured,null()][datetimeReceived,null()][expireDate,null()][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][inventoryItemId,10101(java.lang.String)][inventoryItemTypeId,SERIALIZED_INV_ITEM(java.lang.String)][lastUpdatedStamp,2019-05-13 19:22:11.465(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:11.465(java.sql.Timestamp)][locationSeqId,null()][lotId,null()][oldAvailableToPromise,null()][oldQuantityOnHand,null()][ownerPartyId,Company(java.lang.String)][partyId,null()][productId,10100(java.lang.String)][quantityOnHandTotal,null()][serialNumber,null()][softIdentifier,null()][statusId,INV_AVAILABLE(java.lang.String)][unitCost,0.000000(java.math.BigDecimal)][uomId,null()] (Tried to update an entity that does not exist, entity: [GenericEntity:InventoryItem][accountingQuantityTotal,null()][activationNumber,null()][activationValidThru,null()][availableToPromiseTotal,null()][binNumber,null()][comments,null()][containerId,null()][createdStamp,2019-05-13 19:22:02.86(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:22:00.014(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][datetimeManufactured,null()][datetimeReceived,null()][expireDate,null()][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][inventoryItemId,10101(java.lang.String)][inventoryItemTypeId,SERIALIZED_INV_ITEM(java.lang.String)][lastUpdatedStamp,2019-05-13 19:22:11.465(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:11.465(java.sql.Timestamp)][locationSeqId,null()][lotId,null()][oldAvailableToPromise,null()][oldQuantityOnHand,null()][ownerPartyId,Company(java.lang.String)][partyId,null()][productId,10100(java.lang.String)][quantityOnHandTotal,null()][serialNumber,null()][softIdentifier,null()][statusId,INV_AVAILABLE(java.lang.String)][unitCost,0.000000(java.math.BigDecimal)][uomId,null()])
2019-05-13 19:22:11,680 |main                 |TransactionUtil               |W| Calling transaction setRollbackOnly; this stack trace shows where this is happening:
java.lang.Exception: rollback called in Entity Engine SQLProcessor
        at org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:11,680 |main                 |GenericDelegator              |E| Failure in store operation for entity [ProductCalculatedInfo]: org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13 19:22:01.598(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:22:00.014(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13 19:22:11.679(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:11.679(java.sql.Timestamp)][productId,10100(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()]. Rolling back transaction.
org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13 19:22:01.598(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:22:00.014(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13 19:22:11.679(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:11.679(java.sql.Timestamp)][productId,10100(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()]
        at org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:11,680 |main                 |TransactionUtil               |I| Transaction rolled back
2019-05-13 19:22:11,680 |main                 |GenericDelegator              |W| org.apache.ofbiz.entity.GenericEntityException: org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13 19:22:01.598(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:22:00.014(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13 19:22:11.679(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:11.679(java.sql.Timestamp)][productId,10100(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()] (Tried to update an entity that does not exist, entity: [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13 19:22:01.598(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:22:00.014(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13 19:22:11.679(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:11.679(java.sql.Timestamp)][productId,10100(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()])
2019-05-13 19:22:12,132 |main                 |TransactionUtil               |W| Calling transaction setRollbackOnly; this stack trace shows where this is happening:
java.lang.Exception: rollback called in Entity Engine SQLProcessor
        at org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:12,133 |main                 |GenericDelegator              |E| Failure in store operation for entity [OrderItem]: org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:OrderItem][autoCancelDate,null()][budgetId,null()][budgetItemSeqId,null()][cancelBackOrderDate,null()][cancelQuantity,null()][changeByUserLoginId,DemoCustomer(java.lang.String)][comments,null()][correspondingPoId,null()][createdStamp,2019-05-13 19:21:56.298(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:55.827(java.sql.Timestamp)][deploymentId,null()][dontCancelSetDate,null()][dontCancelSetUserLogin,null()][estimatedDeliveryDate,null()][estimatedShipDate,null()][externalId,null()][fromInventoryItemId,null()][isItemGroupPrimary,null()][isModifiedPrice,N(java.lang.String)][isPromo,N(java.lang.String)][itemDescription,Laundry service(java.lang.String)][lastUpdatedStamp,2019-05-13 19:22:12.131(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.131(java.sql.Timestamp)][orderId,WSCO10102(java.lang.String)][orderItemGroupSeqId,null()][orderItemSeqId,00001(java.lang.String)][orderItemTypeId,PRODUCT_ORDER_ITEM(java.lang.String)][overrideGlAccountId,null()][prodCatalogId,DemoCatalog(java.lang.String)][productCategoryId,null()][productFeatureId,null()][productId,SV-1001(java.lang.String)][quantity,1.000000(java.math.BigDecimal)][quoteId,null()][quoteItemSeqId,null()][recurringFreqUomId,null()][reserveAfterDate,null()][salesOpportunityId,null()][selectedAmount,0.000000(java.math.BigDecimal)][shipAfterDate,null()][shipBeforeDate,null()][shoppingListId,null()][shoppingListItemSeqId,null()][statusId,ITEM_CREATED(java.lang.String)][subscriptionId,null()][supplierProductId,null()][syncStatusId,null()][unitAverageCost,null()][unitListPrice,0.000(java.math.BigDecimal)][unitPrice,10.990(java.math.BigDecimal)][unitRecurringPrice,null()]. Rolling back transaction.
org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:OrderItem][autoCancelDate,null()][budgetId,null()][budgetItemSeqId,null()][cancelBackOrderDate,null()][cancelQuantity,null()][changeByUserLoginId,DemoCustomer(java.lang.String)][comments,null()][correspondingPoId,null()][createdStamp,2019-05-13 19:21:56.298(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:55.827(java.sql.Timestamp)][deploymentId,null()][dontCancelSetDate,null()][dontCancelSetUserLogin,null()][estimatedDeliveryDate,null()][estimatedShipDate,null()][externalId,null()][fromInventoryItemId,null()][isItemGroupPrimary,null()][isModifiedPrice,N(java.lang.String)][isPromo,N(java.lang.String)][itemDescription,Laundry service(java.lang.String)][lastUpdatedStamp,2019-05-13 19:22:12.131(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.131(java.sql.Timestamp)][orderId,WSCO10102(java.lang.String)][orderItemGroupSeqId,null()][orderItemSeqId,00001(java.lang.String)][orderItemTypeId,PRODUCT_ORDER_ITEM(java.lang.String)][overrideGlAccountId,null()][prodCatalogId,DemoCatalog(java.lang.String)][productCategoryId,null()][productFeatureId,null()][productId,SV-1001(java.lang.String)][quantity,1.000000(java.math.BigDecimal)][quoteId,null()][quoteItemSeqId,null()][recurringFreqUomId,null()][reserveAfterDate,null()][salesOpportunityId,null()][selectedAmount,0.000000(java.math.BigDecimal)][shipAfterDate,null()][shipBeforeDate,null()][shoppingListId,null()][shoppingListItemSeqId,null()][statusId,ITEM_CREATED(java.lang.String)][subscriptionId,null()][supplierProductId,null()][syncStatusId,null()][unitAverageCost,null()][unitListPrice,0.000(java.math.BigDecimal)][unitPrice,10.990(java.math.BigDecimal)][unitRecurringPrice,null()]
        at org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:12,133 |main                 |TransactionUtil               |I| Transaction rolled back
2019-05-13 19:22:12,133 |main                 |GenericDelegator              |W| org.apache.ofbiz.entity.GenericEntityException: org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:OrderItem][autoCancelDate,null()][budgetId,null()][budgetItemSeqId,null()][cancelBackOrderDate,null()][cancelQuantity,null()][changeByUserLoginId,DemoCustomer(java.lang.String)][comments,null()][correspondingPoId,null()][createdStamp,2019-05-13 19:21:56.298(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:55.827(java.sql.Timestamp)][deploymentId,null()][dontCancelSetDate,null()][dontCancelSetUserLogin,null()][estimatedDeliveryDate,null()][estimatedShipDate,null()][externalId,null()][fromInventoryItemId,null()][isItemGroupPrimary,null()][isModifiedPrice,N(java.lang.String)][isPromo,N(java.lang.String)][itemDescription,Laundry service(java.lang.String)][lastUpdatedStamp,2019-05-13 19:22:12.131(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.131(java.sql.Timestamp)][orderId,WSCO10102(java.lang.String)][orderItemGroupSeqId,null()][orderItemSeqId,00001(java.lang.String)][orderItemTypeId,PRODUCT_ORDER_ITEM(java.lang.String)][overrideGlAccountId,null()][prodCatalogId,DemoCatalog(java.lang.String)][productCategoryId,null()][productFeatureId,null()][productId,SV-1001(java.lang.String)][quantity,1.000000(java.math.BigDecimal)][quoteId,null()][quoteItemSeqId,null()][recurringFreqUomId,null()][reserveAfterDate,null()][salesOpportunityId,null()][selectedAmount,0.000000(java.math.BigDecimal)][shipAfterDate,null()][shipBeforeDate,null()][shoppingListId,null()][shoppingListItemSeqId,null()][statusId,ITEM_CREATED(java.lang.String)][subscriptionId,null()][supplierProductId,null()][syncStatusId,null()][unitAverageCost,null()][unitListPrice,0.000(java.math.BigDecimal)][unitPrice,10.990(java.math.BigDecimal)][unitRecurringPrice,null()] (Tried to update an entity that does not exist, entity: [GenericEntity:OrderItem][autoCancelDate,null()][budgetId,null()][budgetItemSeqId,null()][cancelBackOrderDate,null()][cancelQuantity,null()][changeByUserLoginId,DemoCustomer(java.lang.String)][comments,null()][correspondingPoId,null()][createdStamp,2019-05-13 19:21:56.298(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:55.827(java.sql.Timestamp)][deploymentId,null()][dontCancelSetDate,null()][dontCancelSetUserLogin,null()][estimatedDeliveryDate,null()][estimatedShipDate,null()][externalId,null()][fromInventoryItemId,null()][isItemGroupPrimary,null()][isModifiedPrice,N(java.lang.String)][isPromo,N(java.lang.String)][itemDescription,Laundry service(java.lang.String)][lastUpdatedStamp,2019-05-13 19:22:12.131(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.131(java.sql.Timestamp)][orderId,WSCO10102(java.lang.String)][orderItemGroupSeqId,null()][orderItemSeqId,00001(java.lang.String)][orderItemTypeId,PRODUCT_ORDER_ITEM(java.lang.String)][overrideGlAccountId,null()][prodCatalogId,DemoCatalog(java.lang.String)][productCategoryId,null()][productFeatureId,null()][productId,SV-1001(java.lang.String)][quantity,1.000000(java.math.BigDecimal)][quoteId,null()][quoteItemSeqId,null()][recurringFreqUomId,null()][reserveAfterDate,null()][salesOpportunityId,null()][selectedAmount,0.000000(java.math.BigDecimal)][shipAfterDate,null()][shipBeforeDate,null()][shoppingListId,null()][shoppingListItemSeqId,null()][statusId,ITEM_CREATED(java.lang.String)][subscriptionId,null()][supplierProductId,null()][syncStatusId,null()][unitAverageCost,null()][unitListPrice,0.000(java.math.BigDecimal)][unitPrice,10.990(java.math.BigDecimal)][unitRecurringPrice,null()])
2019-05-13 19:22:12,186 |main                 |TransactionUtil               |W| Calling transaction setRollbackOnly; this stack trace shows where this is happening:
java.lang.Exception: rollback called in Entity Engine SQLProcessor
        at org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:12,186 |main                 |GenericDelegator              |E| Failure in store operation for entity [OrderHeader]: org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13 19:21:56.241(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:55.827(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13 19:21:56.225(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,9.89(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13 19:22:12.134(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.134(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13 19:21:56.225(java.sql.Timestamp)][orderId,WSCO10102(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,2(java.lang.String)][productStoreId,9000(java.lang.String)][remainingSubTotal,9.89(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]. Rolling back transaction.
org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13 19:21:56.241(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:55.827(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13 19:21:56.225(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,9.89(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13 19:22:12.134(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.134(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13 19:21:56.225(java.sql.Timestamp)][orderId,WSCO10102(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,2(java.lang.String)][productStoreId,9000(java.lang.String)][remainingSubTotal,9.89(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]
        at org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:12,186 |main                 |TransactionUtil               |I| Transaction rolled back
2019-05-13 19:22:12,186 |main                 |GenericDelegator              |W| org.apache.ofbiz.entity.GenericEntityException: org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13 19:21:56.241(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:55.827(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13 19:21:56.225(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,9.89(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13 19:22:12.134(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.134(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13 19:21:56.225(java.sql.Timestamp)][orderId,WSCO10102(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,2(java.lang.String)][productStoreId,9000(java.lang.String)][remainingSubTotal,9.89(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()] (Tried to update an entity that does not exist, entity: [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13 19:21:56.241(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:55.827(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13 19:21:56.225(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,9.89(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13 19:22:12.134(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.134(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13 19:21:56.225(java.sql.Timestamp)][orderId,WSCO10102(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,2(java.lang.String)][productStoreId,9000(java.lang.String)][remainingSubTotal,9.89(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()])
2019-05-13 19:22:12,187 |main                 |TransactionUtil               |W| Calling transaction setRollbackOnly; this stack trace shows where this is happening:
java.lang.Exception: rollback called in Entity Engine SQLProcessor
        at org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:12,187 |main                 |GenericDelegator              |E| Failure in store operation for entity [OrderHeader]: org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13 19:21:56.241(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:55.827(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13 19:21:56.225(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,9.89(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13 19:22:12.187(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.187(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13 19:21:56.225(java.sql.Timestamp)][orderId,WSCO10102(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,9.89(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]. Rolling back transaction.
org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13 19:21:56.241(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:55.827(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13 19:21:56.225(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,9.89(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13 19:22:12.187(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.187(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13 19:21:56.225(java.sql.Timestamp)][orderId,WSCO10102(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,9.89(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]
        at org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:12,188 |main                 |TransactionUtil               |I| Transaction rolled back
2019-05-13 19:22:12,188 |main                 |GenericDelegator              |W| org.apache.ofbiz.entity.GenericEntityException: org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13 19:21:56.241(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:55.827(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13 19:21:56.225(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,9.89(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13 19:22:12.187(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.187(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13 19:21:56.225(java.sql.Timestamp)][orderId,WSCO10102(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,9.89(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()] (Tried to update an entity that does not exist, entity: [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13 19:21:56.241(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:55.827(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13 19:21:56.225(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,9.89(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13 19:22:12.187(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.187(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13 19:21:56.225(java.sql.Timestamp)][orderId,WSCO10102(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,9.89(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()])
2019-05-13 19:22:12,213 |main                 |TransactionUtil               |W| Calling transaction setRollbackOnly; this stack trace shows where this is happening:
java.lang.Exception: rollback called in Entity Engine SQLProcessor
        at org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:12,213 |main                 |GenericDelegator              |E| Failure in store operation for entity [OrderHeader]: org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13 19:21:56.241(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:55.827(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13 19:21:56.225(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,9.89(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13 19:22:12.213(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.213(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13 19:21:56.225(java.sql.Timestamp)][orderId,WSCO10102(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,null()][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]. Rolling back transaction.
org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13 19:21:56.241(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:55.827(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13 19:21:56.225(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,9.89(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13 19:22:12.213(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.213(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13 19:21:56.225(java.sql.Timestamp)][orderId,WSCO10102(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,null()][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]
        at org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:12,214 |main                 |TransactionUtil               |I| Transaction rolled back
2019-05-13 19:22:12,214 |main                 |GenericDelegator              |W| org.apache.ofbiz.entity.GenericEntityException: org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13 19:21:56.241(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:55.827(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13 19:21:56.225(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,9.89(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13 19:22:12.213(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.213(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13 19:21:56.225(java.sql.Timestamp)][orderId,WSCO10102(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,null()][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()] (Tried to update an entity that does not exist, entity: [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13 19:21:56.241(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:55.827(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13 19:21:56.225(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,9.89(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13 19:22:12.213(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.213(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13 19:21:56.225(java.sql.Timestamp)][orderId,WSCO10102(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,null()][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()])
2019-05-13 19:22:12,215 |main                 |TransactionUtil               |W| Calling transaction setRollbackOnly; this stack trace shows where this is happening:
java.lang.Exception: rollback called in Entity Engine SQLProcessor
        at org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:12,216 |main                 |GenericDelegator              |E| Failure in store operation for entity [InventoryItem]: org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:InventoryItem][accountingQuantityTotal,null()][activationNumber,null()][activationValidThru,null()][availableToPromiseTotal,1.000000(java.math.BigDecimal)][binNumber,null()][comments,null()][containerId,null()][createdStamp,2019-05-13 19:21:57.278(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:55.827(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][datetimeManufactured,null()][datetimeReceived,null()][expireDate,null()][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][inventoryItemId,10100(java.lang.String)][inventoryItemTypeId,SERIALIZED_INV_ITEM(java.lang.String)][lastUpdatedStamp,2019-05-13 19:22:12.214(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.214(java.sql.Timestamp)][locationSeqId,null()][lotId,null()][oldAvailableToPromise,null()][oldQuantityOnHand,null()][ownerPartyId,Company(java.lang.String)][partyId,null()][productId,SV-1001(java.lang.String)][quantityOnHandTotal,1.000000(java.math.BigDecimal)][serialNumber,null()][softIdentifier,null()][statusId,INV_AVAILABLE(java.lang.String)][unitCost,0.000000(java.math.BigDecimal)][uomId,null()]. Rolling back transaction.
org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:InventoryItem][accountingQuantityTotal,null()][activationNumber,null()][activationValidThru,null()][availableToPromiseTotal,1.000000(java.math.BigDecimal)][binNumber,null()][comments,null()][containerId,null()][createdStamp,2019-05-13 19:21:57.278(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:55.827(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][datetimeManufactured,null()][datetimeReceived,null()][expireDate,null()][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][inventoryItemId,10100(java.lang.String)][inventoryItemTypeId,SERIALIZED_INV_ITEM(java.lang.String)][lastUpdatedStamp,2019-05-13 19:22:12.214(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.214(java.sql.Timestamp)][locationSeqId,null()][lotId,null()][oldAvailableToPromise,null()][oldQuantityOnHand,null()][ownerPartyId,Company(java.lang.String)][partyId,null()][productId,SV-1001(java.lang.String)][quantityOnHandTotal,1.000000(java.math.BigDecimal)][serialNumber,null()][softIdentifier,null()][statusId,INV_AVAILABLE(java.lang.String)][unitCost,0.000000(java.math.BigDecimal)][uomId,null()]
        at org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:12,216 |main                 |TransactionUtil               |I| Transaction rolled back
2019-05-13 19:22:12,216 |main                 |GenericDelegator              |W| org.apache.ofbiz.entity.GenericEntityException: org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:InventoryItem][accountingQuantityTotal,null()][activationNumber,null()][activationValidThru,null()][availableToPromiseTotal,1.000000(java.math.BigDecimal)][binNumber,null()][comments,null()][containerId,null()][createdStamp,2019-05-13 19:21:57.278(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:55.827(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][datetimeManufactured,null()][datetimeReceived,null()][expireDate,null()][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][inventoryItemId,10100(java.lang.String)][inventoryItemTypeId,SERIALIZED_INV_ITEM(java.lang.String)][lastUpdatedStamp,2019-05-13 19:22:12.214(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.214(java.sql.Timestamp)][locationSeqId,null()][lotId,null()][oldAvailableToPromise,null()][oldQuantityOnHand,null()][ownerPartyId,Company(java.lang.String)][partyId,null()][productId,SV-1001(java.lang.String)][quantityOnHandTotal,1.000000(java.math.BigDecimal)][serialNumber,null()][softIdentifier,null()][statusId,INV_AVAILABLE(java.lang.String)][unitCost,0.000000(java.math.BigDecimal)][uomId,null()] (Tried to update an entity that does not exist, entity: [GenericEntity:InventoryItem][accountingQuantityTotal,null()][activationNumber,null()][activationValidThru,null()][availableToPromiseTotal,1.000000(java.math.BigDecimal)][binNumber,null()][comments,null()][containerId,null()][createdStamp,2019-05-13 19:21:57.278(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:55.827(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][datetimeManufactured,null()][datetimeReceived,null()][expireDate,null()][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][inventoryItemId,10100(java.lang.String)][inventoryItemTypeId,SERIALIZED_INV_ITEM(java.lang.String)][lastUpdatedStamp,2019-05-13 19:22:12.214(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.214(java.sql.Timestamp)][locationSeqId,null()][lotId,null()][oldAvailableToPromise,null()][oldQuantityOnHand,null()][ownerPartyId,Company(java.lang.String)][partyId,null()][productId,SV-1001(java.lang.String)][quantityOnHandTotal,1.000000(java.math.BigDecimal)][serialNumber,null()][softIdentifier,null()][statusId,INV_AVAILABLE(java.lang.String)][unitCost,0.000000(java.math.BigDecimal)][uomId,null()])
2019-05-13 19:22:12,218 |main                 |TransactionUtil               |W| Calling transaction setRollbackOnly; this stack trace shows where this is happening:
java.lang.Exception: rollback called in Entity Engine SQLProcessor
        at org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:12,218 |main                 |GenericDelegator              |E| Failure in store operation for entity [InventoryItem]: org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:InventoryItem][accountingQuantityTotal,null()][activationNumber,null()][activationValidThru,null()][availableToPromiseTotal,null()][binNumber,null()][comments,null()][containerId,null()][createdStamp,2019-05-13 19:21:57.278(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:55.827(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][datetimeManufactured,null()][datetimeReceived,null()][expireDate,null()][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][inventoryItemId,10100(java.lang.String)][inventoryItemTypeId,SERIALIZED_INV_ITEM(java.lang.String)][lastUpdatedStamp,2019-05-13 19:22:12.218(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.218(java.sql.Timestamp)][locationSeqId,null()][lotId,null()][oldAvailableToPromise,null()][oldQuantityOnHand,null()][ownerPartyId,Company(java.lang.String)][partyId,null()][productId,SV-1001(java.lang.String)][quantityOnHandTotal,null()][serialNumber,null()][softIdentifier,null()][statusId,INV_AVAILABLE(java.lang.String)][unitCost,0.000000(java.math.BigDecimal)][uomId,null()]. Rolling back transaction.
org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:InventoryItem][accountingQuantityTotal,null()][activationNumber,null()][activationValidThru,null()][availableToPromiseTotal,null()][binNumber,null()][comments,null()][containerId,null()][createdStamp,2019-05-13 19:21:57.278(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:55.827(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][datetimeManufactured,null()][datetimeReceived,null()][expireDate,null()][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][inventoryItemId,10100(java.lang.String)][inventoryItemTypeId,SERIALIZED_INV_ITEM(java.lang.String)][lastUpdatedStamp,2019-05-13 19:22:12.218(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.218(java.sql.Timestamp)][locationSeqId,null()][lotId,null()][oldAvailableToPromise,null()][oldQuantityOnHand,null()][ownerPartyId,Company(java.lang.String)][partyId,null()][productId,SV-1001(java.lang.String)][quantityOnHandTotal,null()][serialNumber,null()][softIdentifier,null()][statusId,INV_AVAILABLE(java.lang.String)][unitCost,0.000000(java.math.BigDecimal)][uomId,null()]
        at org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:12,219 |main                 |TransactionUtil               |I| Transaction rolled back
2019-05-13 19:22:12,219 |main                 |GenericDelegator              |W| org.apache.ofbiz.entity.GenericEntityException: org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:InventoryItem][accountingQuantityTotal,null()][activationNumber,null()][activationValidThru,null()][availableToPromiseTotal,null()][binNumber,null()][comments,null()][containerId,null()][createdStamp,2019-05-13 19:21:57.278(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:55.827(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][datetimeManufactured,null()][datetimeReceived,null()][expireDate,null()][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][inventoryItemId,10100(java.lang.String)][inventoryItemTypeId,SERIALIZED_INV_ITEM(java.lang.String)][lastUpdatedStamp,2019-05-13 19:22:12.218(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.218(java.sql.Timestamp)][locationSeqId,null()][lotId,null()][oldAvailableToPromise,null()][oldQuantityOnHand,null()][ownerPartyId,Company(java.lang.String)][partyId,null()][productId,SV-1001(java.lang.String)][quantityOnHandTotal,null()][serialNumber,null()][softIdentifier,null()][statusId,INV_AVAILABLE(java.lang.String)][unitCost,0.000000(java.math.BigDecimal)][uomId,null()] (Tried to update an entity that does not exist, entity: [GenericEntity:InventoryItem][accountingQuantityTotal,null()][activationNumber,null()][activationValidThru,null()][availableToPromiseTotal,null()][binNumber,null()][comments,null()][containerId,null()][createdStamp,2019-05-13 19:21:57.278(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:55.827(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][datetimeManufactured,null()][datetimeReceived,null()][expireDate,null()][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][inventoryItemId,10100(java.lang.String)][inventoryItemTypeId,SERIALIZED_INV_ITEM(java.lang.String)][lastUpdatedStamp,2019-05-13 19:22:12.218(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.218(java.sql.Timestamp)][locationSeqId,null()][lotId,null()][oldAvailableToPromise,null()][oldQuantityOnHand,null()][ownerPartyId,Company(java.lang.String)][partyId,null()][productId,SV-1001(java.lang.String)][quantityOnHandTotal,null()][serialNumber,null()][softIdentifier,null()][statusId,INV_AVAILABLE(java.lang.String)][unitCost,0.000000(java.math.BigDecimal)][uomId,null()])
2019-05-13 19:22:12,305 |main                 |TransactionUtil               |W| Calling transaction setRollbackOnly; this stack trace shows where this is happening:
java.lang.Exception: rollback called in Entity Engine SQLProcessor
        at org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:12,305 |main                 |GenericDelegator              |E| Failure in store operation for entity [ProductCalculatedInfo]: org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13 19:21:56.228(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:55.827(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13 19:22:12.305(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.305(java.sql.Timestamp)][productId,SV-1001(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()]. Rolling back transaction.
org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13 19:21:56.228(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:55.827(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13 19:22:12.305(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.305(java.sql.Timestamp)][productId,SV-1001(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()]
        at org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:12,305 |main                 |TransactionUtil               |I| Transaction rolled back
2019-05-13 19:22:12,306 |main                 |GenericDelegator              |W| org.apache.ofbiz.entity.GenericEntityException: org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13 19:21:56.228(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:55.827(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13 19:22:12.305(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.305(java.sql.Timestamp)][productId,SV-1001(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()] (Tried to update an entity that does not exist, entity: [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13 19:21:56.228(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:55.827(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13 19:22:12.305(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.305(java.sql.Timestamp)][productId,SV-1001(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()])
2019-05-13 19:22:12,317 |main                 |TransactionUtil               |W| Calling transaction setRollbackOnly; this stack trace shows where this is happening:
java.lang.Exception: rollback called in Entity Engine SQLProcessor
        at org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:12,317 |main                 |GenericDelegator              |E| Failure in store operation for entity [OrderItem]: org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:OrderItem][autoCancelDate,null()][budgetId,null()][budgetItemSeqId,null()][cancelBackOrderDate,null()][cancelQuantity,null()][changeByUserLoginId,DemoCustomer(java.lang.String)][comments,null()][correspondingPoId,null()][createdStamp,2019-05-13 19:21:53.554(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:52.685(java.sql.Timestamp)][deploymentId,null()][dontCancelSetDate,null()][dontCancelSetUserLogin,null()][estimatedDeliveryDate,null()][estimatedShipDate,null()][externalId,null()][fromInventoryItemId,null()][isItemGroupPrimary,null()][isModifiedPrice,N(java.lang.String)][isPromo,N(java.lang.String)][itemDescription,Rental Shipping(java.lang.String)][lastUpdatedStamp,2019-05-13 19:22:12.306(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.306(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderItemGroupSeqId,null()][orderItemSeqId,00001(java.lang.String)][orderItemTypeId,RENTAL_ORDER_ITEM(java.lang.String)][overrideGlAccountId,null()][prodCatalogId,DemoCatalog(java.lang.String)][productCategoryId,null()][productFeatureId,null()][productId,RentalShip(java.lang.String)][quantity,1.000000(java.math.BigDecimal)][quoteId,null()][quoteItemSeqId,null()][recurringFreqUomId,null()][reserveAfterDate,null()][salesOpportunityId,null()][selectedAmount,0.000000(java.math.BigDecimal)][shipAfterDate,null()][shipBeforeDate,null()][shoppingListId,null()][shoppingListItemSeqId,null()][statusId,ITEM_CREATED(java.lang.String)][subscriptionId,null()][supplierProductId,null()][syncStatusId,null()][unitAverageCost,null()][unitListPrice,15.000(java.math.BigDecimal)][unitPrice,15.990(java.math.BigDecimal)][unitRecurringPrice,null()]. Rolling back transaction.
org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:OrderItem][autoCancelDate,null()][budgetId,null()][budgetItemSeqId,null()][cancelBackOrderDate,null()][cancelQuantity,null()][changeByUserLoginId,DemoCustomer(java.lang.String)][comments,null()][correspondingPoId,null()][createdStamp,2019-05-13 19:21:53.554(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:52.685(java.sql.Timestamp)][deploymentId,null()][dontCancelSetDate,null()][dontCancelSetUserLogin,null()][estimatedDeliveryDate,null()][estimatedShipDate,null()][externalId,null()][fromInventoryItemId,null()][isItemGroupPrimary,null()][isModifiedPrice,N(java.lang.String)][isPromo,N(java.lang.String)][itemDescription,Rental Shipping(java.lang.String)][lastUpdatedStamp,2019-05-13 19:22:12.306(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.306(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderItemGroupSeqId,null()][orderItemSeqId,00001(java.lang.String)][orderItemTypeId,RENTAL_ORDER_ITEM(java.lang.String)][overrideGlAccountId,null()][prodCatalogId,DemoCatalog(java.lang.String)][productCategoryId,null()][productFeatureId,null()][productId,RentalShip(java.lang.String)][quantity,1.000000(java.math.BigDecimal)][quoteId,null()][quoteItemSeqId,null()][recurringFreqUomId,null()][reserveAfterDate,null()][salesOpportunityId,null()][selectedAmount,0.000000(java.math.BigDecimal)][shipAfterDate,null()][shipBeforeDate,null()][shoppingListId,null()][shoppingListItemSeqId,null()][statusId,ITEM_CREATED(java.lang.String)][subscriptionId,null()][supplierProductId,null()][syncStatusId,null()][unitAverageCost,null()][unitListPrice,15.000(java.math.BigDecimal)][unitPrice,15.990(java.math.BigDecimal)][unitRecurringPrice,null()]
        at org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:12,318 |main                 |TransactionUtil               |I| Transaction rolled back
2019-05-13 19:22:12,318 |main                 |GenericDelegator              |W| org.apache.ofbiz.entity.GenericEntityException: org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:OrderItem][autoCancelDate,null()][budgetId,null()][budgetItemSeqId,null()][cancelBackOrderDate,null()][cancelQuantity,null()][changeByUserLoginId,DemoCustomer(java.lang.String)][comments,null()][correspondingPoId,null()][createdStamp,2019-05-13 19:21:53.554(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:52.685(java.sql.Timestamp)][deploymentId,null()][dontCancelSetDate,null()][dontCancelSetUserLogin,null()][estimatedDeliveryDate,null()][estimatedShipDate,null()][externalId,null()][fromInventoryItemId,null()][isItemGroupPrimary,null()][isModifiedPrice,N(java.lang.String)][isPromo,N(java.lang.String)][itemDescription,Rental Shipping(java.lang.String)][lastUpdatedStamp,2019-05-13 19:22:12.306(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.306(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderItemGroupSeqId,null()][orderItemSeqId,00001(java.lang.String)][orderItemTypeId,RENTAL_ORDER_ITEM(java.lang.String)][overrideGlAccountId,null()][prodCatalogId,DemoCatalog(java.lang.String)][productCategoryId,null()][productFeatureId,null()][productId,RentalShip(java.lang.String)][quantity,1.000000(java.math.BigDecimal)][quoteId,null()][quoteItemSeqId,null()][recurringFreqUomId,null()][reserveAfterDate,null()][salesOpportunityId,null()][selectedAmount,0.000000(java.math.BigDecimal)][shipAfterDate,null()][shipBeforeDate,null()][shoppingListId,null()][shoppingListItemSeqId,null()][statusId,ITEM_CREATED(java.lang.String)][subscriptionId,null()][supplierProductId,null()][syncStatusId,null()][unitAverageCost,null()][unitListPrice,15.000(java.math.BigDecimal)][unitPrice,15.990(java.math.BigDecimal)][unitRecurringPrice,null()] (Tried to update an entity that does not exist, entity: [GenericEntity:OrderItem][autoCancelDate,null()][budgetId,null()][budgetItemSeqId,null()][cancelBackOrderDate,null()][cancelQuantity,null()][changeByUserLoginId,DemoCustomer(java.lang.String)][comments,null()][correspondingPoId,null()][createdStamp,2019-05-13 19:21:53.554(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:52.685(java.sql.Timestamp)][deploymentId,null()][dontCancelSetDate,null()][dontCancelSetUserLogin,null()][estimatedDeliveryDate,null()][estimatedShipDate,null()][externalId,null()][fromInventoryItemId,null()][isItemGroupPrimary,null()][isModifiedPrice,N(java.lang.String)][isPromo,N(java.lang.String)][itemDescription,Rental Shipping(java.lang.String)][lastUpdatedStamp,2019-05-13 19:22:12.306(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.306(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderItemGroupSeqId,null()][orderItemSeqId,00001(java.lang.String)][orderItemTypeId,RENTAL_ORDER_ITEM(java.lang.String)][overrideGlAccountId,null()][prodCatalogId,DemoCatalog(java.lang.String)][productCategoryId,null()][productFeatureId,null()][productId,RentalShip(java.lang.String)][quantity,1.000000(java.math.BigDecimal)][quoteId,null()][quoteItemSeqId,null()][recurringFreqUomId,null()][reserveAfterDate,null()][salesOpportunityId,null()][selectedAmount,0.000000(java.math.BigDecimal)][shipAfterDate,null()][shipBeforeDate,null()][shoppingListId,null()][shoppingListItemSeqId,null()][statusId,ITEM_CREATED(java.lang.String)][subscriptionId,null()][supplierProductId,null()][syncStatusId,null()][unitAverageCost,null()][unitListPrice,15.000(java.math.BigDecimal)][unitPrice,15.990(java.math.BigDecimal)][unitRecurringPrice,null()])
2019-05-13 19:22:12,330 |main                 |TransactionUtil               |W| Calling transaction setRollbackOnly; this stack trace shows where this is happening:
java.lang.Exception: rollback called in Entity Engine SQLProcessor
        at org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:12,330 |main                 |GenericDelegator              |E| Failure in store operation for entity [OrderHeader]: org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13 19:22:12.319(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.319(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,2(java.lang.String)][productStoreId,9000(java.lang.String)][remainingSubTotal,43.17(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]. Rolling back transaction.
org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13 19:22:12.319(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.319(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,2(java.lang.String)][productStoreId,9000(java.lang.String)][remainingSubTotal,43.17(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]
        at org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:12,331 |main                 |TransactionUtil               |I| Transaction rolled back
2019-05-13 19:22:12,331 |main                 |GenericDelegator              |W| org.apache.ofbiz.entity.GenericEntityException: org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13 19:22:12.319(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.319(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,2(java.lang.String)][productStoreId,9000(java.lang.String)][remainingSubTotal,43.17(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()] (Tried to update an entity that does not exist, entity: [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13 19:22:12.319(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.319(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,2(java.lang.String)][productStoreId,9000(java.lang.String)][remainingSubTotal,43.17(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()])
2019-05-13 19:22:12,332 |main                 |TransactionUtil               |W| Calling transaction setRollbackOnly; this stack trace shows where this is happening:
java.lang.Exception: rollback called in Entity Engine SQLProcessor
        at org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:12,332 |main                 |GenericDelegator              |E| Failure in store operation for entity [OrderHeader]: org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13 19:22:12.331(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.331(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,43.17(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]. Rolling back transaction.
org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13 19:22:12.331(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.331(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,43.17(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]
        at org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:12,332 |main                 |TransactionUtil               |I| Transaction rolled back
2019-05-13 19:22:12,333 |main                 |GenericDelegator              |W| org.apache.ofbiz.entity.GenericEntityException: org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13 19:22:12.331(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.331(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,43.17(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()] (Tried to update an entity that does not exist, entity: [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13 19:22:12.331(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.331(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,43.17(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()])
2019-05-13 19:22:12,366 |main                 |TransactionUtil               |W| Calling transaction setRollbackOnly; this stack trace shows where this is happening:
java.lang.Exception: rollback called in Entity Engine SQLProcessor
        at org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:12,366 |main                 |GenericDelegator              |E| Failure in store operation for entity [OrderHeader]: org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13 19:22:12.365(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.365(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,null()][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]. Rolling back transaction.
org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13 19:22:12.365(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.365(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,null()][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]
        at org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:12,367 |main                 |TransactionUtil               |I| Transaction rolled back
2019-05-13 19:22:12,367 |main                 |GenericDelegator              |W| org.apache.ofbiz.entity.GenericEntityException: org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13 19:22:12.365(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.365(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,null()][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()] (Tried to update an entity that does not exist, entity: [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13 19:22:12.365(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.365(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,null()][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()])
2019-05-13 19:22:12,457 |main                 |TransactionUtil               |W| Calling transaction setRollbackOnly; this stack trace shows where this is happening:
java.lang.Exception: rollback called in Entity Engine SQLProcessor
        at org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:12,457 |main                 |GenericDelegator              |E| Failure in store operation for entity [ProductCalculatedInfo]: org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13 19:21:53.189(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:52.685(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13 19:22:12.445(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.445(java.sql.Timestamp)][productId,RentalShip(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()]. Rolling back transaction.
org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13 19:21:53.189(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:52.685(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13 19:22:12.445(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.445(java.sql.Timestamp)][productId,RentalShip(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()]
        at org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173) ~[ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211) [ofbiz.jar:?]
        at org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550) [ofbiz.jar:?]
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157) [ofbiz.jar:?]
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70) [ofbiz.jar:?]
        at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?]
2019-05-13 19:22:12,457 |main                 |TransactionUtil               |I| Transaction rolled back
2019-05-13 19:22:12,457 |main                 |GenericDelegator              |W| org.apache.ofbiz.entity.GenericEntityException: org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an entity that does not exist, entity: [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13 19:21:53.189(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:52.685(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13 19:22:12.445(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.445(java.sql.Timestamp)][productId,RentalShip(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()] (Tried to update an entity that does not exist, entity: [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13 19:21:53.189(java.sql.Timestamp)][createdTxStamp,2019-05-13 19:21:52.685(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13 19:22:12.445(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13 19:22:12.445(java.sql.Timestamp)][productId,RentalShip(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()])
2019-05-13 19:22:13,161 |main                 |TestRunContainer              |I| [JUNIT] Results for test suite: shoppingcarttests
2019-05-13 19:22:13,161 |main                 |TestRunContainer              |I| [JUNIT] Pass: false | # Tests: 6 | # Failed: 3 # Errors: 0
2019-05-13 19:22:13,161 |main                 |TestRunContainer              |I| [JUNIT] ----------------------------- ERRORS ----------------------------- [JUNIT]
2019-05-13 19:22:13,161 |main                 |TestRunContainer              |I| None
2019-05-13 19:22:13,161 |main                 |TestRunContainer              |I| [JUNIT] ------------------------------------------------------------------ [JUNIT]
2019-05-13 19:22:13,161 |main                 |TestRunContainer              |I| [JUNIT] ---------------------------- FAILURES ---------------------------- [JUNIT]
2019-05-13 19:22:13,161 |main                 |TestRunContainer              |I| --> productRentalOrder-test(org.apache.ofbiz.testtools.SimpleMethodTest): Warning: no shipments created; could not find anything ready and needing to be shipped.
2019-05-13 19:22:13,161 |main                 |TestRunContainer              |I| junit.framework.AssertionFailedError: Warning: no shipments created; could not find anything ready and needing to be shipped.
        at org.apache.ofbiz.testtools.SimpleMethodTest.run(SimpleMethodTest.java:98)
        at junit.framework.TestSuite.runTest(TestSuite.java:252)
        at junit.framework.TestSuite.run(TestSuite.java:247)
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:89)
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
        at org.apache.ofbiz.base.start.Start.main(Start.java:85)

2019-05-13 19:22:13,161 |main                 |TestRunContainer              |I| --> productServiceOrder-test(org.apache.ofbiz.testtools.SimpleMethodTest): Warning: no shipments created; could not find anything ready and needing to be shipped.
2019-05-13 19:22:13,161 |main                 |TestRunContainer              |I| junit.framework.AssertionFailedError: Warning: no shipments created; could not find anything ready and needing to be shipped.
        at org.apache.ofbiz.testtools.SimpleMethodTest.run(SimpleMethodTest.java:98)
        at junit.framework.TestSuite.runTest(TestSuite.java:252)
        at junit.framework.TestSuite.run(TestSuite.java:247)
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:89)
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
        at org.apache.ofbiz.base.start.Start.main(Start.java:85)

2019-05-13 19:22:13,161 |main                 |TestRunContainer              |I| --> configurableServiceOrder-test(org.apache.ofbiz.testtools.SimpleMethodTest): Warning: no shipments created; could not find anything ready and needing to be shipped.
2019-05-13 19:22:13,161 |main                 |TestRunContainer              |I| junit.framework.AssertionFailedError: Warning: no shipments created; could not find anything ready and needing to be shipped.
        at org.apache.ofbiz.testtools.SimpleMethodTest.run(SimpleMethodTest.java:98)
        at junit.framework.TestSuite.runTest(TestSuite.java:252)
        at junit.framework.TestSuite.run(TestSuite.java:247)
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:89)
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
        at org.apache.ofbiz.base.start.Start.main(Start.java:85)

2019-05-13 19:22:13,161 |main                 |TestRunContainer              |I| [JUNIT] ------------------------------------------------------------------ [JUNIT]
org.apache.ofbiz.base.start.StartupException: Cannot start() org.apache.ofbiz.testtools.TestRunContainer (Test run was unsuccessful)
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:159)
        at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
        at org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
        at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
        at org.apache.ofbiz.base.start.Start.main(Start.java:85)
Caused by: org.apache.ofbiz.base.container.ContainerException: Test run was unsuccessful
        at org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:100)
        at org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
        ... 4 more

> Task :ofbiz --test component=order --test suitename=shoppingcarttests FAILED

> Task :createTestReports
Trying to override old definition of datatype junitreport
[ant:junitreport] the file /home/mthl/src/ofbiz/runtime/logs/test-results/TESTS-TestSuites.xml is not a valid testsuite XML document

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':ofbiz --test component=order --test suitename=shoppingcarttests'.
> Process 'command '/gnu/store/qgv40p2h2xzpgd7l99dy7ria65an8rjm-icedtea-3.7.0-jdk/bin/java'' finished with non-zero exit value 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 44s
9 actionable tasks: 7 executed, 2 up-to-date
--8<---------------cut here---------------end--------------->8---

If you understand the error (personally I don't) please fix it ASAP
otherwise please revert.

Thanks.

--
Mathieu Lirzin
GPG: F2A3 8D7E EB2B 6640 5761  070D 0ADE E100 9460 4D37
Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r1858270 [1/3] - in /ofbiz/ofbiz-framework/trunk/applications: datamodel/data/demo/ datamodel/data/seed/ datamodel/entitydef/ order/config/ order/data/ order/entitydef/ order/groovyScripts/allocationplan/ order/servicedef/ order/src/main/ja...

Deepak Dixit-3
It seems following code causing the issue from this commit:

==================
Modified:
ofbiz/ofbiz-framework/trunk/applications/order/src/main/java/org/apache/ofbiz/order/order/OrderServices.java
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/src/main/java/org/apache/ofbiz/order/order/OrderServices.java?rev=1858270&r1=1858269&r2=1858270&view=diff
==============================================================================
---
ofbiz/ofbiz-framework/trunk/applications/order/src/main/java/org/apache/ofbiz/order/order/OrderServices.java
(original)
+++
ofbiz/ofbiz-framework/trunk/applications/order/src/main/java/org/apache/ofbiz/order/order/OrderServices.java
Sat Apr 27 13:05:30 2019
@@ -1205,6 +1205,13 @@ public class OrderServices {
                     }
                     GenericValue orderItem =
itemValuesBySeqId.get(orderItemShipGroupAssoc.get("orderItemSeqId"));
                     if ("SALES_ORDER".equals(orderTypeId) && orderItem !=
null) {
+                        //If the 'autoReserve' flag is not set for the
order item, don't reserve the inventory
+                        String autoReserve =
OrderReadHelper.getOrderItemAttribute(orderItem, "autoReserve");
+                        if (autoReserve == null ||
!"true".equals(autoReserve)) {
+                             continue;
+                        }
+                    }
+
==================

Thanks & Regards
--
Deepak Dixit
www.hotwax.co



> 2019-05-13 19:22:12,216 |main                 |TransactionUtil
>    |I| Transaction rolled back
> 2019-05-13 19:22:12,216 |main                 |GenericDelegator
>   |W| org.apache.ofbiz.entity.GenericEntityException:
> org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an
> entity that does not exist, entity:
> [GenericEntity:InventoryItem][accountingQuantityTotal,null()][activationNumber,null()][activationValidThru,null()][availableToPromiseTotal,1.000000(java.math.BigDecimal)][binNumber,null()][comments,null()][containerId,null()][createdStamp,2019-05-13
> 19:21:57.278(java.sql.Timestamp)][createdTxStamp,2019-05-13
> 19:21:55.827(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][datetimeManufactured,null()][datetimeReceived,null()][expireDate,null()][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][inventoryItemId,10100(java.lang.String)][inventoryItemTypeId,SERIALIZED_INV_ITEM(java.lang.String)][lastUpdatedStamp,2019-05-13
> 19:22:12.214(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> 19:22:12.214(java.sql.Timestamp)][locationSeqId,null()][lotId,null()][oldAvailableToPromise,null()][oldQuantityOnHand,null()][ownerPartyId,Company(java.lang.String)][partyId,null()][productId,SV-1001(java.lang.String)][quantityOnHandTotal,1.000000(java.math.BigDecimal)][serialNumber,null()][softIdentifier,null()][statusId,INV_AVAILABLE(java.lang.String)][unitCost,0.000000(java.math.BigDecimal)][uomId,null()]
> (Tried to update an entity that does not exist, entity:
> [GenericEntity:InventoryItem][accountingQuantityTotal,null()][activationNumber,null()][activationValidThru,null()][availableToPromiseTotal,1.000000(java.math.BigDecimal)][binNumber,null()][comments,null()][containerId,null()][createdStamp,2019-05-13
> 19:21:57.278(java.sql.Timestamp)][createdTxStamp,2019-05-13
> 19:21:55.827(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][datetimeManufactured,null()][datetimeReceived,null()][expireDate,null()][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][inventoryItemId,10100(java.lang.String)][inventoryItemTypeId,SERIALIZED_INV_ITEM(java.lang.String)][lastUpdatedStamp,2019-05-13
> 19:22:12.214(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> 19:22:12.214(java.sql.Timestamp)][locationSeqId,null()][lotId,null()][oldAvailableToPromise,null()][oldQuantityOnHand,null()][ownerPartyId,Company(java.lang.String)][partyId,null()][productId,SV-1001(java.lang.String)][quantityOnHandTotal,1.000000(java.math.BigDecimal)][serialNumber,null()][softIdentifier,null()][statusId,INV_AVAILABLE(java.lang.String)][unitCost,0.000000(java.math.BigDecimal)][uomId,null()])
> 2019-05-13 19:22:12,218 |main                 |TransactionUtil
>    |W| Calling transaction setRollbackOnly; this stack trace shows where
> this is happening:
> java.lang.Exception: rollback called in Entity Engine SQLProcessor
>         at
> org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> [ofbiz.jar:?]
>         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> [ofbiz.jar:?]
> 2019-05-13 19:22:12,218 |main                 |GenericDelegator
>   |E| Failure in store operation for entity [InventoryItem]:
> org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an
> entity that does not exist, entity:
> [GenericEntity:InventoryItem][accountingQuantityTotal,null()][activationNumber,null()][activationValidThru,null()][availableToPromiseTotal,null()][binNumber,null()][comments,null()][containerId,null()][createdStamp,2019-05-13
> 19:21:57.278(java.sql.Timestamp)][createdTxStamp,2019-05-13
> 19:21:55.827(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][datetimeManufactured,null()][datetimeReceived,null()][expireDate,null()][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][inventoryItemId,10100(java.lang.String)][inventoryItemTypeId,SERIALIZED_INV_ITEM(java.lang.String)][lastUpdatedStamp,2019-05-13
> 19:22:12.218(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> 19:22:12.218(java.sql.Timestamp)][locationSeqId,null()][lotId,null()][oldAvailableToPromise,null()][oldQuantityOnHand,null()][ownerPartyId,Company(java.lang.String)][partyId,null()][productId,SV-1001(java.lang.String)][quantityOnHandTotal,null()][serialNumber,null()][softIdentifier,null()][statusId,INV_AVAILABLE(java.lang.String)][unitCost,0.000000(java.math.BigDecimal)][uomId,null()].
> Rolling back transaction.
> org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an
> entity that does not exist, entity:
> [GenericEntity:InventoryItem][accountingQuantityTotal,null()][activationNumber,null()][activationValidThru,null()][availableToPromiseTotal,null()][binNumber,null()][comments,null()][containerId,null()][createdStamp,2019-05-13
> 19:21:57.278(java.sql.Timestamp)][createdTxStamp,2019-05-13
> 19:21:55.827(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][datetimeManufactured,null()][datetimeReceived,null()][expireDate,null()][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][inventoryItemId,10100(java.lang.String)][inventoryItemTypeId,SERIALIZED_INV_ITEM(java.lang.String)][lastUpdatedStamp,2019-05-13
> 19:22:12.218(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> 19:22:12.218(java.sql.Timestamp)][locationSeqId,null()][lotId,null()][oldAvailableToPromise,null()][oldQuantityOnHand,null()][ownerPartyId,Company(java.lang.String)][partyId,null()][productId,SV-1001(java.lang.String)][quantityOnHandTotal,null()][serialNumber,null()][softIdentifier,null()][statusId,INV_AVAILABLE(java.lang.String)][unitCost,0.000000(java.math.BigDecimal)][uomId,null()]
>         at
> org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270)
> ~[ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203)
> ~[ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> ~[ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> ~[ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> [ofbiz.jar:?]
>         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> [ofbiz.jar:?]
> 2019-05-13 19:22:12,219 |main                 |TransactionUtil
>    |I| Transaction rolled back
> 2019-05-13 19:22:12,219 |main                 |GenericDelegator
>   |W| org.apache.ofbiz.entity.GenericEntityException:
> org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an
> entity that does not exist, entity:
> [GenericEntity:InventoryItem][accountingQuantityTotal,null()][activationNumber,null()][activationValidThru,null()][availableToPromiseTotal,null()][binNumber,null()][comments,null()][containerId,null()][createdStamp,2019-05-13
> 19:21:57.278(java.sql.Timestamp)][createdTxStamp,2019-05-13
> 19:21:55.827(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][datetimeManufactured,null()][datetimeReceived,null()][expireDate,null()][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][inventoryItemId,10100(java.lang.String)][inventoryItemTypeId,SERIALIZED_INV_ITEM(java.lang.String)][lastUpdatedStamp,2019-05-13
> 19:22:12.218(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> 19:22:12.218(java.sql.Timestamp)][locationSeqId,null()][lotId,null()][oldAvailableToPromise,null()][oldQuantityOnHand,null()][ownerPartyId,Company(java.lang.String)][partyId,null()][productId,SV-1001(java.lang.String)][quantityOnHandTotal,null()][serialNumber,null()][softIdentifier,null()][statusId,INV_AVAILABLE(java.lang.String)][unitCost,0.000000(java.math.BigDecimal)][uomId,null()]
> (Tried to update an entity that does not exist, entity:
> [GenericEntity:InventoryItem][accountingQuantityTotal,null()][activationNumber,null()][activationValidThru,null()][availableToPromiseTotal,null()][binNumber,null()][comments,null()][containerId,null()][createdStamp,2019-05-13
> 19:21:57.278(java.sql.Timestamp)][createdTxStamp,2019-05-13
> 19:21:55.827(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][datetimeManufactured,null()][datetimeReceived,null()][expireDate,null()][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][inventoryItemId,10100(java.lang.String)][inventoryItemTypeId,SERIALIZED_INV_ITEM(java.lang.String)][lastUpdatedStamp,2019-05-13
> 19:22:12.218(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> 19:22:12.218(java.sql.Timestamp)][locationSeqId,null()][lotId,null()][oldAvailableToPromise,null()][oldQuantityOnHand,null()][ownerPartyId,Company(java.lang.String)][partyId,null()][productId,SV-1001(java.lang.String)][quantityOnHandTotal,null()][serialNumber,null()][softIdentifier,null()][statusId,INV_AVAILABLE(java.lang.String)][unitCost,0.000000(java.math.BigDecimal)][uomId,null()])
> 2019-05-13 19:22:12,305 |main                 |TransactionUtil
>    |W| Calling transaction setRollbackOnly; this stack trace shows where
> this is happening:
> java.lang.Exception: rollback called in Entity Engine SQLProcessor
>         at
> org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> [ofbiz.jar:?]
>         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> [ofbiz.jar:?]
> 2019-05-13 19:22:12,305 |main                 |GenericDelegator
>   |E| Failure in store operation for entity [ProductCalculatedInfo]:
> org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an
> entity that does not exist, entity:
> [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13
> 19:21:56.228(java.sql.Timestamp)][createdTxStamp,2019-05-13
> 19:21:55.827(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13
> 19:22:12.305(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> 19:22:12.305(java.sql.Timestamp)][productId,SV-1001(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()].
> Rolling back transaction.
> org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an
> entity that does not exist, entity:
> [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13
> 19:21:56.228(java.sql.Timestamp)][createdTxStamp,2019-05-13
> 19:21:55.827(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13
> 19:22:12.305(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> 19:22:12.305(java.sql.Timestamp)][productId,SV-1001(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()]
>         at
> org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270)
> ~[ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203)
> ~[ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> ~[ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> ~[ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> [ofbiz.jar:?]
>         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> [ofbiz.jar:?]
> 2019-05-13 19:22:12,305 |main                 |TransactionUtil
>    |I| Transaction rolled back
> 2019-05-13 19:22:12,306 |main                 |GenericDelegator
>   |W| org.apache.ofbiz.entity.GenericEntityException:
> org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an
> entity that does not exist, entity:
> [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13
> 19:21:56.228(java.sql.Timestamp)][createdTxStamp,2019-05-13
> 19:21:55.827(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13
> 19:22:12.305(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> 19:22:12.305(java.sql.Timestamp)][productId,SV-1001(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()]
> (Tried to update an entity that does not exist, entity:
> [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13
> 19:21:56.228(java.sql.Timestamp)][createdTxStamp,2019-05-13
> 19:21:55.827(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13
> 19:22:12.305(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> 19:22:12.305(java.sql.Timestamp)][productId,SV-1001(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()])
> 2019-05-13 19:22:12,317 |main                 |TransactionUtil
>    |W| Calling transaction setRollbackOnly; this stack trace shows where
> this is happening:
> java.lang.Exception: rollback called in Entity Engine SQLProcessor
>         at
> org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> [ofbiz.jar:?]
>         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> [ofbiz.jar:?]
> 2019-05-13 19:22:12,317 |main                 |GenericDelegator
>   |E| Failure in store operation for entity [OrderItem]:
> org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an
> entity that does not exist, entity:
> [GenericEntity:OrderItem][autoCancelDate,null()][budgetId,null()][budgetItemSeqId,null()][cancelBackOrderDate,null()][cancelQuantity,null()][changeByUserLoginId,DemoCustomer(java.lang.String)][comments,null()][correspondingPoId,null()][createdStamp,2019-05-13
> 19:21:53.554(java.sql.Timestamp)][createdTxStamp,2019-05-13
> 19:21:52.685(java.sql.Timestamp)][deploymentId,null()][dontCancelSetDate,null()][dontCancelSetUserLogin,null()][estimatedDeliveryDate,null()][estimatedShipDate,null()][externalId,null()][fromInventoryItemId,null()][isItemGroupPrimary,null()][isModifiedPrice,N(java.lang.String)][isPromo,N(java.lang.String)][itemDescription,Rental
> Shipping(java.lang.String)][lastUpdatedStamp,2019-05-13
> 19:22:12.306(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> 19:22:12.306(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderItemGroupSeqId,null()][orderItemSeqId,00001(java.lang.String)][orderItemTypeId,RENTAL_ORDER_ITEM(java.lang.String)][overrideGlAccountId,null()][prodCatalogId,DemoCatalog(java.lang.String)][productCategoryId,null()][productFeatureId,null()][productId,RentalShip(java.lang.String)][quantity,1.000000(java.math.BigDecimal)][quoteId,null()][quoteItemSeqId,null()][recurringFreqUomId,null()][reserveAfterDate,null()][salesOpportunityId,null()][selectedAmount,0.000000(java.math.BigDecimal)][shipAfterDate,null()][shipBeforeDate,null()][shoppingListId,null()][shoppingListItemSeqId,null()][statusId,ITEM_CREATED(java.lang.String)][subscriptionId,null()][supplierProductId,null()][syncStatusId,null()][unitAverageCost,null()][unitListPrice,15.000(java.math.BigDecimal)][unitPrice,15.990(java.math.BigDecimal)][unitRecurringPrice,null()].
> Rolling back transaction.
> org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an
> entity that does not exist, entity:
> [GenericEntity:OrderItem][autoCancelDate,null()][budgetId,null()][budgetItemSeqId,null()][cancelBackOrderDate,null()][cancelQuantity,null()][changeByUserLoginId,DemoCustomer(java.lang.String)][comments,null()][correspondingPoId,null()][createdStamp,2019-05-13
> 19:21:53.554(java.sql.Timestamp)][createdTxStamp,2019-05-13
> 19:21:52.685(java.sql.Timestamp)][deploymentId,null()][dontCancelSetDate,null()][dontCancelSetUserLogin,null()][estimatedDeliveryDate,null()][estimatedShipDate,null()][externalId,null()][fromInventoryItemId,null()][isItemGroupPrimary,null()][isModifiedPrice,N(java.lang.String)][isPromo,N(java.lang.String)][itemDescription,Rental
> Shipping(java.lang.String)][lastUpdatedStamp,2019-05-13
> 19:22:12.306(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> 19:22:12.306(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderItemGroupSeqId,null()][orderItemSeqId,00001(java.lang.String)][orderItemTypeId,RENTAL_ORDER_ITEM(java.lang.String)][overrideGlAccountId,null()][prodCatalogId,DemoCatalog(java.lang.String)][productCategoryId,null()][productFeatureId,null()][productId,RentalShip(java.lang.String)][quantity,1.000000(java.math.BigDecimal)][quoteId,null()][quoteItemSeqId,null()][recurringFreqUomId,null()][reserveAfterDate,null()][salesOpportunityId,null()][selectedAmount,0.000000(java.math.BigDecimal)][shipAfterDate,null()][shipBeforeDate,null()][shoppingListId,null()][shoppingListItemSeqId,null()][statusId,ITEM_CREATED(java.lang.String)][subscriptionId,null()][supplierProductId,null()][syncStatusId,null()][unitAverageCost,null()][unitListPrice,15.000(java.math.BigDecimal)][unitPrice,15.990(java.math.BigDecimal)][unitRecurringPrice,null()]
>         at
> org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270)
> ~[ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203)
> ~[ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> ~[ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> ~[ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> [ofbiz.jar:?]
>         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> [ofbiz.jar:?]
> 2019-05-13 19:22:12,318 |main                 |TransactionUtil
>    |I| Transaction rolled back
> 2019-05-13 19:22:12,318 |main                 |GenericDelegator
>   |W| org.apache.ofbiz.entity.GenericEntityException:
> org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an
> entity that does not exist, entity:
> [GenericEntity:OrderItem][autoCancelDate,null()][budgetId,null()][budgetItemSeqId,null()][cancelBackOrderDate,null()][cancelQuantity,null()][changeByUserLoginId,DemoCustomer(java.lang.String)][comments,null()][correspondingPoId,null()][createdStamp,2019-05-13
> 19:21:53.554(java.sql.Timestamp)][createdTxStamp,2019-05-13
> 19:21:52.685(java.sql.Timestamp)][deploymentId,null()][dontCancelSetDate,null()][dontCancelSetUserLogin,null()][estimatedDeliveryDate,null()][estimatedShipDate,null()][externalId,null()][fromInventoryItemId,null()][isItemGroupPrimary,null()][isModifiedPrice,N(java.lang.String)][isPromo,N(java.lang.String)][itemDescription,Rental
> Shipping(java.lang.String)][lastUpdatedStamp,2019-05-13
> 19:22:12.306(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> 19:22:12.306(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderItemGroupSeqId,null()][orderItemSeqId,00001(java.lang.String)][orderItemTypeId,RENTAL_ORDER_ITEM(java.lang.String)][overrideGlAccountId,null()][prodCatalogId,DemoCatalog(java.lang.String)][productCategoryId,null()][productFeatureId,null()][productId,RentalShip(java.lang.String)][quantity,1.000000(java.math.BigDecimal)][quoteId,null()][quoteItemSeqId,null()][recurringFreqUomId,null()][reserveAfterDate,null()][salesOpportunityId,null()][selectedAmount,0.000000(java.math.BigDecimal)][shipAfterDate,null()][shipBeforeDate,null()][shoppingListId,null()][shoppingListItemSeqId,null()][statusId,ITEM_CREATED(java.lang.String)][subscriptionId,null()][supplierProductId,null()][syncStatusId,null()][unitAverageCost,null()][unitListPrice,15.000(java.math.BigDecimal)][unitPrice,15.990(java.math.BigDecimal)][unitRecurringPrice,null()]
> (Tried to update an entity that does not exist, entity:
> [GenericEntity:OrderItem][autoCancelDate,null()][budgetId,null()][budgetItemSeqId,null()][cancelBackOrderDate,null()][cancelQuantity,null()][changeByUserLoginId,DemoCustomer(java.lang.String)][comments,null()][correspondingPoId,null()][createdStamp,2019-05-13
> 19:21:53.554(java.sql.Timestamp)][createdTxStamp,2019-05-13
> 19:21:52.685(java.sql.Timestamp)][deploymentId,null()][dontCancelSetDate,null()][dontCancelSetUserLogin,null()][estimatedDeliveryDate,null()][estimatedShipDate,null()][externalId,null()][fromInventoryItemId,null()][isItemGroupPrimary,null()][isModifiedPrice,N(java.lang.String)][isPromo,N(java.lang.String)][itemDescription,Rental
> Shipping(java.lang.String)][lastUpdatedStamp,2019-05-13
> 19:22:12.306(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> 19:22:12.306(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderItemGroupSeqId,null()][orderItemSeqId,00001(java.lang.String)][orderItemTypeId,RENTAL_ORDER_ITEM(java.lang.String)][overrideGlAccountId,null()][prodCatalogId,DemoCatalog(java.lang.String)][productCategoryId,null()][productFeatureId,null()][productId,RentalShip(java.lang.String)][quantity,1.000000(java.math.BigDecimal)][quoteId,null()][quoteItemSeqId,null()][recurringFreqUomId,null()][reserveAfterDate,null()][salesOpportunityId,null()][selectedAmount,0.000000(java.math.BigDecimal)][shipAfterDate,null()][shipBeforeDate,null()][shoppingListId,null()][shoppingListItemSeqId,null()][statusId,ITEM_CREATED(java.lang.String)][subscriptionId,null()][supplierProductId,null()][syncStatusId,null()][unitAverageCost,null()][unitListPrice,15.000(java.math.BigDecimal)][unitPrice,15.990(java.math.BigDecimal)][unitRecurringPrice,null()])
> 2019-05-13 19:22:12,330 |main                 |TransactionUtil
>    |W| Calling transaction setRollbackOnly; this stack trace shows where
> this is happening:
> java.lang.Exception: rollback called in Entity Engine SQLProcessor
>         at
> org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> [ofbiz.jar:?]
>         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> [ofbiz.jar:?]
> 2019-05-13 19:22:12,330 |main                 |GenericDelegator
>   |E| Failure in store operation for entity [OrderHeader]:
> org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an
> entity that does not exist, entity:
> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
> 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
> 19:22:12.319(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> 19:22:12.319(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,2(java.lang.String)][productStoreId,9000(java.lang.String)][remainingSubTotal,43.17(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()].
> Rolling back transaction.
> org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an
> entity that does not exist, entity:
> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
> 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
> 19:22:12.319(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> 19:22:12.319(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,2(java.lang.String)][productStoreId,9000(java.lang.String)][remainingSubTotal,43.17(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]
>         at
> org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270)
> ~[ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203)
> ~[ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> ~[ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> ~[ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> [ofbiz.jar:?]
>         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> [ofbiz.jar:?]
> 2019-05-13 19:22:12,331 |main                 |TransactionUtil
>    |I| Transaction rolled back
> 2019-05-13 19:22:12,331 |main                 |GenericDelegator
>   |W| org.apache.ofbiz.entity.GenericEntityException:
> org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an
> entity that does not exist, entity:
> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
> 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
> 19:22:12.319(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> 19:22:12.319(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,2(java.lang.String)][productStoreId,9000(java.lang.String)][remainingSubTotal,43.17(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]
> (Tried to update an entity that does not exist, entity:
> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
> 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
> 19:22:12.319(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> 19:22:12.319(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,2(java.lang.String)][productStoreId,9000(java.lang.String)][remainingSubTotal,43.17(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()])
> 2019-05-13 19:22:12,332 |main                 |TransactionUtil
>    |W| Calling transaction setRollbackOnly; this stack trace shows where
> this is happening:
> java.lang.Exception: rollback called in Entity Engine SQLProcessor
>         at
> org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> [ofbiz.jar:?]
>         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> [ofbiz.jar:?]
> 2019-05-13 19:22:12,332 |main                 |GenericDelegator
>   |E| Failure in store operation for entity [OrderHeader]:
> org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an
> entity that does not exist, entity:
> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
> 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
> 19:22:12.331(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> 19:22:12.331(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,43.17(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()].
> Rolling back transaction.
> org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an
> entity that does not exist, entity:
> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
> 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
> 19:22:12.331(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> 19:22:12.331(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,43.17(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]
>         at
> org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270)
> ~[ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203)
> ~[ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> ~[ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> ~[ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> [ofbiz.jar:?]
>         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> [ofbiz.jar:?]
> 2019-05-13 19:22:12,332 |main                 |TransactionUtil
>    |I| Transaction rolled back
> 2019-05-13 19:22:12,333 |main                 |GenericDelegator
>   |W| org.apache.ofbiz.entity.GenericEntityException:
> org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an
> entity that does not exist, entity:
> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
> 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
> 19:22:12.331(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> 19:22:12.331(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,43.17(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]
> (Tried to update an entity that does not exist, entity:
> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
> 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
> 19:22:12.331(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> 19:22:12.331(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,43.17(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()])
> 2019-05-13 19:22:12,366 |main                 |TransactionUtil
>    |W| Calling transaction setRollbackOnly; this stack trace shows where
> this is happening:
> java.lang.Exception: rollback called in Entity Engine SQLProcessor
>         at
> org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> [ofbiz.jar:?]
>         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> [ofbiz.jar:?]
> 2019-05-13 19:22:12,366 |main                 |GenericDelegator
>   |E| Failure in store operation for entity [OrderHeader]:
> org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an
> entity that does not exist, entity:
> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
> 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
> 19:22:12.365(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> 19:22:12.365(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,null()][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()].
> Rolling back transaction.
> org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an
> entity that does not exist, entity:
> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
> 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
> 19:22:12.365(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> 19:22:12.365(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,null()][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]
>         at
> org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270)
> ~[ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203)
> ~[ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> ~[ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> ~[ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> [ofbiz.jar:?]
>         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> [ofbiz.jar:?]
> 2019-05-13 19:22:12,367 |main                 |TransactionUtil
>    |I| Transaction rolled back
> 2019-05-13 19:22:12,367 |main                 |GenericDelegator
>   |W| org.apache.ofbiz.entity.GenericEntityException:
> org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an
> entity that does not exist, entity:
> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
> 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
> 19:22:12.365(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> 19:22:12.365(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,null()][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]
> (Tried to update an entity that does not exist, entity:
> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
> 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
> 19:22:12.365(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> 19:22:12.365(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,null()][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()])
> 2019-05-13 19:22:12,457 |main                 |TransactionUtil
>    |W| Calling transaction setRollbackOnly; this stack trace shows where
> this is happening:
> java.lang.Exception: rollback called in Entity Engine SQLProcessor
>         at
> org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> [ofbiz.jar:?]
>         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> [ofbiz.jar:?]
> 2019-05-13 19:22:12,457 |main                 |GenericDelegator
>   |E| Failure in store operation for entity [ProductCalculatedInfo]:
> org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an
> entity that does not exist, entity:
> [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13
> 19:21:53.189(java.sql.Timestamp)][createdTxStamp,2019-05-13
> 19:21:52.685(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13
> 19:22:12.445(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> 19:22:12.445(java.sql.Timestamp)][productId,RentalShip(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()].
> Rolling back transaction.
> org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an
> entity that does not exist, entity:
> [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13
> 19:21:53.189(java.sql.Timestamp)][createdTxStamp,2019-05-13
> 19:21:52.685(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13
> 19:22:12.445(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> 19:22:12.445(java.sql.Timestamp)][productId,RentalShip(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()]
>         at
> org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270)
> ~[ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203)
> ~[ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> ~[ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> ~[ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> [ofbiz.jar:?]
>         at
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> [ofbiz.jar:?]
>         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> [ofbiz.jar:?]
> 2019-05-13 19:22:12,457 |main                 |TransactionUtil
>    |I| Transaction rolled back
> 2019-05-13 19:22:12,457 |main                 |GenericDelegator
>   |W| org.apache.ofbiz.entity.GenericEntityException:
> org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update an
> entity that does not exist, entity:
> [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13
> 19:21:53.189(java.sql.Timestamp)][createdTxStamp,2019-05-13
> 19:21:52.685(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13
> 19:22:12.445(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> 19:22:12.445(java.sql.Timestamp)][productId,RentalShip(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()]
> (Tried to update an entity that does not exist, entity:
> [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13
> 19:21:53.189(java.sql.Timestamp)][createdTxStamp,2019-05-13
> 19:21:52.685(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13
> 19:22:12.445(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> 19:22:12.445(java.sql.Timestamp)][productId,RentalShip(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()])
> 2019-05-13 19:22:13,161 |main                 |TestRunContainer
>   |I| [JUNIT] Results for test suite: shoppingcarttests
> 2019-05-13 19:22:13,161 |main                 |TestRunContainer
>   |I| [JUNIT] Pass: false | # Tests: 6 | # Failed: 3 # Errors: 0
> 2019-05-13 19:22:13,161 |main                 |TestRunContainer
>   |I| [JUNIT] ----------------------------- ERRORS
> ----------------------------- [JUNIT]
> 2019-05-13 19:22:13,161 |main                 |TestRunContainer
>   |I| None
> 2019-05-13 19:22:13,161 |main                 |TestRunContainer
>   |I| [JUNIT]
> ------------------------------------------------------------------ [JUNIT]
> 2019-05-13 19:22:13,161 |main                 |TestRunContainer
>   |I| [JUNIT] ---------------------------- FAILURES
> ---------------------------- [JUNIT]
> 2019-05-13 19:22:13,161 |main                 |TestRunContainer
>   |I| -->
> productRentalOrder-test(org.apache.ofbiz.testtools.SimpleMethodTest):
> Warning: no shipments created; could not find anything ready and needing to
> be shipped.
> 2019-05-13 19:22:13,161 |main                 |TestRunContainer
>   |I| junit.framework.AssertionFailedError: Warning: no shipments created;
> could not find anything ready and needing to be shipped.
>         at
> org.apache.ofbiz.testtools.SimpleMethodTest.run(SimpleMethodTest.java:98)
>         at junit.framework.TestSuite.runTest(TestSuite.java:252)
>         at junit.framework.TestSuite.run(TestSuite.java:247)
>         at
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:89)
>         at
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
>         at
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
>         at
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
>         at
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
>         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
>
> 2019-05-13 19:22:13,161 |main                 |TestRunContainer
>   |I| -->
> productServiceOrder-test(org.apache.ofbiz.testtools.SimpleMethodTest):
> Warning: no shipments created; could not find anything ready and needing to
> be shipped.
> 2019-05-13 19:22:13,161 |main                 |TestRunContainer
>   |I| junit.framework.AssertionFailedError: Warning: no shipments created;
> could not find anything ready and needing to be shipped.
>         at
> org.apache.ofbiz.testtools.SimpleMethodTest.run(SimpleMethodTest.java:98)
>         at junit.framework.TestSuite.runTest(TestSuite.java:252)
>         at junit.framework.TestSuite.run(TestSuite.java:247)
>         at
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:89)
>         at
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
>         at
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
>         at
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
>         at
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
>         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
>
> 2019-05-13 19:22:13,161 |main                 |TestRunContainer
>   |I| -->
> configurableServiceOrder-test(org.apache.ofbiz.testtools.SimpleMethodTest):
> Warning: no shipments created; could not find anything ready and needing to
> be shipped.
> 2019-05-13 19:22:13,161 |main                 |TestRunContainer
>   |I| junit.framework.AssertionFailedError: Warning: no shipments created;
> could not find anything ready and needing to be shipped.
>         at
> org.apache.ofbiz.testtools.SimpleMethodTest.run(SimpleMethodTest.java:98)
>         at junit.framework.TestSuite.runTest(TestSuite.java:252)
>         at junit.framework.TestSuite.run(TestSuite.java:247)
>         at
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:89)
>         at
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
>         at
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
>         at
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
>         at
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
>         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
>
> 2019-05-13 19:22:13,161 |main                 |TestRunContainer
>   |I| [JUNIT]
> ------------------------------------------------------------------ [JUNIT]
> org.apache.ofbiz.base.start.StartupException: Cannot start()
> org.apache.ofbiz.testtools.TestRunContainer (Test run was unsuccessful)
>         at
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:159)
>         at
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
>         at
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
>         at
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
>         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> Caused by: org.apache.ofbiz.base.container.ContainerException: Test run
> was unsuccessful
>         at
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:100)
>         at
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
>         ... 4 more
>
> > Task :ofbiz --test component=order --test suitename=shoppingcarttests
> FAILED
>
> > Task :createTestReports
> Trying to override old definition of datatype junitreport
> [ant:junitreport] the file
> /home/mthl/src/ofbiz/runtime/logs/test-results/TESTS-TestSuites.xml is not
> a valid testsuite XML document
>
> FAILURE: Build failed with an exception.
>
> * What went wrong:
> Execution failed for task ':ofbiz --test component=order --test
> suitename=shoppingcarttests'.
> > Process 'command
> '/gnu/store/qgv40p2h2xzpgd7l99dy7ria65an8rjm-icedtea-3.7.0-jdk/bin/java''
> finished with non-zero exit value 1
>
> * Try:
> Run with --stacktrace option to get the stack trace. Run with --info or
> --debug option to get more log output. Run with --scan to get full insights.
>
> * Get more help at https://help.gradle.org
>
> BUILD FAILED in 44s
> 9 actionable tasks: 7 executed, 2 up-to-date
> --8<---------------cut here---------------end--------------->8---
>
> If you understand the error (personally I don't) please fix it ASAP
> otherwise please revert.
>
> Thanks.
>
> --
> Mathieu Lirzin
> GPG: F2A3 8D7E EB2B 6640 5761  070D 0ADE E100 9460 4D37
>
Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r1858270 [1/3] - in /ofbiz/ofbiz-framework/trunk/applications: datamodel/data/demo/ datamodel/data/seed/ datamodel/entitydef/ order/config/ order/data/ order/entitydef/ order/groovyScripts/allocationplan/ order/servicedef/ order/src/main/ja...

Suraj Khurana-2
Thanks Deepak. Yes, it is due to same block that Deepak has mentioned.

I checked on my local machine and everything works fine after handling this
code block.
I will modify the condition little bit and commit in sometime.

--
Best Regards,
Suraj Khurana
Technical Consultant





On Wed, May 15, 2019 at 11:13 AM Deepak Dixit <
[hidden email]> wrote:

> It seems following code causing the issue from this commit:
>
> ==================
> Modified:
>
> ofbiz/ofbiz-framework/trunk/applications/order/src/main/java/org/apache/ofbiz/order/order/OrderServices.java
> URL:
>
> http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/src/main/java/org/apache/ofbiz/order/order/OrderServices.java?rev=1858270&r1=1858269&r2=1858270&view=diff
>
> ==============================================================================
> ---
>
> ofbiz/ofbiz-framework/trunk/applications/order/src/main/java/org/apache/ofbiz/order/order/OrderServices.java
> (original)
> +++
>
> ofbiz/ofbiz-framework/trunk/applications/order/src/main/java/org/apache/ofbiz/order/order/OrderServices.java
> Sat Apr 27 13:05:30 2019
> @@ -1205,6 +1205,13 @@ public class OrderServices {
>                      }
>                      GenericValue orderItem =
> itemValuesBySeqId.get(orderItemShipGroupAssoc.get("orderItemSeqId"));
>                      if ("SALES_ORDER".equals(orderTypeId) && orderItem !=
> null) {
> +                        //If the 'autoReserve' flag is not set for the
> order item, don't reserve the inventory
> +                        String autoReserve =
> OrderReadHelper.getOrderItemAttribute(orderItem, "autoReserve");
> +                        if (autoReserve == null ||
> !"true".equals(autoReserve)) {
> +                             continue;
> +                        }
> +                    }
> +
> ==================
>
> Thanks & Regards
> --
> Deepak Dixit
> www.hotwax.co
>
>
>
> > 2019-05-13 19:22:12,216 |main                 |TransactionUtil
> >    |I| Transaction rolled back
> > 2019-05-13 19:22:12,216 |main                 |GenericDelegator
> >   |W| org.apache.ofbiz.entity.GenericEntityException:
> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
> an
> > entity that does not exist, entity:
> >
> [GenericEntity:InventoryItem][accountingQuantityTotal,null()][activationNumber,null()][activationValidThru,null()][availableToPromiseTotal,1.000000(java.math.BigDecimal)][binNumber,null()][comments,null()][containerId,null()][createdStamp,2019-05-13
> > 19:21:57.278(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >
> 19:21:55.827(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][datetimeManufactured,null()][datetimeReceived,null()][expireDate,null()][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][inventoryItemId,10100(java.lang.String)][inventoryItemTypeId,SERIALIZED_INV_ITEM(java.lang.String)][lastUpdatedStamp,2019-05-13
> > 19:22:12.214(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >
> 19:22:12.214(java.sql.Timestamp)][locationSeqId,null()][lotId,null()][oldAvailableToPromise,null()][oldQuantityOnHand,null()][ownerPartyId,Company(java.lang.String)][partyId,null()][productId,SV-1001(java.lang.String)][quantityOnHandTotal,1.000000(java.math.BigDecimal)][serialNumber,null()][softIdentifier,null()][statusId,INV_AVAILABLE(java.lang.String)][unitCost,0.000000(java.math.BigDecimal)][uomId,null()]
> > (Tried to update an entity that does not exist, entity:
> >
> [GenericEntity:InventoryItem][accountingQuantityTotal,null()][activationNumber,null()][activationValidThru,null()][availableToPromiseTotal,1.000000(java.math.BigDecimal)][binNumber,null()][comments,null()][containerId,null()][createdStamp,2019-05-13
> > 19:21:57.278(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >
> 19:21:55.827(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][datetimeManufactured,null()][datetimeReceived,null()][expireDate,null()][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][inventoryItemId,10100(java.lang.String)][inventoryItemTypeId,SERIALIZED_INV_ITEM(java.lang.String)][lastUpdatedStamp,2019-05-13
> > 19:22:12.214(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >
> 19:22:12.214(java.sql.Timestamp)][locationSeqId,null()][lotId,null()][oldAvailableToPromise,null()][oldQuantityOnHand,null()][ownerPartyId,Company(java.lang.String)][partyId,null()][productId,SV-1001(java.lang.String)][quantityOnHandTotal,1.000000(java.math.BigDecimal)][serialNumber,null()][softIdentifier,null()][statusId,INV_AVAILABLE(java.lang.String)][unitCost,0.000000(java.math.BigDecimal)][uomId,null()])
> > 2019-05-13 19:22:12,218 |main                 |TransactionUtil
> >    |W| Calling transaction setRollbackOnly; this stack trace shows where
> > this is happening:
> > java.lang.Exception: rollback called in Entity Engine SQLProcessor
> >         at
> >
> org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358)
> > [ofbiz.jar:?]
> >         at
> > org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205)
> > [ofbiz.jar:?]
> >         at
> > org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> > [ofbiz.jar:?]
> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> > [ofbiz.jar:?]
> > 2019-05-13 19:22:12,218 |main                 |GenericDelegator
> >   |E| Failure in store operation for entity [InventoryItem]:
> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
> an
> > entity that does not exist, entity:
> >
> [GenericEntity:InventoryItem][accountingQuantityTotal,null()][activationNumber,null()][activationValidThru,null()][availableToPromiseTotal,null()][binNumber,null()][comments,null()][containerId,null()][createdStamp,2019-05-13
> > 19:21:57.278(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >
> 19:21:55.827(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][datetimeManufactured,null()][datetimeReceived,null()][expireDate,null()][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][inventoryItemId,10100(java.lang.String)][inventoryItemTypeId,SERIALIZED_INV_ITEM(java.lang.String)][lastUpdatedStamp,2019-05-13
> > 19:22:12.218(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >
> 19:22:12.218(java.sql.Timestamp)][locationSeqId,null()][lotId,null()][oldAvailableToPromise,null()][oldQuantityOnHand,null()][ownerPartyId,Company(java.lang.String)][partyId,null()][productId,SV-1001(java.lang.String)][quantityOnHandTotal,null()][serialNumber,null()][softIdentifier,null()][statusId,INV_AVAILABLE(java.lang.String)][unitCost,0.000000(java.math.BigDecimal)][uomId,null()].
> > Rolling back transaction.
> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
> an
> > entity that does not exist, entity:
> >
> [GenericEntity:InventoryItem][accountingQuantityTotal,null()][activationNumber,null()][activationValidThru,null()][availableToPromiseTotal,null()][binNumber,null()][comments,null()][containerId,null()][createdStamp,2019-05-13
> > 19:21:57.278(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >
> 19:21:55.827(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][datetimeManufactured,null()][datetimeReceived,null()][expireDate,null()][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][inventoryItemId,10100(java.lang.String)][inventoryItemTypeId,SERIALIZED_INV_ITEM(java.lang.String)][lastUpdatedStamp,2019-05-13
> > 19:22:12.218(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >
> 19:22:12.218(java.sql.Timestamp)][locationSeqId,null()][lotId,null()][oldAvailableToPromise,null()][oldQuantityOnHand,null()][ownerPartyId,Company(java.lang.String)][partyId,null()][productId,SV-1001(java.lang.String)][quantityOnHandTotal,null()][serialNumber,null()][softIdentifier,null()][statusId,INV_AVAILABLE(java.lang.String)][unitCost,0.000000(java.math.BigDecimal)][uomId,null()]
> >         at
> >
> org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270)
> > ~[ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203)
> > ~[ofbiz.jar:?]
> >         at
> > org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> > ~[ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> > ~[ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> > [ofbiz.jar:?]
> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> > [ofbiz.jar:?]
> > 2019-05-13 19:22:12,219 |main                 |TransactionUtil
> >    |I| Transaction rolled back
> > 2019-05-13 19:22:12,219 |main                 |GenericDelegator
> >   |W| org.apache.ofbiz.entity.GenericEntityException:
> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
> an
> > entity that does not exist, entity:
> >
> [GenericEntity:InventoryItem][accountingQuantityTotal,null()][activationNumber,null()][activationValidThru,null()][availableToPromiseTotal,null()][binNumber,null()][comments,null()][containerId,null()][createdStamp,2019-05-13
> > 19:21:57.278(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >
> 19:21:55.827(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][datetimeManufactured,null()][datetimeReceived,null()][expireDate,null()][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][inventoryItemId,10100(java.lang.String)][inventoryItemTypeId,SERIALIZED_INV_ITEM(java.lang.String)][lastUpdatedStamp,2019-05-13
> > 19:22:12.218(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >
> 19:22:12.218(java.sql.Timestamp)][locationSeqId,null()][lotId,null()][oldAvailableToPromise,null()][oldQuantityOnHand,null()][ownerPartyId,Company(java.lang.String)][partyId,null()][productId,SV-1001(java.lang.String)][quantityOnHandTotal,null()][serialNumber,null()][softIdentifier,null()][statusId,INV_AVAILABLE(java.lang.String)][unitCost,0.000000(java.math.BigDecimal)][uomId,null()]
> > (Tried to update an entity that does not exist, entity:
> >
> [GenericEntity:InventoryItem][accountingQuantityTotal,null()][activationNumber,null()][activationValidThru,null()][availableToPromiseTotal,null()][binNumber,null()][comments,null()][containerId,null()][createdStamp,2019-05-13
> > 19:21:57.278(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >
> 19:21:55.827(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][datetimeManufactured,null()][datetimeReceived,null()][expireDate,null()][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][inventoryItemId,10100(java.lang.String)][inventoryItemTypeId,SERIALIZED_INV_ITEM(java.lang.String)][lastUpdatedStamp,2019-05-13
> > 19:22:12.218(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >
> 19:22:12.218(java.sql.Timestamp)][locationSeqId,null()][lotId,null()][oldAvailableToPromise,null()][oldQuantityOnHand,null()][ownerPartyId,Company(java.lang.String)][partyId,null()][productId,SV-1001(java.lang.String)][quantityOnHandTotal,null()][serialNumber,null()][softIdentifier,null()][statusId,INV_AVAILABLE(java.lang.String)][unitCost,0.000000(java.math.BigDecimal)][uomId,null()])
> > 2019-05-13 19:22:12,305 |main                 |TransactionUtil
> >    |W| Calling transaction setRollbackOnly; this stack trace shows where
> > this is happening:
> > java.lang.Exception: rollback called in Entity Engine SQLProcessor
> >         at
> >
> org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358)
> > [ofbiz.jar:?]
> >         at
> > org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205)
> > [ofbiz.jar:?]
> >         at
> > org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> > [ofbiz.jar:?]
> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> > [ofbiz.jar:?]
> > 2019-05-13 19:22:12,305 |main                 |GenericDelegator
> >   |E| Failure in store operation for entity [ProductCalculatedInfo]:
> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
> an
> > entity that does not exist, entity:
> >
> [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13
> > 19:21:56.228(java.sql.Timestamp)][createdTxStamp,2019-05-13
> > 19:21:55.827(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13
> > 19:22:12.305(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >
> 19:22:12.305(java.sql.Timestamp)][productId,SV-1001(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()].
> > Rolling back transaction.
> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
> an
> > entity that does not exist, entity:
> >
> [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13
> > 19:21:56.228(java.sql.Timestamp)][createdTxStamp,2019-05-13
> > 19:21:55.827(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13
> > 19:22:12.305(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >
> 19:22:12.305(java.sql.Timestamp)][productId,SV-1001(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()]
> >         at
> >
> org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270)
> > ~[ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203)
> > ~[ofbiz.jar:?]
> >         at
> > org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> > ~[ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> > ~[ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> > [ofbiz.jar:?]
> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> > [ofbiz.jar:?]
> > 2019-05-13 19:22:12,305 |main                 |TransactionUtil
> >    |I| Transaction rolled back
> > 2019-05-13 19:22:12,306 |main                 |GenericDelegator
> >   |W| org.apache.ofbiz.entity.GenericEntityException:
> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
> an
> > entity that does not exist, entity:
> >
> [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13
> > 19:21:56.228(java.sql.Timestamp)][createdTxStamp,2019-05-13
> > 19:21:55.827(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13
> > 19:22:12.305(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >
> 19:22:12.305(java.sql.Timestamp)][productId,SV-1001(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()]
> > (Tried to update an entity that does not exist, entity:
> >
> [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13
> > 19:21:56.228(java.sql.Timestamp)][createdTxStamp,2019-05-13
> > 19:21:55.827(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13
> > 19:22:12.305(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >
> 19:22:12.305(java.sql.Timestamp)][productId,SV-1001(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()])
> > 2019-05-13 19:22:12,317 |main                 |TransactionUtil
> >    |W| Calling transaction setRollbackOnly; this stack trace shows where
> > this is happening:
> > java.lang.Exception: rollback called in Entity Engine SQLProcessor
> >         at
> >
> org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358)
> > [ofbiz.jar:?]
> >         at
> > org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205)
> > [ofbiz.jar:?]
> >         at
> > org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> > [ofbiz.jar:?]
> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> > [ofbiz.jar:?]
> > 2019-05-13 19:22:12,317 |main                 |GenericDelegator
> >   |E| Failure in store operation for entity [OrderItem]:
> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
> an
> > entity that does not exist, entity:
> >
> [GenericEntity:OrderItem][autoCancelDate,null()][budgetId,null()][budgetItemSeqId,null()][cancelBackOrderDate,null()][cancelQuantity,null()][changeByUserLoginId,DemoCustomer(java.lang.String)][comments,null()][correspondingPoId,null()][createdStamp,2019-05-13
> > 19:21:53.554(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >
> 19:21:52.685(java.sql.Timestamp)][deploymentId,null()][dontCancelSetDate,null()][dontCancelSetUserLogin,null()][estimatedDeliveryDate,null()][estimatedShipDate,null()][externalId,null()][fromInventoryItemId,null()][isItemGroupPrimary,null()][isModifiedPrice,N(java.lang.String)][isPromo,N(java.lang.String)][itemDescription,Rental
> > Shipping(java.lang.String)][lastUpdatedStamp,2019-05-13
> > 19:22:12.306(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >
> 19:22:12.306(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderItemGroupSeqId,null()][orderItemSeqId,00001(java.lang.String)][orderItemTypeId,RENTAL_ORDER_ITEM(java.lang.String)][overrideGlAccountId,null()][prodCatalogId,DemoCatalog(java.lang.String)][productCategoryId,null()][productFeatureId,null()][productId,RentalShip(java.lang.String)][quantity,1.000000(java.math.BigDecimal)][quoteId,null()][quoteItemSeqId,null()][recurringFreqUomId,null()][reserveAfterDate,null()][salesOpportunityId,null()][selectedAmount,0.000000(java.math.BigDecimal)][shipAfterDate,null()][shipBeforeDate,null()][shoppingListId,null()][shoppingListItemSeqId,null()][statusId,ITEM_CREATED(java.lang.String)][subscriptionId,null()][supplierProductId,null()][syncStatusId,null()][unitAverageCost,null()][unitListPrice,15.000(java.math.BigDecimal)][unitPrice,15.990(java.math.BigDecimal)][unitRecurringPrice,null()].
> > Rolling back transaction.
> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
> an
> > entity that does not exist, entity:
> >
> [GenericEntity:OrderItem][autoCancelDate,null()][budgetId,null()][budgetItemSeqId,null()][cancelBackOrderDate,null()][cancelQuantity,null()][changeByUserLoginId,DemoCustomer(java.lang.String)][comments,null()][correspondingPoId,null()][createdStamp,2019-05-13
> > 19:21:53.554(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >
> 19:21:52.685(java.sql.Timestamp)][deploymentId,null()][dontCancelSetDate,null()][dontCancelSetUserLogin,null()][estimatedDeliveryDate,null()][estimatedShipDate,null()][externalId,null()][fromInventoryItemId,null()][isItemGroupPrimary,null()][isModifiedPrice,N(java.lang.String)][isPromo,N(java.lang.String)][itemDescription,Rental
> > Shipping(java.lang.String)][lastUpdatedStamp,2019-05-13
> > 19:22:12.306(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >
> 19:22:12.306(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderItemGroupSeqId,null()][orderItemSeqId,00001(java.lang.String)][orderItemTypeId,RENTAL_ORDER_ITEM(java.lang.String)][overrideGlAccountId,null()][prodCatalogId,DemoCatalog(java.lang.String)][productCategoryId,null()][productFeatureId,null()][productId,RentalShip(java.lang.String)][quantity,1.000000(java.math.BigDecimal)][quoteId,null()][quoteItemSeqId,null()][recurringFreqUomId,null()][reserveAfterDate,null()][salesOpportunityId,null()][selectedAmount,0.000000(java.math.BigDecimal)][shipAfterDate,null()][shipBeforeDate,null()][shoppingListId,null()][shoppingListItemSeqId,null()][statusId,ITEM_CREATED(java.lang.String)][subscriptionId,null()][supplierProductId,null()][syncStatusId,null()][unitAverageCost,null()][unitListPrice,15.000(java.math.BigDecimal)][unitPrice,15.990(java.math.BigDecimal)][unitRecurringPrice,null()]
> >         at
> >
> org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270)
> > ~[ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203)
> > ~[ofbiz.jar:?]
> >         at
> > org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> > ~[ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> > ~[ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> > [ofbiz.jar:?]
> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> > [ofbiz.jar:?]
> > 2019-05-13 19:22:12,318 |main                 |TransactionUtil
> >    |I| Transaction rolled back
> > 2019-05-13 19:22:12,318 |main                 |GenericDelegator
> >   |W| org.apache.ofbiz.entity.GenericEntityException:
> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
> an
> > entity that does not exist, entity:
> >
> [GenericEntity:OrderItem][autoCancelDate,null()][budgetId,null()][budgetItemSeqId,null()][cancelBackOrderDate,null()][cancelQuantity,null()][changeByUserLoginId,DemoCustomer(java.lang.String)][comments,null()][correspondingPoId,null()][createdStamp,2019-05-13
> > 19:21:53.554(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >
> 19:21:52.685(java.sql.Timestamp)][deploymentId,null()][dontCancelSetDate,null()][dontCancelSetUserLogin,null()][estimatedDeliveryDate,null()][estimatedShipDate,null()][externalId,null()][fromInventoryItemId,null()][isItemGroupPrimary,null()][isModifiedPrice,N(java.lang.String)][isPromo,N(java.lang.String)][itemDescription,Rental
> > Shipping(java.lang.String)][lastUpdatedStamp,2019-05-13
> > 19:22:12.306(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >
> 19:22:12.306(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderItemGroupSeqId,null()][orderItemSeqId,00001(java.lang.String)][orderItemTypeId,RENTAL_ORDER_ITEM(java.lang.String)][overrideGlAccountId,null()][prodCatalogId,DemoCatalog(java.lang.String)][productCategoryId,null()][productFeatureId,null()][productId,RentalShip(java.lang.String)][quantity,1.000000(java.math.BigDecimal)][quoteId,null()][quoteItemSeqId,null()][recurringFreqUomId,null()][reserveAfterDate,null()][salesOpportunityId,null()][selectedAmount,0.000000(java.math.BigDecimal)][shipAfterDate,null()][shipBeforeDate,null()][shoppingListId,null()][shoppingListItemSeqId,null()][statusId,ITEM_CREATED(java.lang.String)][subscriptionId,null()][supplierProductId,null()][syncStatusId,null()][unitAverageCost,null()][unitListPrice,15.000(java.math.BigDecimal)][unitPrice,15.990(java.math.BigDecimal)][unitRecurringPrice,null()]
> > (Tried to update an entity that does not exist, entity:
> >
> [GenericEntity:OrderItem][autoCancelDate,null()][budgetId,null()][budgetItemSeqId,null()][cancelBackOrderDate,null()][cancelQuantity,null()][changeByUserLoginId,DemoCustomer(java.lang.String)][comments,null()][correspondingPoId,null()][createdStamp,2019-05-13
> > 19:21:53.554(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >
> 19:21:52.685(java.sql.Timestamp)][deploymentId,null()][dontCancelSetDate,null()][dontCancelSetUserLogin,null()][estimatedDeliveryDate,null()][estimatedShipDate,null()][externalId,null()][fromInventoryItemId,null()][isItemGroupPrimary,null()][isModifiedPrice,N(java.lang.String)][isPromo,N(java.lang.String)][itemDescription,Rental
> > Shipping(java.lang.String)][lastUpdatedStamp,2019-05-13
> > 19:22:12.306(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >
> 19:22:12.306(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderItemGroupSeqId,null()][orderItemSeqId,00001(java.lang.String)][orderItemTypeId,RENTAL_ORDER_ITEM(java.lang.String)][overrideGlAccountId,null()][prodCatalogId,DemoCatalog(java.lang.String)][productCategoryId,null()][productFeatureId,null()][productId,RentalShip(java.lang.String)][quantity,1.000000(java.math.BigDecimal)][quoteId,null()][quoteItemSeqId,null()][recurringFreqUomId,null()][reserveAfterDate,null()][salesOpportunityId,null()][selectedAmount,0.000000(java.math.BigDecimal)][shipAfterDate,null()][shipBeforeDate,null()][shoppingListId,null()][shoppingListItemSeqId,null()][statusId,ITEM_CREATED(java.lang.String)][subscriptionId,null()][supplierProductId,null()][syncStatusId,null()][unitAverageCost,null()][unitListPrice,15.000(java.math.BigDecimal)][unitPrice,15.990(java.math.BigDecimal)][unitRecurringPrice,null()])
> > 2019-05-13 19:22:12,330 |main                 |TransactionUtil
> >    |W| Calling transaction setRollbackOnly; this stack trace shows where
> > this is happening:
> > java.lang.Exception: rollback called in Entity Engine SQLProcessor
> >         at
> >
> org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358)
> > [ofbiz.jar:?]
> >         at
> > org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205)
> > [ofbiz.jar:?]
> >         at
> > org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> > [ofbiz.jar:?]
> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> > [ofbiz.jar:?]
> > 2019-05-13 19:22:12,330 |main                 |GenericDelegator
> >   |E| Failure in store operation for entity [OrderHeader]:
> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
> an
> > entity that does not exist, entity:
> >
> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
> > 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >
> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
> >
> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
> > 19:22:12.319(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >
> 19:22:12.319(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
> >
> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,2(java.lang.String)][productStoreId,9000(java.lang.String)][remainingSubTotal,43.17(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()].
> > Rolling back transaction.
> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
> an
> > entity that does not exist, entity:
> >
> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
> > 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >
> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
> >
> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
> > 19:22:12.319(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >
> 19:22:12.319(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
> >
> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,2(java.lang.String)][productStoreId,9000(java.lang.String)][remainingSubTotal,43.17(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]
> >         at
> >
> org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270)
> > ~[ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203)
> > ~[ofbiz.jar:?]
> >         at
> > org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> > ~[ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> > ~[ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> > [ofbiz.jar:?]
> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> > [ofbiz.jar:?]
> > 2019-05-13 19:22:12,331 |main                 |TransactionUtil
> >    |I| Transaction rolled back
> > 2019-05-13 19:22:12,331 |main                 |GenericDelegator
> >   |W| org.apache.ofbiz.entity.GenericEntityException:
> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
> an
> > entity that does not exist, entity:
> >
> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
> > 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >
> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
> >
> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
> > 19:22:12.319(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >
> 19:22:12.319(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
> >
> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,2(java.lang.String)][productStoreId,9000(java.lang.String)][remainingSubTotal,43.17(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]
> > (Tried to update an entity that does not exist, entity:
> >
> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
> > 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >
> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
> >
> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
> > 19:22:12.319(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >
> 19:22:12.319(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
> >
> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,2(java.lang.String)][productStoreId,9000(java.lang.String)][remainingSubTotal,43.17(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()])
> > 2019-05-13 19:22:12,332 |main                 |TransactionUtil
> >    |W| Calling transaction setRollbackOnly; this stack trace shows where
> > this is happening:
> > java.lang.Exception: rollback called in Entity Engine SQLProcessor
> >         at
> >
> org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358)
> > [ofbiz.jar:?]
> >         at
> > org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205)
> > [ofbiz.jar:?]
> >         at
> > org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> > [ofbiz.jar:?]
> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> > [ofbiz.jar:?]
> > 2019-05-13 19:22:12,332 |main                 |GenericDelegator
> >   |E| Failure in store operation for entity [OrderHeader]:
> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
> an
> > entity that does not exist, entity:
> >
> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
> > 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >
> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
> >
> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
> > 19:22:12.331(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >
> 19:22:12.331(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
> >
> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,43.17(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()].
> > Rolling back transaction.
> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
> an
> > entity that does not exist, entity:
> >
> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
> > 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >
> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
> >
> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
> > 19:22:12.331(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >
> 19:22:12.331(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
> >
> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,43.17(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]
> >         at
> >
> org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270)
> > ~[ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203)
> > ~[ofbiz.jar:?]
> >         at
> > org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> > ~[ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> > ~[ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> > [ofbiz.jar:?]
> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> > [ofbiz.jar:?]
> > 2019-05-13 19:22:12,332 |main                 |TransactionUtil
> >    |I| Transaction rolled back
> > 2019-05-13 19:22:12,333 |main                 |GenericDelegator
> >   |W| org.apache.ofbiz.entity.GenericEntityException:
> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
> an
> > entity that does not exist, entity:
> >
> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
> > 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >
> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
> >
> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
> > 19:22:12.331(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >
> 19:22:12.331(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
> >
> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,43.17(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]
> > (Tried to update an entity that does not exist, entity:
> >
> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
> > 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >
> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
> >
> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
> > 19:22:12.331(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >
> 19:22:12.331(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
> >
> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,43.17(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()])
> > 2019-05-13 19:22:12,366 |main                 |TransactionUtil
> >    |W| Calling transaction setRollbackOnly; this stack trace shows where
> > this is happening:
> > java.lang.Exception: rollback called in Entity Engine SQLProcessor
> >         at
> >
> org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358)
> > [ofbiz.jar:?]
> >         at
> > org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205)
> > [ofbiz.jar:?]
> >         at
> > org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> > [ofbiz.jar:?]
> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> > [ofbiz.jar:?]
> > 2019-05-13 19:22:12,366 |main                 |GenericDelegator
> >   |E| Failure in store operation for entity [OrderHeader]:
> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
> an
> > entity that does not exist, entity:
> >
> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
> > 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >
> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
> >
> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
> > 19:22:12.365(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >
> 19:22:12.365(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
> >
> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,null()][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()].
> > Rolling back transaction.
> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
> an
> > entity that does not exist, entity:
> >
> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
> > 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >
> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
> >
> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
> > 19:22:12.365(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >
> 19:22:12.365(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
> >
> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,null()][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]
> >         at
> >
> org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270)
> > ~[ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203)
> > ~[ofbiz.jar:?]
> >         at
> > org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> > ~[ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> > ~[ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> > [ofbiz.jar:?]
> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> > [ofbiz.jar:?]
> > 2019-05-13 19:22:12,367 |main                 |TransactionUtil
> >    |I| Transaction rolled back
> > 2019-05-13 19:22:12,367 |main                 |GenericDelegator
> >   |W| org.apache.ofbiz.entity.GenericEntityException:
> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
> an
> > entity that does not exist, entity:
> >
> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
> > 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >
> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
> >
> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
> > 19:22:12.365(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >
> 19:22:12.365(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
> >
> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,null()][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]
> > (Tried to update an entity that does not exist, entity:
> >
> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
> > 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >
> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
> >
> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
> > 19:22:12.365(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >
> 19:22:12.365(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
> >
> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,null()][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()])
> > 2019-05-13 19:22:12,457 |main                 |TransactionUtil
> >    |W| Calling transaction setRollbackOnly; this stack trace shows where
> > this is happening:
> > java.lang.Exception: rollback called in Entity Engine SQLProcessor
> >         at
> >
> org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358)
> > [ofbiz.jar:?]
> >         at
> > org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205)
> > [ofbiz.jar:?]
> >         at
> > org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> > [ofbiz.jar:?]
> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> > [ofbiz.jar:?]
> > 2019-05-13 19:22:12,457 |main                 |GenericDelegator
> >   |E| Failure in store operation for entity [ProductCalculatedInfo]:
> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
> an
> > entity that does not exist, entity:
> >
> [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13
> > 19:21:53.189(java.sql.Timestamp)][createdTxStamp,2019-05-13
> > 19:21:52.685(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13
> > 19:22:12.445(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >
> 19:22:12.445(java.sql.Timestamp)][productId,RentalShip(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()].
> > Rolling back transaction.
> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
> an
> > entity that does not exist, entity:
> >
> [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13
> > 19:21:53.189(java.sql.Timestamp)][createdTxStamp,2019-05-13
> > 19:21:52.685(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13
> > 19:22:12.445(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >
> 19:22:12.445(java.sql.Timestamp)][productId,RentalShip(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()]
> >         at
> >
> org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270)
> > ~[ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203)
> > ~[ofbiz.jar:?]
> >         at
> > org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> > ~[ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> > ~[ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> > [ofbiz.jar:?]
> >         at
> >
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> > [ofbiz.jar:?]
> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> > [ofbiz.jar:?]
> > 2019-05-13 19:22:12,457 |main                 |TransactionUtil
> >    |I| Transaction rolled back
> > 2019-05-13 19:22:12,457 |main                 |GenericDelegator
> >   |W| org.apache.ofbiz.entity.GenericEntityException:
> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
> an
> > entity that does not exist, entity:
> >
> [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13
> > 19:21:53.189(java.sql.Timestamp)][createdTxStamp,2019-05-13
> > 19:21:52.685(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13
> > 19:22:12.445(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >
> 19:22:12.445(java.sql.Timestamp)][productId,RentalShip(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()]
> > (Tried to update an entity that does not exist, entity:
> >
> [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13
> > 19:21:53.189(java.sql.Timestamp)][createdTxStamp,2019-05-13
> > 19:21:52.685(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13
> > 19:22:12.445(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >
> 19:22:12.445(java.sql.Timestamp)][productId,RentalShip(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()])
> > 2019-05-13 19:22:13,161 |main                 |TestRunContainer
> >   |I| [JUNIT] Results for test suite: shoppingcarttests
> > 2019-05-13 19:22:13,161 |main                 |TestRunContainer
> >   |I| [JUNIT] Pass: false | # Tests: 6 | # Failed: 3 # Errors: 0
> > 2019-05-13 19:22:13,161 |main                 |TestRunContainer
> >   |I| [JUNIT] ----------------------------- ERRORS
> > ----------------------------- [JUNIT]
> > 2019-05-13 19:22:13,161 |main                 |TestRunContainer
> >   |I| None
> > 2019-05-13 19:22:13,161 |main                 |TestRunContainer
> >   |I| [JUNIT]
> > ------------------------------------------------------------------
> [JUNIT]
> > 2019-05-13 19:22:13,161 |main                 |TestRunContainer
> >   |I| [JUNIT] ---------------------------- FAILURES
> > ---------------------------- [JUNIT]
> > 2019-05-13 19:22:13,161 |main                 |TestRunContainer
> >   |I| -->
> > productRentalOrder-test(org.apache.ofbiz.testtools.SimpleMethodTest):
> > Warning: no shipments created; could not find anything ready and needing
> to
> > be shipped.
> > 2019-05-13 19:22:13,161 |main                 |TestRunContainer
> >   |I| junit.framework.AssertionFailedError: Warning: no shipments
> created;
> > could not find anything ready and needing to be shipped.
> >         at
> > org.apache.ofbiz.testtools.SimpleMethodTest.run(SimpleMethodTest.java:98)
> >         at junit.framework.TestSuite.runTest(TestSuite.java:252)
> >         at junit.framework.TestSuite.run(TestSuite.java:247)
> >         at
> >
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:89)
> >         at
> >
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> >         at
> >
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> >         at
> >
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> >         at
> >
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> >
> > 2019-05-13 19:22:13,161 |main                 |TestRunContainer
> >   |I| -->
> > productServiceOrder-test(org.apache.ofbiz.testtools.SimpleMethodTest):
> > Warning: no shipments created; could not find anything ready and needing
> to
> > be shipped.
> > 2019-05-13 19:22:13,161 |main                 |TestRunContainer
> >   |I| junit.framework.AssertionFailedError: Warning: no shipments
> created;
> > could not find anything ready and needing to be shipped.
> >         at
> > org.apache.ofbiz.testtools.SimpleMethodTest.run(SimpleMethodTest.java:98)
> >         at junit.framework.TestSuite.runTest(TestSuite.java:252)
> >         at junit.framework.TestSuite.run(TestSuite.java:247)
> >         at
> >
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:89)
> >         at
> >
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> >         at
> >
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> >         at
> >
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> >         at
> >
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> >
> > 2019-05-13 19:22:13,161 |main                 |TestRunContainer
> >   |I| -->
> >
> configurableServiceOrder-test(org.apache.ofbiz.testtools.SimpleMethodTest):
> > Warning: no shipments created; could not find anything ready and needing
> to
> > be shipped.
> > 2019-05-13 19:22:13,161 |main                 |TestRunContainer
> >   |I| junit.framework.AssertionFailedError: Warning: no shipments
> created;
> > could not find anything ready and needing to be shipped.
> >         at
> > org.apache.ofbiz.testtools.SimpleMethodTest.run(SimpleMethodTest.java:98)
> >         at junit.framework.TestSuite.runTest(TestSuite.java:252)
> >         at junit.framework.TestSuite.run(TestSuite.java:247)
> >         at
> >
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:89)
> >         at
> >
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> >         at
> >
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> >         at
> >
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> >         at
> >
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> >
> > 2019-05-13 19:22:13,161 |main                 |TestRunContainer
> >   |I| [JUNIT]
> > ------------------------------------------------------------------
> [JUNIT]
> > org.apache.ofbiz.base.start.StartupException: Cannot start()
> > org.apache.ofbiz.testtools.TestRunContainer (Test run was unsuccessful)
> >         at
> >
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:159)
> >         at
> >
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> >         at
> >
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> >         at
> >
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> > Caused by: org.apache.ofbiz.base.container.ContainerException: Test run
> > was unsuccessful
> >         at
> >
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:100)
> >         at
> >
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> >         ... 4 more
> >
> > > Task :ofbiz --test component=order --test suitename=shoppingcarttests
> > FAILED
> >
> > > Task :createTestReports
> > Trying to override old definition of datatype junitreport
> > [ant:junitreport] the file
> > /home/mthl/src/ofbiz/runtime/logs/test-results/TESTS-TestSuites.xml is
> not
> > a valid testsuite XML document
> >
> > FAILURE: Build failed with an exception.
> >
> > * What went wrong:
> > Execution failed for task ':ofbiz --test component=order --test
> > suitename=shoppingcarttests'.
> > > Process 'command
> > '/gnu/store/qgv40p2h2xzpgd7l99dy7ria65an8rjm-icedtea-3.7.0-jdk/bin/java''
> > finished with non-zero exit value 1
> >
> > * Try:
> > Run with --stacktrace option to get the stack trace. Run with --info or
> > --debug option to get more log output. Run with --scan to get full
> insights.
> >
> > * Get more help at https://help.gradle.org
> >
> > BUILD FAILED in 44s
> > 9 actionable tasks: 7 executed, 2 up-to-date
> > --8<---------------cut here---------------end--------------->8---
> >
> > If you understand the error (personally I don't) please fix it ASAP
> > otherwise please revert.
> >
> > Thanks.
> >
> > --
> > Mathieu Lirzin
> > GPG: F2A3 8D7E EB2B 6640 5761  070D 0ADE E100 9460 4D37
> >
>
Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r1858270 [1/3] - in /ofbiz/ofbiz-framework/trunk/applications: datamodel/data/demo/ datamodel/data/seed/ datamodel/entitydef/ order/config/ order/data/ order/entitydef/ order/groovyScripts/allocationplan/ order/servicedef/ order/src/main/ja...

Suraj Khurana-2
Done at rev #1859267

--
Best Regards,
Suraj Khurana
Technical Consultant





On Wed, May 15, 2019 at 11:31 AM Suraj Khurana <[hidden email]>
wrote:

> Thanks Deepak. Yes, it is due to same block that Deepak has mentioned.
>
> I checked on my local machine and everything works fine after handling
> this code block.
> I will modify the condition little bit and commit in sometime.
>
> --
> Best Regards,
> Suraj Khurana
> Technical Consultant
>
>
>
>
>
> On Wed, May 15, 2019 at 11:13 AM Deepak Dixit <
> [hidden email]> wrote:
>
>> It seems following code causing the issue from this commit:
>>
>> ==================
>> Modified:
>>
>> ofbiz/ofbiz-framework/trunk/applications/order/src/main/java/org/apache/ofbiz/order/order/OrderServices.java
>> URL:
>>
>> http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/src/main/java/org/apache/ofbiz/order/order/OrderServices.java?rev=1858270&r1=1858269&r2=1858270&view=diff
>>
>> ==============================================================================
>> ---
>>
>> ofbiz/ofbiz-framework/trunk/applications/order/src/main/java/org/apache/ofbiz/order/order/OrderServices.java
>> (original)
>> +++
>>
>> ofbiz/ofbiz-framework/trunk/applications/order/src/main/java/org/apache/ofbiz/order/order/OrderServices.java
>> Sat Apr 27 13:05:30 2019
>> @@ -1205,6 +1205,13 @@ public class OrderServices {
>>                      }
>>                      GenericValue orderItem =
>> itemValuesBySeqId.get(orderItemShipGroupAssoc.get("orderItemSeqId"));
>>                      if ("SALES_ORDER".equals(orderTypeId) && orderItem !=
>> null) {
>> +                        //If the 'autoReserve' flag is not set for the
>> order item, don't reserve the inventory
>> +                        String autoReserve =
>> OrderReadHelper.getOrderItemAttribute(orderItem, "autoReserve");
>> +                        if (autoReserve == null ||
>> !"true".equals(autoReserve)) {
>> +                             continue;
>> +                        }
>> +                    }
>> +
>> ==================
>>
>> Thanks & Regards
>> --
>> Deepak Dixit
>> www.hotwax.co
>>
>>
>>
>> > 2019-05-13 19:22:12,216 |main                 |TransactionUtil
>> >    |I| Transaction rolled back
>> > 2019-05-13 19:22:12,216 |main                 |GenericDelegator
>> >   |W| org.apache.ofbiz.entity.GenericEntityException:
>> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
>> an
>> > entity that does not exist, entity:
>> >
>> [GenericEntity:InventoryItem][accountingQuantityTotal,null()][activationNumber,null()][activationValidThru,null()][availableToPromiseTotal,1.000000(java.math.BigDecimal)][binNumber,null()][comments,null()][containerId,null()][createdStamp,2019-05-13
>> > 19:21:57.278(java.sql.Timestamp)][createdTxStamp,2019-05-13
>> >
>> 19:21:55.827(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][datetimeManufactured,null()][datetimeReceived,null()][expireDate,null()][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][inventoryItemId,10100(java.lang.String)][inventoryItemTypeId,SERIALIZED_INV_ITEM(java.lang.String)][lastUpdatedStamp,2019-05-13
>> > 19:22:12.214(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
>> >
>> 19:22:12.214(java.sql.Timestamp)][locationSeqId,null()][lotId,null()][oldAvailableToPromise,null()][oldQuantityOnHand,null()][ownerPartyId,Company(java.lang.String)][partyId,null()][productId,SV-1001(java.lang.String)][quantityOnHandTotal,1.000000(java.math.BigDecimal)][serialNumber,null()][softIdentifier,null()][statusId,INV_AVAILABLE(java.lang.String)][unitCost,0.000000(java.math.BigDecimal)][uomId,null()]
>> > (Tried to update an entity that does not exist, entity:
>> >
>> [GenericEntity:InventoryItem][accountingQuantityTotal,null()][activationNumber,null()][activationValidThru,null()][availableToPromiseTotal,1.000000(java.math.BigDecimal)][binNumber,null()][comments,null()][containerId,null()][createdStamp,2019-05-13
>> > 19:21:57.278(java.sql.Timestamp)][createdTxStamp,2019-05-13
>> >
>> 19:21:55.827(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][datetimeManufactured,null()][datetimeReceived,null()][expireDate,null()][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][inventoryItemId,10100(java.lang.String)][inventoryItemTypeId,SERIALIZED_INV_ITEM(java.lang.String)][lastUpdatedStamp,2019-05-13
>> > 19:22:12.214(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
>> >
>> 19:22:12.214(java.sql.Timestamp)][locationSeqId,null()][lotId,null()][oldAvailableToPromise,null()][oldQuantityOnHand,null()][ownerPartyId,Company(java.lang.String)][partyId,null()][productId,SV-1001(java.lang.String)][quantityOnHandTotal,1.000000(java.math.BigDecimal)][serialNumber,null()][softIdentifier,null()][statusId,INV_AVAILABLE(java.lang.String)][unitCost,0.000000(java.math.BigDecimal)][uomId,null()])
>> > 2019-05-13 19:22:12,218 |main                 |TransactionUtil
>> >    |W| Calling transaction setRollbackOnly; this stack trace shows where
>> > this is happening:
>> > java.lang.Exception: rollback called in Entity Engine SQLProcessor
>> >         at
>> >
>> org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
>> > [ofbiz.jar:?]
>> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
>> > [ofbiz.jar:?]
>> > 2019-05-13 19:22:12,218 |main                 |GenericDelegator
>> >   |E| Failure in store operation for entity [InventoryItem]:
>> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
>> an
>> > entity that does not exist, entity:
>> >
>> [GenericEntity:InventoryItem][accountingQuantityTotal,null()][activationNumber,null()][activationValidThru,null()][availableToPromiseTotal,null()][binNumber,null()][comments,null()][containerId,null()][createdStamp,2019-05-13
>> > 19:21:57.278(java.sql.Timestamp)][createdTxStamp,2019-05-13
>> >
>> 19:21:55.827(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][datetimeManufactured,null()][datetimeReceived,null()][expireDate,null()][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][inventoryItemId,10100(java.lang.String)][inventoryItemTypeId,SERIALIZED_INV_ITEM(java.lang.String)][lastUpdatedStamp,2019-05-13
>> > 19:22:12.218(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
>> >
>> 19:22:12.218(java.sql.Timestamp)][locationSeqId,null()][lotId,null()][oldAvailableToPromise,null()][oldQuantityOnHand,null()][ownerPartyId,Company(java.lang.String)][partyId,null()][productId,SV-1001(java.lang.String)][quantityOnHandTotal,null()][serialNumber,null()][softIdentifier,null()][statusId,INV_AVAILABLE(java.lang.String)][unitCost,0.000000(java.math.BigDecimal)][uomId,null()].
>> > Rolling back transaction.
>> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
>> an
>> > entity that does not exist, entity:
>> >
>> [GenericEntity:InventoryItem][accountingQuantityTotal,null()][activationNumber,null()][activationValidThru,null()][availableToPromiseTotal,null()][binNumber,null()][comments,null()][containerId,null()][createdStamp,2019-05-13
>> > 19:21:57.278(java.sql.Timestamp)][createdTxStamp,2019-05-13
>> >
>> 19:21:55.827(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][datetimeManufactured,null()][datetimeReceived,null()][expireDate,null()][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][inventoryItemId,10100(java.lang.String)][inventoryItemTypeId,SERIALIZED_INV_ITEM(java.lang.String)][lastUpdatedStamp,2019-05-13
>> > 19:22:12.218(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
>> >
>> 19:22:12.218(java.sql.Timestamp)][locationSeqId,null()][lotId,null()][oldAvailableToPromise,null()][oldQuantityOnHand,null()][ownerPartyId,Company(java.lang.String)][partyId,null()][productId,SV-1001(java.lang.String)][quantityOnHandTotal,null()][serialNumber,null()][softIdentifier,null()][statusId,INV_AVAILABLE(java.lang.String)][unitCost,0.000000(java.math.BigDecimal)][uomId,null()]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270)
>> > ~[ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203)
>> > ~[ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
>> > ~[ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
>> > ~[ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
>> > [ofbiz.jar:?]
>> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
>> > [ofbiz.jar:?]
>> > 2019-05-13 19:22:12,219 |main                 |TransactionUtil
>> >    |I| Transaction rolled back
>> > 2019-05-13 19:22:12,219 |main                 |GenericDelegator
>> >   |W| org.apache.ofbiz.entity.GenericEntityException:
>> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
>> an
>> > entity that does not exist, entity:
>> >
>> [GenericEntity:InventoryItem][accountingQuantityTotal,null()][activationNumber,null()][activationValidThru,null()][availableToPromiseTotal,null()][binNumber,null()][comments,null()][containerId,null()][createdStamp,2019-05-13
>> > 19:21:57.278(java.sql.Timestamp)][createdTxStamp,2019-05-13
>> >
>> 19:21:55.827(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][datetimeManufactured,null()][datetimeReceived,null()][expireDate,null()][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][inventoryItemId,10100(java.lang.String)][inventoryItemTypeId,SERIALIZED_INV_ITEM(java.lang.String)][lastUpdatedStamp,2019-05-13
>> > 19:22:12.218(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
>> >
>> 19:22:12.218(java.sql.Timestamp)][locationSeqId,null()][lotId,null()][oldAvailableToPromise,null()][oldQuantityOnHand,null()][ownerPartyId,Company(java.lang.String)][partyId,null()][productId,SV-1001(java.lang.String)][quantityOnHandTotal,null()][serialNumber,null()][softIdentifier,null()][statusId,INV_AVAILABLE(java.lang.String)][unitCost,0.000000(java.math.BigDecimal)][uomId,null()]
>> > (Tried to update an entity that does not exist, entity:
>> >
>> [GenericEntity:InventoryItem][accountingQuantityTotal,null()][activationNumber,null()][activationValidThru,null()][availableToPromiseTotal,null()][binNumber,null()][comments,null()][containerId,null()][createdStamp,2019-05-13
>> > 19:21:57.278(java.sql.Timestamp)][createdTxStamp,2019-05-13
>> >
>> 19:21:55.827(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][datetimeManufactured,null()][datetimeReceived,null()][expireDate,null()][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][inventoryItemId,10100(java.lang.String)][inventoryItemTypeId,SERIALIZED_INV_ITEM(java.lang.String)][lastUpdatedStamp,2019-05-13
>> > 19:22:12.218(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
>> >
>> 19:22:12.218(java.sql.Timestamp)][locationSeqId,null()][lotId,null()][oldAvailableToPromise,null()][oldQuantityOnHand,null()][ownerPartyId,Company(java.lang.String)][partyId,null()][productId,SV-1001(java.lang.String)][quantityOnHandTotal,null()][serialNumber,null()][softIdentifier,null()][statusId,INV_AVAILABLE(java.lang.String)][unitCost,0.000000(java.math.BigDecimal)][uomId,null()])
>> > 2019-05-13 19:22:12,305 |main                 |TransactionUtil
>> >    |W| Calling transaction setRollbackOnly; this stack trace shows where
>> > this is happening:
>> > java.lang.Exception: rollback called in Entity Engine SQLProcessor
>> >         at
>> >
>> org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
>> > [ofbiz.jar:?]
>> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
>> > [ofbiz.jar:?]
>> > 2019-05-13 19:22:12,305 |main                 |GenericDelegator
>> >   |E| Failure in store operation for entity [ProductCalculatedInfo]:
>> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
>> an
>> > entity that does not exist, entity:
>> >
>> [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13
>> > 19:21:56.228(java.sql.Timestamp)][createdTxStamp,2019-05-13
>> > 19:21:55.827(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13
>> > 19:22:12.305(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
>> >
>> 19:22:12.305(java.sql.Timestamp)][productId,SV-1001(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()].
>> > Rolling back transaction.
>> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
>> an
>> > entity that does not exist, entity:
>> >
>> [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13
>> > 19:21:56.228(java.sql.Timestamp)][createdTxStamp,2019-05-13
>> > 19:21:55.827(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13
>> > 19:22:12.305(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
>> >
>> 19:22:12.305(java.sql.Timestamp)][productId,SV-1001(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270)
>> > ~[ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203)
>> > ~[ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
>> > ~[ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
>> > ~[ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
>> > [ofbiz.jar:?]
>> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
>> > [ofbiz.jar:?]
>> > 2019-05-13 19:22:12,305 |main                 |TransactionUtil
>> >    |I| Transaction rolled back
>> > 2019-05-13 19:22:12,306 |main                 |GenericDelegator
>> >   |W| org.apache.ofbiz.entity.GenericEntityException:
>> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
>> an
>> > entity that does not exist, entity:
>> >
>> [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13
>> > 19:21:56.228(java.sql.Timestamp)][createdTxStamp,2019-05-13
>> > 19:21:55.827(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13
>> > 19:22:12.305(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
>> >
>> 19:22:12.305(java.sql.Timestamp)][productId,SV-1001(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()]
>> > (Tried to update an entity that does not exist, entity:
>> >
>> [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13
>> > 19:21:56.228(java.sql.Timestamp)][createdTxStamp,2019-05-13
>> > 19:21:55.827(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13
>> > 19:22:12.305(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
>> >
>> 19:22:12.305(java.sql.Timestamp)][productId,SV-1001(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()])
>> > 2019-05-13 19:22:12,317 |main                 |TransactionUtil
>> >    |W| Calling transaction setRollbackOnly; this stack trace shows where
>> > this is happening:
>> > java.lang.Exception: rollback called in Entity Engine SQLProcessor
>> >         at
>> >
>> org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
>> > [ofbiz.jar:?]
>> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
>> > [ofbiz.jar:?]
>> > 2019-05-13 19:22:12,317 |main                 |GenericDelegator
>> >   |E| Failure in store operation for entity [OrderItem]:
>> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
>> an
>> > entity that does not exist, entity:
>> >
>> [GenericEntity:OrderItem][autoCancelDate,null()][budgetId,null()][budgetItemSeqId,null()][cancelBackOrderDate,null()][cancelQuantity,null()][changeByUserLoginId,DemoCustomer(java.lang.String)][comments,null()][correspondingPoId,null()][createdStamp,2019-05-13
>> > 19:21:53.554(java.sql.Timestamp)][createdTxStamp,2019-05-13
>> >
>> 19:21:52.685(java.sql.Timestamp)][deploymentId,null()][dontCancelSetDate,null()][dontCancelSetUserLogin,null()][estimatedDeliveryDate,null()][estimatedShipDate,null()][externalId,null()][fromInventoryItemId,null()][isItemGroupPrimary,null()][isModifiedPrice,N(java.lang.String)][isPromo,N(java.lang.String)][itemDescription,Rental
>> > Shipping(java.lang.String)][lastUpdatedStamp,2019-05-13
>> > 19:22:12.306(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
>> >
>> 19:22:12.306(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderItemGroupSeqId,null()][orderItemSeqId,00001(java.lang.String)][orderItemTypeId,RENTAL_ORDER_ITEM(java.lang.String)][overrideGlAccountId,null()][prodCatalogId,DemoCatalog(java.lang.String)][productCategoryId,null()][productFeatureId,null()][productId,RentalShip(java.lang.String)][quantity,1.000000(java.math.BigDecimal)][quoteId,null()][quoteItemSeqId,null()][recurringFreqUomId,null()][reserveAfterDate,null()][salesOpportunityId,null()][selectedAmount,0.000000(java.math.BigDecimal)][shipAfterDate,null()][shipBeforeDate,null()][shoppingListId,null()][shoppingListItemSeqId,null()][statusId,ITEM_CREATED(java.lang.String)][subscriptionId,null()][supplierProductId,null()][syncStatusId,null()][unitAverageCost,null()][unitListPrice,15.000(java.math.BigDecimal)][unitPrice,15.990(java.math.BigDecimal)][unitRecurringPrice,null()].
>> > Rolling back transaction.
>> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
>> an
>> > entity that does not exist, entity:
>> >
>> [GenericEntity:OrderItem][autoCancelDate,null()][budgetId,null()][budgetItemSeqId,null()][cancelBackOrderDate,null()][cancelQuantity,null()][changeByUserLoginId,DemoCustomer(java.lang.String)][comments,null()][correspondingPoId,null()][createdStamp,2019-05-13
>> > 19:21:53.554(java.sql.Timestamp)][createdTxStamp,2019-05-13
>> >
>> 19:21:52.685(java.sql.Timestamp)][deploymentId,null()][dontCancelSetDate,null()][dontCancelSetUserLogin,null()][estimatedDeliveryDate,null()][estimatedShipDate,null()][externalId,null()][fromInventoryItemId,null()][isItemGroupPrimary,null()][isModifiedPrice,N(java.lang.String)][isPromo,N(java.lang.String)][itemDescription,Rental
>> > Shipping(java.lang.String)][lastUpdatedStamp,2019-05-13
>> > 19:22:12.306(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
>> >
>> 19:22:12.306(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderItemGroupSeqId,null()][orderItemSeqId,00001(java.lang.String)][orderItemTypeId,RENTAL_ORDER_ITEM(java.lang.String)][overrideGlAccountId,null()][prodCatalogId,DemoCatalog(java.lang.String)][productCategoryId,null()][productFeatureId,null()][productId,RentalShip(java.lang.String)][quantity,1.000000(java.math.BigDecimal)][quoteId,null()][quoteItemSeqId,null()][recurringFreqUomId,null()][reserveAfterDate,null()][salesOpportunityId,null()][selectedAmount,0.000000(java.math.BigDecimal)][shipAfterDate,null()][shipBeforeDate,null()][shoppingListId,null()][shoppingListItemSeqId,null()][statusId,ITEM_CREATED(java.lang.String)][subscriptionId,null()][supplierProductId,null()][syncStatusId,null()][unitAverageCost,null()][unitListPrice,15.000(java.math.BigDecimal)][unitPrice,15.990(java.math.BigDecimal)][unitRecurringPrice,null()]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270)
>> > ~[ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203)
>> > ~[ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
>> > ~[ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
>> > ~[ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
>> > [ofbiz.jar:?]
>> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
>> > [ofbiz.jar:?]
>> > 2019-05-13 19:22:12,318 |main                 |TransactionUtil
>> >    |I| Transaction rolled back
>> > 2019-05-13 19:22:12,318 |main                 |GenericDelegator
>> >   |W| org.apache.ofbiz.entity.GenericEntityException:
>> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
>> an
>> > entity that does not exist, entity:
>> >
>> [GenericEntity:OrderItem][autoCancelDate,null()][budgetId,null()][budgetItemSeqId,null()][cancelBackOrderDate,null()][cancelQuantity,null()][changeByUserLoginId,DemoCustomer(java.lang.String)][comments,null()][correspondingPoId,null()][createdStamp,2019-05-13
>> > 19:21:53.554(java.sql.Timestamp)][createdTxStamp,2019-05-13
>> >
>> 19:21:52.685(java.sql.Timestamp)][deploymentId,null()][dontCancelSetDate,null()][dontCancelSetUserLogin,null()][estimatedDeliveryDate,null()][estimatedShipDate,null()][externalId,null()][fromInventoryItemId,null()][isItemGroupPrimary,null()][isModifiedPrice,N(java.lang.String)][isPromo,N(java.lang.String)][itemDescription,Rental
>> > Shipping(java.lang.String)][lastUpdatedStamp,2019-05-13
>> > 19:22:12.306(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
>> >
>> 19:22:12.306(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderItemGroupSeqId,null()][orderItemSeqId,00001(java.lang.String)][orderItemTypeId,RENTAL_ORDER_ITEM(java.lang.String)][overrideGlAccountId,null()][prodCatalogId,DemoCatalog(java.lang.String)][productCategoryId,null()][productFeatureId,null()][productId,RentalShip(java.lang.String)][quantity,1.000000(java.math.BigDecimal)][quoteId,null()][quoteItemSeqId,null()][recurringFreqUomId,null()][reserveAfterDate,null()][salesOpportunityId,null()][selectedAmount,0.000000(java.math.BigDecimal)][shipAfterDate,null()][shipBeforeDate,null()][shoppingListId,null()][shoppingListItemSeqId,null()][statusId,ITEM_CREATED(java.lang.String)][subscriptionId,null()][supplierProductId,null()][syncStatusId,null()][unitAverageCost,null()][unitListPrice,15.000(java.math.BigDecimal)][unitPrice,15.990(java.math.BigDecimal)][unitRecurringPrice,null()]
>> > (Tried to update an entity that does not exist, entity:
>> >
>> [GenericEntity:OrderItem][autoCancelDate,null()][budgetId,null()][budgetItemSeqId,null()][cancelBackOrderDate,null()][cancelQuantity,null()][changeByUserLoginId,DemoCustomer(java.lang.String)][comments,null()][correspondingPoId,null()][createdStamp,2019-05-13
>> > 19:21:53.554(java.sql.Timestamp)][createdTxStamp,2019-05-13
>> >
>> 19:21:52.685(java.sql.Timestamp)][deploymentId,null()][dontCancelSetDate,null()][dontCancelSetUserLogin,null()][estimatedDeliveryDate,null()][estimatedShipDate,null()][externalId,null()][fromInventoryItemId,null()][isItemGroupPrimary,null()][isModifiedPrice,N(java.lang.String)][isPromo,N(java.lang.String)][itemDescription,Rental
>> > Shipping(java.lang.String)][lastUpdatedStamp,2019-05-13
>> > 19:22:12.306(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
>> >
>> 19:22:12.306(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderItemGroupSeqId,null()][orderItemSeqId,00001(java.lang.String)][orderItemTypeId,RENTAL_ORDER_ITEM(java.lang.String)][overrideGlAccountId,null()][prodCatalogId,DemoCatalog(java.lang.String)][productCategoryId,null()][productFeatureId,null()][productId,RentalShip(java.lang.String)][quantity,1.000000(java.math.BigDecimal)][quoteId,null()][quoteItemSeqId,null()][recurringFreqUomId,null()][reserveAfterDate,null()][salesOpportunityId,null()][selectedAmount,0.000000(java.math.BigDecimal)][shipAfterDate,null()][shipBeforeDate,null()][shoppingListId,null()][shoppingListItemSeqId,null()][statusId,ITEM_CREATED(java.lang.String)][subscriptionId,null()][supplierProductId,null()][syncStatusId,null()][unitAverageCost,null()][unitListPrice,15.000(java.math.BigDecimal)][unitPrice,15.990(java.math.BigDecimal)][unitRecurringPrice,null()])
>> > 2019-05-13 19:22:12,330 |main                 |TransactionUtil
>> >    |W| Calling transaction setRollbackOnly; this stack trace shows where
>> > this is happening:
>> > java.lang.Exception: rollback called in Entity Engine SQLProcessor
>> >         at
>> >
>> org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
>> > [ofbiz.jar:?]
>> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
>> > [ofbiz.jar:?]
>> > 2019-05-13 19:22:12,330 |main                 |GenericDelegator
>> >   |E| Failure in store operation for entity [OrderHeader]:
>> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
>> an
>> > entity that does not exist, entity:
>> >
>> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
>> > 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
>> >
>> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
>> >
>> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
>> > 19:22:12.319(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
>> >
>> 19:22:12.319(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
>> >
>> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,2(java.lang.String)][productStoreId,9000(java.lang.String)][remainingSubTotal,43.17(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()].
>> > Rolling back transaction.
>> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
>> an
>> > entity that does not exist, entity:
>> >
>> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
>> > 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
>> >
>> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
>> >
>> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
>> > 19:22:12.319(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
>> >
>> 19:22:12.319(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
>> >
>> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,2(java.lang.String)][productStoreId,9000(java.lang.String)][remainingSubTotal,43.17(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270)
>> > ~[ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203)
>> > ~[ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
>> > ~[ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
>> > ~[ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
>> > [ofbiz.jar:?]
>> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
>> > [ofbiz.jar:?]
>> > 2019-05-13 19:22:12,331 |main                 |TransactionUtil
>> >    |I| Transaction rolled back
>> > 2019-05-13 19:22:12,331 |main                 |GenericDelegator
>> >   |W| org.apache.ofbiz.entity.GenericEntityException:
>> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
>> an
>> > entity that does not exist, entity:
>> >
>> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
>> > 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
>> >
>> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
>> >
>> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
>> > 19:22:12.319(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
>> >
>> 19:22:12.319(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
>> >
>> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,2(java.lang.String)][productStoreId,9000(java.lang.String)][remainingSubTotal,43.17(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]
>> > (Tried to update an entity that does not exist, entity:
>> >
>> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
>> > 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
>> >
>> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
>> >
>> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
>> > 19:22:12.319(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
>> >
>> 19:22:12.319(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
>> >
>> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,2(java.lang.String)][productStoreId,9000(java.lang.String)][remainingSubTotal,43.17(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()])
>> > 2019-05-13 19:22:12,332 |main                 |TransactionUtil
>> >    |W| Calling transaction setRollbackOnly; this stack trace shows where
>> > this is happening:
>> > java.lang.Exception: rollback called in Entity Engine SQLProcessor
>> >         at
>> >
>> org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
>> > [ofbiz.jar:?]
>> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
>> > [ofbiz.jar:?]
>> > 2019-05-13 19:22:12,332 |main                 |GenericDelegator
>> >   |E| Failure in store operation for entity [OrderHeader]:
>> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
>> an
>> > entity that does not exist, entity:
>> >
>> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
>> > 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
>> >
>> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
>> >
>> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
>> > 19:22:12.331(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
>> >
>> 19:22:12.331(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
>> >
>> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,43.17(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()].
>> > Rolling back transaction.
>> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
>> an
>> > entity that does not exist, entity:
>> >
>> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
>> > 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
>> >
>> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
>> >
>> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
>> > 19:22:12.331(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
>> >
>> 19:22:12.331(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
>> >
>> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,43.17(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270)
>> > ~[ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203)
>> > ~[ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
>> > ~[ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
>> > ~[ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
>> > [ofbiz.jar:?]
>> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
>> > [ofbiz.jar:?]
>> > 2019-05-13 19:22:12,332 |main                 |TransactionUtil
>> >    |I| Transaction rolled back
>> > 2019-05-13 19:22:12,333 |main                 |GenericDelegator
>> >   |W| org.apache.ofbiz.entity.GenericEntityException:
>> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
>> an
>> > entity that does not exist, entity:
>> >
>> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
>> > 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
>> >
>> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
>> >
>> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
>> > 19:22:12.331(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
>> >
>> 19:22:12.331(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
>> >
>> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,43.17(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]
>> > (Tried to update an entity that does not exist, entity:
>> >
>> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
>> > 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
>> >
>> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
>> >
>> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
>> > 19:22:12.331(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
>> >
>> 19:22:12.331(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
>> >
>> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,43.17(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()])
>> > 2019-05-13 19:22:12,366 |main                 |TransactionUtil
>> >    |W| Calling transaction setRollbackOnly; this stack trace shows where
>> > this is happening:
>> > java.lang.Exception: rollback called in Entity Engine SQLProcessor
>> >         at
>> >
>> org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
>> > [ofbiz.jar:?]
>> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
>> > [ofbiz.jar:?]
>> > 2019-05-13 19:22:12,366 |main                 |GenericDelegator
>> >   |E| Failure in store operation for entity [OrderHeader]:
>> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
>> an
>> > entity that does not exist, entity:
>> >
>> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
>> > 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
>> >
>> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
>> >
>> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
>> > 19:22:12.365(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
>> >
>> 19:22:12.365(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
>> >
>> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,null()][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()].
>> > Rolling back transaction.
>> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
>> an
>> > entity that does not exist, entity:
>> >
>> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
>> > 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
>> >
>> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
>> >
>> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
>> > 19:22:12.365(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
>> >
>> 19:22:12.365(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
>> >
>> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,null()][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270)
>> > ~[ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203)
>> > ~[ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
>> > ~[ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
>> > ~[ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
>> > [ofbiz.jar:?]
>> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
>> > [ofbiz.jar:?]
>> > 2019-05-13 19:22:12,367 |main                 |TransactionUtil
>> >    |I| Transaction rolled back
>> > 2019-05-13 19:22:12,367 |main                 |GenericDelegator
>> >   |W| org.apache.ofbiz.entity.GenericEntityException:
>> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
>> an
>> > entity that does not exist, entity:
>> >
>> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
>> > 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
>> >
>> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
>> >
>> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
>> > 19:22:12.365(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
>> >
>> 19:22:12.365(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
>> >
>> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,null()][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]
>> > (Tried to update an entity that does not exist, entity:
>> >
>> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
>> > 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
>> >
>> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
>> >
>> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
>> > 19:22:12.365(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
>> >
>> 19:22:12.365(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
>> >
>> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,null()][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()])
>> > 2019-05-13 19:22:12,457 |main                 |TransactionUtil
>> >    |W| Calling transaction setRollbackOnly; this stack trace shows where
>> > this is happening:
>> > java.lang.Exception: rollback called in Entity Engine SQLProcessor
>> >         at
>> >
>> org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
>> > [ofbiz.jar:?]
>> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
>> > [ofbiz.jar:?]
>> > 2019-05-13 19:22:12,457 |main                 |GenericDelegator
>> >   |E| Failure in store operation for entity [ProductCalculatedInfo]:
>> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
>> an
>> > entity that does not exist, entity:
>> >
>> [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13
>> > 19:21:53.189(java.sql.Timestamp)][createdTxStamp,2019-05-13
>> > 19:21:52.685(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13
>> > 19:22:12.445(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
>> >
>> 19:22:12.445(java.sql.Timestamp)][productId,RentalShip(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()].
>> > Rolling back transaction.
>> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
>> an
>> > entity that does not exist, entity:
>> >
>> [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13
>> > 19:21:53.189(java.sql.Timestamp)][createdTxStamp,2019-05-13
>> > 19:21:52.685(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13
>> > 19:22:12.445(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
>> >
>> 19:22:12.445(java.sql.Timestamp)][productId,RentalShip(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270)
>> > ~[ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203)
>> > ~[ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
>> > ~[ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
>> > ~[ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
>> > [ofbiz.jar:?]
>> >         at
>> >
>> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
>> > [ofbiz.jar:?]
>> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
>> > [ofbiz.jar:?]
>> > 2019-05-13 19:22:12,457 |main                 |TransactionUtil
>> >    |I| Transaction rolled back
>> > 2019-05-13 19:22:12,457 |main                 |GenericDelegator
>> >   |W| org.apache.ofbiz.entity.GenericEntityException:
>> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to update
>> an
>> > entity that does not exist, entity:
>> >
>> [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13
>> > 19:21:53.189(java.sql.Timestamp)][createdTxStamp,2019-05-13
>> > 19:21:52.685(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13
>> > 19:22:12.445(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
>> >
>> 19:22:12.445(java.sql.Timestamp)][productId,RentalShip(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()]
>> > (Tried to update an entity that does not exist, entity:
>> >
>> [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13
>> > 19:21:53.189(java.sql.Timestamp)][createdTxStamp,2019-05-13
>> > 19:21:52.685(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13
>> > 19:22:12.445(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
>> >
>> 19:22:12.445(java.sql.Timestamp)][productId,RentalShip(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()])
>> > 2019-05-13 19:22:13,161 |main                 |TestRunContainer
>> >   |I| [JUNIT] Results for test suite: shoppingcarttests
>> > 2019-05-13 19:22:13,161 |main                 |TestRunContainer
>> >   |I| [JUNIT] Pass: false | # Tests: 6 | # Failed: 3 # Errors: 0
>> > 2019-05-13 19:22:13,161 |main                 |TestRunContainer
>> >   |I| [JUNIT] ----------------------------- ERRORS
>> > ----------------------------- [JUNIT]
>> > 2019-05-13 19:22:13,161 |main                 |TestRunContainer
>> >   |I| None
>> > 2019-05-13 19:22:13,161 |main                 |TestRunContainer
>> >   |I| [JUNIT]
>> > ------------------------------------------------------------------
>> [JUNIT]
>> > 2019-05-13 19:22:13,161 |main                 |TestRunContainer
>> >   |I| [JUNIT] ---------------------------- FAILURES
>> > ---------------------------- [JUNIT]
>> > 2019-05-13 19:22:13,161 |main                 |TestRunContainer
>> >   |I| -->
>> > productRentalOrder-test(org.apache.ofbiz.testtools.SimpleMethodTest):
>> > Warning: no shipments created; could not find anything ready and
>> needing to
>> > be shipped.
>> > 2019-05-13 19:22:13,161 |main                 |TestRunContainer
>> >   |I| junit.framework.AssertionFailedError: Warning: no shipments
>> created;
>> > could not find anything ready and needing to be shipped.
>> >         at
>> >
>> org.apache.ofbiz.testtools.SimpleMethodTest.run(SimpleMethodTest.java:98)
>> >         at junit.framework.TestSuite.runTest(TestSuite.java:252)
>> >         at junit.framework.TestSuite.run(TestSuite.java:247)
>> >         at
>> >
>> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:89)
>> >         at
>> >
>> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
>> >         at
>> >
>> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
>> >         at
>> >
>> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
>> >         at
>> >
>> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
>> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
>> >
>> > 2019-05-13 19:22:13,161 |main                 |TestRunContainer
>> >   |I| -->
>> > productServiceOrder-test(org.apache.ofbiz.testtools.SimpleMethodTest):
>> > Warning: no shipments created; could not find anything ready and
>> needing to
>> > be shipped.
>> > 2019-05-13 19:22:13,161 |main                 |TestRunContainer
>> >   |I| junit.framework.AssertionFailedError: Warning: no shipments
>> created;
>> > could not find anything ready and needing to be shipped.
>> >         at
>> >
>> org.apache.ofbiz.testtools.SimpleMethodTest.run(SimpleMethodTest.java:98)
>> >         at junit.framework.TestSuite.runTest(TestSuite.java:252)
>> >         at junit.framework.TestSuite.run(TestSuite.java:247)
>> >         at
>> >
>> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:89)
>> >         at
>> >
>> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
>> >         at
>> >
>> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
>> >         at
>> >
>> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
>> >         at
>> >
>> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
>> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
>> >
>> > 2019-05-13 19:22:13,161 |main                 |TestRunContainer
>> >   |I| -->
>> >
>> configurableServiceOrder-test(org.apache.ofbiz.testtools.SimpleMethodTest):
>> > Warning: no shipments created; could not find anything ready and
>> needing to
>> > be shipped.
>> > 2019-05-13 19:22:13,161 |main                 |TestRunContainer
>> >   |I| junit.framework.AssertionFailedError: Warning: no shipments
>> created;
>> > could not find anything ready and needing to be shipped.
>> >         at
>> >
>> org.apache.ofbiz.testtools.SimpleMethodTest.run(SimpleMethodTest.java:98)
>> >         at junit.framework.TestSuite.runTest(TestSuite.java:252)
>> >         at junit.framework.TestSuite.run(TestSuite.java:247)
>> >         at
>> >
>> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:89)
>> >         at
>> >
>> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
>> >         at
>> >
>> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
>> >         at
>> >
>> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
>> >         at
>> >
>> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
>> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
>> >
>> > 2019-05-13 19:22:13,161 |main                 |TestRunContainer
>> >   |I| [JUNIT]
>> > ------------------------------------------------------------------
>> [JUNIT]
>> > org.apache.ofbiz.base.start.StartupException: Cannot start()
>> > org.apache.ofbiz.testtools.TestRunContainer (Test run was unsuccessful)
>> >         at
>> >
>> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:159)
>> >         at
>> >
>> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
>> >         at
>> >
>> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
>> >         at
>> >
>> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
>> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
>> > Caused by: org.apache.ofbiz.base.container.ContainerException: Test run
>> > was unsuccessful
>> >         at
>> >
>> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:100)
>> >         at
>> >
>> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
>> >         ... 4 more
>> >
>> > > Task :ofbiz --test component=order --test suitename=shoppingcarttests
>> > FAILED
>> >
>> > > Task :createTestReports
>> > Trying to override old definition of datatype junitreport
>> > [ant:junitreport] the file
>> > /home/mthl/src/ofbiz/runtime/logs/test-results/TESTS-TestSuites.xml is
>> not
>> > a valid testsuite XML document
>> >
>> > FAILURE: Build failed with an exception.
>> >
>> > * What went wrong:
>> > Execution failed for task ':ofbiz --test component=order --test
>> > suitename=shoppingcarttests'.
>> > > Process 'command
>> >
>> '/gnu/store/qgv40p2h2xzpgd7l99dy7ria65an8rjm-icedtea-3.7.0-jdk/bin/java''
>> > finished with non-zero exit value 1
>> >
>> > * Try:
>> > Run with --stacktrace option to get the stack trace. Run with --info or
>> > --debug option to get more log output. Run with --scan to get full
>> insights.
>> >
>> > * Get more help at https://help.gradle.org
>> >
>> > BUILD FAILED in 44s
>> > 9 actionable tasks: 7 executed, 2 up-to-date
>> > --8<---------------cut here---------------end--------------->8---
>> >
>> > If you understand the error (personally I don't) please fix it ASAP
>> > otherwise please revert.
>> >
>> > Thanks.
>> >
>> > --
>> > Mathieu Lirzin
>> > GPG: F2A3 8D7E EB2B 6640 5761  070D 0ADE E100 9460 4D37
>> >
>>
>
Reply | Threaded
Open this post in threaded view
|

Re: svn commit: r1858270 [1/3] - in /ofbiz/ofbiz-framework/trunk/applications: datamodel/data/demo/ datamodel/data/seed/ datamodel/entitydef/ order/config/ order/data/ order/entitydef/ order/groovyScripts/allocationplan/ order/servicedef/ order/src/main/ja...

Deepak Dixit-4
Thanks Suraj.

Thanks & Regards
--
Deepak Dixit

On Wed, May 15, 2019 at 11:49 AM Suraj Khurana <[hidden email]>
wrote:

> Done at rev #1859267
>
> --
> Best Regards,
> Suraj Khurana
> Technical Consultant
>
>
>
>
>
> On Wed, May 15, 2019 at 11:31 AM Suraj Khurana <[hidden email]>
> wrote:
>
> > Thanks Deepak. Yes, it is due to same block that Deepak has mentioned.
> >
> > I checked on my local machine and everything works fine after handling
> > this code block.
> > I will modify the condition little bit and commit in sometime.
> >
> > --
> > Best Regards,
> > Suraj Khurana
> > Technical Consultant
> >
> >
> >
> >
> >
> > On Wed, May 15, 2019 at 11:13 AM Deepak Dixit <
> > [hidden email]> wrote:
> >
> >> It seems following code causing the issue from this commit:
> >>
> >> ==================
> >> Modified:
> >>
> >>
> ofbiz/ofbiz-framework/trunk/applications/order/src/main/java/org/apache/ofbiz/order/order/OrderServices.java
> >> URL:
> >>
> >>
> http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/order/src/main/java/org/apache/ofbiz/order/order/OrderServices.java?rev=1858270&r1=1858269&r2=1858270&view=diff
> >>
> >>
> ==============================================================================
> >> ---
> >>
> >>
> ofbiz/ofbiz-framework/trunk/applications/order/src/main/java/org/apache/ofbiz/order/order/OrderServices.java
> >> (original)
> >> +++
> >>
> >>
> ofbiz/ofbiz-framework/trunk/applications/order/src/main/java/org/apache/ofbiz/order/order/OrderServices.java
> >> Sat Apr 27 13:05:30 2019
> >> @@ -1205,6 +1205,13 @@ public class OrderServices {
> >>                      }
> >>                      GenericValue orderItem =
> >> itemValuesBySeqId.get(orderItemShipGroupAssoc.get("orderItemSeqId"));
> >>                      if ("SALES_ORDER".equals(orderTypeId) && orderItem
> !=
> >> null) {
> >> +                        //If the 'autoReserve' flag is not set for the
> >> order item, don't reserve the inventory
> >> +                        String autoReserve =
> >> OrderReadHelper.getOrderItemAttribute(orderItem, "autoReserve");
> >> +                        if (autoReserve == null ||
> >> !"true".equals(autoReserve)) {
> >> +                             continue;
> >> +                        }
> >> +                    }
> >> +
> >> ==================
> >>
> >> Thanks & Regards
> >> --
> >> Deepak Dixit
> >> www.hotwax.co
> >>
> >>
> >>
> >> > 2019-05-13 19:22:12,216 |main                 |TransactionUtil
> >> >    |I| Transaction rolled back
> >> > 2019-05-13 19:22:12,216 |main                 |GenericDelegator
> >> >   |W| org.apache.ofbiz.entity.GenericEntityException:
> >> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to
> update
> >> an
> >> > entity that does not exist, entity:
> >> >
> >>
> [GenericEntity:InventoryItem][accountingQuantityTotal,null()][activationNumber,null()][activationValidThru,null()][availableToPromiseTotal,1.000000(java.math.BigDecimal)][binNumber,null()][comments,null()][containerId,null()][createdStamp,2019-05-13
> >> > 19:21:57.278(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >> >
> >>
> 19:21:55.827(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][datetimeManufactured,null()][datetimeReceived,null()][expireDate,null()][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][inventoryItemId,10100(java.lang.String)][inventoryItemTypeId,SERIALIZED_INV_ITEM(java.lang.String)][lastUpdatedStamp,2019-05-13
> >> > 19:22:12.214(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >> >
> >>
> 19:22:12.214(java.sql.Timestamp)][locationSeqId,null()][lotId,null()][oldAvailableToPromise,null()][oldQuantityOnHand,null()][ownerPartyId,Company(java.lang.String)][partyId,null()][productId,SV-1001(java.lang.String)][quantityOnHandTotal,1.000000(java.math.BigDecimal)][serialNumber,null()][softIdentifier,null()][statusId,INV_AVAILABLE(java.lang.String)][unitCost,0.000000(java.math.BigDecimal)][uomId,null()]
> >> > (Tried to update an entity that does not exist, entity:
> >> >
> >>
> [GenericEntity:InventoryItem][accountingQuantityTotal,null()][activationNumber,null()][activationValidThru,null()][availableToPromiseTotal,1.000000(java.math.BigDecimal)][binNumber,null()][comments,null()][containerId,null()][createdStamp,2019-05-13
> >> > 19:21:57.278(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >> >
> >>
> 19:21:55.827(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][datetimeManufactured,null()][datetimeReceived,null()][expireDate,null()][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][inventoryItemId,10100(java.lang.String)][inventoryItemTypeId,SERIALIZED_INV_ITEM(java.lang.String)][lastUpdatedStamp,2019-05-13
> >> > 19:22:12.214(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >> >
> >>
> 19:22:12.214(java.sql.Timestamp)][locationSeqId,null()][lotId,null()][oldAvailableToPromise,null()][oldQuantityOnHand,null()][ownerPartyId,Company(java.lang.String)][partyId,null()][productId,SV-1001(java.lang.String)][quantityOnHandTotal,1.000000(java.math.BigDecimal)][serialNumber,null()][softIdentifier,null()][statusId,INV_AVAILABLE(java.lang.String)][unitCost,0.000000(java.math.BigDecimal)][uomId,null()])
> >> > 2019-05-13 19:22:12,218 |main                 |TransactionUtil
> >> >    |W| Calling transaction setRollbackOnly; this stack trace shows
> where
> >> > this is happening:
> >> > java.lang.Exception: rollback called in Entity Engine SQLProcessor
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> >> > [ofbiz.jar:?]
> >> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> >> > [ofbiz.jar:?]
> >> > 2019-05-13 19:22:12,218 |main                 |GenericDelegator
> >> >   |E| Failure in store operation for entity [InventoryItem]:
> >> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to
> update
> >> an
> >> > entity that does not exist, entity:
> >> >
> >>
> [GenericEntity:InventoryItem][accountingQuantityTotal,null()][activationNumber,null()][activationValidThru,null()][availableToPromiseTotal,null()][binNumber,null()][comments,null()][containerId,null()][createdStamp,2019-05-13
> >> > 19:21:57.278(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >> >
> >>
> 19:21:55.827(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][datetimeManufactured,null()][datetimeReceived,null()][expireDate,null()][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][inventoryItemId,10100(java.lang.String)][inventoryItemTypeId,SERIALIZED_INV_ITEM(java.lang.String)][lastUpdatedStamp,2019-05-13
> >> > 19:22:12.218(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >> >
> >>
> 19:22:12.218(java.sql.Timestamp)][locationSeqId,null()][lotId,null()][oldAvailableToPromise,null()][oldQuantityOnHand,null()][ownerPartyId,Company(java.lang.String)][partyId,null()][productId,SV-1001(java.lang.String)][quantityOnHandTotal,null()][serialNumber,null()][softIdentifier,null()][statusId,INV_AVAILABLE(java.lang.String)][unitCost,0.000000(java.math.BigDecimal)][uomId,null()].
> >> > Rolling back transaction.
> >> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to
> update
> >> an
> >> > entity that does not exist, entity:
> >> >
> >>
> [GenericEntity:InventoryItem][accountingQuantityTotal,null()][activationNumber,null()][activationValidThru,null()][availableToPromiseTotal,null()][binNumber,null()][comments,null()][containerId,null()][createdStamp,2019-05-13
> >> > 19:21:57.278(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >> >
> >>
> 19:21:55.827(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][datetimeManufactured,null()][datetimeReceived,null()][expireDate,null()][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][inventoryItemId,10100(java.lang.String)][inventoryItemTypeId,SERIALIZED_INV_ITEM(java.lang.String)][lastUpdatedStamp,2019-05-13
> >> > 19:22:12.218(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >> >
> >>
> 19:22:12.218(java.sql.Timestamp)][locationSeqId,null()][lotId,null()][oldAvailableToPromise,null()][oldQuantityOnHand,null()][ownerPartyId,Company(java.lang.String)][partyId,null()][productId,SV-1001(java.lang.String)][quantityOnHandTotal,null()][serialNumber,null()][softIdentifier,null()][statusId,INV_AVAILABLE(java.lang.String)][unitCost,0.000000(java.math.BigDecimal)][uomId,null()]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270)
> >> > ~[ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203)
> >> > ~[ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> >> > ~[ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> >> > ~[ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> >> > [ofbiz.jar:?]
> >> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> >> > [ofbiz.jar:?]
> >> > 2019-05-13 19:22:12,219 |main                 |TransactionUtil
> >> >    |I| Transaction rolled back
> >> > 2019-05-13 19:22:12,219 |main                 |GenericDelegator
> >> >   |W| org.apache.ofbiz.entity.GenericEntityException:
> >> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to
> update
> >> an
> >> > entity that does not exist, entity:
> >> >
> >>
> [GenericEntity:InventoryItem][accountingQuantityTotal,null()][activationNumber,null()][activationValidThru,null()][availableToPromiseTotal,null()][binNumber,null()][comments,null()][containerId,null()][createdStamp,2019-05-13
> >> > 19:21:57.278(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >> >
> >>
> 19:21:55.827(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][datetimeManufactured,null()][datetimeReceived,null()][expireDate,null()][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][inventoryItemId,10100(java.lang.String)][inventoryItemTypeId,SERIALIZED_INV_ITEM(java.lang.String)][lastUpdatedStamp,2019-05-13
> >> > 19:22:12.218(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >> >
> >>
> 19:22:12.218(java.sql.Timestamp)][locationSeqId,null()][lotId,null()][oldAvailableToPromise,null()][oldQuantityOnHand,null()][ownerPartyId,Company(java.lang.String)][partyId,null()][productId,SV-1001(java.lang.String)][quantityOnHandTotal,null()][serialNumber,null()][softIdentifier,null()][statusId,INV_AVAILABLE(java.lang.String)][unitCost,0.000000(java.math.BigDecimal)][uomId,null()]
> >> > (Tried to update an entity that does not exist, entity:
> >> >
> >>
> [GenericEntity:InventoryItem][accountingQuantityTotal,null()][activationNumber,null()][activationValidThru,null()][availableToPromiseTotal,null()][binNumber,null()][comments,null()][containerId,null()][createdStamp,2019-05-13
> >> > 19:21:57.278(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >> >
> >>
> 19:21:55.827(java.sql.Timestamp)][currencyUomId,USD(java.lang.String)][datetimeManufactured,null()][datetimeReceived,null()][expireDate,null()][facilityId,WebStoreWarehouse(java.lang.String)][fixedAssetId,null()][inventoryItemId,10100(java.lang.String)][inventoryItemTypeId,SERIALIZED_INV_ITEM(java.lang.String)][lastUpdatedStamp,2019-05-13
> >> > 19:22:12.218(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >> >
> >>
> 19:22:12.218(java.sql.Timestamp)][locationSeqId,null()][lotId,null()][oldAvailableToPromise,null()][oldQuantityOnHand,null()][ownerPartyId,Company(java.lang.String)][partyId,null()][productId,SV-1001(java.lang.String)][quantityOnHandTotal,null()][serialNumber,null()][softIdentifier,null()][statusId,INV_AVAILABLE(java.lang.String)][unitCost,0.000000(java.math.BigDecimal)][uomId,null()])
> >> > 2019-05-13 19:22:12,305 |main                 |TransactionUtil
> >> >    |W| Calling transaction setRollbackOnly; this stack trace shows
> where
> >> > this is happening:
> >> > java.lang.Exception: rollback called in Entity Engine SQLProcessor
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> >> > [ofbiz.jar:?]
> >> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> >> > [ofbiz.jar:?]
> >> > 2019-05-13 19:22:12,305 |main                 |GenericDelegator
> >> >   |E| Failure in store operation for entity [ProductCalculatedInfo]:
> >> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to
> update
> >> an
> >> > entity that does not exist, entity:
> >> >
> >>
> [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13
> >> > 19:21:56.228(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >> > 19:21:55.827(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13
> >> > 19:22:12.305(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >> >
> >>
> 19:22:12.305(java.sql.Timestamp)][productId,SV-1001(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()].
> >> > Rolling back transaction.
> >> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to
> update
> >> an
> >> > entity that does not exist, entity:
> >> >
> >>
> [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13
> >> > 19:21:56.228(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >> > 19:21:55.827(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13
> >> > 19:22:12.305(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >> >
> >>
> 19:22:12.305(java.sql.Timestamp)][productId,SV-1001(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270)
> >> > ~[ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203)
> >> > ~[ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> >> > ~[ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> >> > ~[ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> >> > [ofbiz.jar:?]
> >> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> >> > [ofbiz.jar:?]
> >> > 2019-05-13 19:22:12,305 |main                 |TransactionUtil
> >> >    |I| Transaction rolled back
> >> > 2019-05-13 19:22:12,306 |main                 |GenericDelegator
> >> >   |W| org.apache.ofbiz.entity.GenericEntityException:
> >> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to
> update
> >> an
> >> > entity that does not exist, entity:
> >> >
> >>
> [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13
> >> > 19:21:56.228(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >> > 19:21:55.827(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13
> >> > 19:22:12.305(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >> >
> >>
> 19:22:12.305(java.sql.Timestamp)][productId,SV-1001(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()]
> >> > (Tried to update an entity that does not exist, entity:
> >> >
> >>
> [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13
> >> > 19:21:56.228(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >> > 19:21:55.827(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13
> >> > 19:22:12.305(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >> >
> >>
> 19:22:12.305(java.sql.Timestamp)][productId,SV-1001(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()])
> >> > 2019-05-13 19:22:12,317 |main                 |TransactionUtil
> >> >    |W| Calling transaction setRollbackOnly; this stack trace shows
> where
> >> > this is happening:
> >> > java.lang.Exception: rollback called in Entity Engine SQLProcessor
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> >> > [ofbiz.jar:?]
> >> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> >> > [ofbiz.jar:?]
> >> > 2019-05-13 19:22:12,317 |main                 |GenericDelegator
> >> >   |E| Failure in store operation for entity [OrderItem]:
> >> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to
> update
> >> an
> >> > entity that does not exist, entity:
> >> >
> >>
> [GenericEntity:OrderItem][autoCancelDate,null()][budgetId,null()][budgetItemSeqId,null()][cancelBackOrderDate,null()][cancelQuantity,null()][changeByUserLoginId,DemoCustomer(java.lang.String)][comments,null()][correspondingPoId,null()][createdStamp,2019-05-13
> >> > 19:21:53.554(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >> >
> >>
> 19:21:52.685(java.sql.Timestamp)][deploymentId,null()][dontCancelSetDate,null()][dontCancelSetUserLogin,null()][estimatedDeliveryDate,null()][estimatedShipDate,null()][externalId,null()][fromInventoryItemId,null()][isItemGroupPrimary,null()][isModifiedPrice,N(java.lang.String)][isPromo,N(java.lang.String)][itemDescription,Rental
> >> > Shipping(java.lang.String)][lastUpdatedStamp,2019-05-13
> >> > 19:22:12.306(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >> >
> >>
> 19:22:12.306(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderItemGroupSeqId,null()][orderItemSeqId,00001(java.lang.String)][orderItemTypeId,RENTAL_ORDER_ITEM(java.lang.String)][overrideGlAccountId,null()][prodCatalogId,DemoCatalog(java.lang.String)][productCategoryId,null()][productFeatureId,null()][productId,RentalShip(java.lang.String)][quantity,1.000000(java.math.BigDecimal)][quoteId,null()][quoteItemSeqId,null()][recurringFreqUomId,null()][reserveAfterDate,null()][salesOpportunityId,null()][selectedAmount,0.000000(java.math.BigDecimal)][shipAfterDate,null()][shipBeforeDate,null()][shoppingListId,null()][shoppingListItemSeqId,null()][statusId,ITEM_CREATED(java.lang.String)][subscriptionId,null()][supplierProductId,null()][syncStatusId,null()][unitAverageCost,null()][unitListPrice,15.000(java.math.BigDecimal)][unitPrice,15.990(java.math.BigDecimal)][unitRecurringPrice,null()].
> >> > Rolling back transaction.
> >> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to
> update
> >> an
> >> > entity that does not exist, entity:
> >> >
> >>
> [GenericEntity:OrderItem][autoCancelDate,null()][budgetId,null()][budgetItemSeqId,null()][cancelBackOrderDate,null()][cancelQuantity,null()][changeByUserLoginId,DemoCustomer(java.lang.String)][comments,null()][correspondingPoId,null()][createdStamp,2019-05-13
> >> > 19:21:53.554(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >> >
> >>
> 19:21:52.685(java.sql.Timestamp)][deploymentId,null()][dontCancelSetDate,null()][dontCancelSetUserLogin,null()][estimatedDeliveryDate,null()][estimatedShipDate,null()][externalId,null()][fromInventoryItemId,null()][isItemGroupPrimary,null()][isModifiedPrice,N(java.lang.String)][isPromo,N(java.lang.String)][itemDescription,Rental
> >> > Shipping(java.lang.String)][lastUpdatedStamp,2019-05-13
> >> > 19:22:12.306(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >> >
> >>
> 19:22:12.306(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderItemGroupSeqId,null()][orderItemSeqId,00001(java.lang.String)][orderItemTypeId,RENTAL_ORDER_ITEM(java.lang.String)][overrideGlAccountId,null()][prodCatalogId,DemoCatalog(java.lang.String)][productCategoryId,null()][productFeatureId,null()][productId,RentalShip(java.lang.String)][quantity,1.000000(java.math.BigDecimal)][quoteId,null()][quoteItemSeqId,null()][recurringFreqUomId,null()][reserveAfterDate,null()][salesOpportunityId,null()][selectedAmount,0.000000(java.math.BigDecimal)][shipAfterDate,null()][shipBeforeDate,null()][shoppingListId,null()][shoppingListItemSeqId,null()][statusId,ITEM_CREATED(java.lang.String)][subscriptionId,null()][supplierProductId,null()][syncStatusId,null()][unitAverageCost,null()][unitListPrice,15.000(java.math.BigDecimal)][unitPrice,15.990(java.math.BigDecimal)][unitRecurringPrice,null()]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270)
> >> > ~[ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203)
> >> > ~[ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> >> > ~[ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> >> > ~[ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> >> > [ofbiz.jar:?]
> >> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> >> > [ofbiz.jar:?]
> >> > 2019-05-13 19:22:12,318 |main                 |TransactionUtil
> >> >    |I| Transaction rolled back
> >> > 2019-05-13 19:22:12,318 |main                 |GenericDelegator
> >> >   |W| org.apache.ofbiz.entity.GenericEntityException:
> >> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to
> update
> >> an
> >> > entity that does not exist, entity:
> >> >
> >>
> [GenericEntity:OrderItem][autoCancelDate,null()][budgetId,null()][budgetItemSeqId,null()][cancelBackOrderDate,null()][cancelQuantity,null()][changeByUserLoginId,DemoCustomer(java.lang.String)][comments,null()][correspondingPoId,null()][createdStamp,2019-05-13
> >> > 19:21:53.554(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >> >
> >>
> 19:21:52.685(java.sql.Timestamp)][deploymentId,null()][dontCancelSetDate,null()][dontCancelSetUserLogin,null()][estimatedDeliveryDate,null()][estimatedShipDate,null()][externalId,null()][fromInventoryItemId,null()][isItemGroupPrimary,null()][isModifiedPrice,N(java.lang.String)][isPromo,N(java.lang.String)][itemDescription,Rental
> >> > Shipping(java.lang.String)][lastUpdatedStamp,2019-05-13
> >> > 19:22:12.306(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >> >
> >>
> 19:22:12.306(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderItemGroupSeqId,null()][orderItemSeqId,00001(java.lang.String)][orderItemTypeId,RENTAL_ORDER_ITEM(java.lang.String)][overrideGlAccountId,null()][prodCatalogId,DemoCatalog(java.lang.String)][productCategoryId,null()][productFeatureId,null()][productId,RentalShip(java.lang.String)][quantity,1.000000(java.math.BigDecimal)][quoteId,null()][quoteItemSeqId,null()][recurringFreqUomId,null()][reserveAfterDate,null()][salesOpportunityId,null()][selectedAmount,0.000000(java.math.BigDecimal)][shipAfterDate,null()][shipBeforeDate,null()][shoppingListId,null()][shoppingListItemSeqId,null()][statusId,ITEM_CREATED(java.lang.String)][subscriptionId,null()][supplierProductId,null()][syncStatusId,null()][unitAverageCost,null()][unitListPrice,15.000(java.math.BigDecimal)][unitPrice,15.990(java.math.BigDecimal)][unitRecurringPrice,null()]
> >> > (Tried to update an entity that does not exist, entity:
> >> >
> >>
> [GenericEntity:OrderItem][autoCancelDate,null()][budgetId,null()][budgetItemSeqId,null()][cancelBackOrderDate,null()][cancelQuantity,null()][changeByUserLoginId,DemoCustomer(java.lang.String)][comments,null()][correspondingPoId,null()][createdStamp,2019-05-13
> >> > 19:21:53.554(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >> >
> >>
> 19:21:52.685(java.sql.Timestamp)][deploymentId,null()][dontCancelSetDate,null()][dontCancelSetUserLogin,null()][estimatedDeliveryDate,null()][estimatedShipDate,null()][externalId,null()][fromInventoryItemId,null()][isItemGroupPrimary,null()][isModifiedPrice,N(java.lang.String)][isPromo,N(java.lang.String)][itemDescription,Rental
> >> > Shipping(java.lang.String)][lastUpdatedStamp,2019-05-13
> >> > 19:22:12.306(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >> >
> >>
> 19:22:12.306(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderItemGroupSeqId,null()][orderItemSeqId,00001(java.lang.String)][orderItemTypeId,RENTAL_ORDER_ITEM(java.lang.String)][overrideGlAccountId,null()][prodCatalogId,DemoCatalog(java.lang.String)][productCategoryId,null()][productFeatureId,null()][productId,RentalShip(java.lang.String)][quantity,1.000000(java.math.BigDecimal)][quoteId,null()][quoteItemSeqId,null()][recurringFreqUomId,null()][reserveAfterDate,null()][salesOpportunityId,null()][selectedAmount,0.000000(java.math.BigDecimal)][shipAfterDate,null()][shipBeforeDate,null()][shoppingListId,null()][shoppingListItemSeqId,null()][statusId,ITEM_CREATED(java.lang.String)][subscriptionId,null()][supplierProductId,null()][syncStatusId,null()][unitAverageCost,null()][unitListPrice,15.000(java.math.BigDecimal)][unitPrice,15.990(java.math.BigDecimal)][unitRecurringPrice,null()])
> >> > 2019-05-13 19:22:12,330 |main                 |TransactionUtil
> >> >    |W| Calling transaction setRollbackOnly; this stack trace shows
> where
> >> > this is happening:
> >> > java.lang.Exception: rollback called in Entity Engine SQLProcessor
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> >> > [ofbiz.jar:?]
> >> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> >> > [ofbiz.jar:?]
> >> > 2019-05-13 19:22:12,330 |main                 |GenericDelegator
> >> >   |E| Failure in store operation for entity [OrderHeader]:
> >> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to
> update
> >> an
> >> > entity that does not exist, entity:
> >> >
> >>
> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
> >> > 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >> >
> >>
> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
> >> >
> >>
> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
> >> > 19:22:12.319(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >> >
> >>
> 19:22:12.319(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
> >> >
> >>
> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,2(java.lang.String)][productStoreId,9000(java.lang.String)][remainingSubTotal,43.17(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()].
> >> > Rolling back transaction.
> >> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to
> update
> >> an
> >> > entity that does not exist, entity:
> >> >
> >>
> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
> >> > 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >> >
> >>
> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
> >> >
> >>
> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
> >> > 19:22:12.319(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >> >
> >>
> 19:22:12.319(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
> >> >
> >>
> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,2(java.lang.String)][productStoreId,9000(java.lang.String)][remainingSubTotal,43.17(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270)
> >> > ~[ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203)
> >> > ~[ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> >> > ~[ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> >> > ~[ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> >> > [ofbiz.jar:?]
> >> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> >> > [ofbiz.jar:?]
> >> > 2019-05-13 19:22:12,331 |main                 |TransactionUtil
> >> >    |I| Transaction rolled back
> >> > 2019-05-13 19:22:12,331 |main                 |GenericDelegator
> >> >   |W| org.apache.ofbiz.entity.GenericEntityException:
> >> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to
> update
> >> an
> >> > entity that does not exist, entity:
> >> >
> >>
> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
> >> > 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >> >
> >>
> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
> >> >
> >>
> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
> >> > 19:22:12.319(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >> >
> >>
> 19:22:12.319(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
> >> >
> >>
> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,2(java.lang.String)][productStoreId,9000(java.lang.String)][remainingSubTotal,43.17(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]
> >> > (Tried to update an entity that does not exist, entity:
> >> >
> >>
> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
> >> > 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >> >
> >>
> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
> >> >
> >>
> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
> >> > 19:22:12.319(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >> >
> >>
> 19:22:12.319(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
> >> >
> >>
> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,2(java.lang.String)][productStoreId,9000(java.lang.String)][remainingSubTotal,43.17(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()])
> >> > 2019-05-13 19:22:12,332 |main                 |TransactionUtil
> >> >    |W| Calling transaction setRollbackOnly; this stack trace shows
> where
> >> > this is happening:
> >> > java.lang.Exception: rollback called in Entity Engine SQLProcessor
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> >> > [ofbiz.jar:?]
> >> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> >> > [ofbiz.jar:?]
> >> > 2019-05-13 19:22:12,332 |main                 |GenericDelegator
> >> >   |E| Failure in store operation for entity [OrderHeader]:
> >> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to
> update
> >> an
> >> > entity that does not exist, entity:
> >> >
> >>
> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
> >> > 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >> >
> >>
> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
> >> >
> >>
> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
> >> > 19:22:12.331(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >> >
> >>
> 19:22:12.331(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
> >> >
> >>
> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,43.17(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()].
> >> > Rolling back transaction.
> >> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to
> update
> >> an
> >> > entity that does not exist, entity:
> >> >
> >>
> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
> >> > 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >> >
> >>
> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
> >> >
> >>
> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
> >> > 19:22:12.331(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >> >
> >>
> 19:22:12.331(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
> >> >
> >>
> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,43.17(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270)
> >> > ~[ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203)
> >> > ~[ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> >> > ~[ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> >> > ~[ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> >> > [ofbiz.jar:?]
> >> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> >> > [ofbiz.jar:?]
> >> > 2019-05-13 19:22:12,332 |main                 |TransactionUtil
> >> >    |I| Transaction rolled back
> >> > 2019-05-13 19:22:12,333 |main                 |GenericDelegator
> >> >   |W| org.apache.ofbiz.entity.GenericEntityException:
> >> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to
> update
> >> an
> >> > entity that does not exist, entity:
> >> >
> >>
> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
> >> > 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >> >
> >>
> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
> >> >
> >>
> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
> >> > 19:22:12.331(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >> >
> >>
> 19:22:12.331(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
> >> >
> >>
> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,43.17(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]
> >> > (Tried to update an entity that does not exist, entity:
> >> >
> >>
> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
> >> > 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >> >
> >>
> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
> >> >
> >>
> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
> >> > 19:22:12.331(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >> >
> >>
> 19:22:12.331(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
> >> >
> >>
> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,43.17(java.math.BigDecimal)][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()])
> >> > 2019-05-13 19:22:12,366 |main                 |TransactionUtil
> >> >    |W| Calling transaction setRollbackOnly; this stack trace shows
> where
> >> > this is happening:
> >> > java.lang.Exception: rollback called in Entity Engine SQLProcessor
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> >> > [ofbiz.jar:?]
> >> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> >> > [ofbiz.jar:?]
> >> > 2019-05-13 19:22:12,366 |main                 |GenericDelegator
> >> >   |E| Failure in store operation for entity [OrderHeader]:
> >> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to
> update
> >> an
> >> > entity that does not exist, entity:
> >> >
> >>
> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
> >> > 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >> >
> >>
> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
> >> >
> >>
> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
> >> > 19:22:12.365(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >> >
> >>
> 19:22:12.365(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
> >> >
> >>
> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,null()][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()].
> >> > Rolling back transaction.
> >> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to
> update
> >> an
> >> > entity that does not exist, entity:
> >> >
> >>
> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
> >> > 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >> >
> >>
> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
> >> >
> >>
> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
> >> > 19:22:12.365(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >> >
> >>
> 19:22:12.365(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
> >> >
> >>
> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,null()][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270)
> >> > ~[ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203)
> >> > ~[ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> >> > ~[ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> >> > ~[ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> >> > [ofbiz.jar:?]
> >> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> >> > [ofbiz.jar:?]
> >> > 2019-05-13 19:22:12,367 |main                 |TransactionUtil
> >> >    |I| Transaction rolled back
> >> > 2019-05-13 19:22:12,367 |main                 |GenericDelegator
> >> >   |W| org.apache.ofbiz.entity.GenericEntityException:
> >> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to
> update
> >> an
> >> > entity that does not exist, entity:
> >> >
> >>
> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
> >> > 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >> >
> >>
> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
> >> >
> >>
> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
> >> > 19:22:12.365(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >> >
> >>
> 19:22:12.365(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
> >> >
> >>
> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,null()][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()]
> >> > (Tried to update an entity that does not exist, entity:
> >> >
> >>
> [GenericEntity:OrderHeader][agreementId,null()][autoOrderShoppingListId,null()][billingAccountId,null()][createdBy,DemoCustomer(java.lang.String)][createdStamp,2019-05-13
> >> > 19:21:53.326(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >> >
> >>
> 19:21:52.685(java.sql.Timestamp)][currencyUom,USD(java.lang.String)][entryDate,2019-05-13
> >> >
> >>
> 19:21:53.186(java.sql.Timestamp)][externalId,null()][firstAttemptOrderId,null()][grandTotal,43.17(java.math.BigDecimal)][internalCode,null()][invoicePerShipment,Y(java.lang.String)][isRushOrder,null()][isViewed,null()][lastUpdatedStamp,2019-05-13
> >> > 19:22:12.365(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >> >
> >>
> 19:22:12.365(java.sql.Timestamp)][needsInventoryIssuance,null()][orderDate,2019-05-13
> >> >
> >>
> 19:21:53.186(java.sql.Timestamp)][orderId,WSCO10101(java.lang.String)][orderName,null()][orderTypeId,SALES_ORDER(java.lang.String)][originFacilityId,WebStoreWarehouse(java.lang.String)][pickSheetPrintedDate,null()][priority,null()][productStoreId,9000(java.lang.String)][remainingSubTotal,null()][salesChannelEnumId,WEB_SALES_CHANNEL(java.lang.String)][statusId,ORDER_CREATED(java.lang.String)][syncStatusId,null()][terminalId,null()][transactionId,null()][visitId,null()][webSiteId,null()])
> >> > 2019-05-13 19:22:12,457 |main                 |TransactionUtil
> >> >    |W| Calling transaction setRollbackOnly; this stack trace shows
> where
> >> > this is happening:
> >> > java.lang.Exception: rollback called in Entity Engine SQLProcessor
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:358)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.jdbc.SQLProcessor.rollback(SQLProcessor.java:185)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:205)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> >> > [ofbiz.jar:?]
> >> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> >> > [ofbiz.jar:?]
> >> > 2019-05-13 19:22:12,457 |main                 |GenericDelegator
> >> >   |E| Failure in store operation for entity [ProductCalculatedInfo]:
> >> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to
> update
> >> an
> >> > entity that does not exist, entity:
> >> >
> >>
> [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13
> >> > 19:21:53.189(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >> > 19:21:52.685(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13
> >> > 19:22:12.445(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >> >
> >>
> 19:22:12.445(java.sql.Timestamp)][productId,RentalShip(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()].
> >> > Rolling back transaction.
> >> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to
> update
> >> an
> >> > entity that does not exist, entity:
> >> >
> >>
> [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13
> >> > 19:21:53.189(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >> > 19:21:52.685(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13
> >> > 19:22:12.445(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >> >
> >>
> 19:22:12.445(java.sql.Timestamp)][productId,RentalShip(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericDAO.singleUpdate(GenericDAO.java:270)
> >> > ~[ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericDAO.customUpdate(GenericDAO.java:203)
> >> > ~[ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericDAO.update(GenericDAO.java:197)
> >> > ~[ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.datasource.GenericHelperDAO.store(GenericHelperDAO.java:173)
> >> > ~[ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.GenericDelegator.store(GenericDelegator.java:1211)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.entity.GenericDelegator.rollback(GenericDelegator.java:2550)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:91)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> >> > [ofbiz.jar:?]
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> >> > [ofbiz.jar:?]
> >> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> >> > [ofbiz.jar:?]
> >> > 2019-05-13 19:22:12,457 |main                 |TransactionUtil
> >> >    |I| Transaction rolled back
> >> > 2019-05-13 19:22:12,457 |main                 |GenericDelegator
> >> >   |W| org.apache.ofbiz.entity.GenericEntityException:
> >> > org.apache.ofbiz.entity.GenericEntityNotFoundException: Tried to
> update
> >> an
> >> > entity that does not exist, entity:
> >> >
> >>
> [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13
> >> > 19:21:53.189(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >> > 19:21:52.685(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13
> >> > 19:22:12.445(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >> >
> >>
> 19:22:12.445(java.sql.Timestamp)][productId,RentalShip(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()]
> >> > (Tried to update an entity that does not exist, entity:
> >> >
> >>
> [GenericEntity:ProductCalculatedInfo][averageCustomerRating,null()][createdStamp,2019-05-13
> >> > 19:21:53.189(java.sql.Timestamp)][createdTxStamp,2019-05-13
> >> > 19:21:52.685(java.sql.Timestamp)][lastUpdatedStamp,2019-05-13
> >> > 19:22:12.445(java.sql.Timestamp)][lastUpdatedTxStamp,2019-05-13
> >> >
> >>
> 19:22:12.445(java.sql.Timestamp)][productId,RentalShip(java.lang.String)][totalQuantityOrdered,1.000000(java.math.BigDecimal)][totalTimesViewed,null()])
> >> > 2019-05-13 19:22:13,161 |main                 |TestRunContainer
> >> >   |I| [JUNIT] Results for test suite: shoppingcarttests
> >> > 2019-05-13 19:22:13,161 |main                 |TestRunContainer
> >> >   |I| [JUNIT] Pass: false | # Tests: 6 | # Failed: 3 # Errors: 0
> >> > 2019-05-13 19:22:13,161 |main                 |TestRunContainer
> >> >   |I| [JUNIT] ----------------------------- ERRORS
> >> > ----------------------------- [JUNIT]
> >> > 2019-05-13 19:22:13,161 |main                 |TestRunContainer
> >> >   |I| None
> >> > 2019-05-13 19:22:13,161 |main                 |TestRunContainer
> >> >   |I| [JUNIT]
> >> > ------------------------------------------------------------------
> >> [JUNIT]
> >> > 2019-05-13 19:22:13,161 |main                 |TestRunContainer
> >> >   |I| [JUNIT] ---------------------------- FAILURES
> >> > ---------------------------- [JUNIT]
> >> > 2019-05-13 19:22:13,161 |main                 |TestRunContainer
> >> >   |I| -->
> >> > productRentalOrder-test(org.apache.ofbiz.testtools.SimpleMethodTest):
> >> > Warning: no shipments created; could not find anything ready and
> >> needing to
> >> > be shipped.
> >> > 2019-05-13 19:22:13,161 |main                 |TestRunContainer
> >> >   |I| junit.framework.AssertionFailedError: Warning: no shipments
> >> created;
> >> > could not find anything ready and needing to be shipped.
> >> >         at
> >> >
> >>
> org.apache.ofbiz.testtools.SimpleMethodTest.run(SimpleMethodTest.java:98)
> >> >         at junit.framework.TestSuite.runTest(TestSuite.java:252)
> >> >         at junit.framework.TestSuite.run(TestSuite.java:247)
> >> >         at
> >> >
> >>
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:89)
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> >> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> >> >
> >> > 2019-05-13 19:22:13,161 |main                 |TestRunContainer
> >> >   |I| -->
> >> > productServiceOrder-test(org.apache.ofbiz.testtools.SimpleMethodTest):
> >> > Warning: no shipments created; could not find anything ready and
> >> needing to
> >> > be shipped.
> >> > 2019-05-13 19:22:13,161 |main                 |TestRunContainer
> >> >   |I| junit.framework.AssertionFailedError: Warning: no shipments
> >> created;
> >> > could not find anything ready and needing to be shipped.
> >> >         at
> >> >
> >>
> org.apache.ofbiz.testtools.SimpleMethodTest.run(SimpleMethodTest.java:98)
> >> >         at junit.framework.TestSuite.runTest(TestSuite.java:252)
> >> >         at junit.framework.TestSuite.run(TestSuite.java:247)
> >> >         at
> >> >
> >>
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:89)
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> >> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> >> >
> >> > 2019-05-13 19:22:13,161 |main                 |TestRunContainer
> >> >   |I| -->
> >> >
> >>
> configurableServiceOrder-test(org.apache.ofbiz.testtools.SimpleMethodTest):
> >> > Warning: no shipments created; could not find anything ready and
> >> needing to
> >> > be shipped.
> >> > 2019-05-13 19:22:13,161 |main                 |TestRunContainer
> >> >   |I| junit.framework.AssertionFailedError: Warning: no shipments
> >> created;
> >> > could not find anything ready and needing to be shipped.
> >> >         at
> >> >
> >>
> org.apache.ofbiz.testtools.SimpleMethodTest.run(SimpleMethodTest.java:98)
> >> >         at junit.framework.TestSuite.runTest(TestSuite.java:252)
> >> >         at junit.framework.TestSuite.run(TestSuite.java:247)
> >> >         at
> >> >
> >>
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:89)
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> >> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> >> >
> >> > 2019-05-13 19:22:13,161 |main                 |TestRunContainer
> >> >   |I| [JUNIT]
> >> > ------------------------------------------------------------------
> >> [JUNIT]
> >> > org.apache.ofbiz.base.start.StartupException: Cannot start()
> >> > org.apache.ofbiz.testtools.TestRunContainer (Test run was
> unsuccessful)
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:159)
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:82)
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.start.StartupControlPanel.loadContainers(StartupControlPanel.java:201)
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:70)
> >> >         at org.apache.ofbiz.base.start.Start.main(Start.java:85)
> >> > Caused by: org.apache.ofbiz.base.container.ContainerException: Test
> run
> >> > was unsuccessful
> >> >         at
> >> >
> >>
> org.apache.ofbiz.testtools.TestRunContainer.start(TestRunContainer.java:100)
> >> >         at
> >> >
> >>
> org.apache.ofbiz.base.container.ContainerLoader.startLoadedContainers(ContainerLoader.java:157)
> >> >         ... 4 more
> >> >
> >> > > Task :ofbiz --test component=order --test
> suitename=shoppingcarttests
> >> > FAILED
> >> >
> >> > > Task :createTestReports
> >> > Trying to override old definition of datatype junitreport
> >> > [ant:junitreport] the file
> >> > /home/mthl/src/ofbiz/runtime/logs/test-results/TESTS-TestSuites.xml is
> >> not
> >> > a valid testsuite XML document
> >> >
> >> > FAILURE: Build failed with an exception.
> >> >
> >> > * What went wrong:
> >> > Execution failed for task ':ofbiz --test component=order --test
> >> > suitename=shoppingcarttests'.
> >> > > Process 'command
> >> >
> >>
> '/gnu/store/qgv40p2h2xzpgd7l99dy7ria65an8rjm-icedtea-3.7.0-jdk/bin/java''
> >> > finished with non-zero exit value 1
> >> >
> >> > * Try:
> >> > Run with --stacktrace option to get the stack trace. Run with --info
> or
> >> > --debug option to get more log output. Run with --scan to get full
> >> insights.
> >> >
> >> > * Get more help at https://help.gradle.org
> >> >
> >> > BUILD FAILED in 44s
> >> > 9 actionable tasks: 7 executed, 2 up-to-date
> >> > --8<---------------cut here---------------end--------------->8---
> >> >
> >> > If you understand the error (personally I don't) please fix it ASAP
> >> > otherwise please revert.
> >> >
> >> > Thanks.
> >> >
> >> > --
> >> > Mathieu Lirzin
> >> > GPG: F2A3 8D7E EB2B 6640 5761  070D 0ADE E100 9460 4D37
> >> >
> >>
> >
>