Hi Trash,

You restarted to often to soon after each shutdown.

Best regards,

Pierre Smits

*OFBiz Extensions Marketplace*
http://oem.ofbizci.net/oci-2/

On Sun, Nov 15, 2015 at 4:01 PM, <[email protected]> wrote:

> Hello.
>
> I'm about to learn ofbiz developement.
> In order to update my wip modules, I try to figure how to stop/restart the
> server.
> I noticed that after 3 or 4 restart, the server does not want to operate
> anymore.
>
> Here are the information on my case :
> Version installed : apache-ofbiz-13.07.02
> Command used for installation : ./ant load-demo
> Command executed for stopping : ./ant stop
> Command executed for restarting : ./ant start  > ./ofbiz.log 2>&1 &
> The only changes done in the configuration file are in
> /framework/webapp/config/url.properties :
>    port.https.enabled=N
>    force.http.host=Y
>
> The problem :
> After a few restart, I get the error "Couldn't create server socket(/
> 127.0.0.1:10523)" (log #1 paste at the end of this message),
> If i manually kill all java process,  I get the second log. the server is
> running, but doens't display any page.
>
> What did I do wrong ???
>
> Thank you for your help.
>
> ########################################## LOG #1
> Buildfile: /root/ofbiz/build.xml
>
> start:
>      [java] Start.java using configuration file
> org/ofbiz/base/start/start.properties
>      [java] Set OFBIZ_HOME to - /root/ofbiz
>      [java] Exception in thread "main"
> org.ofbiz.base.start.StartupException: Couldn't create server socket(/
> 127.0.0.1:10523)
>      [java]     at
> org.ofbiz.base.start.Start$AdminPortThread.<init>(Start.java:401)
>      [java]     at
> org.ofbiz.base.start.Start.createListenerThread(Start.java:157)
>      [java]     at org.ofbiz.base.start.Start.init(Start.java:227)
>      [java]     at org.ofbiz.base.start.Start.main(Start.java:127)
>      [java] Caused by: java.net.BindException: Address already in use
>      [java]     at java.net.PlainSocketImpl.socketBind(Native Method)
>      [java]     at java.net
> .AbstractPlainSocketImpl.bind(AbstractPlainSocketImpl.java:376)
>      [java]     at java.net.ServerSocket.bind(ServerSocket.java:376)
>      [java]     at java.net.ServerSocket.<init>(ServerSocket.java:237)
>      [java]     at
> org.ofbiz.base.start.Start$AdminPortThread.<init>(Start.java:399)
>      [java]     ... 3 more
>      [java] Java Result: 1
>
> BUILD SUCCESSFUL
> Total time: 1 second
>
>
>
>
> ########################################## LOG #2
> Buildfile: /root/ofbiz/build.xml
>
> start:
>      [java] Start.java using configuration file
> org/ofbiz/base/start/start.properties
>      [java] Set OFBIZ_HOME to - /root/ofbiz
>      [java] Admin socket configured on - /127.0.0.1:10523
>      [java] Loaded ESAPI properties from classpath
>      [java]   ========Master Configuration========
>      [java]   |   LogEncodingRequired=false
>      [java]   |   LogLevel=ALL
>      [java]   |   MaxUploadFileBytes=500000000
>      [java]   |   ResponseContentType=text/html; charset=UTF-8
>      [java]   |
>  
> ValidExtensions=.zip,.pdf,.doc,.docx,.ppt,.pptx,.tar,.gz,.tgz,.rar,.war,.jar,.ear,.xls,.rtf,.properties,.java,.class,.txt,.xml,.jsp,.jsf,.exe,.dll
>      [java]   |   Validator.AccountName=^[a-zA-Z0-9]{3,20}$
>      [java]   |   Validator.CreditCard=^(\d{4}[- ]?){3}\d{4}$
>      [java]   |   Validator.DirectoryName=^[a-zA-Z0-9.-\_ ]{0,255}$
>      [java]   |
>  Validator.Email=^[A-Za-z0-9._%-]+@[A-Za-z0-9.-]+\.[a-zA-Z]{2,4}$
>      [java]   |   Validator.FileName=^[a-zA-Z0-9.\-_ ]{0,255}$
>      [java]   |   Validator.HTTPCookieName=^[a-zA-Z0-9\-_]{0,32}$
>      [java]   |   Validator.HTTPCookieValue=^[a-zA-Z0-9\-\/+=_ ]*$
>      [java]   |   Validator.HTTPHeaderName=^[a-zA-Z0-9\-_]{0,32}$
>      [java]   |   Validator.HTTPHeaderValue=^[a-zA-Z0-9()\-=\*\.\?;,+\/:&_
> ]*$
>      [java]   |   Validator.HTTPParameterName=^[a-zA-Z0-9_]{0,32}$
>      [java]   |   Validator.HTTPParameterValue=^[a-zA-Z0-9.\-\/+=_ ]*$
>      [java]   |
>  
> Validator.IPAddress=^(?:(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)\.){3}(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)$
>      [java]   |   Validator.Redirect=^\/test.*$
>      [java]   |   Validator.RoleName=^[a-z]{1,20}$
>      [java]   |   Validator.SSN=^(?!000)([0-6]\d{2}|7([0-6]\d|7[012]))([
> -]?)(?!00)\d\d\3(?!0000)\d{4}$
>      [java]   |   Validator.SafeString=^[p{L}p{N}.]{0,1024}$
>      [java]   |   Validator.SystemCommand=^[a-zA-Z\-\/]{0,64}$
>      [java]   |
>  
> Validator.URL=^(ht|f)tp(s?)\:\/\/[0-9a-zA-Z]([-.\w]*[0-9a-zA-Z])*(:(0-9)*)*(\/?)([a-zA-Z0-9\-\.\?\,\:\'\/\\\+=&amp;%\$#_]*)?$
>      [java]   |   event.test.actions=disable,log
>      [java]   |   event.test.count=2
>      [java]   |   event.test.interval=10
>      [java]   |
>  org.owasp.esapi.errors.IntegrityException.actions=log,disable,logout
>      [java]   |   org.owasp.esapi.errors.IntegrityException.count=10
>      [java]   |   org.owasp.esapi.errors.IntegrityException.interval=5
>      [java]   |
>  org.owasp.esapi.errors.IntrusionException.actions=log,disable,logout
>      [java]   |   org.owasp.esapi.errors.IntrusionException.count=1
>      [java]   |   org.owasp.esapi.errors.IntrusionException.interval=1
>      [java] 2015-11-15 15:18:07,768 |main
>  |ContainerLoader               |I| [Startup] Loading containers from
> /root/ofbiz/framework/base/config/ofbiz-containers.xml for loaders {main,
> rmi}
>      [java] 2015-11-15 15:18:08,155 |main
>  |ContainerLoader               |I| Loading container: component-container
>      [java] Warning : Module classpath component
> '/usr/java/packages/lib/amd64' is not valid and will be ignored...
>      [java] Warning : Module classpath component '/usr/lib64' is not valid
> and will be ignored...
>      [java] 2015-11-15 15:18:08,197 |main
>  |ComponentContainer            |I| Auto-Loading component directory :
> [/root/ofbiz/framework]
>      [java] 2015-11-15 15:18:08,358 |main
>  |ComponentContainer            |I| Loading component : [base]
>      [java] 2015-11-15 15:18:08,455 |main
>  |ComponentContainer            |I| Loading component : [geronimo]
>      [java] 2015-11-15 15:18:08,497 |main
>  |ComponentContainer            |I| Loading component : [sql]
>      [java] 2015-11-15 15:18:08,537 |main
>  |ComponentContainer            |I| Loading component : [entity]
>      [java] 2015-11-15 15:18:08,617 |main
>  |ComponentContainer            |I| Loading component : [security]
>      [java] 2015-11-15 15:18:08,672 |main
>  |ComponentContainer            |I| Loading component : [datafile]
>      [java] 2015-11-15 15:18:08,732 |main
>  |ComponentContainer            |I| Loading component : [minilang]
>      [java] 2015-11-15 15:18:08,846 |main
>  |ComponentContainer            |I| Loading component : [common]
>      [java] 2015-11-15 15:18:08,934 |main
>  |ComponentContainer            |I| Loading component : [service]
>      [java] 2015-11-15 15:18:09,091 |main
>  |ComponentContainer            |I| Loading component : [catalina]
>      [java] 2015-11-15 15:18:09,141 |main
>  |ComponentContainer            |I| Loading component : [entityext]
>      [java] 2015-11-15 15:18:09,178 |main
>  |ComponentContainer            |I| Loading component : [bi]
>      [java] 2015-11-15 15:18:09,210 |main
>  |ComponentContainer            |I| Loading component : [webapp]
>      [java] 2015-11-15 15:18:09,257 |main
>  |ComponentContainer            |I| Loading component : [widget]
>      [java] 2015-11-15 15:18:09,292 |main
>  |ComponentContainer            |I| Loading component : [testtools]
>      [java] 2015-11-15 15:18:09,333 |main
>  |ComponentContainer            |I| Loading component : [webtools]
>      [java] 2015-11-15 15:18:09,381 |main
>  |ComponentContainer            |I| Loading component : [images]
>      [java] 2015-11-15 15:18:09,381 |main
>  |ComponentContainer            |I| Auto-Loading component directory :
> [/root/ofbiz/themes]
>      [java] 2015-11-15 15:18:09,421 |main
>  |ComponentContainer            |I| Loading component : [flatgrey]
>      [java] 2015-11-15 15:18:09,464 |main
>  |ComponentContainer            |I| Loading component : [tomahawk]
>      [java] 2015-11-15 15:18:09,471 |main
>  |ComponentContainer            |I| Auto-Loading component directory :
> [/root/ofbiz/applications]
>      [java] 2015-11-15 15:18:09,537 |main
>  |ComponentContainer            |I| Loading component : [party]
>      [java] 2015-11-15 15:18:09,592 |main
>  |ComponentContainer            |I| Loading component : [securityext]
>      [java] 2015-11-15 15:18:09,653 |main
>  |ComponentContainer            |I| Loading component : [content]
>      [java] 2015-11-15 15:18:09,703 |main
>  |ComponentContainer            |I| Loading component : [workeffort]
>      [java] 2015-11-15 15:18:09,767 |main
>  |ComponentContainer            |I| Loading component : [product]
>      [java] 2015-11-15 15:18:09,818 |main
>  |ComponentContainer            |I| Loading component : [manufacturing]
>      [java] 2015-11-15 15:18:09,886 |main
>  |ComponentContainer            |I| Loading component : [accounting]
>      [java] 2015-11-15 15:18:09,895 |main
>  |ComponentContainer            |W| Location
> '/root/ofbiz/applications/accounting/lib/securepay' does not exist
>      [java] 2015-11-15 15:18:09,895 |main
>  |ComponentContainer            |W| Location
> '/root/ofbiz/applications/accounting/lib/cybersource' does not exist
>      [java] 2015-11-15 15:18:09,896 |main
>  |ComponentContainer            |W| Location
> '/root/ofbiz/applications/accounting/lib/worldpay' does not exist
>      [java] 2015-11-15 15:18:09,896 |main
>  |ComponentContainer            |W| Location
> '/root/ofbiz/applications/accounting/lib/worldpay' does not exist
>      [java] 2015-11-15 15:18:09,947 |main
>  |ComponentContainer            |I| Loading component : [humanres]
>      [java] 2015-11-15 15:18:09,983 |main
>  |ComponentContainer            |I| Loading component : [order]
>      [java] 2015-11-15 15:18:10,029 |main
>  |ComponentContainer            |I| Loading component : [marketing]
>      [java] 2015-11-15 15:18:10,069 |main
>  |ComponentContainer            |I| Loading component : [commonext]
>      [java] 2015-11-15 15:18:10,070 |main
>  |ComponentContainer            |I| Auto-Loading component directory :
> [/root/ofbiz/specialpurpose]
>      [java] 2015-11-15 15:18:10,109 |main
>  |ComponentContainer            |I| Loading component : [ecommerce]
>      [java] 2015-11-15 15:18:10,111 |main
>  |ComponentContainer            |I| Auto-Loading component directory :
> [/root/ofbiz/hot-deploy]
>      [java] 2015-11-15 15:18:10,139 |main
>  |ComponentContainer            |I| All components loaded
>      [java] 2015-11-15 15:18:10,152 |main
>  |ContainerLoader               |I| Loaded container: component-container
>      [java] 2015-11-15 15:18:10,156 |main
>  |ContainerLoader               |I| Loading component's container:
> classloader-container
>      [java] 2015-11-15 15:18:10,371 |main
>  |ClassLoaderContainer          |I| CachedClassLoader created
>      [java] 2015-11-15 15:18:10,372 |main
>  |ContainerLoader               |I| Loaded component's container:
> classloader-container
>      [java] 2015-11-15 15:18:10,372 |main
>  |ContainerLoader               |I| Loading component's container:
> naming-container
>      [java] 2015-11-15 15:18:10,378 |main
>  |ContainerLoader               |I| Loaded component's container:
> naming-container
>      [java] 2015-11-15 15:18:10,378 |main
>  |ContainerLoader               |I| Loading component's container:
> service-container
>      [java] 2015-11-15 15:18:10,385 |main
>  |ContainerLoader               |I| Loaded component's container:
> service-container
>      [java] 2015-11-15 15:18:10,385 |main
>  |ContainerLoader               |I| Loading component's container:
> rmi-dispatcher
>      [java] 2015-11-15 15:18:10,387 |main
>  |ContainerLoader               |I| Loaded component's container:
> rmi-dispatcher
>      [java] 2015-11-15 15:18:10,387 |main
>  |ContainerLoader               |I| Loading component's container:
> catalina-container
>      [java] 2015-11-15 15:18:10,422 |main
>  |DelegatorFactoryImpl          |I| Creating new delegator [default] (main)
>      [java] 2015-11-15 15:18:13,792 |main
>  |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
>      [java] 2015-11-15 15:18:13,800 |main
>  |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
>      [java] 2015-11-15 15:18:13,808 |main
>  |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
>      [java] 2015-11-15 15:18:13,809 |main
>  |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
>      [java] 2015-11-15 15:18:13,817 |main
>  |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
>      [java] 2015-11-15 15:18:13,834 |main
>  |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
>      [java] 2015-11-15 15:18:13,837 |main
>  |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
>      [java] 2015-11-15 15:18:14,177 |main                 |ModelReader
>                |I| FINISHED LOADING ENTITIES - ALL FILES; #Entities=843
> #ViewEntities=259 #Fields=8782 #Relationships=2902 #AutoRelationships=2155
>      [java] 2015-11-15 15:18:14,215 |main
>  |GenericDelegator              |I| Doing entity definition check...
>      [java] 2015-11-15 15:18:14,223 |main
>  |ModelEntityChecker            |I| [initReservedWords] array length=1025
>      [java] 2015-11-15 15:18:15,161 |OFBiz-config-0
>  |GenericDelegator              |I| Delegator "default" initializing helper
> "localderbyolap" for entity group "org.ofbiz.olap".
>      [java] 2015-11-15 15:18:15,174 |OFBiz-config-0
>  |GenericDelegator              |I| Doing database check as requested in
> entityengine.xml with addMissing=true
>      [java] 2015-11-15 15:18:16,830 |OFBiz-config-0       |DatabaseUtil
>               |I| Database Product Name is Apache Derby
>      [java] 2015-11-15 15:18:16,830 |OFBiz-config-0       |DatabaseUtil
>               |I| Database Product Version is 10.8.2.2 - (1181258)
>      [java] 2015-11-15 15:18:16,830 |OFBiz-config-0       |DatabaseUtil
>               |I| Database Driver Name is Apache Derby Embedded JDBC Driver
>      [java] 2015-11-15 15:18:16,831 |OFBiz-config-0       |DatabaseUtil
>               |I| Database Driver Version is 10.8.2.2 - (1181258)
>      [java] 2015-11-15 15:18:16,831 |OFBiz-config-0       |DatabaseUtil
>               |I| Database Driver JDBC Version is 4.0
>      [java] 2015-11-15 15:18:16,831 |OFBiz-config-0       |DatabaseUtil
>               |I| Database Setting/Support Information (those with a *
> should be true):
>      [java] 2015-11-15 15:18:16,831 |OFBiz-config-0       |DatabaseUtil
>               |I| - supports transactions     [true]*
>      [java] 2015-11-15 15:18:16,832 |OFBiz-config-0       |DatabaseUtil
>               |I| - isolation None            [false]
>      [java] 2015-11-15 15:18:16,832 |OFBiz-config-0       |DatabaseUtil
>               |I| - isolation ReadCommitted   [true]
>      [java] 2015-11-15 15:18:16,832 |OFBiz-config-0       |DatabaseUtil
>               |I| - isolation ReadUncommitted [true]
>      [java] 2015-11-15 15:18:16,833 |OFBiz-config-0       |DatabaseUtil
>               |I| - isolation RepeatableRead  [true]
>      [java] 2015-11-15 15:18:16,836 |OFBiz-config-0       |DatabaseUtil
>               |I| - isolation Serializable    [true]
>      [java] 2015-11-15 15:18:16,837 |OFBiz-config-0       |DatabaseUtil
>               |I| - forward only type         [true]
>      [java] 2015-11-15 15:18:16,837 |OFBiz-config-0       |DatabaseUtil
>               |I| - scroll sensitive type     [false]
>      [java] 2015-11-15 15:18:16,840 |OFBiz-config-0       |DatabaseUtil
>               |I| - scroll insensitive type   [true]
>      [java] 2015-11-15 15:18:16,841 |OFBiz-config-0       |DatabaseUtil
>               |I| - is case sensitive         [false]
>      [java] 2015-11-15 15:18:16,841 |OFBiz-config-0       |DatabaseUtil
>               |I| - stores LowerCase          [false]
>      [java] 2015-11-15 15:18:16,841 |OFBiz-config-0       |DatabaseUtil
>               |I| - stores MixedCase          [false]
>      [java] 2015-11-15 15:18:16,842 |OFBiz-config-0       |DatabaseUtil
>               |I| - stores UpperCase          [true]
>      [java] 2015-11-15 15:18:16,842 |OFBiz-config-0       |DatabaseUtil
>               |I| - max table name length     [128]
>      [java] 2015-11-15 15:18:16,842 |OFBiz-config-0       |DatabaseUtil
>               |I| - max column name length    [128]
>      [java] 2015-11-15 15:18:16,842 |OFBiz-config-0       |DatabaseUtil
>               |I| - concurrent connections    [0]
>      [java] 2015-11-15 15:18:16,843 |OFBiz-config-0       |DatabaseUtil
>               |I| - concurrent statements     [0]
>      [java] 2015-11-15 15:18:16,843 |OFBiz-config-0       |DatabaseUtil
>               |I| - ANSI SQL92 Entry          [true]
>      [java] 2015-11-15 15:18:16,843 |OFBiz-config-0       |DatabaseUtil
>               |I| - ANSI SQL92 Intermediate   [false]
>      [java] 2015-11-15 15:18:16,844 |OFBiz-config-0       |DatabaseUtil
>               |I| - ANSI SQL92 Full           [false]
>      [java] 2015-11-15 15:18:16,844 |OFBiz-config-0       |DatabaseUtil
>               |I| - ODBC SQL Grammar Core     [false]
>      [java] 2015-11-15 15:18:16,844 |OFBiz-config-0       |DatabaseUtil
>               |I| - ODBC SQL Grammar Extended [false]
>      [java] 2015-11-15 15:18:16,845 |OFBiz-config-0       |DatabaseUtil
>               |I| - ODBC SQL Grammar Minimum  [true]
>      [java] 2015-11-15 15:18:16,848 |OFBiz-config-0       |DatabaseUtil
>               |I| - outer joins               [true]*
>      [java] 2015-11-15 15:18:16,852 |OFBiz-config-0       |DatabaseUtil
>               |I| - limited outer joins       [true]
>      [java] 2015-11-15 15:18:16,853 |OFBiz-config-0       |DatabaseUtil
>               |I| - full outer joins          [false]
>      [java] 2015-11-15 15:18:16,853 |OFBiz-config-0       |DatabaseUtil
>               |I| - group by                  [true]*
>      [java] 2015-11-15 15:18:16,853 |OFBiz-config-0       |DatabaseUtil
>               |I| - group by not in select    [true]
>      [java] 2015-11-15 15:18:16,854 |OFBiz-config-0       |DatabaseUtil
>               |I| - column aliasing           [true]
>      [java] 2015-11-15 15:18:16,854 |OFBiz-config-0       |DatabaseUtil
>               |I| - order by not in select    [false]
>      [java] 2015-11-15 15:18:16,854 |OFBiz-config-0       |DatabaseUtil
>               |I| - alter table add column    [true]*
>      [java] 2015-11-15 15:18:16,854 |OFBiz-config-0       |DatabaseUtil
>               |I| - non-nullable column       [true]*
>      [java] 2015-11-15 15:18:16,869 |OFBiz-config-0       |DatabaseUtil
>               |I| - default fetchsize        [1]
>      [java] 2015-11-15 15:18:16,872 |OFBiz-config-0       |DatabaseUtil
>               |I| - named parameters         [ SKIPPED ]
>      [java] 2015-11-15 15:18:16,873 |OFBiz-config-0       |DatabaseUtil
>               |I| Getting Table Info From Database
>      [java] 2015-11-15 15:18:17,501 |OFBiz-config-0       |DatabaseUtil
>               |I| Getting Column Info From Database
>      [java] 2015-11-15 15:18:18,385 |OFBiz-config-0       |DatabaseUtil
>               |W| Error getting primary key info from database with null
> tableName, will try other means: java.sql.SQLException: Table name can not
> be null
>      [java] 2015-11-15 15:18:18,406 |OFBiz-config-0       |DatabaseUtil
>               |I| Searching in 6 tables for primary key fields ...
>      [java] 2015-11-15 15:18:18,500 |OFBiz-config-0       |DatabaseUtil
>               |I| Reviewed 8 primary key fields from database.
>      [java] 2015-11-15 15:18:18,502 |OFBiz-config-0
>  |GenericDelegator              |I| Delegator "default" initializing helper
> "localderbytenant" for entity group "org.ofbiz.tenant".
>      [java] 2015-11-15 15:18:18,502 |OFBiz-config-0
>  |GenericDelegator              |I| Doing database check as requested in
> entityengine.xml with addMissing=true
>      [java] 2015-11-15 15:18:18,557 |OFBiz-config-0       |DatabaseUtil
>               |I| Database Product Name is Apache Derby
>      [java] 2015-11-15 15:18:18,558 |OFBiz-config-0       |DatabaseUtil
>               |I| Database Product Version is 10.8.2.2 - (1181258)
>      [java] 2015-11-15 15:18:18,558 |OFBiz-config-0       |DatabaseUtil
>               |I| Database Driver Name is Apache Derby Embedded JDBC Driver
>      [java] 2015-11-15 15:18:18,558 |OFBiz-config-0       |DatabaseUtil
>               |I| Database Driver Version is 10.8.2.2 - (1181258)
>      [java] 2015-11-15 15:18:18,558 |OFBiz-config-0       |DatabaseUtil
>               |I| Database Driver JDBC Version is 4.0
>      [java] 2015-11-15 15:18:18,559 |OFBiz-config-0       |DatabaseUtil
>               |I| Database Setting/Support Information (those with a *
> should be true):
>      [java] 2015-11-15 15:18:18,559 |OFBiz-config-0       |DatabaseUtil
>               |I| - supports transactions     [true]*
>      [java] 2015-11-15 15:18:18,559 |OFBiz-config-0       |DatabaseUtil
>               |I| - isolation None            [false]
>      [java] 2015-11-15 15:18:18,559 |OFBiz-config-0       |DatabaseUtil
>               |I| - isolation ReadCommitted   [true]
>      [java] 2015-11-15 15:18:18,560 |OFBiz-config-0       |DatabaseUtil
>               |I| - isolation ReadUncommitted [true]
>      [java] 2015-11-15 15:18:18,560 |OFBiz-config-0       |DatabaseUtil
>               |I| - isolation RepeatableRead  [true]
>      [java] 2015-11-15 15:18:18,560 |OFBiz-config-0       |DatabaseUtil
>               |I| - isolation Serializable    [true]
>      [java] 2015-11-15 15:18:18,561 |OFBiz-config-0       |DatabaseUtil
>               |I| - forward only type         [true]
>      [java] 2015-11-15 15:18:18,561 |OFBiz-config-0       |DatabaseUtil
>               |I| - scroll sensitive type     [false]
>      [java] 2015-11-15 15:18:18,561 |OFBiz-config-0       |DatabaseUtil
>               |I| - scroll insensitive type   [true]
>      [java] 2015-11-15 15:18:18,561 |OFBiz-config-0       |DatabaseUtil
>               |I| - is case sensitive         [false]
>      [java] 2015-11-15 15:18:18,562 |OFBiz-config-0       |DatabaseUtil
>               |I| - stores LowerCase          [false]
>      [java] 2015-11-15 15:18:18,563 |OFBiz-config-0       |DatabaseUtil
>               |I| - stores MixedCase          [false]
>      [java] 2015-11-15 15:18:18,564 |OFBiz-config-0       |DatabaseUtil
>               |I| - stores UpperCase          [true]
>      [java] 2015-11-15 15:18:18,564 |OFBiz-config-0       |DatabaseUtil
>               |I| - max table name length     [128]
>      [java] 2015-11-15 15:18:18,568 |OFBiz-config-0       |DatabaseUtil
>               |I| - max column name length    [128]
>      [java] 2015-11-15 15:18:18,568 |OFBiz-config-0       |DatabaseUtil
>               |I| - concurrent connections    [0]
>      [java] 2015-11-15 15:18:18,572 |OFBiz-config-0       |DatabaseUtil
>               |I| - concurrent statements     [0]
>      [java] 2015-11-15 15:18:18,573 |OFBiz-config-0       |DatabaseUtil
>               |I| - ANSI SQL92 Entry          [true]
>      [java] 2015-11-15 15:18:18,573 |OFBiz-config-0       |DatabaseUtil
>               |I| - ANSI SQL92 Intermediate   [false]
>      [java] 2015-11-15 15:18:18,573 |OFBiz-config-0       |DatabaseUtil
>               |I| - ANSI SQL92 Full           [false]
>      [java] 2015-11-15 15:18:18,574 |OFBiz-config-0       |DatabaseUtil
>               |I| - ODBC SQL Grammar Core     [false]
>      [java] 2015-11-15 15:18:18,574 |OFBiz-config-0       |DatabaseUtil
>               |I| - ODBC SQL Grammar Extended [false]
>      [java] 2015-11-15 15:18:18,574 |OFBiz-config-0       |DatabaseUtil
>               |I| - ODBC SQL Grammar Minimum  [true]
>      [java] 2015-11-15 15:18:18,574 |OFBiz-config-0       |DatabaseUtil
>               |I| - outer joins               [true]*
>      [java] 2015-11-15 15:18:18,575 |OFBiz-config-0       |DatabaseUtil
>               |I| - limited outer joins       [true]
>      [java] 2015-11-15 15:18:18,581 |OFBiz-config-0       |DatabaseUtil
>               |I| - full outer joins          [false]
>      [java] 2015-11-15 15:18:18,581 |OFBiz-config-0       |DatabaseUtil
>               |I| - group by                  [true]*
>      [java] 2015-11-15 15:18:18,581 |OFBiz-config-0       |DatabaseUtil
>               |I| - group by not in select    [true]
>      [java] 2015-11-15 15:18:18,581 |OFBiz-config-0       |DatabaseUtil
>               |I| - column aliasing           [true]
>      [java] 2015-11-15 15:18:18,582 |OFBiz-config-0       |DatabaseUtil
>               |I| - order by not in select    [false]
>      [java] 2015-11-15 15:18:18,582 |OFBiz-config-0       |DatabaseUtil
>               |I| - alter table add column    [true]*
>      [java] 2015-11-15 15:18:18,582 |OFBiz-config-0       |DatabaseUtil
>               |I| - non-nullable column       [true]*
>      [java] 2015-11-15 15:18:18,582 |OFBiz-config-0       |DatabaseUtil
>               |I| - default fetchsize        [1]
>      [java] 2015-11-15 15:18:18,583 |OFBiz-config-0       |DatabaseUtil
>               |I| - named parameters         [ SKIPPED ]
>      [java] 2015-11-15 15:18:18,583 |OFBiz-config-0       |DatabaseUtil
>               |I| Getting Table Info From Database
>      [java] 2015-11-15 15:18:18,646 |OFBiz-config-0       |DatabaseUtil
>               |I| Getting Column Info From Database
>      [java] 2015-11-15 15:18:19,224 |OFBiz-config-0       |DatabaseUtil
>               |W| Error getting primary key info from database with null
> tableName, will try other means: java.sql.SQLException: Table name can not
> be null
>      [java] 2015-11-15 15:18:19,247 |OFBiz-config-0       |DatabaseUtil
>               |I| Searching in 4 tables for primary key fields ...
>      [java] 2015-11-15 15:18:19,312 |OFBiz-config-0       |DatabaseUtil
>               |I| Reviewed 6 primary key fields from database.
>      [java] 2015-11-15 15:18:19,313 |OFBiz-config-0
>  |GenericDelegator              |I| Delegator "default" initializing helper
> "localderby" for entity group "org.ofbiz".
>      [java] 2015-11-15 15:18:19,313 |OFBiz-config-0
>  |GenericDelegator              |I| Doing database check as requested in
> entityengine.xml with addMissing=true
>      [java] 2015-11-15 15:18:19,366 |OFBiz-config-0       |DatabaseUtil
>               |I| Database Product Name is Apache Derby
>      [java] 2015-11-15 15:18:19,366 |OFBiz-config-0       |DatabaseUtil
>               |I| Database Product Version is 10.8.2.2 - (1181258)
>      [java] 2015-11-15 15:18:19,367 |OFBiz-config-0       |DatabaseUtil
>               |I| Database Driver Name is Apache Derby Embedded JDBC Driver
>      [java] 2015-11-15 15:18:19,370 |OFBiz-config-0       |DatabaseUtil
>               |I| Database Driver Version is 10.8.2.2 - (1181258)
>      [java] 2015-11-15 15:18:19,371 |OFBiz-config-0       |DatabaseUtil
>               |I| Database Driver JDBC Version is 4.0
>      [java] 2015-11-15 15:18:19,371 |OFBiz-config-0       |DatabaseUtil
>               |I| Database Setting/Support Information (those with a *
> should be true):
>      [java] 2015-11-15 15:18:19,371 |OFBiz-config-0       |DatabaseUtil
>               |I| - supports transactions     [true]*
>      [java] 2015-11-15 15:18:19,371 |OFBiz-config-0       |DatabaseUtil
>               |I| - isolation None            [false]
>      [java] 2015-11-15 15:18:19,372 |OFBiz-config-0       |DatabaseUtil
>               |I| - isolation ReadCommitted   [true]
>      [java] 2015-11-15 15:18:19,372 |OFBiz-config-0       |DatabaseUtil
>               |I| - isolation ReadUncommitted [true]
>      [java] 2015-11-15 15:18:19,372 |OFBiz-config-0       |DatabaseUtil
>               |I| - isolation RepeatableRead  [true]
>      [java] 2015-11-15 15:18:19,372 |OFBiz-config-0       |DatabaseUtil
>               |I| - isolation Serializable    [true]
>      [java] 2015-11-15 15:18:19,373 |OFBiz-config-0       |DatabaseUtil
>               |I| - forward only type         [true]
>      [java] 2015-11-15 15:18:19,373 |OFBiz-config-0       |DatabaseUtil
>               |I| - scroll sensitive type     [false]
>      [java] 2015-11-15 15:18:19,373 |OFBiz-config-0       |DatabaseUtil
>               |I| - scroll insensitive type   [true]
>      [java] 2015-11-15 15:18:19,373 |OFBiz-config-0       |DatabaseUtil
>               |I| - is case sensitive         [false]
>      [java] 2015-11-15 15:18:19,374 |OFBiz-config-0       |DatabaseUtil
>               |I| - stores LowerCase          [false]
>      [java] 2015-11-15 15:18:19,374 |OFBiz-config-0       |DatabaseUtil
>               |I| - stores MixedCase          [false]
>      [java] 2015-11-15 15:18:19,374 |OFBiz-config-0       |DatabaseUtil
>               |I| - stores UpperCase          [true]
>      [java] 2015-11-15 15:18:19,374 |OFBiz-config-0       |DatabaseUtil
>               |I| - max table name length     [128]
>      [java] 2015-11-15 15:18:19,375 |OFBiz-config-0       |DatabaseUtil
>               |I| - max column name length    [128]
>      [java] 2015-11-15 15:18:19,375 |OFBiz-config-0       |DatabaseUtil
>               |I| - concurrent connections    [0]
>      [java] 2015-11-15 15:18:19,375 |OFBiz-config-0       |DatabaseUtil
>               |I| - concurrent statements     [0]
>      [java] 2015-11-15 15:18:19,380 |OFBiz-config-0       |DatabaseUtil
>               |I| - ANSI SQL92 Entry          [true]
>      [java] 2015-11-15 15:18:19,381 |OFBiz-config-0       |DatabaseUtil
>               |I| - ANSI SQL92 Intermediate   [false]
>      [java] 2015-11-15 15:18:19,381 |OFBiz-config-0       |DatabaseUtil
>               |I| - ANSI SQL92 Full           [false]
>      [java] 2015-11-15 15:18:19,384 |OFBiz-config-0       |DatabaseUtil
>               |I| - ODBC SQL Grammar Core     [false]
>      [java] 2015-11-15 15:18:19,385 |OFBiz-config-0       |DatabaseUtil
>               |I| - ODBC SQL Grammar Extended [false]
>      [java] 2015-11-15 15:18:19,385 |OFBiz-config-0       |DatabaseUtil
>               |I| - ODBC SQL Grammar Minimum  [true]
>      [java] 2015-11-15 15:18:19,385 |OFBiz-config-0       |DatabaseUtil
>               |I| - outer joins               [true]*
>      [java] 2015-11-15 15:18:19,385 |OFBiz-config-0       |DatabaseUtil
>               |I| - limited outer joins       [true]
>      [java] 2015-11-15 15:18:19,386 |OFBiz-config-0       |DatabaseUtil
>               |I| - full outer joins          [false]
>      [java] 2015-11-15 15:18:19,386 |OFBiz-config-0       |DatabaseUtil
>               |I| - group by                  [true]*
>      [java] 2015-11-15 15:18:19,386 |OFBiz-config-0       |DatabaseUtil
>               |I| - group by not in select    [true]
>      [java] 2015-11-15 15:18:19,387 |OFBiz-config-0       |DatabaseUtil
>               |I| - column aliasing           [true]
>      [java] 2015-11-15 15:18:19,387 |OFBiz-config-0       |DatabaseUtil
>               |I| - order by not in select    [false]
>      [java] 2015-11-15 15:18:19,388 |OFBiz-config-0       |DatabaseUtil
>               |I| - alter table add column    [true]*
>      [java] 2015-11-15 15:18:19,388 |OFBiz-config-0       |DatabaseUtil
>               |I| - non-nullable column       [true]*
>      [java] 2015-11-15 15:18:19,388 |OFBiz-config-0       |DatabaseUtil
>               |I| - default fetchsize        [1]
>      [java] 2015-11-15 15:18:19,389 |OFBiz-config-0       |DatabaseUtil
>               |I| - named parameters         [ SKIPPED ]
>      [java] 2015-11-15 15:18:19,389 |OFBiz-config-0       |DatabaseUtil
>               |I| Getting Table Info From Database
>      [java] 2015-11-15 15:18:20,104 |OFBiz-config-0       |DatabaseUtil
>               |I| Getting Column Info From Database
>      [java] 2015-11-15 15:18:21,951 |OFBiz-config-0       |DatabaseUtil
>               |W| Error getting primary key info from database with null
> tableName, will try other means: java.sql.SQLException: Table name can not
> be null
>      [java] 2015-11-15 15:18:21,962 |OFBiz-config-0       |DatabaseUtil
>               |I| Searching in 833 tables for primary key fields ...
>      [java] 2015-11-15 15:18:25,025 |OFBiz-config-0       |DatabaseUtil
>               |I| Reviewed 1631 primary key fields from database.
>      [java] 2015-11-15 15:18:25,122 |main
>  |ServiceDispatcher             |I| [ServiceDispatcher] : Creating new
> instance.
>      [java] 2015-11-15 15:18:25,232 |main
>  |ServiceGroupReader            |I| Loaded [  1] Group definitions from
> file:/root/ofbiz/framework/common/servicedef/groups_test.xml
>      [java] 2015-11-15 15:18:25,236 |main
>  |ServiceGroupReader            |I| Loaded [  4] Group definitions from
> file:/root/ofbiz/framework/entityext/servicedef/groups.xml
>      [java] 2015-11-15 15:18:25,239 |main
>  |ServiceGroupReader            |I| Loaded [  2] Group definitions from
> file:/root/ofbiz/applications/workeffort/servicedef/service_groups.xml
>      [java] 2015-11-15 15:18:25,244 |main
>  |ServiceGroupReader            |I| Loaded [  4] Group definitions from
> file:/root/ofbiz/applications/accounting/servicedef/groups.xml
>      [java] 2015-11-15 15:18:25,272 |OFBiz-config-0       |ServiceEcaUtil
>               |I| Loaded [  4] Service ECA Rules from
> file:/root/ofbiz/framework/common/servicedef/secas_test.xml
>      [java] 2015-11-15 15:18:25,277 |OFBiz-config-0       |ServiceEcaUtil
>               |I| Loaded [  0] Service ECA Rules from
> file:/root/ofbiz/framework/common/servicedef/secas_cdyne.xml
>      [java] 2015-11-15 15:18:25,282 |OFBiz-config-0       |ServiceEcaUtil
>               |I| Loaded [  3] Service ECA Rules from
> file:/root/ofbiz/framework/service/servicedef/secas_test_se.xml
>      [java] 2015-11-15 15:18:25,297 |OFBiz-config-0       |ServiceEcaUtil
>               |I| Loaded [ 22] Service ECA Rules from
> file:/root/ofbiz/applications/party/servicedef/secas.xml
>      [java] 2015-11-15 15:18:25,311 |OFBiz-config-0       |ServiceEcaUtil
>               |I| Loaded [ 28] Service ECA Rules from
> file:/root/ofbiz/applications/content/servicedef/secas.xml
>      [java] 2015-11-15 15:18:25,323 |OFBiz-config-0       |ServiceEcaUtil
>               |I| Loaded [ 10] Service ECA Rules from
> file:/root/ofbiz/applications/workeffort/servicedef/secas.xml
>      [java] 2015-11-15 15:18:25,341 |OFBiz-config-0       |ServiceEcaUtil
>               |I| Loaded [ 24] Service ECA Rules from
> file:/root/ofbiz/applications/product/servicedef/secas.xml
>      [java] 2015-11-15 15:18:25,361 |OFBiz-config-0       |ServiceEcaUtil
>               |I| Loaded [ 23] Service ECA Rules from
> file:/root/ofbiz/applications/product/servicedef/secas_shipment.xml
>      [java] 2015-11-15 15:18:25,377 |OFBiz-config-0       |ServiceEcaUtil
>               |I| Loaded [  2] Service ECA Rules from
> file:/root/ofbiz/applications/product/servicedef/secas_olap.xml
>      [java] 2015-11-15 15:18:25,391 |OFBiz-config-0       |ServiceEcaUtil
>               |I| Loaded [  4] Service ECA Rules from
> file:/root/ofbiz/applications/manufacturing/servicedef/secas.xml
>      [java] 2015-11-15 15:18:25,404 |OFBiz-config-0       |ServiceEcaUtil
>               |I| Loaded [ 21] Service ECA Rules from
> file:/root/ofbiz/applications/accounting/servicedef/secas.xml
>      [java] 2015-11-15 15:18:25,420 |OFBiz-config-0       |ServiceEcaUtil
>               |I| Loaded [  8] Service ECA Rules from
> file:/root/ofbiz/applications/accounting/servicedef/secas_payment.xml
>      [java] 2015-11-15 15:18:25,439 |OFBiz-config-0       |ServiceEcaUtil
>               |I| Loaded [ 22] Service ECA Rules from
> file:/root/ofbiz/applications/accounting/servicedef/secas_ledger.xml
>      [java] 2015-11-15 15:18:25,448 |OFBiz-config-0       |ServiceEcaUtil
>               |I| Loaded [  1] Service ECA Rules from
> file:/root/ofbiz/applications/accounting/servicedef/secas_olap.xml
>      [java] 2015-11-15 15:18:25,460 |OFBiz-config-0       |ServiceEcaUtil
>               |I| Loaded [  6] Service ECA Rules from
> file:/root/ofbiz/applications/accounting/servicedef/secas_invoice.xml
>      [java] 2015-11-15 15:18:25,484 |OFBiz-config-0       |ServiceEcaUtil
>               |I| Loaded [ 76] Service ECA Rules from
> file:/root/ofbiz/applications/order/servicedef/secas.xml
>      [java] 2015-11-15 15:18:25,504 |OFBiz-config-0       |ServiceEcaUtil
>               |I| Loaded [ 10] Service ECA Rules from
> file:/root/ofbiz/applications/marketing/servicedef/secas.xml
>      [java] 2015-11-15 15:18:25,520 |OFBiz-config-0       |ServiceEcaUtil
>               |I| Loaded [  0] Service ECA Rules from
> file:/root/ofbiz/applications/commonext/servicedef/secas.xml
>      [java] 2015-11-15 15:18:25,690 |OFBiz-JobPoller      |JobPoller
>                |I| JobPoller thread started.
>      [java] 2015-11-15 15:18:25,695 |enerFactory@4f79dfdc
> |JmsListenerFactory            |I| Starting JMS Listener Factory Thread
>      [java] 2015-11-15 15:18:25,695 |enerFactory@4f79dfdc
> |JmsListenerFactory            |I| JMS Listener Factory Thread Finished;
> All listeners connected.
>      [java] 2015-11-15 15:18:25,755 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 99] Services from
> file:/root/ofbiz/framework/common/servicedef/services.xml
>      [java] 2015-11-15 15:18:25,766 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [  2] Services from
> file:/root/ofbiz/framework/common/servicedef/services_cdyne.xml
>      [java] 2015-11-15 15:18:25,774 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 15] Services from
> file:/root/ofbiz/framework/common/servicedef/services_email.xml
>      [java] 2015-11-15 15:18:25,780 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [  2] Services from
> file:/root/ofbiz/framework/common/servicedef/services_olap.xml
>      [java] 2015-11-15 15:18:25,797 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 12] Services from
> file:/root/ofbiz/framework/common/servicedef/services_security.xml
>      [java] 2015-11-15 15:18:25,814 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 40] Services from
> file:/root/ofbiz/framework/common/servicedef/services_test.xml
>      [java] 2015-11-15 15:18:25,826 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 11] Services from
> file:/root/ofbiz/framework/service/servicedef/services.xml
>      [java] 2015-11-15 15:18:25,833 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 18] Services from
> file:/root/ofbiz/framework/service/servicedef/services_test_se.xml
>      [java] 2015-11-15 15:18:25,844 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 41] Services from
> file:/root/ofbiz/framework/entityext/servicedef/services.xml
>      [java] 2015-11-15 15:18:25,851 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [  3] Services from
> file:/root/ofbiz/framework/bi/servicedef/services.xml
>      [java] 2015-11-15 15:18:25,857 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [  1] Services from
> file:/root/ofbiz/framework/testtools/servicedef/services.xml
>      [java] 2015-11-15 15:18:25,866 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 10] Services from
> file:/root/ofbiz/framework/webtools/servicedef/services.xml
>      [java] 2015-11-15 15:18:25,936 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [156] Services from
> file:/root/ofbiz/applications/party/servicedef/services.xml
>      [java] 2015-11-15 15:18:25,945 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 12] Services from
> file:/root/ofbiz/applications/party/servicedef/services_view.xml
>      [java] 2015-11-15 15:18:25,951 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [  1] Services from
> file:/root/ofbiz/applications/securityext/servicedef/services.xml
>      [java] 2015-11-15 15:18:25,990 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [125] Services from
> file:/root/ofbiz/applications/content/servicedef/services.xml
>      [java] 2015-11-15 15:18:26,004 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 25] Services from
> file:/root/ofbiz/applications/content/servicedef/services_content.xml
>      [java] 2015-11-15 15:18:26,025 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 35] Services from
> file:/root/ofbiz/applications/content/servicedef/services_contenttypes.xml
>      [java] 2015-11-15 15:18:26,040 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 28] Services from
> file:/root/ofbiz/applications/content/servicedef/services_data.xml
>      [java] 2015-11-15 15:18:26,049 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [  2] Services from
> file:/root/ofbiz/applications/content/servicedef/services_output.xml
>      [java] 2015-11-15 15:18:26,068 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 42] Services from
> file:/root/ofbiz/applications/content/servicedef/services_survey.xml
>      [java] 2015-11-15 15:18:26,077 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [  5] Services from
> file:/root/ofbiz/applications/content/servicedef/services_commevent.xml
>      [java] 2015-11-15 15:18:26,097 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 19] Services from
> file:/root/ofbiz/applications/content/servicedef/services_website.xml
>      [java] 2015-11-15 15:18:26,146 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 99] Services from
> file:/root/ofbiz/applications/workeffort/servicedef/services.xml
>      [java] 2015-11-15 15:18:26,158 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 17] Services from
> file:/root/ofbiz/applications/workeffort/servicedef/services_timesheet.xml
>      [java] 2015-11-15 15:18:26,175 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [  1] Services from
> file:/root/ofbiz/applications/workeffort/servicedef/services_upgrade.xml
>      [java] 2015-11-15 15:18:26,260 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [204] Services from
> file:/root/ofbiz/applications/product/servicedef/services.xml
>      [java] 2015-11-15 15:18:26,305 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [107] Services from
> file:/root/ofbiz/applications/product/servicedef/services_facility.xml
>      [java] 2015-11-15 15:18:26,320 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 30] Services from
> file:/root/ofbiz/applications/product/servicedef/services_feature.xml
>      [java] 2015-11-15 15:18:26,336 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 22] Services from
> file:/root/ofbiz/applications/product/servicedef/services_maint.xml
>      [java] 2015-11-15 15:18:26,352 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 22] Services from
> file:/root/ofbiz/applications/product/servicedef/services_picklist.xml
>      [java] 2015-11-15 15:18:26,371 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 40] Services from
> file:/root/ofbiz/applications/product/servicedef/services_pricepromo.xml
>      [java] 2015-11-15 15:18:26,382 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [  6] Services from
> file:/root/ofbiz/applications/product/servicedef/services_shipmentgateway.xml
>      [java] 2015-11-15 15:18:26,397 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [  3] Services from
> file:/root/ofbiz/applications/product/servicedef/services_shipment_dhl.xml
>      [java] 2015-11-15 15:18:26,407 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [  2] Services from
> file:/root/ofbiz/applications/product/servicedef/services_shipment_fedex.xml
>      [java] 2015-11-15 15:18:26,433 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [  9] Services from
> file:/root/ofbiz/applications/product/servicedef/services_shipment_ups.xml
>      [java] 2015-11-15 15:18:26,449 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 10] Services from
> file:/root/ofbiz/applications/product/servicedef/services_shipment_usps.xml
>      [java] 2015-11-15 15:18:26,515 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 98] Services from
> file:/root/ofbiz/applications/product/servicedef/services_shipment.xml
>      [java] 2015-11-15 15:18:26,528 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 47] Services from
> file:/root/ofbiz/applications/product/servicedef/services_store.xml
>      [java] 2015-11-15 15:18:26,535 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 16] Services from
> file:/root/ofbiz/applications/product/servicedef/services_subscription.xml
>      [java] 2015-11-15 15:18:26,561 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [  2] Services from
> file:/root/ofbiz/applications/product/servicedef/services_rental.xml
>      [java] 2015-11-15 15:18:26,568 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 13] Services from
> file:/root/ofbiz/applications/product/servicedef/services_view.xml
>      [java] 2015-11-15 15:18:26,591 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 15] Services from
> file:/root/ofbiz/applications/product/servicedef/services_cost.xml
>      [java] 2015-11-15 15:18:26,603 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [  2] Services from
> file:/root/ofbiz/applications/product/servicedef/services_uom.xml
>      [java] 2015-11-15 15:18:26,625 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [  6] Services from
> file:/root/ofbiz/applications/product/servicedef/services_olap.xml
>      [java] 2015-11-15 15:18:26,635 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [  3] Services from
> file:/root/ofbiz/applications/product/servicedef/services_upgrade.xml
>      [java] 2015-11-15 15:18:26,651 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [  1] Services from
> file:/root/ofbiz/applications/manufacturing/servicedef/services.xml
>      [java] 2015-11-15 15:18:26,666 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 12] Services from
> file:/root/ofbiz/applications/manufacturing/servicedef/services_calendar.xml
>      [java] 2015-11-15 15:18:26,689 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [  5] Services from
> file:/root/ofbiz/applications/manufacturing/servicedef/services_routing.xml
>      [java] 2015-11-15 15:18:26,717 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 34] Services from
> file:/root/ofbiz/applications/manufacturing/servicedef/services_production_run.xml
>      [java] 2015-11-15 15:18:26,738 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 13] Services from
> file:/root/ofbiz/applications/manufacturing/servicedef/services_bom.xml
>      [java] 2015-11-15 15:18:26,754 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [  5] Services from
> file:/root/ofbiz/applications/manufacturing/servicedef/services_mrp.xml
>      [java] 2015-11-15 15:18:26,768 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [  5] Services from
> file:/root/ofbiz/applications/manufacturing/servicedef/services_formula.xml
>      [java] 2015-11-15 15:18:26,797 |OFBiz-config-0
>  |ModelServiceReader            |W| No parameter found for override
> parameter named: agreementText in service createAgreementTerm
>      [java] 2015-11-15 15:18:26,799 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 31] Services from
> file:/root/ofbiz/applications/accounting/servicedef/services_agreement.xml
>      [java] 2015-11-15 15:18:26,817 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 13] Services from
> file:/root/ofbiz/applications/accounting/servicedef/services_admin.xml
>      [java] 2015-11-15 15:18:26,837 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [  9] Services from
> file:/root/ofbiz/applications/accounting/servicedef/services_billing.xml
>      [java] 2015-11-15 15:18:26,869 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 58] Services from
> file:/root/ofbiz/applications/accounting/servicedef/services_finaccount.xml
>      [java] 2015-11-15 15:18:26,891 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 39] Services from
> file:/root/ofbiz/applications/accounting/servicedef/services_fixedasset.xml
>      [java] 2015-11-15 15:18:26,918 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 50] Services from
> file:/root/ofbiz/applications/accounting/servicedef/services_invoice.xml
>      [java] 2015-11-15 15:18:26,955 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 80] Services from
> file:/root/ofbiz/applications/accounting/servicedef/services_ledger.xml
>      [java] 2015-11-15 15:18:26,972 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 26] Services from
> file:/root/ofbiz/applications/accounting/servicedef/services_payment.xml
>      [java] 2015-11-15 15:18:27,022 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 92] Services from
> file:/root/ofbiz/applications/accounting/servicedef/services_paymentmethod.xml
>      [java] 2015-11-15 15:18:27,039 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 12] Services from
> file:/root/ofbiz/applications/accounting/servicedef/services_paymentgateway.xml
>      [java] 2015-11-15 15:18:27,061 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 25] Services from
> file:/root/ofbiz/applications/accounting/servicedef/services_tax.xml
>      [java] 2015-11-15 15:18:27,071 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [  5] Services from
> file:/root/ofbiz/applications/accounting/servicedef/services_rate.xml
>      [java] 2015-11-15 15:18:27,093 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 10] Services from
> file:/root/ofbiz/applications/accounting/servicedef/services_cost.xml
>      [java] 2015-11-15 15:18:27,107 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [  2] Services from
> file:/root/ofbiz/applications/accounting/servicedef/services_olap.xml
>      [java] 2015-11-15 15:18:27,128 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [  9] Services from
> file:/root/ofbiz/applications/accounting/servicedef/services_sagepay.xml
>      [java] 2015-11-15 15:18:27,148 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [  6] Services from
> file:/root/ofbiz/applications/accounting/servicedef/services_authorizedotnet.xml
>      [java] 2015-11-15 15:18:27,160 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [  6] Services from
> file:/root/ofbiz/applications/accounting/servicedef/services_clearcommerce.xml
>      [java] 2015-11-15 15:18:27,168 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [  5] Services from
> file:/root/ofbiz/applications/accounting/servicedef/services_cybersource.xml
>      [java] 2015-11-15 15:18:27,182 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [  8] Services from
> file:/root/ofbiz/applications/accounting/servicedef/services_paypal.xml
>      [java] 2015-11-15 15:18:27,205 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [  4] Services from
> file:/root/ofbiz/applications/accounting/servicedef/services_pccharge.xml
>      [java] 2015-11-15 15:18:27,220 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 10] Services from
> file:/root/ofbiz/applications/accounting/servicedef/services_rita.xml
>      [java] 2015-11-15 15:18:27,239 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 21] Services from
> file:/root/ofbiz/applications/accounting/servicedef/services_valuelink.xml
>      [java] 2015-11-15 15:18:27,296 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 11] Services from
> file:/root/ofbiz/applications/accounting/servicedef/services_verisign.xml
>      [java] 2015-11-15 15:18:27,308 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [  5] Services from
> file:/root/ofbiz/applications/accounting/servicedef/services_orbital.xml
>      [java] 2015-11-15 15:18:27,328 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [  5] Services from
> file:/root/ofbiz/applications/accounting/servicedef/services_securepay.xml
>      [java] 2015-11-15 15:18:27,341 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 12] Services from
> file:/root/ofbiz/applications/accounting/servicedef/services_perm.xml
>      [java] 2015-11-15 15:18:27,354 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [  4] Services from
> file:/root/ofbiz/applications/accounting/servicedef/services_upgrade.xml
>      [java] 2015-11-15 15:18:27,386 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [109] Services from
> file:/root/ofbiz/applications/humanres/servicedef/services.xml
>      [java] 2015-11-15 15:18:27,427 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [123] Services from
> file:/root/ofbiz/applications/order/servicedef/services.xml
>      [java] 2015-11-15 15:18:27,433 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 14] Services from
> file:/root/ofbiz/applications/order/servicedef/services_cart.xml
>      [java] 2015-11-15 15:18:27,453 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 16] Services from
> file:/root/ofbiz/applications/order/servicedef/services_shoppinglist.xml
>      [java] 2015-11-15 15:18:27,469 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 22] Services from
> file:/root/ofbiz/applications/order/servicedef/services_request.xml
>      [java] 2015-11-15 15:18:27,489 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 32] Services from
> file:/root/ofbiz/applications/order/servicedef/services_quote.xml
>      [java] 2015-11-15 15:18:27,500 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 21] Services from
> file:/root/ofbiz/applications/order/servicedef/services_requirement.xml
>      [java] 2015-11-15 15:18:27,526 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 53] Services from
> file:/root/ofbiz/applications/order/servicedef/services_return.xml
>      [java] 2015-11-15 15:18:27,539 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [  3] Services from
> file:/root/ofbiz/applications/order/servicedef/services_upgrade.xml
>      [java] 2015-11-15 15:18:27,553 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [  3] Services from
> file:/root/ofbiz/applications/order/servicedef/services_checkout.xml
>      [java] 2015-11-15 15:18:27,562 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [  5] Services from
> file:/root/ofbiz/applications/order/servicedef/services_olap.xml
>      [java] 2015-11-15 15:18:27,581 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 64] Services from
> file:/root/ofbiz/applications/marketing/servicedef/services.xml
>      [java] 2015-11-15 15:18:27,587 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [ 11] Services from
> file:/root/ofbiz/applications/marketing/servicedef/services_opportunity.xml
>      [java] 2015-11-15 15:18:27,739 |OFBiz-config-0
>  |ModelServiceReader            |I| Loaded [  6] Services from
> file:/root/ofbiz/applications/commonext/servicedef/services.xml
>      [java] 2015-11-15 15:18:27,748 |OFBiz-config-0       |ServiceEcaUtil
>               |I| Loaded [  4] Service ECA Rules from
> file:/root/ofbiz/framework/common/servicedef/secas_test.xml
>      [java] 2015-11-15 15:18:27,750 |OFBiz-config-0       |ServiceEcaUtil
>               |I| Loaded [  0] Service ECA Rules from
> file:/root/ofbiz/framework/common/servicedef/secas_cdyne.xml
>      [java] 2015-11-15 15:18:27,752 |OFBiz-config-0       |ServiceEcaUtil
>               |I| Loaded [  3] Service ECA Rules from
> file:/root/ofbiz/framework/service/servicedef/secas_test_se.xml
>      [java] 2015-11-15 15:18:27,754 |OFBiz-config-0       |ServiceEcaUtil
>               |I| Loaded [ 22] Service ECA Rules from
> file:/root/ofbiz/applications/party/servicedef/secas.xml
>      [java] 2015-11-15 15:18:27,761 |OFBiz-config-0       |ServiceEcaUtil
>               |I| Loaded [ 28] Service ECA Rules from
> file:/root/ofbiz/applications/content/servicedef/secas.xml
>      [java] 2015-11-15 15:18:27,763 |OFBiz-config-0       |ServiceEcaUtil
>               |I| Loaded [ 10] Service ECA Rules from
> file:/root/ofbiz/applications/workeffort/servicedef/secas.xml
>      [java] 2015-11-15 15:18:27,766 |OFBiz-config-0       |ServiceEcaUtil
>               |I| Loaded [ 24] Service ECA Rules from
> file:/root/ofbiz/applications/product/servicedef/secas.xml
>      [java] 2015-11-15 15:18:27,771 |OFBiz-config-0       |ServiceEcaUtil
>               |I| Loaded [ 23] Service ECA Rules from
> file:/root/ofbiz/applications/product/servicedef/secas_shipment.xml
>      [java] 2015-11-15 15:18:27,773 |OFBiz-config-0       |ServiceEcaUtil
>               |I| Loaded [  2] Service ECA Rules from
> file:/root/ofbiz/applications/product/servicedef/secas_olap.xml
>      [java] 2015-11-15 15:18:27,775 |OFBiz-config-0       |ServiceEcaUtil
>               |I| Loaded [  4] Service ECA Rules from
> file:/root/ofbiz/applications/manufacturing/servicedef/secas.xml
>      [java] 2015-11-15 15:18:27,781 |OFBiz-config-0       |ServiceEcaUtil
>               |I| Loaded [ 21] Service ECA Rules from
> file:/root/ofbiz/applications/accounting/servicedef/secas.xml
>      [java] 2015-11-15 15:18:27,783 |OFBiz-config-0       |ServiceEcaUtil
>               |I| Loaded [  8] Service ECA Rules from
> file:/root/ofbiz/applications/accounting/servicedef/secas_payment.xml
>      [java] 2015-11-15 15:18:27,785 |OFBiz-config-0       |ServiceEcaUtil
>               |I| Loaded [ 22] Service ECA Rules from
> file:/root/ofbiz/applications/accounting/servicedef/secas_ledger.xml
>      [java] 2015-11-15 15:18:27,787 |OFBiz-config-0       |ServiceEcaUtil
>               |I| Loaded [  1] Service ECA Rules from
> file:/root/ofbiz/applications/accounting/servicedef/secas_olap.xml
>      [java] 2015-11-15 15:18:27,789 |OFBiz-config-0       |ServiceEcaUtil
>               |I| Loaded [  6] Service ECA Rules from
> file:/root/ofbiz/applications/accounting/servicedef/secas_invoice.xml
>      [java] 2015-11-15 15:18:27,793 |OFBiz-config-0       |ServiceEcaUtil
>               |I| Loaded [ 76] Service ECA Rules from
> file:/root/ofbiz/applications/order/servicedef/secas.xml
>      [java] 2015-11-15 15:18:27,795 |OFBiz-config-0       |ServiceEcaUtil
>               |I| Loaded [ 10] Service ECA Rules from
> file:/root/ofbiz/applications/marketing/servicedef/secas.xml
>      [java] 2015-11-15 15:18:27,797 |OFBiz-config-0       |ServiceEcaUtil
>               |I| Loaded [  0] Service ECA Rules from
> file:/root/ofbiz/applications/commonext/servicedef/secas.xml
>      [java] 2015-11-15 15:18:27,798 |main
>  |ServiceDispatcher             |I| Registering dispatcher: entity-default
>      [java] 2015-11-15 15:18:27,798 |main
>  |ServiceContainer              |I| Created new dispatcher [entity-default]
> (main)
>      [java] 2015-11-15 15:18:27,806 |OFBiz-config-0       |EntityEcaUtil
>                |I| Loaded [ 11] Entity ECA definitions from
> /root/ofbiz/applications/content/entitydef/eecas.xml in loader main
>      [java] 2015-11-15 15:18:27,808 |OFBiz-config-0       |EntityEcaUtil
>                |I| Loaded [  4] Entity ECA definitions from
> /root/ofbiz/applications/workeffort/entitydef/eecas.xml in loader main
>      [java] 2015-11-15 15:18:27,812 |OFBiz-config-0       |EntityEcaUtil
>                |I| Loaded [ 14] Entity ECA definitions from
> /root/ofbiz/applications/product/entitydef/eecas.xml in loader main
>      [java] 2015-11-15 15:18:27,814 |OFBiz-config-0       |EntityEcaUtil
>                |I| Loaded [  2] Entity ECA definitions from
> /root/ofbiz/applications/accounting/entitydef/eecas.xml in loader main
>      [java] 2015-11-15 15:18:27,817 |OFBiz-config-0       |EntityEcaUtil
>                |I| Loaded [  3] Entity ECA definitions from
> /root/ofbiz/applications/order/entitydef/eecas.xml in loader main
>      [java] 2015-11-15 15:18:27,927 |main
>  |CatalinaContainer             |I|
> createHost(StandardEngine[default-server], 0.0.0.0)
>      [java] 2015-11-15 15:18:27,947 |main
>  |CatalinaContainer             |I| Creating connector for
> address='0.0.0.0' port='8009' protocol='ajp'
>      [java] 2015-11-15 15:18:28,031 |main
>  |CatalinaContainer             |I| Creating connector for
> address='0.0.0.0' port='8080' protocol='http'
>      [java] 2015-11-15 15:18:28,060 |main
>  |CatalinaContainer             |I| Creating connector for
> address='0.0.0.0' port='8443' protocol='https'
>      [java] 2015-11-15 15:18:28,063 |main
>  |ContainerLoader               |I| Loaded component's container:
> catalina-container
>      [java] 2015-11-15 15:18:28,067 |main
>  |ContainerLoader               |I| [Startup] Starting containers...
>      [java] 2015-11-15 15:18:28,068 |main
>  |ContainerLoader               |I| Starting container component-container
>      [java] 2015-11-15 15:18:28,072 |main
>  |ContainerLoader               |I| Started container component-container
>      [java] 2015-11-15 15:18:28,073 |main
>  |ContainerLoader               |I| Starting container classloader-container
>      [java] 2015-11-15 15:18:28,073 |main
>  |ContainerLoader               |I| Started container classloader-container
>      [java] 2015-11-15 15:18:28,073 |main
>  |ContainerLoader               |I| Starting container naming-container
>      [java] 2015-11-15 15:18:28,081 |main
>  |ContainerLoader               |I| Started container naming-container
>      [java] 2015-11-15 15:18:28,081 |main
>  |ContainerLoader               |I| Starting container service-container
>      [java] 2015-11-15 15:18:28,082 |main
>  |ContainerLoader               |I| Started container service-container
>      [java] 2015-11-15 15:18:28,082 |main
>  |ContainerLoader               |I| Starting container rmi-dispatcher
>      [java] 2015-11-15 15:18:28,088 |main
>  |ServiceDispatcher             |I| Registering dispatcher: RMIDispatcher
>      [java] 2015-11-15 15:18:28,089 |main
>  |ServiceContainer              |I| Created new dispatcher [RMIDispatcher]
> (main)
>      [java] 2015-11-15 15:18:28,838 |main
>  |ContainerLoader               |I| Started container rmi-dispatcher
>      [java] 2015-11-15 15:18:28,838 |main
>  |ContainerLoader               |I| Starting container catalina-container
>      [java] 2015-11-15 15:18:29,384 |main
>  |CatalinaContainer             |I| createContext(ecomclone)
>      [java] 2015-11-15 15:18:29,385 |main
>  |CatalinaContainer             |I| createContext(ecommerce)
>      [java] 2015-11-15 15:18:29,385 |main
>  |CatalinaContainer             |I| createContext(ordermgr-js)
>      [java] 2015-11-15 15:18:29,385 |main
>  |CatalinaContainer             |I| createContext(ofbizsetup)
>      [java] 2015-11-15 15:18:29,385 |main
>  |CatalinaContainer             |I| createContext(SalesForceAutomation)
>      [java] 2015-11-15 15:18:29,385 |main
>  |CatalinaContainer             |I| createContext(marketing)
>      [java] 2015-11-15 15:18:29,385 |main
>  |CatalinaContainer             |I| createContext(order)

Reply via email to