2020-06-07 23:05:48,726 |main |TransactionUtil |I| Transaction rolled back 2020-06-07 23:05:48,727 |main |EntityDataLoadContainer |E| org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) (Unable to establish a connection with the database. (Unable to acquire a new connection from the pool)) 2020-06-07 23:05:48,740 |main |GenericDelegator |E| Failure in findByCondition operation for entity [Component]: org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool). Rolling back transaction. org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:264) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:367) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.selectListIteratorByCondition(GenericDAO.java:712) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericHelperDAO.findListIteratorByCondition(GenericHelperDAO.java:141) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.find(GenericDelegator.java:1563) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.findList(GenericDelegator.java:1597) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.query(EntityQuery.java:451) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryList(EntityQuery.java:381) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryOne(EntityQuery.java:423) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.createOrUpdateComponentEntities(EntityDataLoadContainer.java:291) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.loadDataForDelegator(EntityDataLoadContainer.java:172) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.init(EntityDataLoadContainer.java:116) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainer(ContainerLoader.java:135) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainersFromConfigurations(ContainerLoader.java:100) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:70) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.loadStartupLoaders(StartupControlPanel.java:218) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:71) [ofbiz.jar:?] at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?] Caused by: java.sql.SQLException: Unable to acquire a new connection from the pool at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:130) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: java.sql.SQLException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.wrapArgsForTransportAcrossDRDA(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Another instance of Derby may have already booted the database C:\Users\katie\apache-ofbiz-17.12.03\runtime\data\derby\ofbiztenant. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.privGetJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.getJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore$6.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.RawStore.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.access.RAMAccessManager.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.db.BasicDatabase.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.jdbc.EmbedConnection.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more 2020-06-07 23:05:48,742 |main |TransactionUtil |I| Transaction rolled back 2020-06-07 23:05:48,742 |main |EntityDataLoadContainer |E| org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) (Unable to establish a connection with the database. (Unable to acquire a new connection from the pool)) 2020-06-07 23:05:48,747 |kJoinPool-1-worker-1 |ServiceEcaUtil |I| Loaded [6] Service ECA Rules from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/servicedef/secas_invoice.xml 2020-06-07 23:05:48,751 |kJoinPool-1-worker-3 |ServiceEcaUtil |I| Loaded [0] Service ECA Rules from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/commonext/servicedef/secas.xml 2020-06-07 23:05:48,778 |main |GenericDelegator |E| Failure in findByCondition operation for entity [Component]: org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool). Rolling back transaction. org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:264) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:367) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.selectListIteratorByCondition(GenericDAO.java:712) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericHelperDAO.findListIteratorByCondition(GenericHelperDAO.java:141) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.find(GenericDelegator.java:1563) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.findList(GenericDelegator.java:1597) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.query(EntityQuery.java:451) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryList(EntityQuery.java:381) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryOne(EntityQuery.java:423) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.createOrUpdateComponentEntities(EntityDataLoadContainer.java:291) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.loadDataForDelegator(EntityDataLoadContainer.java:172) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.init(EntityDataLoadContainer.java:116) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainer(ContainerLoader.java:135) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainersFromConfigurations(ContainerLoader.java:100) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:70) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.loadStartupLoaders(StartupControlPanel.java:218) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:71) [ofbiz.jar:?] at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?] Caused by: java.sql.SQLException: Unable to acquire a new connection from the pool at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:130) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: java.sql.SQLException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.wrapArgsForTransportAcrossDRDA(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Another instance of Derby may have already booted the database C:\Users\katie\apache-ofbiz-17.12.03\runtime\data\derby\ofbiztenant. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.privGetJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.getJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore$6.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.RawStore.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.access.RAMAccessManager.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.db.BasicDatabase.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.jdbc.EmbedConnection.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more 2020-06-07 23:05:48,779 |main |TransactionUtil |I| Transaction rolled back 2020-06-07 23:05:48,779 |main |EntityDataLoadContainer |E| org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) (Unable to establish a connection with the database. (Unable to acquire a new connection from the pool)) 2020-06-07 23:05:48,793 |main |GenericDelegator |E| Failure in findByCondition operation for entity [Component]: org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool). Rolling back transaction. org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:264) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:367) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.selectListIteratorByCondition(GenericDAO.java:712) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericHelperDAO.findListIteratorByCondition(GenericHelperDAO.java:141) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.find(GenericDelegator.java:1563) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.findList(GenericDelegator.java:1597) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.query(EntityQuery.java:451) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryList(EntityQuery.java:381) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryOne(EntityQuery.java:423) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.createOrUpdateComponentEntities(EntityDataLoadContainer.java:291) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.loadDataForDelegator(EntityDataLoadContainer.java:172) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.init(EntityDataLoadContainer.java:116) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainer(ContainerLoader.java:135) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainersFromConfigurations(ContainerLoader.java:100) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:70) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.loadStartupLoaders(StartupControlPanel.java:218) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:71) [ofbiz.jar:?] at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?] Caused by: java.sql.SQLException: Unable to acquire a new connection from the pool at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:130) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: java.sql.SQLException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.wrapArgsForTransportAcrossDRDA(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Another instance of Derby may have already booted the database C:\Users\katie\apache-ofbiz-17.12.03\runtime\data\derby\ofbiztenant. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.privGetJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.getJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore$6.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.RawStore.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.access.RAMAccessManager.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.db.BasicDatabase.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.jdbc.EmbedConnection.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more 2020-06-07 23:05:48,795 |main |TransactionUtil |I| Transaction rolled back 2020-06-07 23:05:48,795 |main |EntityDataLoadContainer |E| org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) (Unable to establish a connection with the database. (Unable to acquire a new connection from the pool)) 2020-06-07 23:05:48,815 |main |GenericDelegator |E| Failure in findByCondition operation for entity [Component]: org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool). Rolling back transaction. org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:264) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:367) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.selectListIteratorByCondition(GenericDAO.java:712) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericHelperDAO.findListIteratorByCondition(GenericHelperDAO.java:141) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.find(GenericDelegator.java:1563) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.findList(GenericDelegator.java:1597) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.query(EntityQuery.java:451) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryList(EntityQuery.java:381) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryOne(EntityQuery.java:423) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.createOrUpdateComponentEntities(EntityDataLoadContainer.java:291) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.loadDataForDelegator(EntityDataLoadContainer.java:172) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.init(EntityDataLoadContainer.java:116) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainer(ContainerLoader.java:135) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainersFromConfigurations(ContainerLoader.java:100) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:70) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.loadStartupLoaders(StartupControlPanel.java:218) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:71) [ofbiz.jar:?] at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?] Caused by: java.sql.SQLException: Unable to acquire a new connection from the pool at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:130) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: java.sql.SQLException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.wrapArgsForTransportAcrossDRDA(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Another instance of Derby may have already booted the database C:\Users\katie\apache-ofbiz-17.12.03\runtime\data\derby\ofbiztenant. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.privGetJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.getJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore$6.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.RawStore.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.access.RAMAccessManager.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.db.BasicDatabase.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.jdbc.EmbedConnection.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more 2020-06-07 23:05:48,816 |main |TransactionUtil |I| Transaction rolled back 2020-06-07 23:05:48,816 |main |EntityDataLoadContainer |E| org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) (Unable to establish a connection with the database. (Unable to acquire a new connection from the pool)) 2020-06-07 23:05:48,822 |kJoinPool-1-worker-2 |ServiceEcaUtil |I| Loaded [10] Service ECA Rules from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/marketing/servicedef/secas.xml 2020-06-07 23:05:48,829 |main |GenericDelegator |E| Failure in findByCondition operation for entity [Component]: org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool). Rolling back transaction. org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:264) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:367) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.selectListIteratorByCondition(GenericDAO.java:712) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericHelperDAO.findListIteratorByCondition(GenericHelperDAO.java:141) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.find(GenericDelegator.java:1563) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.findList(GenericDelegator.java:1597) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.query(EntityQuery.java:451) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryList(EntityQuery.java:381) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryOne(EntityQuery.java:423) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.createOrUpdateComponentEntities(EntityDataLoadContainer.java:291) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.loadDataForDelegator(EntityDataLoadContainer.java:172) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.init(EntityDataLoadContainer.java:116) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainer(ContainerLoader.java:135) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainersFromConfigurations(ContainerLoader.java:100) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:70) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.loadStartupLoaders(StartupControlPanel.java:218) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:71) [ofbiz.jar:?] at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?] Caused by: java.sql.SQLException: Unable to acquire a new connection from the pool at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:130) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: java.sql.SQLException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.wrapArgsForTransportAcrossDRDA(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Another instance of Derby may have already booted the database C:\Users\katie\apache-ofbiz-17.12.03\runtime\data\derby\ofbiztenant. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.privGetJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.getJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore$6.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.RawStore.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.access.RAMAccessManager.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.db.BasicDatabase.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.jdbc.EmbedConnection.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more 2020-06-07 23:05:48,830 |main |TransactionUtil |I| Transaction rolled back 2020-06-07 23:05:48,830 |main |EntityDataLoadContainer |E| org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) (Unable to establish a connection with the database. (Unable to acquire a new connection from the pool)) 2020-06-07 23:05:48,840 |main |GenericDelegator |E| Failure in findByCondition operation for entity [Component]: org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool). Rolling back transaction. org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:264) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:367) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.selectListIteratorByCondition(GenericDAO.java:712) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericHelperDAO.findListIteratorByCondition(GenericHelperDAO.java:141) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.find(GenericDelegator.java:1563) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.findList(GenericDelegator.java:1597) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.query(EntityQuery.java:451) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryList(EntityQuery.java:381) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryOne(EntityQuery.java:423) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.createOrUpdateComponentEntities(EntityDataLoadContainer.java:291) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.loadDataForDelegator(EntityDataLoadContainer.java:172) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.init(EntityDataLoadContainer.java:116) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainer(ContainerLoader.java:135) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainersFromConfigurations(ContainerLoader.java:100) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:70) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.loadStartupLoaders(StartupControlPanel.java:218) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:71) [ofbiz.jar:?] at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?] Caused by: java.sql.SQLException: Unable to acquire a new connection from the pool at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:130) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: java.sql.SQLException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.wrapArgsForTransportAcrossDRDA(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Another instance of Derby may have already booted the database C:\Users\katie\apache-ofbiz-17.12.03\runtime\data\derby\ofbiztenant. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.privGetJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.getJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore$6.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.RawStore.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.access.RAMAccessManager.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.db.BasicDatabase.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.jdbc.EmbedConnection.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more 2020-06-07 23:05:48,843 |main |TransactionUtil |I| Transaction rolled back 2020-06-07 23:05:48,843 |main |EntityDataLoadContainer |E| org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) (Unable to establish a connection with the database. (Unable to acquire a new connection from the pool)) 2020-06-07 23:05:48,854 |main |GenericDelegator |E| Failure in findByCondition operation for entity [Component]: org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool). Rolling back transaction. org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:264) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:367) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.selectListIteratorByCondition(GenericDAO.java:712) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericHelperDAO.findListIteratorByCondition(GenericHelperDAO.java:141) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.find(GenericDelegator.java:1563) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.findList(GenericDelegator.java:1597) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.query(EntityQuery.java:451) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryList(EntityQuery.java:381) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryOne(EntityQuery.java:423) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.createOrUpdateComponentEntities(EntityDataLoadContainer.java:291) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.loadDataForDelegator(EntityDataLoadContainer.java:172) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.init(EntityDataLoadContainer.java:116) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainer(ContainerLoader.java:135) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainersFromConfigurations(ContainerLoader.java:100) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:70) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.loadStartupLoaders(StartupControlPanel.java:218) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:71) [ofbiz.jar:?] at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?] Caused by: java.sql.SQLException: Unable to acquire a new connection from the pool at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:130) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: java.sql.SQLException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.wrapArgsForTransportAcrossDRDA(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Another instance of Derby may have already booted the database C:\Users\katie\apache-ofbiz-17.12.03\runtime\data\derby\ofbiztenant. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.privGetJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.getJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore$6.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.RawStore.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.access.RAMAccessManager.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.db.BasicDatabase.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.jdbc.EmbedConnection.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more 2020-06-07 23:05:48,855 |main |TransactionUtil |I| Transaction rolled back 2020-06-07 23:05:48,856 |main |EntityDataLoadContainer |E| org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) (Unable to establish a connection with the database. (Unable to acquire a new connection from the pool)) 2020-06-07 23:05:48,866 |main |GenericDelegator |E| Failure in findByCondition operation for entity [Component]: org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool). Rolling back transaction. org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:264) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:367) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.selectListIteratorByCondition(GenericDAO.java:712) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericHelperDAO.findListIteratorByCondition(GenericHelperDAO.java:141) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.find(GenericDelegator.java:1563) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.findList(GenericDelegator.java:1597) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.query(EntityQuery.java:451) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryList(EntityQuery.java:381) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryOne(EntityQuery.java:423) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.createOrUpdateComponentEntities(EntityDataLoadContainer.java:291) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.loadDataForDelegator(EntityDataLoadContainer.java:172) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.init(EntityDataLoadContainer.java:116) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainer(ContainerLoader.java:135) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainersFromConfigurations(ContainerLoader.java:100) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:70) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.loadStartupLoaders(StartupControlPanel.java:218) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:71) [ofbiz.jar:?] at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?] Caused by: java.sql.SQLException: Unable to acquire a new connection from the pool at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:130) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: java.sql.SQLException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.wrapArgsForTransportAcrossDRDA(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Another instance of Derby may have already booted the database C:\Users\katie\apache-ofbiz-17.12.03\runtime\data\derby\ofbiztenant. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.privGetJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.getJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore$6.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.RawStore.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.access.RAMAccessManager.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.db.BasicDatabase.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.jdbc.EmbedConnection.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more 2020-06-07 23:05:48,868 |main |TransactionUtil |I| Transaction rolled back 2020-06-07 23:05:48,868 |main |EntityDataLoadContainer |E| org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) (Unable to establish a connection with the database. (Unable to acquire a new connection from the pool)) 2020-06-07 23:05:48,868 |kJoinPool-1-worker-1 |ServiceEcaUtil |I| Loaded [5] Service ECA Rules from file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/assetmaint/servicedef/secas.xml 2020-06-07 23:05:48,879 |kJoinPool-1-worker-3 |ServiceEcaUtil |I| Loaded [5] Service ECA Rules from file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/bi/servicedef/secas.xml 2020-06-07 23:05:48,882 |main |GenericDelegator |E| Failure in findByCondition operation for entity [Component]: org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool). Rolling back transaction. org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:264) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:367) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.selectListIteratorByCondition(GenericDAO.java:712) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericHelperDAO.findListIteratorByCondition(GenericHelperDAO.java:141) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.find(GenericDelegator.java:1563) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.findList(GenericDelegator.java:1597) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.query(EntityQuery.java:451) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryList(EntityQuery.java:381) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryOne(EntityQuery.java:423) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.createOrUpdateComponentEntities(EntityDataLoadContainer.java:291) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.loadDataForDelegator(EntityDataLoadContainer.java:172) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.init(EntityDataLoadContainer.java:116) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainer(ContainerLoader.java:135) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainersFromConfigurations(ContainerLoader.java:100) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:70) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.loadStartupLoaders(StartupControlPanel.java:218) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:71) [ofbiz.jar:?] at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?] Caused by: java.sql.SQLException: Unable to acquire a new connection from the pool at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:130) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: java.sql.SQLException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.wrapArgsForTransportAcrossDRDA(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Another instance of Derby may have already booted the database C:\Users\katie\apache-ofbiz-17.12.03\runtime\data\derby\ofbiztenant. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.privGetJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.getJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore$6.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.RawStore.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.access.RAMAccessManager.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.db.BasicDatabase.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.jdbc.EmbedConnection.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more 2020-06-07 23:05:48,884 |main |TransactionUtil |I| Transaction rolled back 2020-06-07 23:05:48,884 |main |EntityDataLoadContainer |E| org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) (Unable to establish a connection with the database. (Unable to acquire a new connection from the pool)) 2020-06-07 23:05:48,892 |kJoinPool-1-worker-2 |ServiceEcaUtil |I| Loaded [1] Service ECA Rules from file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/ebay/servicedef/secas.xml 2020-06-07 23:05:48,900 |main |GenericDelegator |E| Failure in findByCondition operation for entity [Component]: org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool). Rolling back transaction. org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:264) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:367) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.selectListIteratorByCondition(GenericDAO.java:712) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericHelperDAO.findListIteratorByCondition(GenericHelperDAO.java:141) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.find(GenericDelegator.java:1563) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.findList(GenericDelegator.java:1597) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.query(EntityQuery.java:451) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryList(EntityQuery.java:381) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryOne(EntityQuery.java:423) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.createOrUpdateComponentEntities(EntityDataLoadContainer.java:291) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.loadDataForDelegator(EntityDataLoadContainer.java:172) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.init(EntityDataLoadContainer.java:116) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainer(ContainerLoader.java:135) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainersFromConfigurations(ContainerLoader.java:100) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:70) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.loadStartupLoaders(StartupControlPanel.java:218) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:71) [ofbiz.jar:?] at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?] Caused by: java.sql.SQLException: Unable to acquire a new connection from the pool at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:130) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: java.sql.SQLException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.wrapArgsForTransportAcrossDRDA(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Another instance of Derby may have already booted the database C:\Users\katie\apache-ofbiz-17.12.03\runtime\data\derby\ofbiztenant. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.privGetJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.getJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore$6.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.RawStore.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.access.RAMAccessManager.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.db.BasicDatabase.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.jdbc.EmbedConnection.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more 2020-06-07 23:05:48,902 |main |TransactionUtil |I| Transaction rolled back 2020-06-07 23:05:48,902 |main |EntityDataLoadContainer |E| org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) (Unable to establish a connection with the database. (Unable to acquire a new connection from the pool)) 2020-06-07 23:05:48,911 |kJoinPool-1-worker-0 |ServiceEcaUtil |I| Loaded [79] Service ECA Rules from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/order/servicedef/secas.xml 2020-06-07 23:05:48,914 |main |GenericDelegator |E| Failure in findByCondition operation for entity [Component]: org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool). Rolling back transaction. org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:264) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:367) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.selectListIteratorByCondition(GenericDAO.java:712) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericHelperDAO.findListIteratorByCondition(GenericHelperDAO.java:141) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.find(GenericDelegator.java:1563) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.findList(GenericDelegator.java:1597) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.query(EntityQuery.java:451) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryList(EntityQuery.java:381) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryOne(EntityQuery.java:423) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.createOrUpdateComponentEntities(EntityDataLoadContainer.java:291) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.loadDataForDelegator(EntityDataLoadContainer.java:172) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.init(EntityDataLoadContainer.java:116) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainer(ContainerLoader.java:135) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainersFromConfigurations(ContainerLoader.java:100) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:70) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.loadStartupLoaders(StartupControlPanel.java:218) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:71) [ofbiz.jar:?] at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?] Caused by: java.sql.SQLException: Unable to acquire a new connection from the pool at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:130) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: java.sql.SQLException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.wrapArgsForTransportAcrossDRDA(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Another instance of Derby may have already booted the database C:\Users\katie\apache-ofbiz-17.12.03\runtime\data\derby\ofbiztenant. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.privGetJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.getJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore$6.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.RawStore.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.access.RAMAccessManager.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.db.BasicDatabase.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.jdbc.EmbedConnection.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more 2020-06-07 23:05:48,916 |main |TransactionUtil |I| Transaction rolled back 2020-06-07 23:05:48,916 |main |EntityDataLoadContainer |E| org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) (Unable to establish a connection with the database. (Unable to acquire a new connection from the pool)) 2020-06-07 23:05:48,930 |kJoinPool-1-worker-2 |ServiceEcaUtil |I| Loaded [0] Service ECA Rules from file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/solr/servicedef/secas.xml 2020-06-07 23:05:48,930 |main |GenericDelegator |E| Failure in findByCondition operation for entity [Component]: org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool). Rolling back transaction. org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:264) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:367) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.selectListIteratorByCondition(GenericDAO.java:712) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericHelperDAO.findListIteratorByCondition(GenericHelperDAO.java:141) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.find(GenericDelegator.java:1563) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.findList(GenericDelegator.java:1597) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.query(EntityQuery.java:451) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryList(EntityQuery.java:381) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryOne(EntityQuery.java:423) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.createOrUpdateComponentEntities(EntityDataLoadContainer.java:291) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.loadDataForDelegator(EntityDataLoadContainer.java:172) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.init(EntityDataLoadContainer.java:116) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainer(ContainerLoader.java:135) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainersFromConfigurations(ContainerLoader.java:100) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:70) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.loadStartupLoaders(StartupControlPanel.java:218) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:71) [ofbiz.jar:?] at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?] Caused by: java.sql.SQLException: Unable to acquire a new connection from the pool at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:130) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: java.sql.SQLException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.wrapArgsForTransportAcrossDRDA(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Another instance of Derby may have already booted the database C:\Users\katie\apache-ofbiz-17.12.03\runtime\data\derby\ofbiztenant. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.privGetJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.getJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore$6.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.RawStore.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.access.RAMAccessManager.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.db.BasicDatabase.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.jdbc.EmbedConnection.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more 2020-06-07 23:05:48,932 |main |TransactionUtil |I| Transaction rolled back 2020-06-07 23:05:48,932 |main |EntityDataLoadContainer |E| org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) (Unable to establish a connection with the database. (Unable to acquire a new connection from the pool)) 2020-06-07 23:05:48,944 |main |GenericDelegator |E| Failure in findByCondition operation for entity [Component]: org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool). Rolling back transaction. org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:264) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:367) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.selectListIteratorByCondition(GenericDAO.java:712) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericHelperDAO.findListIteratorByCondition(GenericHelperDAO.java:141) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.find(GenericDelegator.java:1563) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.findList(GenericDelegator.java:1597) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.query(EntityQuery.java:451) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryList(EntityQuery.java:381) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryOne(EntityQuery.java:423) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.createOrUpdateComponentEntities(EntityDataLoadContainer.java:291) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.loadDataForDelegator(EntityDataLoadContainer.java:172) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.init(EntityDataLoadContainer.java:116) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainer(ContainerLoader.java:135) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainersFromConfigurations(ContainerLoader.java:100) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:70) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.loadStartupLoaders(StartupControlPanel.java:218) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:71) [ofbiz.jar:?] at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?] Caused by: java.sql.SQLException: Unable to acquire a new connection from the pool at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:130) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: java.sql.SQLException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.wrapArgsForTransportAcrossDRDA(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Another instance of Derby may have already booted the database C:\Users\katie\apache-ofbiz-17.12.03\runtime\data\derby\ofbiztenant. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.privGetJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.getJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore$6.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.RawStore.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.access.RAMAccessManager.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.db.BasicDatabase.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.jdbc.EmbedConnection.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more 2020-06-07 23:05:48,946 |main |TransactionUtil |I| Transaction rolled back 2020-06-07 23:05:48,946 |main |EntityDataLoadContainer |E| org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) (Unable to establish a connection with the database. (Unable to acquire a new connection from the pool)) 2020-06-07 23:05:48,957 |main |GenericDelegator |E| Failure in findByCondition operation for entity [Component]: org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool). Rolling back transaction. org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:264) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:367) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.selectListIteratorByCondition(GenericDAO.java:712) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericHelperDAO.findListIteratorByCondition(GenericHelperDAO.java:141) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.find(GenericDelegator.java:1563) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.findList(GenericDelegator.java:1597) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.query(EntityQuery.java:451) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryList(EntityQuery.java:381) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryOne(EntityQuery.java:423) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.createOrUpdateComponentEntities(EntityDataLoadContainer.java:291) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.loadDataForDelegator(EntityDataLoadContainer.java:172) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.init(EntityDataLoadContainer.java:116) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainer(ContainerLoader.java:135) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainersFromConfigurations(ContainerLoader.java:100) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:70) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.loadStartupLoaders(StartupControlPanel.java:218) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:71) [ofbiz.jar:?] at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?] Caused by: java.sql.SQLException: Unable to acquire a new connection from the pool at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:130) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: java.sql.SQLException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.wrapArgsForTransportAcrossDRDA(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Another instance of Derby may have already booted the database C:\Users\katie\apache-ofbiz-17.12.03\runtime\data\derby\ofbiztenant. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.privGetJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.getJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore$6.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.RawStore.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.access.RAMAccessManager.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.db.BasicDatabase.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.jdbc.EmbedConnection.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more 2020-06-07 23:05:48,959 |main |TransactionUtil |I| Transaction rolled back 2020-06-07 23:05:48,959 |main |EntityDataLoadContainer |E| org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) (Unable to establish a connection with the database. (Unable to acquire a new connection from the pool)) 2020-06-07 23:05:48,964 |kJoinPool-1-worker-3 |ServiceEcaUtil |I| Loaded [9] Service ECA Rules from file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/scrum/servicedef/secas.xml 2020-06-07 23:05:48,976 |main |GenericDelegator |E| Failure in findByCondition operation for entity [Component]: org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool). Rolling back transaction. org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:264) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:367) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.selectListIteratorByCondition(GenericDAO.java:712) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericHelperDAO.findListIteratorByCondition(GenericHelperDAO.java:141) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.find(GenericDelegator.java:1563) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.findList(GenericDelegator.java:1597) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.query(EntityQuery.java:451) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryList(EntityQuery.java:381) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryOne(EntityQuery.java:423) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.createOrUpdateComponentEntities(EntityDataLoadContainer.java:291) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.loadDataForDelegator(EntityDataLoadContainer.java:172) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.init(EntityDataLoadContainer.java:116) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainer(ContainerLoader.java:135) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainersFromConfigurations(ContainerLoader.java:100) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:70) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.loadStartupLoaders(StartupControlPanel.java:218) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:71) [ofbiz.jar:?] at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?] Caused by: java.sql.SQLException: Unable to acquire a new connection from the pool at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:130) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: java.sql.SQLException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.wrapArgsForTransportAcrossDRDA(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Another instance of Derby may have already booted the database C:\Users\katie\apache-ofbiz-17.12.03\runtime\data\derby\ofbiztenant. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.privGetJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.getJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore$6.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.RawStore.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.access.RAMAccessManager.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.db.BasicDatabase.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.jdbc.EmbedConnection.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more 2020-06-07 23:05:48,978 |main |TransactionUtil |I| Transaction rolled back 2020-06-07 23:05:48,980 |main |EntityDataLoadContainer |E| org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) (Unable to establish a connection with the database. (Unable to acquire a new connection from the pool)) 2020-06-07 23:05:48,997 |kJoinPool-1-worker-1 |ServiceEcaUtil |I| Loaded [3] Service ECA Rules from file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/example/servicedef/secas.xml 2020-06-07 23:05:48,995 |main |GenericDelegator |E| Failure in findByCondition operation for entity [Component]: org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool). Rolling back transaction. org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:264) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:367) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.selectListIteratorByCondition(GenericDAO.java:712) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericHelperDAO.findListIteratorByCondition(GenericHelperDAO.java:141) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.find(GenericDelegator.java:1563) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.findList(GenericDelegator.java:1597) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.query(EntityQuery.java:451) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryList(EntityQuery.java:381) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryOne(EntityQuery.java:423) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.createOrUpdateComponentEntities(EntityDataLoadContainer.java:291) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.loadDataForDelegator(EntityDataLoadContainer.java:172) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.init(EntityDataLoadContainer.java:116) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainer(ContainerLoader.java:135) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainersFromConfigurations(ContainerLoader.java:100) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:70) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.loadStartupLoaders(StartupControlPanel.java:218) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:71) [ofbiz.jar:?] at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?] Caused by: java.sql.SQLException: Unable to acquire a new connection from the pool at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:130) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: java.sql.SQLException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.wrapArgsForTransportAcrossDRDA(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Another instance of Derby may have already booted the database C:\Users\katie\apache-ofbiz-17.12.03\runtime\data\derby\ofbiztenant. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.privGetJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.getJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore$6.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.RawStore.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.access.RAMAccessManager.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.db.BasicDatabase.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.jdbc.EmbedConnection.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more 2020-06-07 23:05:48,999 |main |TransactionUtil |I| Transaction rolled back 2020-06-07 23:05:48,999 |main |EntityDataLoadContainer |E| org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) (Unable to establish a connection with the database. (Unable to acquire a new connection from the pool)) 2020-06-07 23:05:49,009 |main |GenericDelegator |E| Failure in findByCondition operation for entity [Component]: org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool). Rolling back transaction. org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:264) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:367) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.selectListIteratorByCondition(GenericDAO.java:712) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericHelperDAO.findListIteratorByCondition(GenericHelperDAO.java:141) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.find(GenericDelegator.java:1563) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.findList(GenericDelegator.java:1597) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.query(EntityQuery.java:451) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryList(EntityQuery.java:381) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryOne(EntityQuery.java:423) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.createOrUpdateComponentEntities(EntityDataLoadContainer.java:291) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.loadDataForDelegator(EntityDataLoadContainer.java:172) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.init(EntityDataLoadContainer.java:116) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainer(ContainerLoader.java:135) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainersFromConfigurations(ContainerLoader.java:100) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:70) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.loadStartupLoaders(StartupControlPanel.java:218) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:71) [ofbiz.jar:?] at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?] Caused by: java.sql.SQLException: Unable to acquire a new connection from the pool at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:130) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: java.sql.SQLException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.wrapArgsForTransportAcrossDRDA(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Another instance of Derby may have already booted the database C:\Users\katie\apache-ofbiz-17.12.03\runtime\data\derby\ofbiztenant. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.privGetJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.getJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore$6.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.RawStore.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.access.RAMAccessManager.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.db.BasicDatabase.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.jdbc.EmbedConnection.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more 2020-06-07 23:05:49,011 |main |TransactionUtil |I| Transaction rolled back 2020-06-07 23:05:49,011 |main |EntityDataLoadContainer |E| org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) (Unable to establish a connection with the database. (Unable to acquire a new connection from the pool)) 2020-06-07 23:05:49,023 |main |GenericDelegator |E| Failure in findByCondition operation for entity [Component]: org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool). Rolling back transaction. org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:264) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:367) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.selectListIteratorByCondition(GenericDAO.java:712) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericHelperDAO.findListIteratorByCondition(GenericHelperDAO.java:141) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.find(GenericDelegator.java:1563) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.findList(GenericDelegator.java:1597) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.query(EntityQuery.java:451) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryList(EntityQuery.java:381) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryOne(EntityQuery.java:423) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.createOrUpdateComponentEntities(EntityDataLoadContainer.java:291) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.loadDataForDelegator(EntityDataLoadContainer.java:172) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.init(EntityDataLoadContainer.java:116) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainer(ContainerLoader.java:135) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainersFromConfigurations(ContainerLoader.java:100) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:70) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.loadStartupLoaders(StartupControlPanel.java:218) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:71) [ofbiz.jar:?] at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?] Caused by: java.sql.SQLException: Unable to acquire a new connection from the pool at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:130) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: java.sql.SQLException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.wrapArgsForTransportAcrossDRDA(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Another instance of Derby may have already booted the database C:\Users\katie\apache-ofbiz-17.12.03\runtime\data\derby\ofbiztenant. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.privGetJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.getJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore$6.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.RawStore.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.access.RAMAccessManager.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.db.BasicDatabase.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.jdbc.EmbedConnection.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more 2020-06-07 23:05:49,028 |main |TransactionUtil |I| Transaction rolled back 2020-06-07 23:05:49,028 |main |EntityDataLoadContainer |E| org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) (Unable to establish a connection with the database. (Unable to acquire a new connection from the pool)) 2020-06-07 23:05:49,040 |main |GenericDelegator |E| Failure in findByCondition operation for entity [Component]: org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool). Rolling back transaction. org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:264) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:367) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.selectListIteratorByCondition(GenericDAO.java:712) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericHelperDAO.findListIteratorByCondition(GenericHelperDAO.java:141) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.find(GenericDelegator.java:1563) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.findList(GenericDelegator.java:1597) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.query(EntityQuery.java:451) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryList(EntityQuery.java:381) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryOne(EntityQuery.java:423) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.createOrUpdateComponentEntities(EntityDataLoadContainer.java:291) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.loadDataForDelegator(EntityDataLoadContainer.java:172) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.init(EntityDataLoadContainer.java:116) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainer(ContainerLoader.java:135) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainersFromConfigurations(ContainerLoader.java:100) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:70) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.loadStartupLoaders(StartupControlPanel.java:218) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:71) [ofbiz.jar:?] at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?] Caused by: java.sql.SQLException: Unable to acquire a new connection from the pool at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:130) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: java.sql.SQLException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.wrapArgsForTransportAcrossDRDA(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Another instance of Derby may have already booted the database C:\Users\katie\apache-ofbiz-17.12.03\runtime\data\derby\ofbiztenant. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.privGetJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.getJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore$6.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.RawStore.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.access.RAMAccessManager.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.db.BasicDatabase.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.jdbc.EmbedConnection.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more 2020-06-07 23:05:49,043 |main |TransactionUtil |I| Transaction rolled back 2020-06-07 23:05:49,043 |main |EntityDataLoadContainer |E| org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) (Unable to establish a connection with the database. (Unable to acquire a new connection from the pool)) 2020-06-07 23:05:49,053 |main |GenericDelegator |E| Failure in findByCondition operation for entity [Component]: org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool). Rolling back transaction. org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:264) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:367) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.selectListIteratorByCondition(GenericDAO.java:712) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericHelperDAO.findListIteratorByCondition(GenericHelperDAO.java:141) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.find(GenericDelegator.java:1563) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.findList(GenericDelegator.java:1597) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.query(EntityQuery.java:451) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryList(EntityQuery.java:381) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryOne(EntityQuery.java:423) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.createOrUpdateComponentEntities(EntityDataLoadContainer.java:291) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.loadDataForDelegator(EntityDataLoadContainer.java:172) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.init(EntityDataLoadContainer.java:116) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainer(ContainerLoader.java:135) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainersFromConfigurations(ContainerLoader.java:100) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:70) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.loadStartupLoaders(StartupControlPanel.java:218) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:71) [ofbiz.jar:?] at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?] Caused by: java.sql.SQLException: Unable to acquire a new connection from the pool at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:130) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: java.sql.SQLException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.wrapArgsForTransportAcrossDRDA(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Another instance of Derby may have already booted the database C:\Users\katie\apache-ofbiz-17.12.03\runtime\data\derby\ofbiztenant. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.privGetJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.getJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore$6.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.RawStore.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.access.RAMAccessManager.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.db.BasicDatabase.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.jdbc.EmbedConnection.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more 2020-06-07 23:05:49,055 |main |TransactionUtil |I| Transaction rolled back 2020-06-07 23:05:49,055 |main |EntityDataLoadContainer |E| org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) (Unable to establish a connection with the database. (Unable to acquire a new connection from the pool)) 2020-06-07 23:05:49,065 |main |GenericDelegator |E| Failure in findByCondition operation for entity [Component]: org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool). Rolling back transaction. org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:264) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:367) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.selectListIteratorByCondition(GenericDAO.java:712) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericHelperDAO.findListIteratorByCondition(GenericHelperDAO.java:141) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.find(GenericDelegator.java:1563) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.findList(GenericDelegator.java:1597) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.query(EntityQuery.java:451) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryList(EntityQuery.java:381) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityQuery.queryOne(EntityQuery.java:423) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.createOrUpdateComponentEntities(EntityDataLoadContainer.java:291) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.loadDataForDelegator(EntityDataLoadContainer.java:172) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.init(EntityDataLoadContainer.java:116) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainer(ContainerLoader.java:135) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainersFromConfigurations(ContainerLoader.java:100) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:70) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.loadStartupLoaders(StartupControlPanel.java:218) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:71) [ofbiz.jar:?] at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?] Caused by: java.sql.SQLException: Unable to acquire a new connection from the pool at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:130) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: java.sql.SQLException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Failed to start database 'ofbiztenant' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.wrapArgsForTransportAcrossDRDA(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more Caused by: org.apache.derby.iapi.error.StandardException: Another instance of Derby may have already booted the database C:\Users\katie\apache-ofbiz-17.12.03\runtime\data\derby\ofbiztenant. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.privGetJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.getJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore$6.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.RawStore.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.access.RAMAccessManager.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.db.BasicDatabase.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.jdbc.EmbedConnection.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 17 more 2020-06-07 23:05:49,068 |main |TransactionUtil |I| Transaction rolled back 2020-06-07 23:05:49,068 |main |EntityDataLoadContainer |E| org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) (Unable to establish a connection with the database. (Unable to acquire a new connection from the pool)) 2020-06-07 23:05:49,101 |OFBiz-batch-1 |GenericDelegator |E| Failure in removeByCondition operation for entity [ServiceSemaphore]: org.apache.ofbiz.entity.GenericDataSourceException: Generic Entity Exception occurred in deleteByCondition (Unable to establish a connection with the database. (Unable to acquire a new connection from the pool)). Rolling back transaction. org.apache.ofbiz.entity.GenericDataSourceException: Generic Entity Exception occurred in deleteByCondition (Unable to establish a connection with the database. (Unable to acquire a new connection from the pool)) at org.apache.ofbiz.entity.datasource.GenericDAO.deleteByCondition(GenericDAO.java:1125) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericHelperDAO.removeByCondition(GenericHelperDAO.java:162) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.removeByCondition(GenericDelegator.java:1121) [ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.removeByAnd(GenericDelegator.java:1086) [ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.removeByAnd(GenericDelegator.java:1077) [ofbiz.jar:?] at org.apache.ofbiz.service.ServiceDispatcher.(ServiceDispatcher.java:104) [ofbiz.jar:?] at org.apache.ofbiz.service.ServiceDispatcher.(ServiceDispatcher.java:135) [ofbiz.jar:?] at org.apache.ofbiz.service.ServiceDispatcher.getInstance(ServiceDispatcher.java:166) [ofbiz.jar:?] at org.apache.ofbiz.service.ServiceDispatcher.getLocalDispatcher(ServiceDispatcher.java:146) [ofbiz.jar:?] at org.apache.ofbiz.service.GenericDispatcherFactory.createLocalDispatcher(GenericDispatcherFactory.java:40) [ofbiz.jar:?] at org.apache.ofbiz.service.ServiceContainer.getLocalDispatcher(ServiceContainer.java:92) [ofbiz.jar:?] at org.apache.ofbiz.entityext.EntityServiceFactory.getLocalDispatcher(EntityServiceFactory.java:34) [ofbiz.jar:?] at org.apache.ofbiz.entityext.EntityServiceFactory.getDispatchContext(EntityServiceFactory.java:39) [ofbiz.jar:?] at org.apache.ofbiz.entityext.eca.DelegatorEcaHandler$1.call(DelegatorEcaHandler.java:62) [ofbiz.jar:?] at org.apache.ofbiz.entityext.eca.DelegatorEcaHandler$1.call(DelegatorEcaHandler.java:60) [ofbiz.jar:?] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_251] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_251] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_251] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_251] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_251] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_251] Caused by: org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:264) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:367) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:338) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.deleteByCondition(GenericDAO.java:1144) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.deleteByCondition(GenericDAO.java:1122) ~[ofbiz.jar:?] ... 20 more Caused by: java.sql.SQLException: Unable to acquire a new connection from the pool at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:130) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:367) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:338) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.deleteByCondition(GenericDAO.java:1144) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.deleteByCondition(GenericDAO.java:1122) ~[ofbiz.jar:?] ... 20 more Caused by: java.sql.SQLException: Failed to start database 'ofbiz' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:367) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:338) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.deleteByCondition(GenericDAO.java:1144) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.deleteByCondition(GenericDAO.java:1122) ~[ofbiz.jar:?] ... 20 more Caused by: org.apache.derby.iapi.error.StandardException: Failed to start database 'ofbiz' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.wrapArgsForTransportAcrossDRDA(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:367) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:338) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.deleteByCondition(GenericDAO.java:1144) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.deleteByCondition(GenericDAO.java:1122) ~[ofbiz.jar:?] ... 20 more Caused by: org.apache.derby.iapi.error.StandardException: Another instance of Derby may have already booted the database C:\Users\katie\apache-ofbiz-17.12.03\runtime\data\derby\ofbiz. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.privGetJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.getJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore$6.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.RawStore.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.access.RAMAccessManager.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.db.BasicDatabase.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.jdbc.EmbedConnection.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:367) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:338) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.deleteByCondition(GenericDAO.java:1144) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.deleteByCondition(GenericDAO.java:1122) ~[ofbiz.jar:?] ... 20 more 2020-06-07 23:05:49,104 |OFBiz-batch-1 |TransactionUtil |I| Transaction rolled back 2020-06-07 23:05:49,104 |OFBiz-batch-1 |ServiceDispatcher |E| null org.apache.ofbiz.entity.GenericEntityException: org.apache.ofbiz.entity.GenericDataSourceException: Generic Entity Exception occurred in deleteByCondition (Unable to establish a connection with the database. (Unable to acquire a new connection from the pool)) (Generic Entity Exception occurred in deleteByCondition (Unable to establish a connection with the database. (Unable to acquire a new connection from the pool))) at org.apache.ofbiz.entity.GenericDelegator.removeByCondition(GenericDelegator.java:1138) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.removeByAnd(GenericDelegator.java:1086) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.removeByAnd(GenericDelegator.java:1077) ~[ofbiz.jar:?] at org.apache.ofbiz.service.ServiceDispatcher.(ServiceDispatcher.java:104) [ofbiz.jar:?] at org.apache.ofbiz.service.ServiceDispatcher.(ServiceDispatcher.java:135) [ofbiz.jar:?] at org.apache.ofbiz.service.ServiceDispatcher.getInstance(ServiceDispatcher.java:166) [ofbiz.jar:?] at org.apache.ofbiz.service.ServiceDispatcher.getLocalDispatcher(ServiceDispatcher.java:146) [ofbiz.jar:?] at org.apache.ofbiz.service.GenericDispatcherFactory.createLocalDispatcher(GenericDispatcherFactory.java:40) [ofbiz.jar:?] at org.apache.ofbiz.service.ServiceContainer.getLocalDispatcher(ServiceContainer.java:92) [ofbiz.jar:?] at org.apache.ofbiz.entityext.EntityServiceFactory.getLocalDispatcher(EntityServiceFactory.java:34) [ofbiz.jar:?] at org.apache.ofbiz.entityext.EntityServiceFactory.getDispatchContext(EntityServiceFactory.java:39) [ofbiz.jar:?] at org.apache.ofbiz.entityext.eca.DelegatorEcaHandler$1.call(DelegatorEcaHandler.java:62) [ofbiz.jar:?] at org.apache.ofbiz.entityext.eca.DelegatorEcaHandler$1.call(DelegatorEcaHandler.java:60) [ofbiz.jar:?] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_251] at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_251] at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_251] at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_251] at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_251] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_251] Caused by: org.apache.ofbiz.entity.GenericDataSourceException: Generic Entity Exception occurred in deleteByCondition (Unable to establish a connection with the database. (Unable to acquire a new connection from the pool)) at org.apache.ofbiz.entity.datasource.GenericDAO.deleteByCondition(GenericDAO.java:1125) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericHelperDAO.removeByCondition(GenericHelperDAO.java:162) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.removeByCondition(GenericDelegator.java:1121) ~[ofbiz.jar:?] ... 18 more Caused by: org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:264) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:367) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:338) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.deleteByCondition(GenericDAO.java:1144) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.deleteByCondition(GenericDAO.java:1122) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericHelperDAO.removeByCondition(GenericHelperDAO.java:162) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.removeByCondition(GenericDelegator.java:1121) ~[ofbiz.jar:?] ... 18 more Caused by: java.sql.SQLException: Unable to acquire a new connection from the pool at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:130) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:367) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:338) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.deleteByCondition(GenericDAO.java:1144) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.deleteByCondition(GenericDAO.java:1122) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericHelperDAO.removeByCondition(GenericHelperDAO.java:162) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.removeByCondition(GenericDelegator.java:1121) ~[ofbiz.jar:?] ... 18 more Caused by: java.sql.SQLException: Failed to start database 'ofbiz' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:367) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:338) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.deleteByCondition(GenericDAO.java:1144) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.deleteByCondition(GenericDAO.java:1122) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericHelperDAO.removeByCondition(GenericHelperDAO.java:162) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.removeByCondition(GenericDelegator.java:1121) ~[ofbiz.jar:?] ... 18 more Caused by: org.apache.derby.iapi.error.StandardException: Failed to start database 'ofbiz' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.wrapArgsForTransportAcrossDRDA(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:367) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:338) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.deleteByCondition(GenericDAO.java:1144) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.deleteByCondition(GenericDAO.java:1122) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericHelperDAO.removeByCondition(GenericHelperDAO.java:162) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.removeByCondition(GenericDelegator.java:1121) ~[ofbiz.jar:?] ... 18 more Caused by: org.apache.derby.iapi.error.StandardException: Another instance of Derby may have already booted the database C:\Users\katie\apache-ofbiz-17.12.03\runtime\data\derby\ofbiz. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.privGetJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.getJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore$6.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.RawStore.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.access.RAMAccessManager.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.db.BasicDatabase.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.jdbc.EmbedConnection.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:367) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:338) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.deleteByCondition(GenericDAO.java:1144) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.deleteByCondition(GenericDAO.java:1122) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericHelperDAO.removeByCondition(GenericHelperDAO.java:162) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.removeByCondition(GenericDelegator.java:1121) ~[ofbiz.jar:?] ... 18 more 2020-06-07 23:05:49,403 |kJoinPool-1-worker-3 |ModelServiceReader |I| Loaded [2] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/servicedef/services_cdyne.xml 2020-06-07 23:05:49,411 |kJoinPool-1-worker-1 |ModelServiceReader |I| Loaded [125] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/servicedef/services.xml 2020-06-07 23:05:49,447 |kJoinPool-1-worker-1 |ModelServiceReader |I| Loaded [12] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/servicedef/services_geo.xml 2020-06-07 23:05:49,462 |kJoinPool-1-worker-3 |ModelServiceReader |I| Loaded [6] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/servicedef/services_method.xml 2020-06-07 23:05:49,476 |kJoinPool-1-worker-1 |ModelServiceReader |I| Loaded [1] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/servicedef/services_qrcode.xml 2020-06-07 23:05:49,488 |kJoinPool-1-worker-0 |ModelServiceReader |I| Loaded [3] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/servicedef/services_enum.xml 2020-06-07 23:05:49,494 |kJoinPool-1-worker-2 |ModelServiceReader |I| Loaded [18] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/servicedef/services_email.xml 2020-06-07 23:05:49,510 |kJoinPool-1-worker-3 |ModelServiceReader |I| Loaded [20] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/servicedef/services_security.xml 2020-06-07 23:05:49,521 |kJoinPool-1-worker-1 |ModelServiceReader |I| Loaded [36] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/servicedef/services_test.xml 2020-06-07 23:05:49,525 |kJoinPool-1-worker-0 |ModelServiceReader |I| Loaded [34] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/service/servicedef/services.xml 2020-06-07 23:05:49,572 |kJoinPool-1-worker-2 |ModelServiceReader |I| Loaded [31] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/service/servicedef/services_test_se.xml 2020-06-07 23:05:49,580 |kJoinPool-1-worker-3 |ModelServiceReader |I| Loaded [68] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/entityext/servicedef/services.xml 2020-06-07 23:05:49,595 |kJoinPool-1-worker-0 |ModelServiceReader |I| Loaded [3] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/entityext/servicedef/services_synchronization.xml 2020-06-07 23:05:49,603 |kJoinPool-1-worker-1 |ModelServiceReader |I| Loaded [6] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/entityext/servicedef/services_group.xml 2020-06-07 23:05:49,613 |kJoinPool-1-worker-3 |ModelServiceReader |I| Loaded [1] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/testtools/servicedef/services.xml 2020-06-07 23:05:49,679 |kJoinPool-1-worker-2 |ModelServiceReader |I| Loaded [3] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/entityext/servicedef/services_tenant.xml 2020-06-07 23:05:49,687 |kJoinPool-1-worker-1 |ModelServiceReader |I| Loaded [175] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/party/servicedef/services.xml 2020-06-07 23:05:49,701 |kJoinPool-1-worker-0 |ModelServiceReader |I| Loaded [10] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/webtools/servicedef/services.xml 2020-06-07 23:05:49,751 |kJoinPool-1-worker-3 |ModelServiceReader |I| Loaded [18] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/party/servicedef/services_agreement.xml 2020-06-07 23:05:49,755 |kJoinPool-1-worker-1 |ModelServiceReader |I| Loaded [12] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/party/servicedef/services_contact.xml 2020-06-07 23:05:49,757 |kJoinPool-1-worker-2 |ModelServiceReader |I| Loaded [3] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/party/servicedef/services_communication.xml 2020-06-07 23:05:49,865 |kJoinPool-1-worker-3 |ModelServiceReader |W| Service getRelatedParties is defined more than once, most recent will over-write previous definition(s) 2020-06-07 23:05:49,865 |kJoinPool-1-worker-3 |ModelServiceReader |I| Loaded [16] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/party/servicedef/services_view.xml 2020-06-07 23:05:49,887 |kJoinPool-1-worker-2 |ModelServiceReader |I| Loaded [90] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/content/servicedef/services.xml 2020-06-07 23:05:49,904 |kJoinPool-1-worker-0 |ModelServiceReader |I| Loaded [24] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/party/servicedef/services_party.xml 2020-06-07 23:05:49,934 |kJoinPool-1-worker-1 |ModelServiceReader |I| Loaded [1] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/securityext/servicedef/services.xml 2020-06-07 23:05:50,010 |kJoinPool-1-worker-3 |ModelServiceReader |I| Loaded [57] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/content/servicedef/services_content.xml 2020-06-07 23:05:50,019 |kJoinPool-1-worker-2 |ModelServiceReader |I| Loaded [35] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/content/servicedef/services_contenttypes.xml 2020-06-07 23:05:50,036 |kJoinPool-1-worker-2 |ModelServiceReader |I| Loaded [42] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/content/servicedef/services_survey.xml 2020-06-07 23:05:50,037 |kJoinPool-1-worker-0 |ModelServiceReader |I| Loaded [39] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/content/servicedef/services_data.xml 2020-06-07 23:05:50,078 |kJoinPool-1-worker-1 |ModelServiceReader |I| Loaded [12] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/content/servicedef/services_document.xml 2020-06-07 23:05:50,182 |kJoinPool-1-worker-1 |ModelServiceReader |I| Loaded [101] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/workeffort/servicedef/services.xml 2020-06-07 23:05:50,188 |kJoinPool-1-worker-0 |ModelServiceReader |I| Loaded [19] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/content/servicedef/services_website.xml 2020-06-07 23:05:50,231 |kJoinPool-1-worker-2 |ModelServiceReader |I| Loaded [8] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/content/servicedef/services_commevent.xml 2020-06-07 23:05:50,241 |kJoinPool-1-worker-3 |ModelServiceReader |I| Loaded [2] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/content/servicedef/services_output.xml 2020-06-07 23:05:50,308 |kJoinPool-1-worker-1 |ModelServiceReader |I| Loaded [17] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/workeffort/servicedef/services_timesheet.xml 2020-06-07 23:05:50,316 |kJoinPool-1-worker-3 |ModelServiceReader |I| Loaded [129] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/product/servicedef/services_facility.xml 2020-06-07 23:05:50,335 |kJoinPool-1-worker-0 |ModelServiceReader |I| Loaded [36] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/workeffort/servicedef/services_workeffort.xml 2020-06-07 23:05:50,422 |kJoinPool-1-worker-2 |ModelServiceReader |I| Loaded [236] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/product/servicedef/services.xml 2020-06-07 23:05:50,456 |kJoinPool-1-worker-1 |ModelServiceReader |I| Loaded [36] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/product/servicedef/services_feature.xml 2020-06-07 23:05:50,517 |kJoinPool-1-worker-3 |ModelServiceReader |I| Loaded [12] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/product/servicedef/services_inventory.xml 2020-06-07 23:05:50,519 |kJoinPool-1-worker-1 |ModelServiceReader |I| Loaded [12] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/product/servicedef/services_price.xml 2020-06-07 23:05:50,536 |kJoinPool-1-worker-1 |ModelServiceReader |I| Loaded [21] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/product/servicedef/services_shipmentgateway.xml 2020-06-07 23:05:50,560 |kJoinPool-1-worker-2 |ModelServiceReader |I| Loaded [22] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/product/servicedef/services_picklist.xml 2020-06-07 23:05:50,574 |kJoinPool-1-worker-0 |ModelServiceReader |I| Loaded [22] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/product/servicedef/services_maint.xml 2020-06-07 23:05:50,576 |kJoinPool-1-worker-2 |ModelServiceReader |I| Loaded [2] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/product/servicedef/services_shipment_fedex.xml 2020-06-07 23:05:50,588 |kJoinPool-1-worker-0 |ModelServiceReader |I| Loaded [9] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/product/servicedef/services_shipment_ups.xml 2020-06-07 23:05:50,589 |kJoinPool-1-worker-2 |ModelServiceReader |I| Loaded [10] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/product/servicedef/services_shipment_usps.xml 2020-06-07 23:05:50,628 |kJoinPool-1-worker-3 |ModelServiceReader |I| Loaded [46] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/product/servicedef/services_pricepromo.xml 2020-06-07 23:05:50,628 |kJoinPool-1-worker-0 |ModelServiceReader |I| Loaded [133] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/product/servicedef/services_shipment.xml 2020-06-07 23:05:50,644 |kJoinPool-1-worker-0 |ModelServiceReader |I| Loaded [1] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/product/servicedef/services_perm.xml 2020-06-07 23:05:50,658 |kJoinPool-1-worker-0 |ModelServiceReader |I| Loaded [6] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/product/servicedef/services_supplier.xml 2020-06-07 23:05:50,676 |kJoinPool-1-worker-0 |ModelServiceReader |I| Loaded [2] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/product/servicedef/services_rental.xml 2020-06-07 23:05:50,694 |kJoinPool-1-worker-2 |ModelServiceReader |I| Loaded [54] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/product/servicedef/services_store.xml 2020-06-07 23:05:50,712 |kJoinPool-1-worker-2 |ModelServiceReader |I| Loaded [6] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/product/servicedef/services_config.xml 2020-06-07 23:05:50,753 |kJoinPool-1-worker-1 |ModelServiceReader |I| Loaded [3] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/product/servicedef/services_shipment_dhl.xml 2020-06-07 23:05:50,765 |kJoinPool-1-worker-1 |ModelServiceReader |I| Loaded [2] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/product/servicedef/services_uom.xml 2020-06-07 23:05:50,814 |kJoinPool-1-worker-3 |ModelServiceReader |I| Loaded [29] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/product/servicedef/services_subscription.xml 2020-06-07 23:05:50,843 |kJoinPool-1-worker-0 |ModelServiceReader |I| Loaded [13] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/product/servicedef/services_view.xml 2020-06-07 23:05:50,852 |kJoinPool-1-worker-2 |ModelServiceReader |I| Loaded [24] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/product/servicedef/services_cost.xml 2020-06-07 23:05:50,934 |kJoinPool-1-worker-0 |ModelServiceReader |I| Loaded [5] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/manufacturing/servicedef/services_routing.xml 2020-06-07 23:05:50,940 |kJoinPool-1-worker-1 |ModelServiceReader |I| Loaded [1] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/manufacturing/servicedef/services.xml 2020-06-07 23:05:50,946 |kJoinPool-1-worker-3 |ModelServiceReader |I| Loaded [12] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/manufacturing/servicedef/services_calendar.xml 2020-06-07 23:05:50,970 |kJoinPool-1-worker-3 |ModelServiceReader |I| Loaded [5] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/manufacturing/servicedef/services_formula.xml 2020-06-07 23:05:50,978 |kJoinPool-1-worker-2 |ModelServiceReader |I| Loaded [36] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/manufacturing/servicedef/services_production_run.xml 2020-06-07 23:05:51,109 |kJoinPool-1-worker-1 |ModelServiceReader |I| Loaded [8] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/manufacturing/servicedef/services_mrp.xml 2020-06-07 23:05:51,136 |kJoinPool-1-worker-0 |ModelServiceReader |I| Loaded [13] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/manufacturing/servicedef/services_bom.xml 2020-06-07 23:05:51,154 |kJoinPool-1-worker-3 |ModelServiceReader |I| Loaded [44] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/servicedef/services_agreement.xml 2020-06-07 23:05:51,166 |kJoinPool-1-worker-2 |ModelServiceReader |I| Loaded [14] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/servicedef/services_admin.xml 2020-06-07 23:05:51,335 |kJoinPool-1-worker-1 |ModelServiceReader |I| Loaded [10] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/servicedef/services_billing.xml 2020-06-07 23:05:51,369 |kJoinPool-1-worker-0 |ModelServiceReader |I| Loaded [47] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/servicedef/services_budget.xml 2020-06-07 23:05:51,581 |kJoinPool-1-worker-2 |ModelServiceReader |I| Loaded [67] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/servicedef/services_fixedasset.xml 2020-06-07 23:05:51,587 |kJoinPool-1-worker-3 |ModelServiceReader |I| Loaded [76] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/servicedef/services_finaccount.xml 2020-06-07 23:05:51,597 |kJoinPool-1-worker-1 |ModelServiceReader |I| Loaded [83] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/servicedef/services_invoice.xml 2020-06-07 23:05:51,658 |kJoinPool-1-worker-2 |ModelServiceReader |I| Loaded [56] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/servicedef/services_payment.xml 2020-06-07 23:05:51,667 |kJoinPool-1-worker-3 |ModelServiceReader |I| Loaded [96] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/servicedef/services_paymentmethod.xml 2020-06-07 23:05:51,677 |kJoinPool-1-worker-1 |ModelServiceReader |I| Loaded [20] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/servicedef/services_paymentgateway.xml 2020-06-07 23:05:51,699 |kJoinPool-1-worker-0 |ModelServiceReader |I| Loaded [130] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/servicedef/services_ledger.xml 2020-06-07 23:05:51,763 |kJoinPool-1-worker-2 |ModelServiceReader |I| Loaded [31] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/servicedef/services_tax.xml 2020-06-07 23:05:51,768 |kJoinPool-1-worker-0 |ModelServiceReader |I| Loaded [9] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/servicedef/services_sagepay.xml 2020-06-07 23:05:51,780 |kJoinPool-1-worker-0 |ModelServiceReader |I| Loaded [6] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/servicedef/services_clearcommerce.xml 2020-06-07 23:05:51,797 |kJoinPool-1-worker-3 |ModelServiceReader |I| Loaded [14] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/servicedef/services_rate.xml 2020-06-07 23:05:51,802 |kJoinPool-1-worker-1 |ModelServiceReader |I| Loaded [10] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/servicedef/services_cost.xml 2020-06-07 23:05:51,809 |kJoinPool-1-worker-0 |ModelServiceReader |I| Loaded [5] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/servicedef/services_cybersource.xml 2020-06-07 23:05:51,821 |kJoinPool-1-worker-1 |ModelServiceReader |I| Loaded [4] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/servicedef/services_pccharge.xml 2020-06-07 23:05:51,841 |kJoinPool-1-worker-2 |ModelServiceReader |I| Loaded [6] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/servicedef/services_authorizedotnet.xml 2020-06-07 23:05:51,854 |kJoinPool-1-worker-2 |ModelServiceReader |I| Loaded [11] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/servicedef/services_verisign.xml 2020-06-07 23:05:51,854 |kJoinPool-1-worker-1 |ModelServiceReader |I| Loaded [21] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/servicedef/services_valuelink.xml 2020-06-07 23:05:51,865 |kJoinPool-1-worker-3 |ModelServiceReader |I| Loaded [8] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/servicedef/services_paypal.xml 2020-06-07 23:05:51,866 |kJoinPool-1-worker-1 |ModelServiceReader |I| Loaded [5] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/servicedef/services_securepay.xml 2020-06-07 23:05:51,890 |kJoinPool-1-worker-3 |ModelServiceReader |I| Loaded [13] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/servicedef/services_perm.xml 2020-06-07 23:05:51,901 |kJoinPool-1-worker-0 |ModelServiceReader |I| Loaded [10] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/servicedef/services_rita.xml 2020-06-07 23:05:51,989 |kJoinPool-1-worker-2 |ModelServiceReader |I| Loaded [5] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/servicedef/services_orbital.xml 2020-06-07 23:05:52,063 |main |EntityDataLoadContainer |I| =-=-=-=-=-=-= Doing a data load using delegator 'default' with the following files: 2020-06-07 23:05:52,064 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/security/data/SecurityPermissionSeedData.xml 2020-06-07 23:05:52,064 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/data/CommonSecurityPermissionSeedData.xml 2020-06-07 23:05:52,064 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/data/CommonSystemPropertyData.xml 2020-06-07 23:05:52,064 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/data/CommonTypeData.xml 2020-06-07 23:05:52,065 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/data/CurrencyData.xml 2020-06-07 23:05:52,065 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/data/CountryCodeData.xml 2020-06-07 23:05:52,065 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/data/GeoData.xml 2020-06-07 23:05:52,065 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/data/GeoData_AU.xml 2020-06-07 23:05:52,066 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/data/GeoData_BG.xml 2020-06-07 23:05:52,066 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/data/GeoData_BR.xml 2020-06-07 23:05:52,066 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/data/GeoData_CA.xml 2020-06-07 23:05:52,066 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/data/GeoData_CH.xml 2020-06-07 23:05:52,066 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/data/GeoData_CN.xml 2020-06-07 23:05:52,067 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/data/GeoData_CO.xml 2020-06-07 23:05:52,067 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/data/GeoData_DE.xml 2020-06-07 23:05:52,067 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/data/GeoData_ES.xml 2020-06-07 23:05:52,067 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/data/GeoData_FR.xml 2020-06-07 23:05:52,067 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/data/GeoData_IE.xml 2020-06-07 23:05:52,067 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/data/GeoData_IL.xml 2020-06-07 23:05:52,068 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/data/GeoData_IN.xml 2020-06-07 23:05:52,068 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/data/GeoData_IT.xml 2020-06-07 23:05:52,068 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/data/GeoData_JP.xml 2020-06-07 23:05:52,068 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/data/GeoData_MX.xml 2020-06-07 23:05:52,069 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/data/GeoData_MY.xml 2020-06-07 23:05:52,069 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/data/GeoData_NL.xml 2020-06-07 23:05:52,069 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/data/GeoData_NZ.xml 2020-06-07 23:05:52,070 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/data/GeoData_PL.xml 2020-06-07 23:05:52,070 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/data/GeoData_TH.xml 2020-06-07 23:05:52,070 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/data/GeoData_UK.xml 2020-06-07 23:05:52,070 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/data/GeoData_US.xml 2020-06-07 23:05:52,070 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/data/LanguageData.xml 2020-06-07 23:05:52,071 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/data/UnitData.xml 2020-06-07 23:05:52,071 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/data/PeriodData.xml 2020-06-07 23:05:52,071 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/data/CommonPortletData.xml 2020-06-07 23:05:52,071 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/service/data/ScheduledServiceData.xml 2020-06-07 23:05:52,071 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/service/data/ServiceSeedData.xml 2020-06-07 23:05:52,072 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/service/data/ServiceSecurityPermissionSeedData.xml 2020-06-07 23:05:52,072 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/entityext/data/EntityExtTypeData.xml 2020-06-07 23:05:52,072 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/entityext/data/EntityExtSecurityPermissionSeedData.xml 2020-06-07 23:05:52,072 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/webtools/data/WebtoolsSecurityPermissionSeedData.xml 2020-06-07 23:05:52,072 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/themes/bluelight/data/BlueLightThemeData.xml 2020-06-07 23:05:52,073 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/themes/common/data/CommonThemeData.xml 2020-06-07 23:05:52,073 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/themes/flatgrey/data/FlatGreyThemeData.xml 2020-06-07 23:05:52,073 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/themes/rainbowstone/data/RainbowStoneThemeData.xml 2020-06-07 23:05:52,073 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/themes/tomahawk/data/TomahawkThemeData.xml 2020-06-07 23:05:52,073 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/datamodel/data/seed/PartySeedData.xml 2020-06-07 23:05:52,074 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/datamodel/data/seed/SecurityExtSeedData.xml 2020-06-07 23:05:52,074 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/datamodel/data/seed/ProductSeedData.xml 2020-06-07 23:05:52,074 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/datamodel/data/seed/ContentSeedData.xml 2020-06-07 23:05:52,074 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/datamodel/data/seed/WorkEffortSeedData.xml 2020-06-07 23:05:52,074 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/datamodel/data/seed/ManufacturingSeedData.xml 2020-06-07 23:05:52,075 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/datamodel/data/seed/AccountingSeedData.xml 2020-06-07 23:05:52,075 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/datamodel/data/seed/HumanResSeedData.xml 2020-06-07 23:05:52,075 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/datamodel/data/seed/OrderSeedData.xml 2020-06-07 23:05:52,075 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/datamodel/data/seed/MarketingSeedData.xml 2020-06-07 23:05:52,075 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/datamodel/data/seed/CommonExtSeedData.xml 2020-06-07 23:05:52,076 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/party/data/PartyTypeData.xml 2020-06-07 23:05:52,076 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/party/data/PartyGeoPointData.xml 2020-06-07 23:05:52,076 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/content/data/ContentHelpData.xml 2020-06-07 23:05:52,076 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/content/data/ContentHttpErrorData.xml 2020-06-07 23:05:52,076 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/content/data/PartyHelpData.xml 2020-06-07 23:05:52,076 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/content/data/WebtoolsHelpData.xml 2020-06-07 23:05:52,076 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/workeffort/data/WorkEffortTypeData.xml 2020-06-07 23:05:52,076 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/product/data/ProductHelpData.xml 2020-06-07 23:05:52,076 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/product/data/ProductSecurityPermissionSeedData.xml 2020-06-07 23:05:52,076 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/product/data/FacilitySecurityPermissionSeedData.xml 2020-06-07 23:05:52,076 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/product/data/ApiSchemaDhl.xml 2020-06-07 23:05:52,076 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/product/data/ProductPortletData.xml 2020-06-07 23:05:52,076 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/manufacturing/data/ManufacturingSecurityPermissionSeedData.xml 2020-06-07 23:05:52,076 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/manufacturing/data/ManufacturingHelpData_EN.xml 2020-06-07 23:05:52,076 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/manufacturing/data/ManufacturingHelpData_NL.xml 2020-06-07 23:05:52,076 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/data/AccountingHelpData.xml 2020-06-07 23:05:52,076 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/data/AccountingSecurityPermissionSeedData.xml 2020-06-07 23:05:52,076 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/data/AccountingPortletData.xml 2020-06-07 23:05:52,076 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/humanres/data/HumanResHelpData.xml 2020-06-07 23:05:52,076 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/humanres/data/HumanResSecurityPermissionSeedData.xml 2020-06-07 23:05:52,077 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/humanres/data/HumanResPortletData.xml 2020-06-07 23:05:52,077 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/order/data/OrderTypeData.xml 2020-06-07 23:05:52,078 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/order/data/OrderPortletData.xml 2020-06-07 23:05:52,079 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/order/data/OrderSecurityPermissionSeedData.xml 2020-06-07 23:05:52,079 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/order/data/OrderHelpData.xml 2020-06-07 23:05:52,079 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/marketing/data/MarketingSecurityPermissionSeedData.xml 2020-06-07 23:05:52,079 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/marketing/data/MarketingHelpData.xml 2020-06-07 23:05:52,079 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/marketing/data/SfaPortletData.xml 2020-06-07 23:05:52,079 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/commonext/data/CommonExtSecurityPermissionSeedData.xml 2020-06-07 23:05:52,079 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/commonext/data/CommonExtHelpData.xml 2020-06-07 23:05:52,079 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/commonext/data/SystemInfoPortletData.xml 2020-06-07 23:05:52,079 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/commonext/data/SetupData.xml 2020-06-07 23:05:52,079 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/commonext/data/OfbizSetupSecurityPermissionSeedData.xml 2020-06-07 23:05:52,079 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/assetmaint/data/AssetMaintSecurityPermissionSeedData.xml 2020-06-07 23:05:52,079 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/assetmaint/data/AssetMaintSeedData.xml 2020-06-07 23:05:52,079 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/bi/data/BiTypeData.xml 2020-06-07 23:05:52,079 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/bi/data/BiSecurityPermissionSeedData.xml 2020-06-07 23:05:52,079 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/birt/data/BirtHelpData.xml 2020-06-07 23:05:52,079 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/birt/data/BirtTypeData.xml 2020-06-07 23:05:52,079 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/birt/data/OrderPortletData.xml 2020-06-07 23:05:52,079 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/birt/data/example/ExampleTypeData.xml 2020-06-07 23:05:52,079 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/birt/data/example/ExampleSecurityPermissionSeedData.xml 2020-06-07 23:05:52,079 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/birt/data/example/ExamplePortletData.xml 2020-06-07 23:05:52,079 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/birt/data/example/ExamplePortalSeedData.xml 2020-06-07 23:05:52,079 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/birt/data/example/ExampleHelpData.xml 2020-06-07 23:05:52,079 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/ebay/data/EbaySecurityPermissionSeedData.xml 2020-06-07 23:05:52,079 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/ebay/data/EbayTypeData.xml 2020-06-07 23:05:52,079 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/ebay/data/EbayHelpData.xml 2020-06-07 23:05:52,079 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/ecommerce/data/EcommerceTypeData.xml 2020-06-07 23:05:52,079 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/ecommerce/data/EcommerceSecurityData.xml 2020-06-07 23:05:52,079 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/ecommerce/data/EcommerceSystemPropertyData.xml 2020-06-07 23:05:52,080 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/example/data/ExampleTypeData.xml 2020-06-07 23:05:52,080 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/example/data/ExampleSecurityPermissionSeedData.xml 2020-06-07 23:05:52,080 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/example/data/ExamplePortletData.xml 2020-06-07 23:05:52,080 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/example/data/ExamplePortalSeedData.xml 2020-06-07 23:05:52,080 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/example/data/ExampleHelpData.xml 2020-06-07 23:05:52,080 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/multiflex/data/MultiflexThemeData.xml 2020-06-07 23:05:52,080 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/myportal/data/MyPortalSecurityPermissionSeedData.xml 2020-06-07 23:05:52,080 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/passport/data/OAuth2CommonSeedData.xml 2020-06-07 23:05:52,080 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/pricat/data/PricatData.xml 2020-06-07 23:05:52,080 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/projectmgr/data/ProjectMgrTypeData.xml 2020-06-07 23:05:52,080 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/projectmgr/data/ProjectMgrHelpData.xml 2020-06-07 23:05:52,080 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/projectmgr/data/ProjectMgrSecurityPermissionSeedData.xml 2020-06-07 23:05:52,080 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/projectmgr/data/ProjectMgrPortletData.xml 2020-06-07 23:05:52,080 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/scrum/data/scrumTypeData.xml 2020-06-07 23:05:52,080 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/scrum/data/scrumSecurityPermissionSeedData.xml 2020-06-07 23:05:52,080 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/scrum/data/scrumHelpData.xml 2020-06-07 23:05:52,080 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/webpos/data/WebPosSecurityPermissionSeedData.xml 2020-06-07 23:05:52,080 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/webpos/data/PosSecurityData.xml 2020-06-07 23:05:52,080 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/webpos/data/PosTypeData.xml 2020-06-07 23:05:52,080 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/service/data/ScheduledServices.xml 2020-06-07 23:05:52,080 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/entityext/data/EntityScheduledServices.xml 2020-06-07 23:05:52,080 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/datamodel/data/seed-initial/PartySeedInitialData.xml 2020-06-07 23:05:52,080 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/datamodel/data/seed-initial/WorkEffortSeedInitialData.xml 2020-06-07 23:05:52,080 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/product/data/ProductScheduledServices.xml 2020-06-07 23:05:52,080 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/product/data/CatalogSystemPropertyData.xml 2020-06-07 23:05:52,080 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/data/AccountingScheduledServiceData.xml 2020-06-07 23:05:52,080 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/order/data/OrderScheduledServices.xml 2020-06-07 23:05:52,080 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/order/data/OrderSystemPropertyData.xml 2020-06-07 23:05:52,080 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/bi/data/BiSystemPropertyData.xml 2020-06-07 23:05:52,081 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/projectmgr/data/ProjectMgrSystemPropertyData.xml 2020-06-07 23:05:52,081 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/security/data/PasswordSecurityDemoData.xml 2020-06-07 23:05:52,081 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/security/data/SecurityGroupDemoData.xml 2020-06-07 23:05:52,081 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/security/data/SecurityTypeDemoData.xml 2020-06-07 23:05:52,081 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/common/data/CommonSecurityGroupDemoData.xml 2020-06-07 23:05:52,081 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/service/data/ServiceSecurityGroupDemoData.xml 2020-06-07 23:05:52,081 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/service/data/ServiceDemoData.xml 2020-06-07 23:05:52,084 |kJoinPool-1-worker-2 |ModelServiceReader |I| Loaded [6] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/humanres/servicedef/services_position.xml 2020-06-07 23:05:52,090 |kJoinPool-1-worker-3 |ModelServiceReader |I| Loaded [6] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/humanres/servicedef/services_ability.xml 2020-06-07 23:05:52,097 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/entityext/data/EntityExtSecurityGroupDemoData.xml 2020-06-07 23:05:52,098 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/webtools/data/WebtoolsSecurityGroupDemoData.xml 2020-06-07 23:05:52,098 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/party/data/PartySecurityGroupDemoData.xml 2020-06-07 23:05:52,098 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/party/data/PartyDemoData.xml 2020-06-07 23:05:52,098 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/securityext/data/UserDemoData.xml 2020-06-07 23:05:52,098 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/content/data/ContentSecurityGroupDemoData.xml 2020-06-07 23:05:52,098 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/content/data/UsersDemoData.xml 2020-06-07 23:05:52,098 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/content/data/BlogPubPtDemoData.xml 2020-06-07 23:05:52,098 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/content/data/BlogUsersDemoData.xml 2020-06-07 23:05:52,098 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/content/data/BlogEntryDemoData.xml 2020-06-07 23:05:52,098 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/content/data/WebSitePublishPointData.xml 2020-06-07 23:05:52,098 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/content/data/CompDocData.xml 2020-06-07 23:05:52,098 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/content/data/ForumDemoData.xml 2020-06-07 23:05:52,098 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/workeffort/data/WorkEffortSecurityGroupDemoData.xml 2020-06-07 23:05:52,098 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/workeffort/data/WorkEffortDemoData.xml 2020-06-07 23:05:52,098 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/product/data/ProductSecurityGroupDemoData.xml 2020-06-07 23:05:52,098 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/product/data/FacilitySecurityGroupDemoData.xml 2020-06-07 23:05:52,098 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/product/data/ProductDemoData.xml 2020-06-07 23:05:52,098 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/manufacturing/data/ManufacturingSecurityGroupDemoData.xml 2020-06-07 23:05:52,098 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/manufacturing/data/ManufacturingExampleData.xml 2020-06-07 23:05:52,098 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/data/AccountingSecurityGroupDemoData.xml 2020-06-07 23:05:52,098 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/data/PaymentGatewayConfData.xml 2020-06-07 23:05:52,098 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/data/GeneralChartOfAccountsDemoData.xml 2020-06-07 23:05:52,098 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/data/OrganizationDemoData.xml 2020-06-07 23:05:52,098 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/data/GlSetupDemoData.xml 2020-06-07 23:05:52,099 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/data/FinAccountDemoData.xml 2020-06-07 23:05:52,099 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/data/TaxAuthorityDemoData.xml 2020-06-07 23:05:52,099 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/data/AcctgTransactionDemoData.xml 2020-06-07 23:05:52,099 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/data/InvoicePaymentsDemoData.xml 2020-06-07 23:05:52,099 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/data/AccountingUserDemoData.xml 2020-06-07 23:05:52,099 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/data/AssetMaintDemoData.xml 2020-06-07 23:05:52,099 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/data/BudgetDemoData.xml 2020-06-07 23:05:52,099 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/data/StandardCostingDemoData.xml 2020-06-07 23:05:52,099 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/humanres/data/HumanResSecurityGroupDemoData.xml 2020-06-07 23:05:52,099 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/humanres/data/HumanResDemoData.xml 2020-06-07 23:05:52,099 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/order/data/OrderSecurityGroupDemoData.xml 2020-06-07 23:05:52,099 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/order/data/OrderDemoUser.xml 2020-06-07 23:05:52,099 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/order/data/OrderDemoData.xml 2020-06-07 23:05:52,099 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/order/data/OrderQuoteDemoData.xml 2020-06-07 23:05:52,099 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/order/data/DemoProduct.xml 2020-06-07 23:05:52,099 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/order/data/DemoRentalShipping.xml 2020-06-07 23:05:52,099 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/order/data/DemoShipping.xml 2020-06-07 23:05:52,099 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/order/data/DemoOrderPeopleData.xml 2020-06-07 23:05:52,099 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/order/data/DemoOrderTestData.xml 2020-06-07 23:05:52,099 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/marketing/data/MarketingSecurityGroupDemoData.xml 2020-06-07 23:05:52,099 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/marketing/data/SfaSystemPropertyData.xml 2020-06-07 23:05:52,099 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/marketing/data/sfaDemoData.xml 2020-06-07 23:05:52,099 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/commonext/data/CommonExtSecurityGroupDemoData.xml 2020-06-07 23:05:52,099 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/commonext/data/OfbizSetupSecurityGroupDemoData.xml 2020-06-07 23:05:52,099 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/assetmaint/data/AssetMaintSecurityGroupDemoData.xml 2020-06-07 23:05:52,099 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/bi/data/BiSecurityGroupDemoData.xml 2020-06-07 23:05:52,099 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/birt/data/BirtSecurityGroupDemoData.xml 2020-06-07 23:05:52,100 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/birt/data/BirtMasterData.xml 2020-06-07 23:05:52,100 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/birt/data/example/ExampleSecurityGroupDemoData.xml 2020-06-07 23:05:52,100 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/birt/data/example/ExampleDemoData.xml 2020-06-07 23:05:52,100 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/cmssite/data/CmsMultiSiteDemoData.xml 2020-06-07 23:05:52,100 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/cmssite/data/CmsSiteDemoData.xml 2020-06-07 23:05:52,100 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/ebay/data/EbaySecurityGroupDemoData.xml 2020-06-07 23:05:52,100 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/ebay/data/DemoEbayData.xml 2020-06-07 23:05:52,100 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/ecommerce/data/DemoSurvey.xml 2020-06-07 23:05:52,100 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/ecommerce/data/DemoWebSitePublishPointData.xml 2020-06-07 23:05:52,100 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/ecommerce/data/DemoTemplateData.xml 2020-06-07 23:05:52,100 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/ecommerce/data/DemoContent.xml 2020-06-07 23:05:52,100 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/ecommerce/data/DemoTopic.xml 2020-06-07 23:05:52,100 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/ecommerce/data/DemoTree.xml 2020-06-07 23:05:52,100 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/ecommerce/data/DemoFactoids.xml 2020-06-07 23:05:52,100 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/ecommerce/data/DemoRelatedData.xml 2020-06-07 23:05:52,100 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/ecommerce/data/DemoConfigurator.xml 2020-06-07 23:05:52,100 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/ecommerce/data/DemoRentalProduct.xml 2020-06-07 23:05:52,100 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/ecommerce/data/DemoProductImages.xml 2020-06-07 23:05:52,100 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/ecommerce/data/DemoTaxAuthority.xml 2020-06-07 23:05:52,100 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/ecommerce/data/DemoMarketing.xml 2020-06-07 23:05:52,100 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/ecommerce/data/DemoPurchasing.xml 2020-06-07 23:05:52,100 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/ecommerce/data/DemoStoreGiftCertificateSettings.xml 2020-06-07 23:05:52,100 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/ecommerce/data/DemoFinAccount.xml 2020-06-07 23:05:52,100 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/ecommerce/data/DemoProductI18nData.xml 2020-06-07 23:05:52,100 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/ecommerce/data/DemoProductCategoriesI18nData.xml 2020-06-07 23:05:52,100 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/ecommerce/data/DemoTreeContent.xml 2020-06-07 23:05:52,100 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/ecommerce/data/DemoTestSurveyData.xml 2020-06-07 23:05:52,101 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/ecommerce/data/DemoProductAdditionalViewData.xml 2020-06-07 23:05:52,101 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/ecommerce/data/DemoPopularCategoriesData.xml 2020-06-07 23:05:52,101 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/ecommerce/data/DemoContentAltUrl.xml 2020-06-07 23:05:52,101 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/example/data/ExampleSecurityGroupDemoData.xml 2020-06-07 23:05:52,101 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/example/data/ExampleDemoData.xml 2020-06-07 23:05:52,101 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/myportal/data/MyPortalSecurityGroupDemoData.xml 2020-06-07 23:05:52,101 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/myportal/data/MyPortalPageDemoData.xml 2020-06-07 23:05:52,101 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/myportal/data/MyPortalDemoData.xml 2020-06-07 23:05:52,101 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/passport/data/OAuth2LinkedInSeedData.xml 2020-06-07 23:05:52,101 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/passport/data/OAuth2GitHubSeedData.xml 2020-06-07 23:05:52,101 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/projectmgr/data/ProjectMgrSecurityGroupDemoData.xml 2020-06-07 23:05:52,101 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/projectmgr/data/ProjectMgrDemoData.xml 2020-06-07 23:05:52,101 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/projectmgr/data/ProjectMgrDemoPasswordData.xml 2020-06-07 23:05:52,101 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/scrum/data/scrumSecurityGroupDemoData.xml 2020-06-07 23:05:52,101 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/scrum/data/scrumDemoData.xml 2020-06-07 23:05:52,101 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/webpos/data/WebPosSecurityGroupDemoData.xml 2020-06-07 23:05:52,101 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/webpos/data/DemoRetail.xml 2020-06-07 23:05:52,101 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/webpos/data/DemoPosData.xml 2020-06-07 23:05:52,101 |main |EntityDataLoadContainer |I| file:/C:/Users/katie/apache-ofbiz-17.12.03/plugins/webpos/data/PosSyncSettings.xml 2020-06-07 23:05:52,101 |main |EntityDataLoadContainer |I| =-=-=-=-=-=-= Starting the data load... 2020-06-07 23:05:52,106 |kJoinPool-1-worker-0 |ModelServiceReader |I| Loaded [6] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/humanres/servicedef/services_employment.xml 2020-06-07 23:05:52,126 |kJoinPool-1-worker-1 |ModelServiceReader |I| Loaded [113] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/humanres/servicedef/services.xml 2020-06-07 23:05:52,175 |kJoinPool-1-worker-2 |ModelServiceReader |I| Loaded [138] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/order/servicedef/services.xml 2020-06-07 23:05:52,184 |kJoinPool-1-worker-3 |ModelServiceReader |I| Loaded [17] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/order/servicedef/services_cart.xml 2020-06-07 23:05:52,251 |main |EntitySaxReader |I| Beginning import from URL: file:/C:/Users/katie/apache-ofbiz-17.12.03/framework/security/data/SecurityPermissionSeedData.xml 2020-06-07 23:05:52,320 |kJoinPool-1-worker-2 |ModelServiceReader |I| Loaded [39] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/order/servicedef/services_request.xml 2020-06-07 23:05:52,327 |kJoinPool-1-worker-1 |ModelServiceReader |I| Loaded [23] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/order/servicedef/services_shoppinglist.xml 2020-06-07 23:05:52,355 |kJoinPool-1-worker-0 |ModelServiceReader |I| Loaded [61] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/order/servicedef/services_order.xml 2020-06-07 23:05:52,360 |kJoinPool-1-worker-3 |ModelServiceReader |I| Loaded [43] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/order/servicedef/services_quote.xml 2020-06-07 23:05:52,404 |kJoinPool-1-worker-0 |ModelServiceReader |I| Loaded [71] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/order/servicedef/services_return.xml 2020-06-07 23:05:52,454 |kJoinPool-1-worker-1 |ModelServiceReader |I| Loaded [3] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/order/servicedef/services_reservations.xml 2020-06-07 23:05:52,462 |main |EntitySaxReader |I| Transaction Timeout set to 2 hours (7200 seconds) 2020-06-07 23:05:52,490 |kJoinPool-1-worker-2 |ModelServiceReader |I| Loaded [42] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/order/servicedef/services_requirement.xml 2020-06-07 23:05:52,502 |kJoinPool-1-worker-3 |ModelServiceReader |I| Loaded [3] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/order/servicedef/services_checkout.xml 2020-06-07 23:05:52,517 |kJoinPool-1-worker-0 |ModelServiceReader |I| Loaded [1] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/order/servicedef/services_perm.xml 2020-06-07 23:05:52,559 |main |GenericDelegator |E| Failure in storeAll operation: org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool). Rolling back transaction. org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:264) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:367) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:351) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.select(GenericDAO.java:488) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.select(GenericDAO.java:466) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericHelperDAO.findByPrimaryKey(GenericHelperDAO.java:80) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1317) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:258) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:228) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:205) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:268) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.loadData(EntityDataLoadContainer.java:437) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.loadDataForDelegator(EntityDataLoadContainer.java:184) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.init(EntityDataLoadContainer.java:116) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainer(ContainerLoader.java:135) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainersFromConfigurations(ContainerLoader.java:100) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:70) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.loadStartupLoaders(StartupControlPanel.java:218) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:71) [ofbiz.jar:?] at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?] Caused by: java.sql.SQLException: Unable to acquire a new connection from the pool at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:130) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 19 more Caused by: java.sql.SQLException: Failed to start database 'ofbiz' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 19 more Caused by: org.apache.derby.iapi.error.StandardException: Failed to start database 'ofbiz' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.wrapArgsForTransportAcrossDRDA(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 19 more Caused by: org.apache.derby.iapi.error.StandardException: Another instance of Derby may have already booted the database C:\Users\katie\apache-ofbiz-17.12.03\runtime\data\derby\ofbiz. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.privGetJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.getJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore$6.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.RawStore.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.access.RAMAccessManager.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.db.BasicDatabase.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.jdbc.EmbedConnection.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] ... 19 more 2020-06-07 23:05:52,560 |main |TransactionUtil |W| Calling transaction setRollbackOnly; this stack trace shows where this is happening: java.lang.Exception: Failure in storeAll operation: org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool). Rolling back transaction. at org.apache.ofbiz.entity.transaction.TransactionUtil.setRollbackOnly(TransactionUtil.java:359) [ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.TransactionUtil.rollback(TransactionUtil.java:293) [ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1360) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:258) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:228) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:205) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:268) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.loadData(EntityDataLoadContainer.java:437) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.loadDataForDelegator(EntityDataLoadContainer.java:184) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.init(EntityDataLoadContainer.java:116) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainer(ContainerLoader.java:135) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainersFromConfigurations(ContainerLoader.java:100) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:70) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.loadStartupLoaders(StartupControlPanel.java:218) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:71) [ofbiz.jar:?] at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?] 2020-06-07 23:05:52,561 |main |EntitySaxReader |E| An error occurred saving the data, rolling back transaction (true) org.apache.ofbiz.entity.GenericEntityException: org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) (Unable to establish a connection with the database. (Unable to acquire a new connection from the pool)) at org.apache.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1361) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntitySaxReader.writeValues(EntitySaxReader.java:258) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:228) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntitySaxReader.parse(EntitySaxReader.java:205) [ofbiz.jar:?] at org.apache.ofbiz.entity.util.EntityDataLoader.loadData(EntityDataLoader.java:268) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.loadData(EntityDataLoadContainer.java:437) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.loadDataForDelegator(EntityDataLoadContainer.java:184) [ofbiz.jar:?] at org.apache.ofbiz.entityext.data.EntityDataLoadContainer.init(EntityDataLoadContainer.java:116) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainer(ContainerLoader.java:135) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.loadContainersFromConfigurations(ContainerLoader.java:100) [ofbiz.jar:?] at org.apache.ofbiz.base.container.ContainerLoader.load(ContainerLoader.java:70) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.loadStartupLoaders(StartupControlPanel.java:218) [ofbiz.jar:?] at org.apache.ofbiz.base.start.StartupControlPanel.start(StartupControlPanel.java:71) [ofbiz.jar:?] at org.apache.ofbiz.base.start.Start.main(Start.java:85) [ofbiz.jar:?] Caused by: org.apache.ofbiz.entity.GenericDataSourceException: Unable to establish a connection with the database. (Unable to acquire a new connection from the pool) at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:264) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:367) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:351) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.select(GenericDAO.java:488) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.select(GenericDAO.java:466) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericHelperDAO.findByPrimaryKey(GenericHelperDAO.java:80) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1317) ~[ofbiz.jar:?] ... 13 more Caused by: java.sql.SQLException: Unable to acquire a new connection from the pool at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:130) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:367) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:351) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.select(GenericDAO.java:488) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.select(GenericDAO.java:466) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericHelperDAO.findByPrimaryKey(GenericHelperDAO.java:80) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1317) ~[ofbiz.jar:?] ... 13 more Caused by: java.sql.SQLException: Failed to start database 'ofbiz' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:367) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:351) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.select(GenericDAO.java:488) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.select(GenericDAO.java:466) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericHelperDAO.findByPrimaryKey(GenericHelperDAO.java:80) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1317) ~[ofbiz.jar:?] ... 13 more Caused by: org.apache.derby.iapi.error.StandardException: Failed to start database 'ofbiz' with class loader sun.misc.Launcher$AppClassLoader@5c647e05, see the next exception for details. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.wrapArgsForTransportAcrossDRDA(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.SQLExceptionFactory.getSQLException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.Util.seeNextException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:367) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:351) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.select(GenericDAO.java:488) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.select(GenericDAO.java:466) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericHelperDAO.findByPrimaryKey(GenericHelperDAO.java:80) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1317) ~[ofbiz.jar:?] ... 13 more Caused by: org.apache.derby.iapi.error.StandardException: Another instance of Derby may have already booted the database C:\Users\katie\apache-ofbiz-17.12.03\runtime\data\derby\ofbiz. at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.error.StandardException.newException(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.privGetJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.getJBMSLockOnDB(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.data.BaseDataFileFactory.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore$6.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.raw.RawStore.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.raw.RawStore.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.store.access.RAMAccessManager.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.store.access.RAMAccessManager.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.FileMonitor.startModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase$5.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.db.BasicDatabase.bootServiceModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.bootStore(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.db.BasicDatabase.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.boot(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.TopService.bootModule(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.bootService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startProviderService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.findProviderAndStartService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.services.monitor.BaseMonitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.iapi.services.monitor.Monitor.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection$4.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.impl.jdbc.EmbedConnection.startPersistentService(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.bootDatabase(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.impl.jdbc.EmbedConnection.(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver$1.run(Unknown Source) ~[derby-10.14.1.0.jar:?] at java.security.AccessController.doPrivileged(Native Method) ~[?:1.8.0_251] at org.apache.derby.jdbc.InternalDriver.getNewEmbedConnection(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.InternalDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.derby.jdbc.EmbeddedDriver.connect(Unknown Source) ~[derby-10.14.1.0.jar:?] at org.apache.commons.dbcp2.DriverConnectionFactory.createConnection(DriverConnectionFactory.java:39) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.LocalXAConnectionFactory.createConnection(LocalXAConnectionFactory.java:69) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.PoolableManagedConnectionFactory.makeObject(PoolableManagedConnectionFactory.java:66) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.pool2.impl.GenericObjectPool.create(GenericObjectPool.java:868) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:435) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.pool2.impl.GenericObjectPool.borrowObject(GenericObjectPool.java:363) ~[commons-pool2-2.4.2.jar:2.4.2] at org.apache.commons.dbcp2.managed.ManagedConnection.updateTransactionStatus(ManagedConnection.java:127) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedConnection.(ManagedConnection.java:60) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.commons.dbcp2.managed.ManagedDataSource.getConnection(ManagedDataSource.java:82) ~[commons-dbcp2-2.1.1.jar:2.1.1] at org.apache.ofbiz.entity.connection.DebugManagedDataSource.getConnection(DebugManagedDataSource.java:51) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.connection.DBCPConnectionFactory.getConnection(DBCPConnectionFactory.java:65) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.transaction.GeronimoTransactionFactory.getConnection(GeronimoTransactionFactory.java:79) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.getConnection(SQLProcessor.java:261) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:367) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.jdbc.SQLProcessor.prepareStatement(SQLProcessor.java:351) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.select(GenericDAO.java:488) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericDAO.select(GenericDAO.java:466) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.datasource.GenericHelperDAO.findByPrimaryKey(GenericHelperDAO.java:80) ~[ofbiz.jar:?] at org.apache.ofbiz.entity.GenericDelegator.storeAll(GenericDelegator.java:1317) ~[ofbiz.jar:?] ... 13 more 2020-06-07 23:05:52,563 |main |TransactionUtil |I| Transaction rolled back 2020-06-07 23:05:52,605 |kJoinPool-1-worker-1 |ModelService |W| DEPRECATED: the service addPriceRuleToMarketingCampaign has been deprecated and replaced by createMarketingCampaignPrice, since Upcoming Release because ' Renaming service to respect service name best practice ' 2020-06-07 23:05:52,605 |kJoinPool-1-worker-1 |ModelService |W| DEPRECATED: the service removePriceRuleFromMarketingCampaign has been deprecated and replaced by deleteMarketingCampaignPrice, since Upcoming Release because ' Renaming service to respect service name best practice ' 2020-06-07 23:05:52,606 |kJoinPool-1-worker-1 |ModelService |W| DEPRECATED: the service addPromoToMarketingCampaign has been deprecated and replaced by createMarketingCampaignPromo, since Upcoming Release because ' Renaming service to respect service name best practice ' 2020-06-07 23:05:52,606 |kJoinPool-1-worker-1 |ModelService |W| DEPRECATED: the service removePromoFromMarketingCampaign has been deprecated and replaced by deleteMarketingCampaignPromo, since Upcoming Release because ' Renaming service to respect service name best practice ' 2020-06-07 23:05:52,610 |kJoinPool-1-worker-1 |ModelServiceReader |I| Loaded [79] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/marketing/servicedef/services.xml 2020-06-07 23:05:52,622 |kJoinPool-1-worker-2 |ModelServiceReader |I| Loaded [3] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/marketing/servicedef/services_contact.xml 2020-06-07 23:05:52,628 |kJoinPool-1-worker-0 |ModelServiceReader |I| Loaded [6] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/commonext/servicedef/services.xml 2020-06-07 23:05:52,652 |kJoinPool-1-worker-3 |ModelServiceReader |I| Loaded [25] Services from file:/C:/Users/katie/apache-ofbiz-17.12.03/applications/marketing/servicedef/services_opportunity.xml 2020-06-07 23:13:05,103 |main |ContainerLoader |I| [Startup] Loading containers... 2020-06-07 23:13:05,854 |main |ContainerLoader |I| Loading container: component-container 2020-06-07 23:13:05,980 |main |ComponentContainer |I| Auto-Loading component directory : [C:/Users/katie/apache-ofbiz-17.12.03/framework] 2020-06-07 23:13:06,182 |main |ComponentContainer |I| Added class path for component : [base] 2020-06-07 23:13:06,251 |main |ComponentContainer |I| Added class path for component : [entity] 2020-06-07 23:13:06,344 |main |ComponentContainer |I| Added class path for component : [security] 2020-06-07 23:13:06,391 |main |ComponentContainer |I| Added class path for component : [datafile] 2020-06-07 23:13:06,438 |main |ComponentContainer |I| Added class path for component : [minilang] 2020-06-07 23:13:06,563 |main |ComponentContainer |I| Added class path for component : [common] 2020-06-07 23:13:06,625 |main |ComponentContainer |I| Added class path for component : [service] 2020-06-07 23:13:06,719 |main |ComponentContainer |I| Added class path for component : [catalina] 2020-06-07 23:13:06,750 |main |ComponentContainer |I| Added class path for component : [entityext] 2020-06-07 23:13:06,797 |main |ComponentContainer |I| Added class path for component : [webapp] 2020-06-07 23:13:06,844 |main |ComponentContainer |I| Added class path for component : [widget] 2020-06-07 23:13:06,890 |main |ComponentContainer |I| Added class path for component : [testtools] 2020-06-07 23:13:06,954 |main |ComponentContainer |I| Added class path for component : [webtools] 2020-06-07 23:13:06,954 |main |ComponentContainer |I| Auto-Loading component directory : [C:/Users/katie/apache-ofbiz-17.12.03/themes] 2020-06-07 23:13:06,993 |main |ComponentContainer |I| Added class path for component : [bluelight] 2020-06-07 23:13:07,033 |main |ComponentContainer |I| Added class path for component : [common-theme] 2020-06-07 23:13:07,094 |main |ComponentContainer |I| Added class path for component : [flatgrey] 2020-06-07 23:13:07,125 |main |ComponentContainer |I| Added class path for component : [rainbowstone] 2020-06-07 23:13:07,175 |main |ComponentContainer |I| Added class path for component : [tomahawk] 2020-06-07 23:13:07,175 |main |ComponentContainer |I| Auto-Loading component directory : [C:/Users/katie/apache-ofbiz-17.12.03/applications] 2020-06-07 23:13:07,243 |main |ComponentContainer |I| Added class path for component : [datamodel] 2020-06-07 23:13:07,286 |main |ComponentContainer |I| Added class path for component : [party] 2020-06-07 23:13:07,320 |main |ComponentContainer |I| Added class path for component : [securityext] 2020-06-07 23:13:07,359 |main |ComponentContainer |I| Added class path for component : [content] 2020-06-07 23:13:07,396 |main |ComponentContainer |I| Added class path for component : [workeffort] 2020-06-07 23:13:07,434 |main |ComponentContainer |I| Added class path for component : [product] 2020-06-07 23:13:07,504 |main |ComponentContainer |I| Added class path for component : [manufacturing] 2020-06-07 23:13:07,543 |main |ComponentContainer |I| Added class path for component : [accounting] 2020-06-07 23:13:07,581 |main |ComponentContainer |I| Added class path for component : [humanres] 2020-06-07 23:13:07,621 |main |ComponentContainer |I| Added class path for component : [order] 2020-06-07 23:13:07,656 |main |ComponentContainer |I| Added class path for component : [marketing] 2020-06-07 23:13:07,702 |main |ComponentContainer |I| Added class path for component : [commonext] 2020-06-07 23:13:07,702 |main |ComponentContainer |I| Auto-Loading component directory : [C:/Users/katie/apache-ofbiz-17.12.03/plugins] 2020-06-07 23:13:07,747 |main |ComponentContainer |I| Added class path for component : [assetmaint] 2020-06-07 23:13:07,789 |main |ComponentContainer |I| Added class path for component : [bi] 2020-06-07 23:13:07,838 |main |ComponentContainer |I| Added class path for component : [birt] 2020-06-07 23:13:07,882 |main |ComponentContainer |I| Added class path for component : [cmssite] 2020-06-07 23:13:07,922 |main |ComponentContainer |I| Added class path for component : [ebay] 2020-06-07 23:13:07,949 |main |ComponentContainer |I| Not loading component [ebaystore] because it is disabled 2020-06-07 23:13:07,992 |main |ComponentContainer |I| Added class path for component : [ecommerce] 2020-06-07 23:13:08,032 |main |ComponentContainer |I| Added class path for component : [example] 2020-06-07 23:13:08,068 |main |ComponentContainer |I| Added class path for component : [exampleext] 2020-06-07 23:13:08,105 |main |ComponentContainer |I| Added class path for component : [ldap] 2020-06-07 23:13:08,156 |main |ComponentContainer |I| Added class path for component : [lucene] 2020-06-07 23:13:08,187 |main |ComponentContainer |I| Added class path for component : [multiflex] 2020-06-07 23:13:08,214 |main |ComponentContainer |I| Added class path for component : [myportal] 2020-06-07 23:13:08,321 |main |ComponentContainer |I| Added class path for component : [passport] 2020-06-07 23:13:08,357 |main |ComponentContainer |I| Added class path for component : [pricat] 2020-06-07 23:13:08,399 |main |ComponentContainer |I| Added class path for component : [projectmgr] 2020-06-07 23:13:08,435 |main |ComponentContainer |I| Added class path for component : [scrum] 2020-06-07 23:13:08,469 |main |ComponentContainer |I| Added class path for component : [solr] 2020-06-07 23:13:08,510 |main |ComponentContainer |I| Added class path for component : [webpos] 2020-06-07 23:13:08,515 |main |ComponentContainer |I| All components loaded 2020-06-07 23:13:08,515 |main |ContainerLoader |I| Loaded container: component-container 2020-06-07 23:13:08,515 |main |ContainerLoader |I| [Startup] Loading component containers... 2020-06-07 23:13:08,515 |main |ContainerLoader |I| Loading container: delegator-container 2020-06-07 23:13:08,573 |main |ContainerLoader |I| Loaded container: delegator-container 2020-06-07 23:13:08,573 |main |ContainerLoader |I| Loading container: service-container 2020-06-07 23:13:08,722 |main |ContainerLoader |I| Loaded container: service-container 2020-06-07 23:13:08,722 |main |ContainerLoader |I| Loading container: catalina-container 2020-06-07 23:13:10,092 |main |CatalinaContainer |I| Tomcat Connector[AJP/1.3-8009]: set scheme=http 2020-06-07 23:13:10,114 |main |CatalinaContainer |I| Tomcat Connector[AJP/1.3-8009]: set secure=false 2020-06-07 23:13:10,156 |main |CatalinaContainer |I| Tomcat Connector[AJP/1.3-8009]: set URIEncoding=UTF-8 2020-06-07 23:13:10,156 |main |CatalinaContainer |I| Tomcat Connector[AJP/1.3-8009]: set xpoweredBy=false 2020-06-07 23:13:10,157 |main |CatalinaContainer |I| Tomcat Connector[AJP/1.3-8009]: set secretRequired=false 2020-06-07 23:13:10,170 |main |CatalinaContainer |I| Tomcat Connector[HTTP/1.1-8080]: set scheme=http 2020-06-07 23:13:10,170 |main |CatalinaContainer |I| Tomcat Connector[HTTP/1.1-8080]: set secure=false 2020-06-07 23:13:10,170 |main |CatalinaContainer |I| Tomcat Connector[HTTP/1.1-8080]: set URIEncoding=UTF-8 2020-06-07 23:13:10,170 |main |CatalinaContainer |I| Tomcat Connector[HTTP/1.1-8080]: set xpoweredBy=false 2020-06-07 23:13:10,171 |main |CatalinaContainer |I| Tomcat Connector[HTTP/1.1-8080]: set compression=on 2020-06-07 23:13:10,171 |main |CatalinaContainer |I| Tomcat Connector[HTTP/1.1-8080]: set compressibleMimeType=text/html,text/xml,text/plain,text/css,application/javascript,application/json 2020-06-07 23:13:10,171 |main |CatalinaContainer |I| Tomcat Connector[HTTP/1.1-8443]: set scheme=https 2020-06-07 23:13:10,172 |main |CatalinaContainer |I| Tomcat Connector[HTTP/1.1-8443]: set secure=true 2020-06-07 23:13:10,172 |main |CatalinaContainer |I| Tomcat Connector[HTTP/1.1-8443]: set SSLEnabled=true 2020-06-07 23:13:10,172 |main |CatalinaContainer |I| Tomcat Connector[HTTP/1.1-8443]: set URIEncoding=UTF-8 2020-06-07 23:13:10,172 |main |CatalinaContainer |I| Tomcat Connector[HTTP/1.1-8443]: set xpoweredBy=false 2020-06-07 23:13:10,172 |main |CatalinaContainer |I| Tomcat Connector[HTTP/1.1-8443]: set compression=on 2020-06-07 23:13:10,173 |main |CatalinaContainer |I| Tomcat Connector[HTTP/1.1-8443]: set compressibleMimeType=text/html,text/xml,text/plain,text/css,application/javascript,application/json 2020-06-07 23:13:10,173 |main |CatalinaContainer |I| Tomcat Connector[HTTP/1.1-8443]: set sslImplementationName=org.apache.tomcat.util.net.jsse.JSSEImplementation 2020-06-07 23:13:10,177 |main |CatalinaContainer |I| Tomcat Connector[HTTP/1.1-8443]: set algorithm=SunX509 2020-06-07 23:13:10,181 |main |CatalinaContainer |I| Tomcat Connector[HTTP/1.1-8443]: set keystoreFile=framework/base/config/ofbizssl.jks 2020-06-07 23:13:10,181 |main |CatalinaContainer |I| Tomcat Connector[HTTP/1.1-8443]: set keystoreType=JKS 2020-06-07 23:13:10,181 |main |CatalinaContainer |I| Tomcat Connector[HTTP/1.1-8443]: set keyAlias=ofbiz 2020-06-07 23:13:10,181 |main |CatalinaContainer |I| Tomcat Connector[HTTP/1.1-8443]: set keyPass 2020-06-07 23:13:10,221 |main |CatalinaContainer |I| Creating context [webpos] 2020-06-07 23:13:10,228 |main |CatalinaContainer |I| Creating context [solr] 2020-06-07 23:13:10,228 |main |CatalinaContainer |I| Creating context [scrumdemo] 2020-06-07 23:13:10,229 |main |CatalinaContainer |I| Creating context [scrum] 2020-06-07 23:13:10,229 |main |CatalinaContainer |I| Creating context [projectmgr] 2020-06-07 23:13:10,229 |main |CatalinaContainer |I| Creating context [pricatdemo] 2020-06-07 23:13:10,229 |main |CatalinaContainer |I| Creating context [pricat] 2020-06-07 23:13:10,229 |main |CatalinaContainer |I| Creating context [passport] 2020-06-07 23:13:10,230 |main |CatalinaContainer |I| Creating context [myportal] 2020-06-07 23:13:10,230 |main |CatalinaContainer |I| Creating context [multiflex] 2020-06-07 23:13:10,230 |main |CatalinaContainer |I| Creating context [content] 2020-06-07 23:13:10,230 |main |CatalinaContainer |I| Creating context [exampleext] 2020-06-07 23:13:10,230 |main |CatalinaContainer |I| Creating context [example] 2020-06-07 23:13:10,230 |main |CatalinaContainer |I| Creating context [ecomseo] 2020-06-07 23:13:10,231 |main |CatalinaContainer |I| Creating context [ecommerce] 2020-06-07 23:13:10,231 |main |CatalinaContainer |I| Creating context [ebay] 2020-06-07 23:13:10,231 |main |CatalinaContainer |I| Creating context [cmssite] 2020-06-07 23:13:10,231 |main |CatalinaContainer |I| Creating context [birt] 2020-06-07 23:13:10,231 |main |CatalinaContainer |I| Creating context [order] 2020-06-07 23:13:10,231 |main |CatalinaContainer |I| Creating context [facility] 2020-06-07 23:13:10,231 |main |CatalinaContainer |I| Creating context [accounting] 2020-06-07 23:13:10,231 |main |CatalinaContainer |I| Creating context [bi] 2020-06-07 23:13:10,232 |main |CatalinaContainer |I| Creating context [ismgr] 2020-06-07 23:13:10,232 |main |CatalinaContainer |I| Creating context [assetmaint] 2020-06-07 23:13:10,232 |main |CatalinaContainer |I| Creating context [ordermgr-js] 2020-06-07 23:13:10,232 |main |CatalinaContainer |I| Creating context [ofbizsetup] 2020-06-07 23:13:10,232 |main |CatalinaContainer |I| Creating context [SalesForceAutomation] 2020-06-07 23:13:10,232 |main |CatalinaContainer |I| Creating context [marketing] 2020-06-07 23:13:10,232 |main |CatalinaContainer |I| Duplicate webapp mount (overridding); not loading : order / C:/Users/katie/apache-ofbiz-17.12.03/applications/order/webapp/ordermgr 2020-06-07 23:13:10,232 |main |CatalinaContainer |I| Creating context [humanres] 2020-06-07 23:13:10,232 |main |CatalinaContainer |I| Creating context [ap] 2020-06-07 23:13:10,232 |main |CatalinaContainer |I| Creating context [ar] 2020-06-07 23:13:10,232 |main |CatalinaContainer |I| Duplicate webapp mount (overridding); not loading : accounting / C:/Users/katie/apache-ofbiz-17.12.03/applications/accounting/webapp/accounting 2020-06-07 23:13:10,233 |main |CatalinaContainer |I| Creating context [manufacturing] 2020-06-07 23:13:10,233 |main |CatalinaContainer |I| Duplicate webapp mount (overridding); not loading : facility / C:/Users/katie/apache-ofbiz-17.12.03/applications/product/webapp/facility 2020-06-07 23:13:10,233 |main |CatalinaContainer |I| Creating context [catalog] 2020-06-07 23:13:10,233 |main |CatalinaContainer |I| Creating context [ical] 2020-06-07 23:13:10,233 |main |CatalinaContainer |I| Creating context [workeffort] 2020-06-07 23:13:10,233 |main |CatalinaContainer |I| Creating context [contentimages] 2020-06-07 23:13:10,233 |main |CatalinaContainer |I| Duplicate webapp mount (overridding); not loading : content / C:/Users/katie/apache-ofbiz-17.12.03/applications/content/webapp/content 2020-06-07 23:13:10,233 |main |CatalinaContainer |I| Creating context [party] 2020-06-07 23:13:10,234 |main |CatalinaContainer |I| Creating context [tomahawk] 2020-06-07 23:13:10,234 |main |CatalinaContainer |I| Creating context [rainbowstone] 2020-06-07 23:13:10,234 |main |CatalinaContainer |I| Creating context [flatgrey] 2020-06-07 23:13:10,234 |main |CatalinaContainer |I| Creating context [images] 2020-06-07 23:13:10,234 |main |CatalinaContainer |I| Creating context [common-theme] 2020-06-07 23:13:10,234 |main |CatalinaContainer |I| Creating context [bluelight] 2020-06-07 23:13:10,234 |main |CatalinaContainer |I| Creating context [webtools] 2020-06-07 23:13:11,226 |catalina-startup-1 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/webpos]) 2020-06-07 23:13:11,227 |catalina-startup-3 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/scrumdemo]) 2020-06-07 23:13:11,227 |catalina-startup-2 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/solr]) 2020-06-07 23:13:11,227 |catalina-startup-4 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/scrum]) 2020-06-07 23:13:11,352 |catalina-startup-3 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/passport]) 2020-06-07 23:13:11,353 |catalina-startup-4 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/pricat]) 2020-06-07 23:13:11,391 |catalina-startup-2 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/pricatdemo]) 2020-06-07 23:13:11,394 |catalina-startup-1 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/projectmgr]) 2020-06-07 23:13:11,434 |catalina-startup-3 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/myportal]) 2020-06-07 23:13:11,538 |catalina-startup-3 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/example]) 2020-06-07 23:13:11,580 |catalina-startup-1 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/exampleext]) 2020-06-07 23:13:11,603 |catalina-startup-2 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/content]) 2020-06-07 23:13:11,623 |catalina-startup-4 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/multiflex]) 2020-06-07 23:13:11,674 |catalina-startup-3 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/ecomseo]) 2020-06-07 23:13:11,863 |catalina-startup-2 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/ebay]) 2020-06-07 23:13:11,919 |catalina-startup-1 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/ecommerce]) 2020-06-07 23:13:11,960 |catalina-startup-3 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/birt]) 2020-06-07 23:13:12,050 |catalina-startup-2 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/ordermgr]) 2020-06-07 23:13:12,054 |catalina-startup-3 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/accounting]) 2020-06-07 23:13:12,059 |catalina-startup-1 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/facility]) 2020-06-07 23:13:12,118 |catalina-startup-4 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/cmssite]) 2020-06-07 23:13:12,136 |catalina-startup-3 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/ismgr]) 2020-06-07 23:13:12,167 |catalina-startup-1 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/assetmaint]) 2020-06-07 23:13:12,182 |catalina-startup-2 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/bi]) 2020-06-07 23:13:12,291 |catalina-startup-3 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/ofbizsetup]) 2020-06-07 23:13:12,291 |catalina-startup-1 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/sfa]) 2020-06-07 23:13:12,307 |catalina-startup-2 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/marketing]) 2020-06-07 23:13:12,480 |catalina-startup-4 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/ordermgr-js]) 2020-06-07 23:13:12,480 |catalina-startup-2 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/ar]) 2020-06-07 23:13:12,480 |catalina-startup-3 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/humanres]) 2020-06-07 23:13:12,542 |catalina-startup-1 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/ap]) 2020-06-07 23:13:12,558 |catalina-startup-3 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/iCalendar]) 2020-06-07 23:13:12,620 |catalina-startup-3 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/contentimages]) 2020-06-07 23:13:12,636 |catalina-startup-2 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/catalog]) 2020-06-07 23:13:12,698 |catalina-startup-1 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/workeffort]) 2020-06-07 23:13:12,792 |catalina-startup-3 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/partymgr]) 2020-06-07 23:13:12,854 |catalina-startup-1 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/rainbowstone]) 2020-06-07 23:13:12,901 |catalina-startup-2 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/tomahawk]) 2020-06-07 23:13:12,948 |catalina-startup-3 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/flatgrey]) 2020-06-07 23:13:12,963 |catalina-startup-2 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/common]) 2020-06-07 23:13:12,995 |catalina-startup-4 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/manufacturing]) 2020-06-07 23:13:13,010 |catalina-startup-1 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/images]) 2020-06-07 23:13:13,026 |catalina-startup-2 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/webtools]) 2020-06-07 23:13:13,108 |catalina-startup-3 |CatalinaContainer |I| host[StandardEngine[default-server].StandardHost[0.0.0.0]].addChild(StandardEngine[default-server].StandardHost[0.0.0.0].StandardContext[/bluelight]) 2020-06-07 23:13:13,159 |main |ContainerLoader |I| Loaded container: catalina-container 2020-06-07 23:13:13,159 |main |ContainerLoader |I| Loading container: birt-container 2020-06-07 23:13:13,248 |main |ContainerLoader |I| Loaded container: birt-container 2020-06-07 23:13:13,249 |main |ContainerLoader |I| [Startup] Starting containers... 2020-06-07 23:13:13,249 |main |ContainerLoader |I| Starting container component-container 2020-06-07 23:13:13,249 |main |ContainerLoader |I| Started container component-container 2020-06-07 23:13:13,249 |main |ContainerLoader |I| Starting container delegator-container 2020-06-07 23:13:13,380 |delegator-startup-1 |DelegatorFactoryImpl |I| Creating new delegator [default] (delegator-startup-1) 2020-06-07 23:13:16,771 |delegator-startup-1 |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 2020-06-07 23:13:16,771 |delegator-startup-1 |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 2020-06-07 23:13:16,891 |delegator-startup-1 |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 2020-06-07 23:13:16,891 |delegator-startup-1 |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 2020-06-07 23:13:16,891 |delegator-startup-1 |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 2020-06-07 23:13:16,893 |delegator-startup-1 |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 2020-06-07 23:13:16,896 |delegator-startup-1 |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 2020-06-07 23:13:16,896 |delegator-startup-1 |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 2020-06-07 23:13:16,913 |delegator-startup-1 |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 2020-06-07 23:13:16,913 |delegator-startup-1 |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 2020-06-07 23:13:16,918 |delegator-startup-1 |ModelViewEntity |W| [ExampleStatusDetail]: Conversion for complex-alias needs to be implemented for cache and in-memory eval stuff to work correctly, will not work for alias: statusDelay 2020-06-07 23:13:16,922 |delegator-startup-1 |ModelViewEntity |W| [ProjectPhaseTaskActualRatedHoursView]: Conversion for complex-alias needs to be implemented for cache and in-memory eval stuff to work correctly, will not work for alias: totalRatedHours 2020-06-07 23:13:16,978 |delegator-startup-1 |ModelReader |I| Finished loading entities; #Entities=859 #ViewEntities=316 #Fields=9046 #Relationships=2933 #AutoRelationships=2155 2020-06-07 23:13:17,069 |delegator-startup-1 |GenericDelegator |I| Doing entity definition check... 2020-06-07 23:13:17,110 |delegator-startup-1 |ModelEntityChecker |I| [initReservedWords] array length = 1025 2020-06-07 23:13:17,734 |OFBiz-batch-3 |GenericDelegator |I| Delegator "default" initializing helper "localderbytenant" for entity group "org.apache.ofbiz.tenant". 2020-06-07 23:13:17,734 |OFBiz-batch-1 |GenericDelegator |I| Delegator "default" initializing helper "localderbyolap" for entity group "org.apache.ofbiz.olap". 2020-06-07 23:13:17,735 |OFBiz-batch-2 |GenericDelegator |I| Delegator "default" initializing helper "localderby" for entity group "org.apache.ofbiz". 2020-06-07 23:13:17,849 |OFBiz-batch-1 |GenericDelegator |I| Doing database check as requested in entityengine.xml with addMissing=true 2020-06-07 23:13:17,850 |OFBiz-batch-2 |GenericDelegator |I| Doing database check as requested in entityengine.xml with addMissing=true 2020-06-07 23:13:17,852 |OFBiz-batch-3 |GenericDelegator |I| Doing database check as requested in entityengine.xml with addMissing=true 2020-06-07 23:13:22,024 |OFBiz-batch-3 |DatabaseUtil |I| Database Product Name is Apache Derby 2020-06-07 23:13:22,024 |OFBiz-batch-3 |DatabaseUtil |I| Database Product Version is 10.14.1.0 - (1808820) 2020-06-07 23:13:22,024 |OFBiz-batch-3 |DatabaseUtil |I| Database Driver Name is Apache Derby Embedded JDBC Driver 2020-06-07 23:13:22,024 |OFBiz-batch-3 |DatabaseUtil |I| Database Driver Version is 10.14.1.0 - (1808820) 2020-06-07 23:13:22,024 |OFBiz-batch-3 |DatabaseUtil |I| Database Driver JDBC Version is 4.2 2020-06-07 23:13:22,024 |OFBiz-batch-3 |DatabaseUtil |I| Database Setting/Support Information (those with a * should be true): 2020-06-07 23:13:22,024 |OFBiz-batch-3 |DatabaseUtil |I| - supports transactions [true]* 2020-06-07 23:13:22,025 |OFBiz-batch-3 |DatabaseUtil |I| - isolation None [false] 2020-06-07 23:13:22,025 |OFBiz-batch-3 |DatabaseUtil |I| - isolation ReadCommitted [true] 2020-06-07 23:13:22,025 |OFBiz-batch-3 |DatabaseUtil |I| - isolation ReadUncommitted [true] 2020-06-07 23:13:22,025 |OFBiz-batch-3 |DatabaseUtil |I| - isolation RepeatableRead [true] 2020-06-07 23:13:22,025 |OFBiz-batch-3 |DatabaseUtil |I| - isolation Serializable [true] 2020-06-07 23:13:22,025 |OFBiz-batch-3 |DatabaseUtil |I| - forward only type [true] 2020-06-07 23:13:22,025 |OFBiz-batch-3 |DatabaseUtil |I| - scroll sensitive type [false] 2020-06-07 23:13:22,025 |OFBiz-batch-3 |DatabaseUtil |I| - scroll insensitive type [true] 2020-06-07 23:13:22,026 |OFBiz-batch-3 |DatabaseUtil |I| - is case sensitive [false] 2020-06-07 23:13:22,026 |OFBiz-batch-3 |DatabaseUtil |I| - stores LowerCase [false] 2020-06-07 23:13:22,026 |OFBiz-batch-3 |DatabaseUtil |I| - stores MixedCase [false] 2020-06-07 23:13:22,026 |OFBiz-batch-3 |DatabaseUtil |I| - stores UpperCase [true] 2020-06-07 23:13:22,026 |OFBiz-batch-3 |DatabaseUtil |I| - max table name length [128] 2020-06-07 23:13:22,026 |OFBiz-batch-3 |DatabaseUtil |I| - max column name length [128] 2020-06-07 23:13:22,026 |OFBiz-batch-3 |DatabaseUtil |I| - concurrent connections [0] 2020-06-07 23:13:22,026 |OFBiz-batch-3 |DatabaseUtil |I| - concurrent statements [0] 2020-06-07 23:13:22,027 |OFBiz-batch-3 |DatabaseUtil |I| - ANSI SQL92 Entry [true] 2020-06-07 23:13:22,027 |OFBiz-batch-3 |DatabaseUtil |I| - ANSI SQL92 Intermediate [false] 2020-06-07 23:13:22,027 |OFBiz-batch-3 |DatabaseUtil |I| - ANSI SQL92 Full [false] 2020-06-07 23:13:22,027 |OFBiz-batch-3 |DatabaseUtil |I| - ODBC SQL Grammar Core [false] 2020-06-07 23:13:22,027 |OFBiz-batch-3 |DatabaseUtil |I| - ODBC SQL Grammar Extended [false] 2020-06-07 23:13:22,027 |OFBiz-batch-3 |DatabaseUtil |I| - ODBC SQL Grammar Minimum [true] 2020-06-07 23:13:22,027 |OFBiz-batch-3 |DatabaseUtil |I| - outer joins [true]* 2020-06-07 23:13:22,027 |OFBiz-batch-3 |DatabaseUtil |I| - limited outer joins [true] 2020-06-07 23:13:22,028 |OFBiz-batch-3 |DatabaseUtil |I| - full outer joins [false] 2020-06-07 23:13:22,028 |OFBiz-batch-3 |DatabaseUtil |I| - group by [true]* 2020-06-07 23:13:22,028 |OFBiz-batch-3 |DatabaseUtil |I| - group by not in select [true] 2020-06-07 23:13:22,024 |OFBiz-batch-1 |DatabaseUtil |I| Database Product Name is Apache Derby 2020-06-07 23:13:22,028 |OFBiz-batch-1 |DatabaseUtil |I| Database Product Version is 10.14.1.0 - (1808820) 2020-06-07 23:13:22,028 |OFBiz-batch-1 |DatabaseUtil |I| Database Driver Name is Apache Derby Embedded JDBC Driver 2020-06-07 23:13:22,028 |OFBiz-batch-3 |DatabaseUtil |I| - column aliasing [true] 2020-06-07 23:13:22,028 |OFBiz-batch-1 |DatabaseUtil |I| Database Driver Version is 10.14.1.0 - (1808820) 2020-06-07 23:13:22,028 |OFBiz-batch-1 |DatabaseUtil |I| Database Driver JDBC Version is 4.2 2020-06-07 23:13:22,028 |OFBiz-batch-3 |DatabaseUtil |I| - order by not in select [false] 2020-06-07 23:13:22,028 |OFBiz-batch-1 |DatabaseUtil |I| Database Setting/Support Information (those with a * should be true): 2020-06-07 23:13:22,028 |OFBiz-batch-3 |DatabaseUtil |I| - alter table add column [true]* 2020-06-07 23:13:22,028 |OFBiz-batch-1 |DatabaseUtil |I| - supports transactions [true]* 2020-06-07 23:13:22,028 |OFBiz-batch-3 |DatabaseUtil |I| - non-nullable column [true]* 2020-06-07 23:13:22,028 |OFBiz-batch-1 |DatabaseUtil |I| - isolation None [false] 2020-06-07 23:13:22,029 |OFBiz-batch-1 |DatabaseUtil |I| - isolation ReadCommitted [true] 2020-06-07 23:13:22,031 |OFBiz-batch-1 |DatabaseUtil |I| - isolation ReadUncommitted [true] 2020-06-07 23:13:22,031 |OFBiz-batch-1 |DatabaseUtil |I| - isolation RepeatableRead [true] 2020-06-07 23:13:22,031 |OFBiz-batch-1 |DatabaseUtil |I| - isolation Serializable [true] 2020-06-07 23:13:22,031 |OFBiz-batch-1 |DatabaseUtil |I| - forward only type [true] 2020-06-07 23:13:22,031 |OFBiz-batch-1 |DatabaseUtil |I| - scroll sensitive type [false] 2020-06-07 23:13:22,031 |OFBiz-batch-1 |DatabaseUtil |I| - scroll insensitive type [true] 2020-06-07 23:13:22,031 |OFBiz-batch-1 |DatabaseUtil |I| - is case sensitive [false] 2020-06-07 23:13:22,032 |OFBiz-batch-1 |DatabaseUtil |I| - stores LowerCase [false] 2020-06-07 23:13:22,032 |OFBiz-batch-1 |DatabaseUtil |I| - stores MixedCase [false] 2020-06-07 23:13:22,032 |OFBiz-batch-1 |DatabaseUtil |I| - stores UpperCase [true] 2020-06-07 23:13:22,032 |OFBiz-batch-1 |DatabaseUtil |I| - max table name length [128] 2020-06-07 23:13:22,032 |OFBiz-batch-1 |DatabaseUtil |I| - max column name length [128] 2020-06-07 23:13:22,032 |OFBiz-batch-1 |DatabaseUtil |I| - concurrent connections [0] 2020-06-07 23:13:22,032 |OFBiz-batch-1 |DatabaseUtil |I| - concurrent statements [0] 2020-06-07 23:13:22,032 |OFBiz-batch-3 |DatabaseUtil |I| - default fetchsize [1] 2020-06-07 23:13:22,032 |OFBiz-batch-3 |DatabaseUtil |I| - named parameters [ SKIPPED ] 2020-06-07 23:13:22,032 |OFBiz-batch-1 |DatabaseUtil |I| - ANSI SQL92 Entry [true] 2020-06-07 23:13:22,032 |OFBiz-batch-3 |DatabaseUtil |I| Getting Table Info From Database 2020-06-07 23:13:22,032 |OFBiz-batch-1 |DatabaseUtil |I| - ANSI SQL92 Intermediate [false] 2020-06-07 23:13:22,033 |OFBiz-batch-1 |DatabaseUtil |I| - ANSI SQL92 Full [false] 2020-06-07 23:13:22,033 |OFBiz-batch-1 |DatabaseUtil |I| - ODBC SQL Grammar Core [false] 2020-06-07 23:13:22,033 |OFBiz-batch-1 |DatabaseUtil |I| - ODBC SQL Grammar Extended [false] 2020-06-07 23:13:22,033 |OFBiz-batch-1 |DatabaseUtil |I| - ODBC SQL Grammar Minimum [true] 2020-06-07 23:13:22,033 |OFBiz-batch-1 |DatabaseUtil |I| - outer joins [true]* 2020-06-07 23:13:22,033 |OFBiz-batch-1 |DatabaseUtil |I| - limited outer joins [true] 2020-06-07 23:13:22,033 |OFBiz-batch-1 |DatabaseUtil |I| - full outer joins [false] 2020-06-07 23:13:22,033 |OFBiz-batch-1 |DatabaseUtil |I| - group by [true]* 2020-06-07 23:13:22,033 |OFBiz-batch-1 |DatabaseUtil |I| - group by not in select [true] 2020-06-07 23:13:22,033 |OFBiz-batch-1 |DatabaseUtil |I| - column aliasing [true] 2020-06-07 23:13:22,034 |OFBiz-batch-1 |DatabaseUtil |I| - order by not in select [false] 2020-06-07 23:13:22,034 |OFBiz-batch-1 |DatabaseUtil |I| - alter table add column [true]* 2020-06-07 23:13:22,034 |OFBiz-batch-1 |DatabaseUtil |I| - non-nullable column [true]* 2020-06-07 23:13:22,034 |OFBiz-batch-1 |DatabaseUtil |I| - default fetchsize [1] 2020-06-07 23:13:22,034 |OFBiz-batch-1 |DatabaseUtil |I| - named parameters [ SKIPPED ] 2020-06-07 23:13:22,034 |OFBiz-batch-1 |DatabaseUtil |I| Getting Table Info From Database 2020-06-07 23:13:23,874 |OFBiz-batch-2 |DatabaseUtil |I| Database Product Name is Apache Derby 2020-06-07 23:13:23,875 |OFBiz-batch-2 |DatabaseUtil |I| Database Product Version is 10.14.1.0 - (1808820) 2020-06-07 23:13:23,875 |OFBiz-batch-2 |DatabaseUtil |I| Database Driver Name is Apache Derby Embedded JDBC Driver 2020-06-07 23:13:23,875 |OFBiz-batch-2 |DatabaseUtil |I| Database Driver Version is 10.14.1.0 - (1808820) 2020-06-07 23:13:23,875 |OFBiz-batch-2 |DatabaseUtil |I| Database Driver JDBC Version is 4.2 2020-06-07 23:13:23,875 |OFBiz-batch-2 |DatabaseUtil |I| Database Setting/Support Information (those with a * should be true): 2020-06-07 23:13:23,875 |OFBiz-batch-2 |DatabaseUtil |I| - supports transactions [true]* 2020-06-07 23:13:23,875 |OFBiz-batch-2 |DatabaseUtil |I| - isolation None [false] 2020-06-07 23:13:23,875 |OFBiz-batch-2 |DatabaseUtil |I| - isolation ReadCommitted [true] 2020-06-07 23:13:23,875 |OFBiz-batch-2 |DatabaseUtil |I| - isolation ReadUncommitted [true] 2020-06-07 23:13:23,875 |OFBiz-batch-2 |DatabaseUtil |I| - isolation RepeatableRead [true] 2020-06-07 23:13:23,875 |OFBiz-batch-2 |DatabaseUtil |I| - isolation Serializable [true] 2020-06-07 23:13:23,875 |OFBiz-batch-2 |DatabaseUtil |I| - forward only type [true] 2020-06-07 23:13:23,876 |OFBiz-batch-2 |DatabaseUtil |I| - scroll sensitive type [false] 2020-06-07 23:13:23,876 |OFBiz-batch-2 |DatabaseUtil |I| - scroll insensitive type [true] 2020-06-07 23:13:23,876 |OFBiz-batch-2 |DatabaseUtil |I| - is case sensitive [false] 2020-06-07 23:13:23,876 |OFBiz-batch-2 |DatabaseUtil |I| - stores LowerCase [false] 2020-06-07 23:13:23,876 |OFBiz-batch-2 |DatabaseUtil |I| - stores MixedCase [false] 2020-06-07 23:13:23,876 |OFBiz-batch-2 |DatabaseUtil |I| - stores UpperCase [true] 2020-06-07 23:13:23,876 |OFBiz-batch-2 |DatabaseUtil |I| - max table name length [128] 2020-06-07 23:13:23,876 |OFBiz-batch-2 |DatabaseUtil |I| - max column name length [128] 2020-06-07 23:13:23,876 |OFBiz-batch-2 |DatabaseUtil |I| - concurrent connections [0] 2020-06-07 23:13:23,876 |OFBiz-batch-2 |DatabaseUtil |I| - concurrent statements [0] 2020-06-07 23:13:23,876 |OFBiz-batch-2 |DatabaseUtil |I| - ANSI SQL92 Entry [true] 2020-06-07 23:13:23,876 |OFBiz-batch-2 |DatabaseUtil |I| - ANSI SQL92 Intermediate [false] 2020-06-07 23:13:23,876 |OFBiz-batch-2 |DatabaseUtil |I| - ANSI SQL92 Full [false] 2020-06-07 23:13:23,876 |OFBiz-batch-2 |DatabaseUtil |I| - ODBC SQL Grammar Core [false] 2020-06-07 23:13:23,877 |OFBiz-batch-2 |DatabaseUtil |I| - ODBC SQL Grammar Extended [false] 2020-06-07 23:13:23,877 |OFBiz-batch-2 |DatabaseUtil |I| - ODBC SQL Grammar Minimum [true] 2020-06-07 23:13:23,877 |OFBiz-batch-2 |DatabaseUtil |I| - outer joins [true]* 2020-06-07 23:13:23,877 |OFBiz-batch-2 |DatabaseUtil |I| - limited outer joins [true] 2020-06-07 23:13:23,877 |OFBiz-batch-2 |DatabaseUtil |I| - full outer joins [false] 2020-06-07 23:13:23,877 |OFBiz-batch-2 |DatabaseUtil |I| - group by [true]* 2020-06-07 23:13:23,877 |OFBiz-batch-2 |DatabaseUtil |I| - group by not in select [true] 2020-06-07 23:13:23,877 |OFBiz-batch-2 |DatabaseUtil |I| - column aliasing [true] 2020-06-07 23:13:23,877 |OFBiz-batch-2 |DatabaseUtil |I| - order by not in select [false] 2020-06-07 23:13:23,877 |OFBiz-batch-2 |DatabaseUtil |I| - alter table add column [true]* 2020-06-07 23:13:23,877 |OFBiz-batch-2 |DatabaseUtil |I| - non-nullable column [true]* 2020-06-07 23:13:23,877 |OFBiz-batch-2 |DatabaseUtil |I| - default fetchsize [1] 2020-06-07 23:13:23,877 |OFBiz-batch-2 |DatabaseUtil |I| - named parameters [ SKIPPED ] 2020-06-07 23:13:23,877 |OFBiz-batch-2 |DatabaseUtil |I| Getting Table Info From Database 2020-06-07 23:13:23,894 |OFBiz-batch-1 |DatabaseUtil |I| Getting Column Info From Database 2020-06-07 23:13:23,898 |OFBiz-batch-3 |DatabaseUtil |I| Getting Column Info From Database 2020-06-07 23:13:24,116 |OFBiz-batch-3 |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 2020-06-07 23:13:24,116 |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 2020-06-07 23:13:24,210 |OFBiz-batch-3 |DatabaseUtil |I| Searching in 6 tables for primary key fields ... 2020-06-07 23:13:24,210 |OFBiz-batch-3 |DatabaseUtil |I| Reviewed 0 primary key fields from database. 2020-06-07 23:13:24,210 |OFBiz-batch-3 |DatabaseUtil |E| Column [COMPONENT_NAME] of table [OFBIZ.COMPONENT] of entity [Component] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:24,210 |OFBiz-batch-3 |DatabaseUtil |E| Column [TENANT_ID] of table [OFBIZ.TENANT] of entity [Tenant] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:24,210 |OFBiz-batch-3 |DatabaseUtil |E| Column [TENANT_ID] of table [OFBIZ.TENANT_COMPONENT] of entity [TenantComponent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:24,210 |OFBiz-batch-3 |DatabaseUtil |E| Column [COMPONENT_NAME] of table [OFBIZ.TENANT_COMPONENT] of entity [TenantComponent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:24,210 |OFBiz-batch-3 |DatabaseUtil |E| Column [ENTITY_GROUP_NAME] of table [OFBIZ.TENANT_DATA_SOURCE] of entity [TenantDataSource] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:24,210 |OFBiz-batch-3 |DatabaseUtil |E| Column [TENANT_ID] of table [OFBIZ.TENANT_DATA_SOURCE] of entity [TenantDataSource] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:24,210 |OFBiz-batch-3 |DatabaseUtil |E| Column [DOMAIN_NAME] of table [OFBIZ.TENANT_DOMAIN_NAME] of entity [TenantDomainName] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:24,210 |OFBiz-batch-3 |DatabaseUtil |E| Column [TENANT_ID] of table [OFBIZ.TENANT_KEY_ENCRYPTING_KEY] of entity [TenantKeyEncryptingKey] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:24,225 |OFBiz-batch-1 |DatabaseUtil |I| Searching in 6 tables for primary key fields ... 2020-06-07 23:13:24,225 |OFBiz-batch-1 |DatabaseUtil |I| Reviewed 0 primary key fields from database. 2020-06-07 23:13:24,225 |OFBiz-batch-1 |DatabaseUtil |E| Column [DIMENSION_ID] of table [OFBIZ.CURRENCY_DIMENSION] of entity [CurrencyDimension] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:24,225 |OFBiz-batch-1 |DatabaseUtil |E| Column [DIMENSION_ID] of table [OFBIZ.DATE_DIMENSION] of entity [DateDimension] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:24,225 |OFBiz-batch-1 |DatabaseUtil |E| Column [INVENTORY_ITEM_ID] of table [OFBIZ.INVENTORY_ITEM_FACT] of entity [InventoryItemFact] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:24,225 |OFBiz-batch-1 |DatabaseUtil |E| Column [DIMENSION_ID] of table [OFBIZ.PRODUCT_DIMENSION] of entity [ProductDimension] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:24,225 |OFBiz-batch-1 |DatabaseUtil |E| Column [INVOICE_ITEM_SEQ_ID] of table [OFBIZ.SALES_INVOICE_ITEM_FACT] of entity [SalesInvoiceItemFact] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:24,225 |OFBiz-batch-1 |DatabaseUtil |E| Column [INVOICE_ID] of table [OFBIZ.SALES_INVOICE_ITEM_FACT] of entity [SalesInvoiceItemFact] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:24,225 |OFBiz-batch-1 |DatabaseUtil |E| Column [ORDER_ITEM_SEQ_ID] of table [OFBIZ.SALES_ORDER_ITEM_FACT] of entity [SalesOrderItemFact] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:24,225 |OFBiz-batch-1 |DatabaseUtil |E| Column [ORDER_ID] of table [OFBIZ.SALES_ORDER_ITEM_FACT] of entity [SalesOrderItemFact] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:25,124 |OFBiz-batch-2 |DatabaseUtil |I| Getting Column Info From Database 2020-06-07 23:13:27,463 |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 2020-06-07 23:13:27,640 |OFBiz-batch-2 |DatabaseUtil |I| Searching in 847 tables for primary key fields ... 2020-06-07 23:13:28,160 |OFBiz-batch-2 |DatabaseUtil |I| Reviewed 0 primary key fields from database. 2020-06-07 23:13:28,164 |OFBiz-batch-2 |DatabaseUtil |E| Column [ACCOMMODATION_CLASS_ID] of table [OFBIZ.ACCOMMODATION_CLASS] of entity [AccommodationClass] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,165 |OFBiz-batch-2 |DatabaseUtil |E| Column [ACCOMMODATION_MAP_ID] of table [OFBIZ.ACCOMMODATION_MAP] of entity [AccommodationMap] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,165 |OFBiz-batch-2 |DatabaseUtil |E| Column [ACCOMMODATION_MAP_TYPE_ID] of table [OFBIZ.ACCOMMODATION_MAP_TYPE] of entity [AccommodationMapType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,165 |OFBiz-batch-2 |DatabaseUtil |E| Column [ACCOMMODATION_SPOT_ID] of table [OFBIZ.ACCOMMODATION_SPOT] of entity [AccommodationSpot] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,165 |OFBiz-batch-2 |DatabaseUtil |E| Column [ACCTG_TRANS_ID] of table [OFBIZ.ACCTG_TRANS] of entity [AcctgTrans] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,165 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.ACCTG_TRANS_ATTRIBUTE] of entity [AcctgTransAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,165 |OFBiz-batch-2 |DatabaseUtil |E| Column [ACCTG_TRANS_ID] of table [OFBIZ.ACCTG_TRANS_ATTRIBUTE] of entity [AcctgTransAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,166 |OFBiz-batch-2 |DatabaseUtil |E| Column [ACCTG_TRANS_ENTRY_SEQ_ID] of table [OFBIZ.ACCTG_TRANS_ENTRY] of entity [AcctgTransEntry] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,166 |OFBiz-batch-2 |DatabaseUtil |E| Column [ACCTG_TRANS_ID] of table [OFBIZ.ACCTG_TRANS_ENTRY] of entity [AcctgTransEntry] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,166 |OFBiz-batch-2 |DatabaseUtil |E| Column [ACCTG_TRANS_ENTRY_TYPE_ID] of table [OFBIZ.ACCTG_TRANS_ENTRY_TYPE] of entity [AcctgTransEntryType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,166 |OFBiz-batch-2 |DatabaseUtil |E| Column [ACCTG_TRANS_TYPE_ID] of table [OFBIZ.ACCTG_TRANS_TYPE] of entity [AcctgTransType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,166 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.ACCTG_TRANS_TYPE_ATTR] of entity [AcctgTransTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,166 |OFBiz-batch-2 |DatabaseUtil |E| Column [ACCTG_TRANS_TYPE_ID] of table [OFBIZ.ACCTG_TRANS_TYPE_ATTR] of entity [AcctgTransTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,166 |OFBiz-batch-2 |DatabaseUtil |E| Column [ADDENDUM_ID] of table [OFBIZ.ADDENDUM] of entity [Addendum] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,166 |OFBiz-batch-2 |DatabaseUtil |E| Column [MAP_KEY] of table [OFBIZ.ADDRESS_MATCH_MAP] of entity [AddressMatchMap] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,166 |OFBiz-batch-2 |DatabaseUtil |E| Column [MAP_VALUE] of table [OFBIZ.ADDRESS_MATCH_MAP] of entity [AddressMatchMap] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,166 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.AFFILIATE] of entity [Affiliate] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,166 |OFBiz-batch-2 |DatabaseUtil |E| Column [AGREEMENT_ID] of table [OFBIZ.AGREEMENT] of entity [Agreement] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,166 |OFBiz-batch-2 |DatabaseUtil |E| Column [AGREEMENT_ID] of table [OFBIZ.AGREEMENT_ATTRIBUTE] of entity [AgreementAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,167 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.AGREEMENT_ATTRIBUTE] of entity [AgreementAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,167 |OFBiz-batch-2 |DatabaseUtil |E| Column [AGREEMENT_CONTENT_TYPE_ID] of table [OFBIZ.AGREEMENT_CONTENT] of entity [AgreementContent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,167 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.AGREEMENT_CONTENT] of entity [AgreementContent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,167 |OFBiz-batch-2 |DatabaseUtil |E| Column [AGREEMENT_ID] of table [OFBIZ.AGREEMENT_CONTENT] of entity [AgreementContent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,167 |OFBiz-batch-2 |DatabaseUtil |E| Column [AGREEMENT_ITEM_SEQ_ID] of table [OFBIZ.AGREEMENT_CONTENT] of entity [AgreementContent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,167 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTENT_ID] of table [OFBIZ.AGREEMENT_CONTENT] of entity [AgreementContent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,167 |OFBiz-batch-2 |DatabaseUtil |E| Column [AGREEMENT_CONTENT_TYPE_ID] of table [OFBIZ.AGREEMENT_CONTENT_TYPE] of entity [AgreementContentType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,167 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.AGREEMENT_EMPLOYMENT_APPL] of entity [AgreementEmploymentAppl] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,167 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID_TO] of table [OFBIZ.AGREEMENT_EMPLOYMENT_APPL] of entity [AgreementEmploymentAppl] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,167 |OFBiz-batch-2 |DatabaseUtil |E| Column [AGREEMENT_ID] of table [OFBIZ.AGREEMENT_EMPLOYMENT_APPL] of entity [AgreementEmploymentAppl] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,167 |OFBiz-batch-2 |DatabaseUtil |E| Column [ROLE_TYPE_ID_TO] of table [OFBIZ.AGREEMENT_EMPLOYMENT_APPL] of entity [AgreementEmploymentAppl] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,167 |OFBiz-batch-2 |DatabaseUtil |E| Column [ROLE_TYPE_ID_FROM] of table [OFBIZ.AGREEMENT_EMPLOYMENT_APPL] of entity [AgreementEmploymentAppl] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,167 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID_FROM] of table [OFBIZ.AGREEMENT_EMPLOYMENT_APPL] of entity [AgreementEmploymentAppl] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,167 |OFBiz-batch-2 |DatabaseUtil |E| Column [AGREEMENT_ITEM_SEQ_ID] of table [OFBIZ.AGREEMENT_EMPLOYMENT_APPL] of entity [AgreementEmploymentAppl] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,167 |OFBiz-batch-2 |DatabaseUtil |E| Column [AGREEMENT_ID] of table [OFBIZ.AGREEMENT_FACILITY_APPL] of entity [AgreementFacilityAppl] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,167 |OFBiz-batch-2 |DatabaseUtil |E| Column [FACILITY_ID] of table [OFBIZ.AGREEMENT_FACILITY_APPL] of entity [AgreementFacilityAppl] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,168 |OFBiz-batch-2 |DatabaseUtil |E| Column [AGREEMENT_ITEM_SEQ_ID] of table [OFBIZ.AGREEMENT_FACILITY_APPL] of entity [AgreementFacilityAppl] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,168 |OFBiz-batch-2 |DatabaseUtil |E| Column [GEO_ID] of table [OFBIZ.AGREEMENT_GEOGRAPHICAL_APPLIC] of entity [AgreementGeographicalApplic] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,168 |OFBiz-batch-2 |DatabaseUtil |E| Column [AGREEMENT_ID] of table [OFBIZ.AGREEMENT_GEOGRAPHICAL_APPLIC] of entity [AgreementGeographicalApplic] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,168 |OFBiz-batch-2 |DatabaseUtil |E| Column [AGREEMENT_ITEM_SEQ_ID] of table [OFBIZ.AGREEMENT_GEOGRAPHICAL_APPLIC] of entity [AgreementGeographicalApplic] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,168 |OFBiz-batch-2 |DatabaseUtil |E| Column [AGREEMENT_ID] of table [OFBIZ.AGREEMENT_ITEM] of entity [AgreementItem] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,168 |OFBiz-batch-2 |DatabaseUtil |E| Column [AGREEMENT_ITEM_SEQ_ID] of table [OFBIZ.AGREEMENT_ITEM] of entity [AgreementItem] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,168 |OFBiz-batch-2 |DatabaseUtil |E| Column [AGREEMENT_ID] of table [OFBIZ.AGREEMENT_ITEM_ATTRIBUTE] of entity [AgreementItemAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,168 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.AGREEMENT_ITEM_ATTRIBUTE] of entity [AgreementItemAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,168 |OFBiz-batch-2 |DatabaseUtil |E| Column [AGREEMENT_ITEM_SEQ_ID] of table [OFBIZ.AGREEMENT_ITEM_ATTRIBUTE] of entity [AgreementItemAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,168 |OFBiz-batch-2 |DatabaseUtil |E| Column [AGREEMENT_ITEM_TYPE_ID] of table [OFBIZ.AGREEMENT_ITEM_TYPE] of entity [AgreementItemType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,168 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.AGREEMENT_ITEM_TYPE_ATTR] of entity [AgreementItemTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,168 |OFBiz-batch-2 |DatabaseUtil |E| Column [AGREEMENT_ITEM_TYPE_ID] of table [OFBIZ.AGREEMENT_ITEM_TYPE_ATTR] of entity [AgreementItemTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,168 |OFBiz-batch-2 |DatabaseUtil |E| Column [AGREEMENT_ID] of table [OFBIZ.AGREEMENT_PARTY_APPLIC] of entity [AgreementPartyApplic] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,168 |OFBiz-batch-2 |DatabaseUtil |E| Column [AGREEMENT_ITEM_SEQ_ID] of table [OFBIZ.AGREEMENT_PARTY_APPLIC] of entity [AgreementPartyApplic] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,168 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.AGREEMENT_PARTY_APPLIC] of entity [AgreementPartyApplic] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,169 |OFBiz-batch-2 |DatabaseUtil |E| Column [AGREEMENT_ID] of table [OFBIZ.AGREEMENT_PRODUCT_APPL] of entity [AgreementProductAppl] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,169 |OFBiz-batch-2 |DatabaseUtil |E| Column [AGREEMENT_ITEM_SEQ_ID] of table [OFBIZ.AGREEMENT_PRODUCT_APPL] of entity [AgreementProductAppl] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,169 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_ID] of table [OFBIZ.AGREEMENT_PRODUCT_APPL] of entity [AgreementProductAppl] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,169 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.AGREEMENT_PROMO_APPL] of entity [AgreementPromoAppl] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,169 |OFBiz-batch-2 |DatabaseUtil |E| Column [AGREEMENT_ID] of table [OFBIZ.AGREEMENT_PROMO_APPL] of entity [AgreementPromoAppl] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,169 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_PROMO_ID] of table [OFBIZ.AGREEMENT_PROMO_APPL] of entity [AgreementPromoAppl] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,169 |OFBiz-batch-2 |DatabaseUtil |E| Column [AGREEMENT_ITEM_SEQ_ID] of table [OFBIZ.AGREEMENT_PROMO_APPL] of entity [AgreementPromoAppl] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,169 |OFBiz-batch-2 |DatabaseUtil |E| Column [AGREEMENT_ID] of table [OFBIZ.AGREEMENT_ROLE] of entity [AgreementRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,169 |OFBiz-batch-2 |DatabaseUtil |E| Column [ROLE_TYPE_ID] of table [OFBIZ.AGREEMENT_ROLE] of entity [AgreementRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,169 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.AGREEMENT_ROLE] of entity [AgreementRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,169 |OFBiz-batch-2 |DatabaseUtil |E| Column [AGREEMENT_TERM_ID] of table [OFBIZ.AGREEMENT_TERM] of entity [AgreementTerm] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,169 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.AGREEMENT_TERM_ATTRIBUTE] of entity [AgreementTermAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,169 |OFBiz-batch-2 |DatabaseUtil |E| Column [AGREEMENT_TERM_ID] of table [OFBIZ.AGREEMENT_TERM_ATTRIBUTE] of entity [AgreementTermAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,169 |OFBiz-batch-2 |DatabaseUtil |E| Column [AGREEMENT_TYPE_ID] of table [OFBIZ.AGREEMENT_TYPE] of entity [AgreementType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,169 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.AGREEMENT_TYPE_ATTR] of entity [AgreementTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,169 |OFBiz-batch-2 |DatabaseUtil |E| Column [AGREEMENT_TYPE_ID] of table [OFBIZ.AGREEMENT_TYPE_ATTR] of entity [AgreementTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,172 |OFBiz-batch-2 |DatabaseUtil |E| Column [AGREEMENT_ID] of table [OFBIZ.AGREEMENT_WORK_EFFORT_APPLIC] of entity [AgreementWorkEffortApplic] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,172 |OFBiz-batch-2 |DatabaseUtil |E| Column [WORK_EFFORT_ID] of table [OFBIZ.AGREEMENT_WORK_EFFORT_APPLIC] of entity [AgreementWorkEffortApplic] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,172 |OFBiz-batch-2 |DatabaseUtil |E| Column [AGREEMENT_ITEM_SEQ_ID] of table [OFBIZ.AGREEMENT_WORK_EFFORT_APPLIC] of entity [AgreementWorkEffortApplic] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,172 |OFBiz-batch-2 |DatabaseUtil |E| Column [APPLICATION_ID] of table [OFBIZ.APPLICATION_SANDBOX] of entity [ApplicationSandbox] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,172 |OFBiz-batch-2 |DatabaseUtil |E| Column [DATA_RESOURCE_ID] of table [OFBIZ.AUDIO_DATA_RESOURCE] of entity [AudioDataResource] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,172 |OFBiz-batch-2 |DatabaseUtil |E| Column [BENEFIT_TYPE_ID] of table [OFBIZ.BENEFIT_TYPE] of entity [BenefitType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,172 |OFBiz-batch-2 |DatabaseUtil |E| Column [BILLING_ACCOUNT_ID] of table [OFBIZ.BILLING_ACCOUNT] of entity [BillingAccount] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,173 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.BILLING_ACCOUNT_ROLE] of entity [BillingAccountRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,173 |OFBiz-batch-2 |DatabaseUtil |E| Column [BILLING_ACCOUNT_ID] of table [OFBIZ.BILLING_ACCOUNT_ROLE] of entity [BillingAccountRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,173 |OFBiz-batch-2 |DatabaseUtil |E| Column [ROLE_TYPE_ID] of table [OFBIZ.BILLING_ACCOUNT_ROLE] of entity [BillingAccountRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,173 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.BILLING_ACCOUNT_ROLE] of entity [BillingAccountRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,173 |OFBiz-batch-2 |DatabaseUtil |E| Column [BILLING_ACCOUNT_TERM_ID] of table [OFBIZ.BILLING_ACCOUNT_TERM] of entity [BillingAccountTerm] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,173 |OFBiz-batch-2 |DatabaseUtil |E| Column [BILLING_ACCOUNT_TERM_ID] of table [OFBIZ.BILLING_ACCOUNT_TERM_ATTR] of entity [BillingAccountTermAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,173 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.BILLING_ACCOUNT_TERM_ATTR] of entity [BillingAccountTermAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,173 |OFBiz-batch-2 |DatabaseUtil |E| Column [BROWSER_TYPE_ID] of table [OFBIZ.BROWSER_TYPE] of entity [BrowserType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,173 |OFBiz-batch-2 |DatabaseUtil |E| Column [BUDGET_ID] of table [OFBIZ.BUDGET] of entity [Budget] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,173 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.BUDGET_ATTRIBUTE] of entity [BudgetAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,173 |OFBiz-batch-2 |DatabaseUtil |E| Column [BUDGET_ID] of table [OFBIZ.BUDGET_ATTRIBUTE] of entity [BudgetAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,173 |OFBiz-batch-2 |DatabaseUtil |E| Column [BUDGET_ITEM_SEQ_ID] of table [OFBIZ.BUDGET_ITEM] of entity [BudgetItem] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,173 |OFBiz-batch-2 |DatabaseUtil |E| Column [BUDGET_ID] of table [OFBIZ.BUDGET_ITEM] of entity [BudgetItem] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,175 |OFBiz-batch-2 |DatabaseUtil |E| Column [BUDGET_ITEM_SEQ_ID] of table [OFBIZ.BUDGET_ITEM_ATTRIBUTE] of entity [BudgetItemAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,175 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.BUDGET_ITEM_ATTRIBUTE] of entity [BudgetItemAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,175 |OFBiz-batch-2 |DatabaseUtil |E| Column [BUDGET_ID] of table [OFBIZ.BUDGET_ITEM_ATTRIBUTE] of entity [BudgetItemAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,179 |OFBiz-batch-2 |DatabaseUtil |E| Column [BUDGET_ITEM_TYPE_ID] of table [OFBIZ.BUDGET_ITEM_TYPE] of entity [BudgetItemType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,179 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.BUDGET_ITEM_TYPE_ATTR] of entity [BudgetItemTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,179 |OFBiz-batch-2 |DatabaseUtil |E| Column [BUDGET_ITEM_TYPE_ID] of table [OFBIZ.BUDGET_ITEM_TYPE_ATTR] of entity [BudgetItemTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,180 |OFBiz-batch-2 |DatabaseUtil |E| Column [BUDGET_REVIEW_ID] of table [OFBIZ.BUDGET_REVIEW] of entity [BudgetReview] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,180 |OFBiz-batch-2 |DatabaseUtil |E| Column [BUDGET_REVIEW_RESULT_TYPE_ID] of table [OFBIZ.BUDGET_REVIEW] of entity [BudgetReview] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,180 |OFBiz-batch-2 |DatabaseUtil |E| Column [BUDGET_ID] of table [OFBIZ.BUDGET_REVIEW] of entity [BudgetReview] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,180 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.BUDGET_REVIEW] of entity [BudgetReview] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,180 |OFBiz-batch-2 |DatabaseUtil |E| Column [BUDGET_REVIEW_RESULT_TYPE_ID] of table [OFBIZ.BUDGET_REVIEW_RESULT_TYPE] of entity [BudgetReviewResultType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,180 |OFBiz-batch-2 |DatabaseUtil |E| Column [BUDGET_ID] of table [OFBIZ.BUDGET_REVISION] of entity [BudgetRevision] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,180 |OFBiz-batch-2 |DatabaseUtil |E| Column [REVISION_SEQ_ID] of table [OFBIZ.BUDGET_REVISION] of entity [BudgetRevision] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,180 |OFBiz-batch-2 |DatabaseUtil |E| Column [BUDGET_ITEM_SEQ_ID] of table [OFBIZ.BUDGET_REVISION_IMPACT] of entity [BudgetRevisionImpact] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,180 |OFBiz-batch-2 |DatabaseUtil |E| Column [BUDGET_ID] of table [OFBIZ.BUDGET_REVISION_IMPACT] of entity [BudgetRevisionImpact] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,181 |OFBiz-batch-2 |DatabaseUtil |E| Column [REVISION_SEQ_ID] of table [OFBIZ.BUDGET_REVISION_IMPACT] of entity [BudgetRevisionImpact] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,181 |OFBiz-batch-2 |DatabaseUtil |E| Column [BUDGET_ID] of table [OFBIZ.BUDGET_ROLE] of entity [BudgetRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,181 |OFBiz-batch-2 |DatabaseUtil |E| Column [ROLE_TYPE_ID] of table [OFBIZ.BUDGET_ROLE] of entity [BudgetRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,181 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.BUDGET_ROLE] of entity [BudgetRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,181 |OFBiz-batch-2 |DatabaseUtil |E| Column [BUDGET_SCENARIO_ID] of table [OFBIZ.BUDGET_SCENARIO] of entity [BudgetScenario] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,181 |OFBiz-batch-2 |DatabaseUtil |E| Column [BUDGET_SCENARIO_APPLIC_ID] of table [OFBIZ.BUDGET_SCENARIO_APPLICATION] of entity [BudgetScenarioApplication] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,181 |OFBiz-batch-2 |DatabaseUtil |E| Column [BUDGET_SCENARIO_ID] of table [OFBIZ.BUDGET_SCENARIO_APPLICATION] of entity [BudgetScenarioApplication] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,181 |OFBiz-batch-2 |DatabaseUtil |E| Column [BUDGET_SCENARIO_ID] of table [OFBIZ.BUDGET_SCENARIO_RULE] of entity [BudgetScenarioRule] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,181 |OFBiz-batch-2 |DatabaseUtil |E| Column [BUDGET_ITEM_TYPE_ID] of table [OFBIZ.BUDGET_SCENARIO_RULE] of entity [BudgetScenarioRule] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,181 |OFBiz-batch-2 |DatabaseUtil |E| Column [BUDGET_ID] of table [OFBIZ.BUDGET_STATUS] of entity [BudgetStatus] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,181 |OFBiz-batch-2 |DatabaseUtil |E| Column [STATUS_ID] of table [OFBIZ.BUDGET_STATUS] of entity [BudgetStatus] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,181 |OFBiz-batch-2 |DatabaseUtil |E| Column [BUDGET_TYPE_ID] of table [OFBIZ.BUDGET_TYPE] of entity [BudgetType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,181 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.BUDGET_TYPE_ATTR] of entity [BudgetTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,181 |OFBiz-batch-2 |DatabaseUtil |E| Column [BUDGET_TYPE_ID] of table [OFBIZ.BUDGET_TYPE_ATTR] of entity [BudgetTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,181 |OFBiz-batch-2 |DatabaseUtil |E| Column [SHIPMENT_BOX_TYPE_ID] of table [OFBIZ.CARRIER_SHIPMENT_BOX_TYPE] of entity [CarrierShipmentBoxType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,182 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.CARRIER_SHIPMENT_BOX_TYPE] of entity [CarrierShipmentBoxType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,182 |OFBiz-batch-2 |DatabaseUtil |E| Column [ROLE_TYPE_ID] of table [OFBIZ.CARRIER_SHIPMENT_METHOD] of entity [CarrierShipmentMethod] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,182 |OFBiz-batch-2 |DatabaseUtil |E| Column [SHIPMENT_METHOD_TYPE_ID] of table [OFBIZ.CARRIER_SHIPMENT_METHOD] of entity [CarrierShipmentMethod] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,182 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.CARRIER_SHIPMENT_METHOD] of entity [CarrierShipmentMethod] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,183 |OFBiz-batch-2 |DatabaseUtil |E| Column [CART_ABANDONED_LINE_SEQ_ID] of table [OFBIZ.CART_ABANDONED_LINE] of entity [CartAbandonedLine] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,183 |OFBiz-batch-2 |DatabaseUtil |E| Column [VISIT_ID] of table [OFBIZ.CART_ABANDONED_LINE] of entity [CartAbandonedLine] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,183 |OFBiz-batch-2 |DatabaseUtil |E| Column [SESSION_ID] of table [OFBIZ.CATALINA_SESSION] of entity [CatalinaSession] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,183 |OFBiz-batch-2 |DatabaseUtil |E| Column [CHARACTER_SET_ID] of table [OFBIZ.CHARACTER_SET] of entity [CharacterSet] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,184 |OFBiz-batch-2 |DatabaseUtil |E| Column [PAYMENT_METHOD_ID] of table [OFBIZ.CHECK_ACCOUNT] of entity [CheckAccount] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,184 |OFBiz-batch-2 |DatabaseUtil |E| Column [COMM_CONTENT_ASSOC_TYPE_ID] of table [OFBIZ.COMM_CONTENT_ASSOC_TYPE] of entity [CommContentAssocType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,184 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.COMM_EVENT_CONTENT_ASSOC] of entity [CommEventContentAssoc] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,184 |OFBiz-batch-2 |DatabaseUtil |E| Column [COMMUNICATION_EVENT_ID] of table [OFBIZ.COMM_EVENT_CONTENT_ASSOC] of entity [CommEventContentAssoc] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,184 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTENT_ID] of table [OFBIZ.COMM_EVENT_CONTENT_ASSOC] of entity [CommEventContentAssoc] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,186 |OFBiz-batch-2 |DatabaseUtil |E| Column [COMMUNICATION_EVENT_ID] of table [OFBIZ.COMMUNICATION_EVENT] of entity [CommunicationEvent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,186 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ID] of table [OFBIZ.COMMUNICATION_EVENT_ORDER] of entity [CommunicationEventOrder] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,186 |OFBiz-batch-2 |DatabaseUtil |E| Column [COMMUNICATION_EVENT_ID] of table [OFBIZ.COMMUNICATION_EVENT_ORDER] of entity [CommunicationEventOrder] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,186 |OFBiz-batch-2 |DatabaseUtil |E| Column [COMMUNICATION_EVENT_ID] of table [OFBIZ.COMMUNICATION_EVENT_PRODUCT] of entity [CommunicationEventProduct] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,186 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_ID] of table [OFBIZ.COMMUNICATION_EVENT_PRODUCT] of entity [CommunicationEventProduct] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,187 |OFBiz-batch-2 |DatabaseUtil |E| Column [COMMUNICATION_EVENT_PRP_TYP_ID] of table [OFBIZ.COMMUNICATION_EVENT_PRP_TYP] of entity [CommunicationEventPrpTyp] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,187 |OFBiz-batch-2 |DatabaseUtil |E| Column [COMMUNICATION_EVENT_ID] of table [OFBIZ.COMMUNICATION_EVENT_PURPOSE] of entity [CommunicationEventPurpose] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,187 |OFBiz-batch-2 |DatabaseUtil |E| Column [COMMUNICATION_EVENT_PRP_TYP_ID] of table [OFBIZ.COMMUNICATION_EVENT_PURPOSE] of entity [CommunicationEventPurpose] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,187 |OFBiz-batch-2 |DatabaseUtil |E| Column [COMMUNICATION_EVENT_ID] of table [OFBIZ.COMMUNICATION_EVENT_ROLE] of entity [CommunicationEventRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,187 |OFBiz-batch-2 |DatabaseUtil |E| Column [ROLE_TYPE_ID] of table [OFBIZ.COMMUNICATION_EVENT_ROLE] of entity [CommunicationEventRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,187 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.COMMUNICATION_EVENT_ROLE] of entity [CommunicationEventRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,187 |OFBiz-batch-2 |DatabaseUtil |E| Column [COMMUNICATION_EVENT_TYPE_ID] of table [OFBIZ.COMMUNICATION_EVENT_TYPE] of entity [CommunicationEventType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,187 |OFBiz-batch-2 |DatabaseUtil |E| Column [WORK_EFFORT_ID] of table [OFBIZ.COMMUNICATION_EVENT_WORK_EFF] of entity [CommunicationEventWorkEff] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,187 |OFBiz-batch-2 |DatabaseUtil |E| Column [COMMUNICATION_EVENT_ID] of table [OFBIZ.COMMUNICATION_EVENT_WORK_EFF] of entity [CommunicationEventWorkEff] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,187 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONFIG_OPTION_ID] of table [OFBIZ.CONFIG_OPTION_PRODUCT_OPTION] of entity [ConfigOptionProductOption] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,187 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONFIG_ITEM_ID] of table [OFBIZ.CONFIG_OPTION_PRODUCT_OPTION] of entity [ConfigOptionProductOption] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,187 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_ID] of table [OFBIZ.CONFIG_OPTION_PRODUCT_OPTION] of entity [ConfigOptionProductOption] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,187 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONFIG_ID] of table [OFBIZ.CONFIG_OPTION_PRODUCT_OPTION] of entity [ConfigOptionProductOption] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,187 |OFBiz-batch-2 |DatabaseUtil |E| Column [SEQUENCE_NUM] of table [OFBIZ.CONFIG_OPTION_PRODUCT_OPTION] of entity [ConfigOptionProductOption] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,187 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTACT_LIST_ID] of table [OFBIZ.CONTACT_LIST] of entity [ContactList] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,187 |OFBiz-batch-2 |DatabaseUtil |E| Column [COMMUNICATION_EVENT_ID] of table [OFBIZ.CONTACT_LIST_COMM_STATUS] of entity [ContactListCommStatus] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,187 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTACT_LIST_ID] of table [OFBIZ.CONTACT_LIST_COMM_STATUS] of entity [ContactListCommStatus] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,188 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTACT_MECH_ID] of table [OFBIZ.CONTACT_LIST_COMM_STATUS] of entity [ContactListCommStatus] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,188 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.CONTACT_LIST_PARTY] of entity [ContactListParty] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,188 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTACT_LIST_ID] of table [OFBIZ.CONTACT_LIST_PARTY] of entity [ContactListParty] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,188 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.CONTACT_LIST_PARTY] of entity [ContactListParty] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,188 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.CONTACT_LIST_PARTY_STATUS] of entity [ContactListPartyStatus] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,188 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTACT_LIST_ID] of table [OFBIZ.CONTACT_LIST_PARTY_STATUS] of entity [ContactListPartyStatus] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,188 |OFBiz-batch-2 |DatabaseUtil |E| Column [STATUS_DATE] of table [OFBIZ.CONTACT_LIST_PARTY_STATUS] of entity [ContactListPartyStatus] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,188 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.CONTACT_LIST_PARTY_STATUS] of entity [ContactListPartyStatus] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,188 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTACT_LIST_TYPE_ID] of table [OFBIZ.CONTACT_LIST_TYPE] of entity [ContactListType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,188 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTACT_MECH_ID] of table [OFBIZ.CONTACT_MECH] of entity [ContactMech] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,189 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.CONTACT_MECH_ATTRIBUTE] of entity [ContactMechAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,189 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTACT_MECH_ID] of table [OFBIZ.CONTACT_MECH_ATTRIBUTE] of entity [ContactMechAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,189 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTACT_MECH_ID_FROM] of table [OFBIZ.CONTACT_MECH_LINK] of entity [ContactMechLink] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,189 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTACT_MECH_ID_TO] of table [OFBIZ.CONTACT_MECH_LINK] of entity [ContactMechLink] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,189 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTACT_MECH_PURPOSE_TYPE_ID] of table [OFBIZ.CONTACT_MECH_PURPOSE_TYPE] of entity [ContactMechPurposeType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,189 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTACT_MECH_TYPE_ID] of table [OFBIZ.CONTACT_MECH_TYPE] of entity [ContactMechType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,189 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.CONTACT_MECH_TYPE_ATTR] of entity [ContactMechTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,189 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTACT_MECH_TYPE_ID] of table [OFBIZ.CONTACT_MECH_TYPE_ATTR] of entity [ContactMechTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,189 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTACT_MECH_TYPE_ID] of table [OFBIZ.CONTACT_MECH_TYPE_PURPOSE] of entity [ContactMechTypePurpose] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,189 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTACT_MECH_PURPOSE_TYPE_ID] of table [OFBIZ.CONTACT_MECH_TYPE_PURPOSE] of entity [ContactMechTypePurpose] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,189 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTAINER_ID] of table [OFBIZ.CONTAINER] of entity [Container] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,189 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.CONTAINER_GEO_POINT] of entity [ContainerGeoPoint] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,189 |OFBiz-batch-2 |DatabaseUtil |E| Column [GEO_POINT_ID] of table [OFBIZ.CONTAINER_GEO_POINT] of entity [ContainerGeoPoint] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,189 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTAINER_ID] of table [OFBIZ.CONTAINER_GEO_POINT] of entity [ContainerGeoPoint] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,189 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTAINER_TYPE_ID] of table [OFBIZ.CONTAINER_TYPE] of entity [ContainerType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,189 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTENT_ID] of table [OFBIZ.CONTENT] of entity [Content] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,190 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTENT_APPROVAL_ID] of table [OFBIZ.CONTENT_APPROVAL] of entity [ContentApproval] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,190 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.CONTENT_ASSOC] of entity [ContentAssoc] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,190 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTENT_ID_TO] of table [OFBIZ.CONTENT_ASSOC] of entity [ContentAssoc] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,190 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTENT_ID] of table [OFBIZ.CONTENT_ASSOC] of entity [ContentAssoc] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,190 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTENT_ASSOC_TYPE_ID] of table [OFBIZ.CONTENT_ASSOC] of entity [ContentAssoc] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,190 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTENT_ASSOC_PREDICATE_ID] of table [OFBIZ.CONTENT_ASSOC_PREDICATE] of entity [ContentAssocPredicate] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,190 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTENT_ASSOC_TYPE_ID] of table [OFBIZ.CONTENT_ASSOC_TYPE] of entity [ContentAssocType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,190 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.CONTENT_ATTRIBUTE] of entity [ContentAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,190 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTENT_ID] of table [OFBIZ.CONTENT_ATTRIBUTE] of entity [ContentAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,190 |OFBiz-batch-2 |DatabaseUtil |E| Column [KEYWORD] of table [OFBIZ.CONTENT_KEYWORD] of entity [ContentKeyword] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,190 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTENT_ID] of table [OFBIZ.CONTENT_KEYWORD] of entity [ContentKeyword] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,190 |OFBiz-batch-2 |DatabaseUtil |E| Column [META_DATA_PREDICATE_ID] of table [OFBIZ.CONTENT_META_DATA] of entity [ContentMetaData] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,190 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTENT_ID] of table [OFBIZ.CONTENT_META_DATA] of entity [ContentMetaData] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,190 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTENT_OPERATION_ID] of table [OFBIZ.CONTENT_OPERATION] of entity [ContentOperation] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,191 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTENT_PURPOSE_TYPE_ID] of table [OFBIZ.CONTENT_PURPOSE] of entity [ContentPurpose] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,191 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTENT_ID] of table [OFBIZ.CONTENT_PURPOSE] of entity [ContentPurpose] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,191 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTENT_OPERATION_ID] of table [OFBIZ.CONTENT_PURPOSE_OPERATION] of entity [ContentPurposeOperation] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,191 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRIVILEGE_ENUM_ID] of table [OFBIZ.CONTENT_PURPOSE_OPERATION] of entity [ContentPurposeOperation] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,191 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTENT_PURPOSE_TYPE_ID] of table [OFBIZ.CONTENT_PURPOSE_OPERATION] of entity [ContentPurposeOperation] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,191 |OFBiz-batch-2 |DatabaseUtil |E| Column [ROLE_TYPE_ID] of table [OFBIZ.CONTENT_PURPOSE_OPERATION] of entity [ContentPurposeOperation] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,191 |OFBiz-batch-2 |DatabaseUtil |E| Column [STATUS_ID] of table [OFBIZ.CONTENT_PURPOSE_OPERATION] of entity [ContentPurposeOperation] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,191 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTENT_PURPOSE_TYPE_ID] of table [OFBIZ.CONTENT_PURPOSE_TYPE] of entity [ContentPurposeType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,191 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTENT_REVISION_SEQ_ID] of table [OFBIZ.CONTENT_REVISION] of entity [ContentRevision] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,191 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTENT_ID] of table [OFBIZ.CONTENT_REVISION] of entity [ContentRevision] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,191 |OFBiz-batch-2 |DatabaseUtil |E| Column [ITEM_CONTENT_ID] of table [OFBIZ.CONTENT_REVISION_ITEM] of entity [ContentRevisionItem] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,191 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTENT_REVISION_SEQ_ID] of table [OFBIZ.CONTENT_REVISION_ITEM] of entity [ContentRevisionItem] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,191 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTENT_ID] of table [OFBIZ.CONTENT_REVISION_ITEM] of entity [ContentRevisionItem] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,191 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.CONTENT_ROLE] of entity [ContentRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,191 |OFBiz-batch-2 |DatabaseUtil |E| Column [ROLE_TYPE_ID] of table [OFBIZ.CONTENT_ROLE] of entity [ContentRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,191 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTENT_ID] of table [OFBIZ.CONTENT_ROLE] of entity [ContentRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,191 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.CONTENT_ROLE] of entity [ContentRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,191 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTENT_SEARCH_RESULT_ID] of table [OFBIZ.CONTENT_SEARCH_CONSTRAINT] of entity [ContentSearchConstraint] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,191 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONSTRAINT_SEQ_ID] of table [OFBIZ.CONTENT_SEARCH_CONSTRAINT] of entity [ContentSearchConstraint] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,192 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTENT_SEARCH_RESULT_ID] of table [OFBIZ.CONTENT_SEARCH_RESULT] of entity [ContentSearchResult] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,192 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTENT_TYPE_ID] of table [OFBIZ.CONTENT_TYPE] of entity [ContentType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,192 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.CONTENT_TYPE_ATTR] of entity [ContentTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,192 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTENT_TYPE_ID] of table [OFBIZ.CONTENT_TYPE_ATTR] of entity [ContentTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,192 |OFBiz-batch-2 |DatabaseUtil |E| Column [COST_COMPONENT_ID] of table [OFBIZ.COST_COMPONENT] of entity [CostComponent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,192 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.COST_COMPONENT_ATTRIBUTE] of entity [CostComponentAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,192 |OFBiz-batch-2 |DatabaseUtil |E| Column [COST_COMPONENT_ID] of table [OFBIZ.COST_COMPONENT_ATTRIBUTE] of entity [CostComponentAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,192 |OFBiz-batch-2 |DatabaseUtil |E| Column [COST_COMPONENT_CALC_ID] of table [OFBIZ.COST_COMPONENT_CALC] of entity [CostComponentCalc] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,192 |OFBiz-batch-2 |DatabaseUtil |E| Column [COST_COMPONENT_TYPE_ID] of table [OFBIZ.COST_COMPONENT_TYPE] of entity [CostComponentType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,192 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.COST_COMPONENT_TYPE_ATTR] of entity [CostComponentTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,192 |OFBiz-batch-2 |DatabaseUtil |E| Column [COST_COMPONENT_TYPE_ID] of table [OFBIZ.COST_COMPONENT_TYPE_ATTR] of entity [CostComponentTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,192 |OFBiz-batch-2 |DatabaseUtil |E| Column [GEO_ID] of table [OFBIZ.COUNTRY_ADDRESS_FORMAT] of entity [CountryAddressFormat] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,192 |OFBiz-batch-2 |DatabaseUtil |E| Column [COUNTRY_CODE] of table [OFBIZ.COUNTRY_CAPITAL] of entity [CountryCapital] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,192 |OFBiz-batch-2 |DatabaseUtil |E| Column [COUNTRY_CODE] of table [OFBIZ.COUNTRY_CODE] of entity [CountryCode] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,193 |OFBiz-batch-2 |DatabaseUtil |E| Column [COUNTRY_CODE] of table [OFBIZ.COUNTRY_TELE_CODE] of entity [CountryTeleCode] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,193 |OFBiz-batch-2 |DatabaseUtil |E| Column [PAYMENT_METHOD_ID] of table [OFBIZ.CREDIT_CARD] of entity [CreditCard] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,193 |OFBiz-batch-2 |DatabaseUtil |E| Column [CARD_TYPE] of table [OFBIZ.CREDIT_CARD_TYPE_GL_ACCOUNT] of entity [CreditCardTypeGlAccount] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,193 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORGANIZATION_PARTY_ID] of table [OFBIZ.CREDIT_CARD_TYPE_GL_ACCOUNT] of entity [CreditCardTypeGlAccount] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,193 |OFBiz-batch-2 |DatabaseUtil |E| Column [CUST_REQUEST_ID] of table [OFBIZ.CUST_REQUEST] of entity [CustRequest] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,193 |OFBiz-batch-2 |DatabaseUtil |E| Column [CUST_REQUEST_ID] of table [OFBIZ.CUST_REQUEST_ATTRIBUTE] of entity [CustRequestAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,193 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.CUST_REQUEST_ATTRIBUTE] of entity [CustRequestAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,193 |OFBiz-batch-2 |DatabaseUtil |E| Column [CUST_REQUEST_CATEGORY_ID] of table [OFBIZ.CUST_REQUEST_CATEGORY] of entity [CustRequestCategory] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,193 |OFBiz-batch-2 |DatabaseUtil |E| Column [CUST_REQUEST_ID] of table [OFBIZ.CUST_REQUEST_COMM_EVENT] of entity [CustRequestCommEvent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,193 |OFBiz-batch-2 |DatabaseUtil |E| Column [COMMUNICATION_EVENT_ID] of table [OFBIZ.CUST_REQUEST_COMM_EVENT] of entity [CustRequestCommEvent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,193 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.CUST_REQUEST_CONTENT] of entity [CustRequestContent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,193 |OFBiz-batch-2 |DatabaseUtil |E| Column [CUST_REQUEST_ID] of table [OFBIZ.CUST_REQUEST_CONTENT] of entity [CustRequestContent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,193 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTENT_ID] of table [OFBIZ.CUST_REQUEST_CONTENT] of entity [CustRequestContent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,193 |OFBiz-batch-2 |DatabaseUtil |E| Column [CUST_REQUEST_ID] of table [OFBIZ.CUST_REQUEST_ITEM] of entity [CustRequestItem] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,193 |OFBiz-batch-2 |DatabaseUtil |E| Column [CUST_REQUEST_ITEM_SEQ_ID] of table [OFBIZ.CUST_REQUEST_ITEM] of entity [CustRequestItem] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,194 |OFBiz-batch-2 |DatabaseUtil |E| Column [CUST_REQUEST_ID] of table [OFBIZ.CUST_REQUEST_ITEM_NOTE] of entity [CustRequestItemNote] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,194 |OFBiz-batch-2 |DatabaseUtil |E| Column [NOTE_ID] of table [OFBIZ.CUST_REQUEST_ITEM_NOTE] of entity [CustRequestItemNote] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,194 |OFBiz-batch-2 |DatabaseUtil |E| Column [CUST_REQUEST_ITEM_SEQ_ID] of table [OFBIZ.CUST_REQUEST_ITEM_NOTE] of entity [CustRequestItemNote] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,194 |OFBiz-batch-2 |DatabaseUtil |E| Column [CUST_REQUEST_ID] of table [OFBIZ.CUST_REQUEST_ITEM_WORK_EFFORT] of entity [CustRequestItemWorkEffort] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,194 |OFBiz-batch-2 |DatabaseUtil |E| Column [WORK_EFFORT_ID] of table [OFBIZ.CUST_REQUEST_ITEM_WORK_EFFORT] of entity [CustRequestItemWorkEffort] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,194 |OFBiz-batch-2 |DatabaseUtil |E| Column [CUST_REQUEST_ITEM_SEQ_ID] of table [OFBIZ.CUST_REQUEST_ITEM_WORK_EFFORT] of entity [CustRequestItemWorkEffort] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,194 |OFBiz-batch-2 |DatabaseUtil |E| Column [CUST_REQUEST_ID] of table [OFBIZ.CUST_REQUEST_NOTE] of entity [CustRequestNote] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,194 |OFBiz-batch-2 |DatabaseUtil |E| Column [NOTE_ID] of table [OFBIZ.CUST_REQUEST_NOTE] of entity [CustRequestNote] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,194 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.CUST_REQUEST_PARTY] of entity [CustRequestParty] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,194 |OFBiz-batch-2 |DatabaseUtil |E| Column [CUST_REQUEST_ID] of table [OFBIZ.CUST_REQUEST_PARTY] of entity [CustRequestParty] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,194 |OFBiz-batch-2 |DatabaseUtil |E| Column [ROLE_TYPE_ID] of table [OFBIZ.CUST_REQUEST_PARTY] of entity [CustRequestParty] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,194 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.CUST_REQUEST_PARTY] of entity [CustRequestParty] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,194 |OFBiz-batch-2 |DatabaseUtil |E| Column [CUST_REQUEST_RESOLUTION_ID] of table [OFBIZ.CUST_REQUEST_RESOLUTION] of entity [CustRequestResolution] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,194 |OFBiz-batch-2 |DatabaseUtil |E| Column [CUST_REQUEST_STATUS_ID] of table [OFBIZ.CUST_REQUEST_STATUS] of entity [CustRequestStatus] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,194 |OFBiz-batch-2 |DatabaseUtil |E| Column [CUST_REQUEST_TYPE_ID] of table [OFBIZ.CUST_REQUEST_TYPE] of entity [CustRequestType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,194 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.CUST_REQUEST_TYPE_ATTR] of entity [CustRequestTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,194 |OFBiz-batch-2 |DatabaseUtil |E| Column [CUST_REQUEST_TYPE_ID] of table [OFBIZ.CUST_REQUEST_TYPE_ATTR] of entity [CustRequestTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,202 |OFBiz-batch-2 |DatabaseUtil |E| Column [CUST_REQUEST_ID] of table [OFBIZ.CUST_REQUEST_WORK_EFFORT] of entity [CustRequestWorkEffort] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,202 |OFBiz-batch-2 |DatabaseUtil |E| Column [WORK_EFFORT_ID] of table [OFBIZ.CUST_REQUEST_WORK_EFFORT] of entity [CustRequestWorkEffort] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,202 |OFBiz-batch-2 |DatabaseUtil |E| Column [CUSTOM_METHOD_ID] of table [OFBIZ.CUSTOM_METHOD] of entity [CustomMethod] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,202 |OFBiz-batch-2 |DatabaseUtil |E| Column [CUSTOM_METHOD_TYPE_ID] of table [OFBIZ.CUSTOM_METHOD_TYPE] of entity [CustomMethodType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,202 |OFBiz-batch-2 |DatabaseUtil |E| Column [CUSTOM_TIME_PERIOD_ID] of table [OFBIZ.CUSTOM_TIME_PERIOD] of entity [CustomTimePeriod] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,202 |OFBiz-batch-2 |DatabaseUtil |E| Column [DATA_CATEGORY_ID] of table [OFBIZ.DATA_CATEGORY] of entity [DataCategory] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,202 |OFBiz-batch-2 |DatabaseUtil |E| Column [DATA_RESOURCE_ID] of table [OFBIZ.DATA_RESOURCE] of entity [DataResource] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,203 |OFBiz-batch-2 |DatabaseUtil |E| Column [DATA_RESOURCE_ID] of table [OFBIZ.DATA_RESOURCE_ATTRIBUTE] of entity [DataResourceAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,203 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.DATA_RESOURCE_ATTRIBUTE] of entity [DataResourceAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,203 |OFBiz-batch-2 |DatabaseUtil |E| Column [DATA_RESOURCE_ID] of table [OFBIZ.DATA_RESOURCE_META_DATA] of entity [DataResourceMetaData] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,203 |OFBiz-batch-2 |DatabaseUtil |E| Column [META_DATA_PREDICATE_ID] of table [OFBIZ.DATA_RESOURCE_META_DATA] of entity [DataResourceMetaData] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,203 |OFBiz-batch-2 |DatabaseUtil |E| Column [DATA_RESOURCE_ID] of table [OFBIZ.DATA_RESOURCE_PURPOSE] of entity [DataResourcePurpose] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,203 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTENT_PURPOSE_TYPE_ID] of table [OFBIZ.DATA_RESOURCE_PURPOSE] of entity [DataResourcePurpose] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,203 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.DATA_RESOURCE_ROLE] of entity [DataResourceRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,203 |OFBiz-batch-2 |DatabaseUtil |E| Column [DATA_RESOURCE_ID] of table [OFBIZ.DATA_RESOURCE_ROLE] of entity [DataResourceRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,203 |OFBiz-batch-2 |DatabaseUtil |E| Column [ROLE_TYPE_ID] of table [OFBIZ.DATA_RESOURCE_ROLE] of entity [DataResourceRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,203 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.DATA_RESOURCE_ROLE] of entity [DataResourceRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,203 |OFBiz-batch-2 |DatabaseUtil |E| Column [DATA_RESOURCE_TYPE_ID] of table [OFBIZ.DATA_RESOURCE_TYPE] of entity [DataResourceType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,203 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.DATA_RESOURCE_TYPE_ATTR] of entity [DataResourceTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,203 |OFBiz-batch-2 |DatabaseUtil |E| Column [DATA_RESOURCE_TYPE_ID] of table [OFBIZ.DATA_RESOURCE_TYPE_ATTR] of entity [DataResourceTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,203 |OFBiz-batch-2 |DatabaseUtil |E| Column [DATA_SOURCE_ID] of table [OFBIZ.DATA_SOURCE] of entity [DataSource] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,203 |OFBiz-batch-2 |DatabaseUtil |E| Column [DATA_SOURCE_TYPE_ID] of table [OFBIZ.DATA_SOURCE_TYPE] of entity [DataSourceType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,203 |OFBiz-batch-2 |DatabaseUtil |E| Column [DATA_TEMPLATE_TYPE_ID] of table [OFBIZ.DATA_TEMPLATE_TYPE] of entity [DataTemplateType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,203 |OFBiz-batch-2 |DatabaseUtil |E| Column [DEDUCTION_ID] of table [OFBIZ.DEDUCTION] of entity [Deduction] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,203 |OFBiz-batch-2 |DatabaseUtil |E| Column [DEDUCTION_TYPE_ID] of table [OFBIZ.DEDUCTION_TYPE] of entity [DeductionType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,204 |OFBiz-batch-2 |DatabaseUtil |E| Column [DELIVERABLE_ID] of table [OFBIZ.DELIVERABLE] of entity [Deliverable] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,204 |OFBiz-batch-2 |DatabaseUtil |E| Column [DELIVERABLE_TYPE_ID] of table [OFBIZ.DELIVERABLE_TYPE] of entity [DeliverableType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,204 |OFBiz-batch-2 |DatabaseUtil |E| Column [DELIVERY_ID] of table [OFBIZ.DELIVERY] of entity [Delivery] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,204 |OFBiz-batch-2 |DatabaseUtil |E| Column [DESIRED_FEATURE_ID] of table [OFBIZ.DESIRED_FEATURE] of entity [DesiredFeature] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,204 |OFBiz-batch-2 |DatabaseUtil |E| Column [REQUIREMENT_ID] of table [OFBIZ.DESIRED_FEATURE] of entity [DesiredFeature] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,204 |OFBiz-batch-2 |DatabaseUtil |E| Column [DOCUMENT_ID] of table [OFBIZ.DOCUMENT] of entity [Document] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,204 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.DOCUMENT_ATTRIBUTE] of entity [DocumentAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,204 |OFBiz-batch-2 |DatabaseUtil |E| Column [DOCUMENT_ID] of table [OFBIZ.DOCUMENT_ATTRIBUTE] of entity [DocumentAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,204 |OFBiz-batch-2 |DatabaseUtil |E| Column [DOCUMENT_TYPE_ID] of table [OFBIZ.DOCUMENT_TYPE] of entity [DocumentType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,204 |OFBiz-batch-2 |DatabaseUtil |E| Column [DOCUMENT_TYPE_ID] of table [OFBIZ.DOCUMENT_TYPE_ATTR] of entity [DocumentTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,204 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.DOCUMENT_TYPE_ATTR] of entity [DocumentTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,204 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_STORE_ID] of table [OFBIZ.EBAY_CONFIG] of entity [EbayConfig] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,204 |OFBiz-batch-2 |DatabaseUtil |E| Column [SHIPMENT_METHOD_NAME] of table [OFBIZ.EBAY_SHIPPING_METHOD] of entity [EbayShippingMethod] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,204 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_STORE_ID] of table [OFBIZ.EBAY_SHIPPING_METHOD] of entity [EbayShippingMethod] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,204 |OFBiz-batch-2 |DatabaseUtil |E| Column [PAYMENT_METHOD_ID] of table [OFBIZ.EFT_ACCOUNT] of entity [EftAccount] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,205 |OFBiz-batch-2 |DatabaseUtil |E| Column [DATA_RESOURCE_ID] of table [OFBIZ.ELECTRONIC_TEXT] of entity [ElectronicText] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,205 |OFBiz-batch-2 |DatabaseUtil |E| Column [EMAIL_ADDRESS] of table [OFBIZ.EMAIL_ADDRESS_VERIFICATION] of entity [EmailAddressVerification] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,205 |OFBiz-batch-2 |DatabaseUtil |E| Column [EMAIL_TEMPLATE_SETTING_ID] of table [OFBIZ.EMAIL_TEMPLATE_SETTING] of entity [EmailTemplateSetting] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,205 |OFBiz-batch-2 |DatabaseUtil |E| Column [LEAVE_TYPE_ID] of table [OFBIZ.EMPL_LEAVE] of entity [EmplLeave] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,205 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.EMPL_LEAVE] of entity [EmplLeave] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,205 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.EMPL_LEAVE] of entity [EmplLeave] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,205 |OFBiz-batch-2 |DatabaseUtil |E| Column [EMPL_LEAVE_REASON_TYPE_ID] of table [OFBIZ.EMPL_LEAVE_REASON_TYPE] of entity [EmplLeaveReasonType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,205 |OFBiz-batch-2 |DatabaseUtil |E| Column [LEAVE_TYPE_ID] of table [OFBIZ.EMPL_LEAVE_TYPE] of entity [EmplLeaveType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,205 |OFBiz-batch-2 |DatabaseUtil |E| Column [EMPL_POSITION_ID] of table [OFBIZ.EMPL_POSITION] of entity [EmplPosition] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,205 |OFBiz-batch-2 |DatabaseUtil |E| Column [EMPL_POSITION_CLASS_TYPE_ID] of table [OFBIZ.EMPL_POSITION_CLASS_TYPE] of entity [EmplPositionClassType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,205 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.EMPL_POSITION_FULFILLMENT] of entity [EmplPositionFulfillment] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,205 |OFBiz-batch-2 |DatabaseUtil |E| Column [EMPL_POSITION_ID] of table [OFBIZ.EMPL_POSITION_FULFILLMENT] of entity [EmplPositionFulfillment] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,205 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.EMPL_POSITION_FULFILLMENT] of entity [EmplPositionFulfillment] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,205 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.EMPL_POSITION_REPORTING_STRUCT] of entity [EmplPositionReportingStruct] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,205 |OFBiz-batch-2 |DatabaseUtil |E| Column [EMPL_POSITION_ID_REPORTING_TO] of table [OFBIZ.EMPL_POSITION_REPORTING_STRUCT] of entity [EmplPositionReportingStruct] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,206 |OFBiz-batch-2 |DatabaseUtil |E| Column [EMPL_POSITION_ID_MANAGED_BY] of table [OFBIZ.EMPL_POSITION_REPORTING_STRUCT] of entity [EmplPositionReportingStruct] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,206 |OFBiz-batch-2 |DatabaseUtil |E| Column [RESPONSIBILITY_TYPE_ID] of table [OFBIZ.EMPL_POSITION_RESPONSIBILITY] of entity [EmplPositionResponsibility] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,206 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.EMPL_POSITION_RESPONSIBILITY] of entity [EmplPositionResponsibility] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,206 |OFBiz-batch-2 |DatabaseUtil |E| Column [EMPL_POSITION_ID] of table [OFBIZ.EMPL_POSITION_RESPONSIBILITY] of entity [EmplPositionResponsibility] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,206 |OFBiz-batch-2 |DatabaseUtil |E| Column [EMPL_POSITION_TYPE_ID] of table [OFBIZ.EMPL_POSITION_TYPE] of entity [EmplPositionType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,206 |OFBiz-batch-2 |DatabaseUtil |E| Column [EMPL_POSITION_CLASS_TYPE_ID] of table [OFBIZ.EMPL_POSITION_TYPE_CLASS] of entity [EmplPositionTypeClass] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,206 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.EMPL_POSITION_TYPE_CLASS] of entity [EmplPositionTypeClass] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,206 |OFBiz-batch-2 |DatabaseUtil |E| Column [EMPL_POSITION_TYPE_ID] of table [OFBIZ.EMPL_POSITION_TYPE_CLASS] of entity [EmplPositionTypeClass] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,206 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.EMPL_POSITION_TYPE_RATE_NEW] of entity [EmplPositionTypeRate] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,206 |OFBiz-batch-2 |DatabaseUtil |E| Column [EMPL_POSITION_TYPE_ID] of table [OFBIZ.EMPL_POSITION_TYPE_RATE_NEW] of entity [EmplPositionTypeRate] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,206 |OFBiz-batch-2 |DatabaseUtil |E| Column [RATE_TYPE_ID] of table [OFBIZ.EMPL_POSITION_TYPE_RATE_NEW] of entity [EmplPositionTypeRate] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,206 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID_TO] of table [OFBIZ.EMPLOYMENT] of entity [Employment] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,206 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.EMPLOYMENT] of entity [Employment] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,206 |OFBiz-batch-2 |DatabaseUtil |E| Column [ROLE_TYPE_ID_TO] of table [OFBIZ.EMPLOYMENT] of entity [Employment] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,206 |OFBiz-batch-2 |DatabaseUtil |E| Column [ROLE_TYPE_ID_FROM] of table [OFBIZ.EMPLOYMENT] of entity [Employment] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,206 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID_FROM] of table [OFBIZ.EMPLOYMENT] of entity [Employment] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,206 |OFBiz-batch-2 |DatabaseUtil |E| Column [APPLICATION_ID] of table [OFBIZ.EMPLOYMENT_APP] of entity [EmploymentApp] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,206 |OFBiz-batch-2 |DatabaseUtil |E| Column [EMPLOYMENT_APP_SOURCE_TYPE_ID] of table [OFBIZ.EMPLOYMENT_APP_SOURCE_TYPE] of entity [EmploymentAppSourceType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,207 |OFBiz-batch-2 |DatabaseUtil |E| Column [AUDIT_HISTORY_SEQ_ID] of table [OFBIZ.ENTITY_AUDIT_LOG] of entity [EntityAuditLog] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,207 |OFBiz-batch-2 |DatabaseUtil |E| Column [ENTITY_GROUP_ID] of table [OFBIZ.ENTITY_GROUP] of entity [EntityGroup] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,207 |OFBiz-batch-2 |DatabaseUtil |E| Column [ENTITY_OR_PACKAGE] of table [OFBIZ.ENTITY_GROUP_ENTRY] of entity [EntityGroupEntry] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,207 |OFBiz-batch-2 |DatabaseUtil |E| Column [ENTITY_GROUP_ID] of table [OFBIZ.ENTITY_GROUP_ENTRY] of entity [EntityGroupEntry] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,207 |OFBiz-batch-2 |DatabaseUtil |E| Column [KEY_NAME] of table [OFBIZ.ENTITY_KEY_STORE] of entity [EntityKeyStore] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,207 |OFBiz-batch-2 |DatabaseUtil |E| Column [ENTITY_SYNC_ID] of table [OFBIZ.ENTITY_SYNC] of entity [EntitySync] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,207 |OFBiz-batch-2 |DatabaseUtil |E| Column [START_DATE] of table [OFBIZ.ENTITY_SYNC_HISTORY] of entity [EntitySyncHistory] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,207 |OFBiz-batch-2 |DatabaseUtil |E| Column [ENTITY_SYNC_ID] of table [OFBIZ.ENTITY_SYNC_HISTORY] of entity [EntitySyncHistory] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,207 |OFBiz-batch-2 |DatabaseUtil |E| Column [ENTITY_SYNC_ID] of table [OFBIZ.ENTITY_SYNC_INCLUDE] of entity [EntitySyncInclude] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,207 |OFBiz-batch-2 |DatabaseUtil |E| Column [ENTITY_OR_PACKAGE] of table [OFBIZ.ENTITY_SYNC_INCLUDE] of entity [EntitySyncInclude] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,207 |OFBiz-batch-2 |DatabaseUtil |E| Column [ENTITY_SYNC_ID] of table [OFBIZ.ENTITY_SYNC_INCLUDE_GROUP] of entity [EntitySyncIncludeGroup] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,207 |OFBiz-batch-2 |DatabaseUtil |E| Column [ENTITY_GROUP_ID] of table [OFBIZ.ENTITY_SYNC_INCLUDE_GROUP] of entity [EntitySyncIncludeGroup] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,207 |OFBiz-batch-2 |DatabaseUtil |E| Column [ENTITY_SYNC_REMOVE_ID] of table [OFBIZ.ENTITY_SYNC_REMOVE] of entity [EntitySyncRemove] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,207 |OFBiz-batch-2 |DatabaseUtil |E| Column [ENUM_ID] of table [OFBIZ.ENUMERATION] of entity [Enumeration] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,208 |OFBiz-batch-2 |DatabaseUtil |E| Column [ENUM_TYPE_ID] of table [OFBIZ.ENUMERATION_TYPE] of entity [EnumerationType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,208 |OFBiz-batch-2 |DatabaseUtil |E| Column [EXAMPLE_ID] of table [OFBIZ.EXAMPLE] of entity [Example] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,208 |OFBiz-batch-2 |DatabaseUtil |E| Column [EXAMPLE_FEATURE_ID] of table [OFBIZ.EXAMPLE_FEATURE] of entity [ExampleFeature] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,208 |OFBiz-batch-2 |DatabaseUtil |E| Column [EXAMPLE_ID] of table [OFBIZ.EXAMPLE_FEATURE_APPL] of entity [ExampleFeatureAppl] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,208 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.EXAMPLE_FEATURE_APPL] of entity [ExampleFeatureAppl] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,208 |OFBiz-batch-2 |DatabaseUtil |E| Column [EXAMPLE_FEATURE_ID] of table [OFBIZ.EXAMPLE_FEATURE_APPL] of entity [ExampleFeatureAppl] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,208 |OFBiz-batch-2 |DatabaseUtil |E| Column [EXAMPLE_FEATURE_APPL_TYPE_ID] of table [OFBIZ.EXAMPLE_FEATURE_APPL_TYPE] of entity [ExampleFeatureApplType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,208 |OFBiz-batch-2 |DatabaseUtil |E| Column [EXAMPLE_ID] of table [OFBIZ.EXAMPLE_ITEM] of entity [ExampleItem] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,208 |OFBiz-batch-2 |DatabaseUtil |E| Column [EXAMPLE_ITEM_SEQ_ID] of table [OFBIZ.EXAMPLE_ITEM] of entity [ExampleItem] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,208 |OFBiz-batch-2 |DatabaseUtil |E| Column [EXAMPLE_ID] of table [OFBIZ.EXAMPLE_STATUS] of entity [ExampleStatus] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,208 |OFBiz-batch-2 |DatabaseUtil |E| Column [STATUS_DATE] of table [OFBIZ.EXAMPLE_STATUS] of entity [ExampleStatus] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,208 |OFBiz-batch-2 |DatabaseUtil |E| Column [EXAMPLE_TYPE_ID] of table [OFBIZ.EXAMPLE_TYPE] of entity [ExampleType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,208 |OFBiz-batch-2 |DatabaseUtil |E| Column [USER_LOGIN_ID] of table [OFBIZ.EXCEL_IMPORT_HISTORY] of entity [ExcelImportHistory] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,208 |OFBiz-batch-2 |DatabaseUtil |E| Column [SEQUENCE_NUM] of table [OFBIZ.EXCEL_IMPORT_HISTORY] of entity [ExcelImportHistory] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,208 |OFBiz-batch-2 |DatabaseUtil |E| Column [FACILITY_ID] of table [OFBIZ.FACILITY] of entity [Facility] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,209 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.FACILITY_ATTRIBUTE] of entity [FacilityAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,209 |OFBiz-batch-2 |DatabaseUtil |E| Column [FACILITY_ID] of table [OFBIZ.FACILITY_ATTRIBUTE] of entity [FacilityAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,209 |OFBiz-batch-2 |DatabaseUtil |E| Column [CALENDAR_ID] of table [OFBIZ.FACILITY_CALENDAR] of entity [FacilityCalendar] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,209 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.FACILITY_CALENDAR] of entity [FacilityCalendar] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,209 |OFBiz-batch-2 |DatabaseUtil |E| Column [FACILITY_CALENDAR_TYPE_ID] of table [OFBIZ.FACILITY_CALENDAR] of entity [FacilityCalendar] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,209 |OFBiz-batch-2 |DatabaseUtil |E| Column [FACILITY_ID] of table [OFBIZ.FACILITY_CALENDAR] of entity [FacilityCalendar] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,209 |OFBiz-batch-2 |DatabaseUtil |E| Column [FACILITY_CALENDAR_TYPE_ID] of table [OFBIZ.FACILITY_CALENDAR_TYPE] of entity [FacilityCalendarType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,209 |OFBiz-batch-2 |DatabaseUtil |E| Column [FACILITY_ID] of table [OFBIZ.FACILITY_CARRIER_SHIPMENT] of entity [FacilityCarrierShipment] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,209 |OFBiz-batch-2 |DatabaseUtil |E| Column [ROLE_TYPE_ID] of table [OFBIZ.FACILITY_CARRIER_SHIPMENT] of entity [FacilityCarrierShipment] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,209 |OFBiz-batch-2 |DatabaseUtil |E| Column [SHIPMENT_METHOD_TYPE_ID] of table [OFBIZ.FACILITY_CARRIER_SHIPMENT] of entity [FacilityCarrierShipment] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,209 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.FACILITY_CARRIER_SHIPMENT] of entity [FacilityCarrierShipment] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,209 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.FACILITY_CONTACT_MECH] of entity [FacilityContactMech] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,209 |OFBiz-batch-2 |DatabaseUtil |E| Column [FACILITY_ID] of table [OFBIZ.FACILITY_CONTACT_MECH] of entity [FacilityContactMech] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,209 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTACT_MECH_ID] of table [OFBIZ.FACILITY_CONTACT_MECH] of entity [FacilityContactMech] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,209 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.FACILITY_CONTACT_MECH_PURPOSE] of entity [FacilityContactMechPurpose] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,209 |OFBiz-batch-2 |DatabaseUtil |E| Column [FACILITY_ID] of table [OFBIZ.FACILITY_CONTACT_MECH_PURPOSE] of entity [FacilityContactMechPurpose] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,209 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTACT_MECH_PURPOSE_TYPE_ID] of table [OFBIZ.FACILITY_CONTACT_MECH_PURPOSE] of entity [FacilityContactMechPurpose] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,209 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTACT_MECH_ID] of table [OFBIZ.FACILITY_CONTACT_MECH_PURPOSE] of entity [FacilityContactMechPurpose] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,209 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.FACILITY_CONTENT] of entity [FacilityContent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,209 |OFBiz-batch-2 |DatabaseUtil |E| Column [FACILITY_ID] of table [OFBIZ.FACILITY_CONTENT] of entity [FacilityContent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,209 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTENT_ID] of table [OFBIZ.FACILITY_CONTENT] of entity [FacilityContent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,210 |OFBiz-batch-2 |DatabaseUtil |E| Column [FACILITY_GROUP_ID] of table [OFBIZ.FACILITY_GROUP] of entity [FacilityGroup] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,210 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.FACILITY_GROUP_MEMBER] of entity [FacilityGroupMember] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,210 |OFBiz-batch-2 |DatabaseUtil |E| Column [FACILITY_ID] of table [OFBIZ.FACILITY_GROUP_MEMBER] of entity [FacilityGroupMember] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,210 |OFBiz-batch-2 |DatabaseUtil |E| Column [FACILITY_GROUP_ID] of table [OFBIZ.FACILITY_GROUP_MEMBER] of entity [FacilityGroupMember] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,210 |OFBiz-batch-2 |DatabaseUtil |E| Column [FACILITY_GROUP_ID] of table [OFBIZ.FACILITY_GROUP_ROLE] of entity [FacilityGroupRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,210 |OFBiz-batch-2 |DatabaseUtil |E| Column [ROLE_TYPE_ID] of table [OFBIZ.FACILITY_GROUP_ROLE] of entity [FacilityGroupRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,210 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.FACILITY_GROUP_ROLE] of entity [FacilityGroupRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,210 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.FACILITY_GROUP_ROLLUP] of entity [FacilityGroupRollup] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,210 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARENT_FACILITY_GROUP_ID] of table [OFBIZ.FACILITY_GROUP_ROLLUP] of entity [FacilityGroupRollup] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,210 |OFBiz-batch-2 |DatabaseUtil |E| Column [FACILITY_GROUP_ID] of table [OFBIZ.FACILITY_GROUP_ROLLUP] of entity [FacilityGroupRollup] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,210 |OFBiz-batch-2 |DatabaseUtil |E| Column [FACILITY_GROUP_TYPE_ID] of table [OFBIZ.FACILITY_GROUP_TYPE] of entity [FacilityGroupType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,210 |OFBiz-batch-2 |DatabaseUtil |E| Column [LOCATION_SEQ_ID] of table [OFBIZ.FACILITY_LOCATION] of entity [FacilityLocation] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,210 |OFBiz-batch-2 |DatabaseUtil |E| Column [FACILITY_ID] of table [OFBIZ.FACILITY_LOCATION] of entity [FacilityLocation] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,210 |OFBiz-batch-2 |DatabaseUtil |E| Column [LOCATION_SEQ_ID] of table [OFBIZ.FACILITY_LOCATION_GEO_POINT] of entity [FacilityLocationGeoPoint] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,210 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.FACILITY_LOCATION_GEO_POINT] of entity [FacilityLocationGeoPoint] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,210 |OFBiz-batch-2 |DatabaseUtil |E| Column [FACILITY_ID] of table [OFBIZ.FACILITY_LOCATION_GEO_POINT] of entity [FacilityLocationGeoPoint] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,210 |OFBiz-batch-2 |DatabaseUtil |E| Column [GEO_POINT_ID] of table [OFBIZ.FACILITY_LOCATION_GEO_POINT] of entity [FacilityLocationGeoPoint] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,210 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.FACILITY_PARTY] of entity [FacilityParty] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,210 |OFBiz-batch-2 |DatabaseUtil |E| Column [FACILITY_ID] of table [OFBIZ.FACILITY_PARTY] of entity [FacilityParty] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,210 |OFBiz-batch-2 |DatabaseUtil |E| Column [ROLE_TYPE_ID] of table [OFBIZ.FACILITY_PARTY] of entity [FacilityParty] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,211 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.FACILITY_PARTY] of entity [FacilityParty] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,211 |OFBiz-batch-2 |DatabaseUtil |E| Column [FACILITY_TYPE_ID] of table [OFBIZ.FACILITY_TYPE] of entity [FacilityType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,211 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.FACILITY_TYPE_ATTR] of entity [FacilityTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,211 |OFBiz-batch-2 |DatabaseUtil |E| Column [FACILITY_TYPE_ID] of table [OFBIZ.FACILITY_TYPE_ATTR] of entity [FacilityTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,211 |OFBiz-batch-2 |DatabaseUtil |E| Column [FILE_EXTENSION_ID] of table [OFBIZ.FILE_EXTENSION] of entity [FileExtension] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,211 |OFBiz-batch-2 |DatabaseUtil |E| Column [FIN_ACCOUNT_ID] of table [OFBIZ.FIN_ACCOUNT] of entity [FinAccount] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,211 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.FIN_ACCOUNT_ATTRIBUTE] of entity [FinAccountAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,211 |OFBiz-batch-2 |DatabaseUtil |E| Column [FIN_ACCOUNT_ID] of table [OFBIZ.FIN_ACCOUNT_ATTRIBUTE] of entity [FinAccountAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,211 |OFBiz-batch-2 |DatabaseUtil |E| Column [FIN_ACCOUNT_AUTH_ID] of table [OFBIZ.FIN_ACCOUNT_AUTH] of entity [FinAccountAuth] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,211 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.FIN_ACCOUNT_ROLE] of entity [FinAccountRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,211 |OFBiz-batch-2 |DatabaseUtil |E| Column [FIN_ACCOUNT_ID] of table [OFBIZ.FIN_ACCOUNT_ROLE] of entity [FinAccountRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,211 |OFBiz-batch-2 |DatabaseUtil |E| Column [ROLE_TYPE_ID] of table [OFBIZ.FIN_ACCOUNT_ROLE] of entity [FinAccountRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,211 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.FIN_ACCOUNT_ROLE] of entity [FinAccountRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,211 |OFBiz-batch-2 |DatabaseUtil |E| Column [FIN_ACCOUNT_ID] of table [OFBIZ.FIN_ACCOUNT_STATUS] of entity [FinAccountStatus] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,211 |OFBiz-batch-2 |DatabaseUtil |E| Column [STATUS_ID] of table [OFBIZ.FIN_ACCOUNT_STATUS] of entity [FinAccountStatus] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,211 |OFBiz-batch-2 |DatabaseUtil |E| Column [STATUS_DATE] of table [OFBIZ.FIN_ACCOUNT_STATUS] of entity [FinAccountStatus] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,212 |OFBiz-batch-2 |DatabaseUtil |E| Column [FIN_ACCOUNT_TRANS_ID] of table [OFBIZ.FIN_ACCOUNT_TRANS] of entity [FinAccountTrans] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,212 |OFBiz-batch-2 |DatabaseUtil |E| Column [FIN_ACCOUNT_TRANS_ID] of table [OFBIZ.FIN_ACCOUNT_TRANS_ATTRIBUTE] of entity [FinAccountTransAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,212 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.FIN_ACCOUNT_TRANS_ATTRIBUTE] of entity [FinAccountTransAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,212 |OFBiz-batch-2 |DatabaseUtil |E| Column [FIN_ACCOUNT_TRANS_TYPE_ID] of table [OFBIZ.FIN_ACCOUNT_TRANS_TYPE] of entity [FinAccountTransType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,212 |OFBiz-batch-2 |DatabaseUtil |E| Column [FIN_ACCOUNT_TRANS_TYPE_ID] of table [OFBIZ.FIN_ACCOUNT_TRANS_TYPE_ATTR] of entity [FinAccountTransTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,212 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.FIN_ACCOUNT_TRANS_TYPE_ATTR] of entity [FinAccountTransTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,212 |OFBiz-batch-2 |DatabaseUtil |E| Column [FIN_ACCOUNT_TYPE_ID] of table [OFBIZ.FIN_ACCOUNT_TYPE] of entity [FinAccountType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,212 |OFBiz-batch-2 |DatabaseUtil |E| Column [FIN_ACCOUNT_TYPE_ID] of table [OFBIZ.FIN_ACCOUNT_TYPE_ATTR] of entity [FinAccountTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,212 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.FIN_ACCOUNT_TYPE_ATTR] of entity [FinAccountTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,212 |OFBiz-batch-2 |DatabaseUtil |E| Column [FIN_ACCOUNT_TYPE_ID] of table [OFBIZ.FIN_ACCOUNT_TYPE_GL_ACCOUNT] of entity [FinAccountTypeGlAccount] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,212 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORGANIZATION_PARTY_ID] of table [OFBIZ.FIN_ACCOUNT_TYPE_GL_ACCOUNT] of entity [FinAccountTypeGlAccount] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,212 |OFBiz-batch-2 |DatabaseUtil |E| Column [FIXED_ASSET_ID] of table [OFBIZ.FIXED_ASSET] of entity [FixedAsset] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,212 |OFBiz-batch-2 |DatabaseUtil |E| Column [FIXED_ASSET_ID] of table [OFBIZ.FIXED_ASSET_ATTRIBUTE] of entity [FixedAssetAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,212 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.FIXED_ASSET_ATTRIBUTE] of entity [FixedAssetAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,212 |OFBiz-batch-2 |DatabaseUtil |E| Column [FIXED_ASSET_ID] of table [OFBIZ.FIXED_ASSET_DEP_METHOD] of entity [FixedAssetDepMethod] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,212 |OFBiz-batch-2 |DatabaseUtil |E| Column [DEPRECIATION_CUSTOM_METHOD_ID] of table [OFBIZ.FIXED_ASSET_DEP_METHOD] of entity [FixedAssetDepMethod] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,213 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.FIXED_ASSET_GEO_POINT] of entity [FixedAssetGeoPoint] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,213 |OFBiz-batch-2 |DatabaseUtil |E| Column [FIXED_ASSET_ID] of table [OFBIZ.FIXED_ASSET_GEO_POINT] of entity [FixedAssetGeoPoint] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,213 |OFBiz-batch-2 |DatabaseUtil |E| Column [GEO_POINT_ID] of table [OFBIZ.FIXED_ASSET_GEO_POINT] of entity [FixedAssetGeoPoint] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,213 |OFBiz-batch-2 |DatabaseUtil |E| Column [FIXED_ASSET_IDENT_TYPE_ID] of table [OFBIZ.FIXED_ASSET_IDENT] of entity [FixedAssetIdent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,213 |OFBiz-batch-2 |DatabaseUtil |E| Column [FIXED_ASSET_ID] of table [OFBIZ.FIXED_ASSET_IDENT] of entity [FixedAssetIdent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,213 |OFBiz-batch-2 |DatabaseUtil |E| Column [FIXED_ASSET_IDENT_TYPE_ID] of table [OFBIZ.FIXED_ASSET_IDENT_TYPE] of entity [FixedAssetIdentType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,213 |OFBiz-batch-2 |DatabaseUtil |E| Column [FIXED_ASSET_ID] of table [OFBIZ.FIXED_ASSET_MAINT] of entity [FixedAssetMaint] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,213 |OFBiz-batch-2 |DatabaseUtil |E| Column [MAINT_HIST_SEQ_ID] of table [OFBIZ.FIXED_ASSET_MAINT] of entity [FixedAssetMaint] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,213 |OFBiz-batch-2 |DatabaseUtil |E| Column [FIXED_ASSET_ID] of table [OFBIZ.FIXED_ASSET_MAINT_ORDER] of entity [FixedAssetMaintOrder] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,213 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ID] of table [OFBIZ.FIXED_ASSET_MAINT_ORDER] of entity [FixedAssetMaintOrder] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,213 |OFBiz-batch-2 |DatabaseUtil |E| Column [MAINT_HIST_SEQ_ID] of table [OFBIZ.FIXED_ASSET_MAINT_ORDER] of entity [FixedAssetMaintOrder] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,213 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ITEM_SEQ_ID] of table [OFBIZ.FIXED_ASSET_MAINT_ORDER] of entity [FixedAssetMaintOrder] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,213 |OFBiz-batch-2 |DatabaseUtil |E| Column [FIXED_ASSET_ID] of table [OFBIZ.FIXED_ASSET_METER] of entity [FixedAssetMeter] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,213 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_METER_TYPE_ID] of table [OFBIZ.FIXED_ASSET_METER] of entity [FixedAssetMeter] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,213 |OFBiz-batch-2 |DatabaseUtil |E| Column [READING_DATE] of table [OFBIZ.FIXED_ASSET_METER] of entity [FixedAssetMeter] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,213 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.FIXED_ASSET_PRODUCT] of entity [FixedAssetProduct] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,213 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_ID] of table [OFBIZ.FIXED_ASSET_PRODUCT] of entity [FixedAssetProduct] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,213 |OFBiz-batch-2 |DatabaseUtil |E| Column [FIXED_ASSET_ID] of table [OFBIZ.FIXED_ASSET_PRODUCT] of entity [FixedAssetProduct] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,213 |OFBiz-batch-2 |DatabaseUtil |E| Column [FIXED_ASSET_PRODUCT_TYPE_ID] of table [OFBIZ.FIXED_ASSET_PRODUCT] of entity [FixedAssetProduct] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,214 |OFBiz-batch-2 |DatabaseUtil |E| Column [FIXED_ASSET_PRODUCT_TYPE_ID] of table [OFBIZ.FIXED_ASSET_PRODUCT_TYPE] of entity [FixedAssetProductType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,214 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.FIXED_ASSET_REGISTRATION] of entity [FixedAssetRegistration] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,214 |OFBiz-batch-2 |DatabaseUtil |E| Column [FIXED_ASSET_ID] of table [OFBIZ.FIXED_ASSET_REGISTRATION] of entity [FixedAssetRegistration] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,214 |OFBiz-batch-2 |DatabaseUtil |E| Column [FIXED_ASSET_STD_COST_TYPE_ID] of table [OFBIZ.FIXED_ASSET_STD_COST] of entity [FixedAssetStdCost] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,214 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.FIXED_ASSET_STD_COST] of entity [FixedAssetStdCost] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,214 |OFBiz-batch-2 |DatabaseUtil |E| Column [FIXED_ASSET_ID] of table [OFBIZ.FIXED_ASSET_STD_COST] of entity [FixedAssetStdCost] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,214 |OFBiz-batch-2 |DatabaseUtil |E| Column [FIXED_ASSET_STD_COST_TYPE_ID] of table [OFBIZ.FIXED_ASSET_STD_COST_TYPE] of entity [FixedAssetStdCostType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,214 |OFBiz-batch-2 |DatabaseUtil |E| Column [FIXED_ASSET_TYPE_ID] of table [OFBIZ.FIXED_ASSET_TYPE] of entity [FixedAssetType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,214 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.FIXED_ASSET_TYPE_ATTR] of entity [FixedAssetTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,214 |OFBiz-batch-2 |DatabaseUtil |E| Column [FIXED_ASSET_TYPE_ID] of table [OFBIZ.FIXED_ASSET_TYPE_ATTR] of entity [FixedAssetTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,214 |OFBiz-batch-2 |DatabaseUtil |E| Column [FIXED_ASSET_ID] of table [OFBIZ.FIXED_ASSET_TYPE_GL_ACCOUNT] of entity [FixedAssetTypeGlAccount] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,214 |OFBiz-batch-2 |DatabaseUtil |E| Column [FIXED_ASSET_TYPE_ID] of table [OFBIZ.FIXED_ASSET_TYPE_GL_ACCOUNT] of entity [FixedAssetTypeGlAccount] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,214 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORGANIZATION_PARTY_ID] of table [OFBIZ.FIXED_ASSET_TYPE_GL_ACCOUNT] of entity [FixedAssetTypeGlAccount] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,214 |OFBiz-batch-2 |DatabaseUtil |E| Column [GEO_ID] of table [OFBIZ.GEO] of entity [Geo] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,214 |OFBiz-batch-2 |DatabaseUtil |E| Column [GEO_ID] of table [OFBIZ.GEO_ASSOC] of entity [GeoAssoc] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,214 |OFBiz-batch-2 |DatabaseUtil |E| Column [GEO_ID_TO] of table [OFBIZ.GEO_ASSOC] of entity [GeoAssoc] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,214 |OFBiz-batch-2 |DatabaseUtil |E| Column [GEO_ASSOC_TYPE_ID] of table [OFBIZ.GEO_ASSOC_TYPE] of entity [GeoAssocType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,214 |OFBiz-batch-2 |DatabaseUtil |E| Column [GEO_POINT_ID] of table [OFBIZ.GEO_POINT] of entity [GeoPoint] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,214 |OFBiz-batch-2 |DatabaseUtil |E| Column [GEO_TYPE_ID] of table [OFBIZ.GEO_TYPE] of entity [GeoType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,215 |OFBiz-batch-2 |DatabaseUtil |E| Column [PAYMENT_METHOD_ID] of table [OFBIZ.GIFT_CARD] of entity [GiftCard] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,215 |OFBiz-batch-2 |DatabaseUtil |E| Column [FULFILLMENT_ID] of table [OFBIZ.GIFT_CARD_FULFILLMENT] of entity [GiftCardFulfillment] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,215 |OFBiz-batch-2 |DatabaseUtil |E| Column [GIT_HUB_USER_ID] of table [OFBIZ.GIT_HUB_USER] of entity [GitHubUser] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,215 |OFBiz-batch-2 |DatabaseUtil |E| Column [GL_ACCOUNT_ID] of table [OFBIZ.GL_ACCOUNT] of entity [GlAccount] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,215 |OFBiz-batch-2 |DatabaseUtil |E| Column [GL_ACCOUNT_CATEGORY_ID] of table [OFBIZ.GL_ACCOUNT_CATEGORY] of entity [GlAccountCategory] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,215 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.GL_ACCOUNT_CATEGORY_MEMBER] of entity [GlAccountCategoryMember] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,215 |OFBiz-batch-2 |DatabaseUtil |E| Column [GL_ACCOUNT_CATEGORY_ID] of table [OFBIZ.GL_ACCOUNT_CATEGORY_MEMBER] of entity [GlAccountCategoryMember] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,215 |OFBiz-batch-2 |DatabaseUtil |E| Column [GL_ACCOUNT_ID] of table [OFBIZ.GL_ACCOUNT_CATEGORY_MEMBER] of entity [GlAccountCategoryMember] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,215 |OFBiz-batch-2 |DatabaseUtil |E| Column [GL_ACCOUNT_CATEGORY_TYPE_ID] of table [OFBIZ.GL_ACCOUNT_CATEGORY_TYPE] of entity [GlAccountCategoryType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,215 |OFBiz-batch-2 |DatabaseUtil |E| Column [GL_ACCOUNT_CLASS_ID] of table [OFBIZ.GL_ACCOUNT_CLASS] of entity [GlAccountClass] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,215 |OFBiz-batch-2 |DatabaseUtil |E| Column [GL_ACCOUNT_GROUP_ID] of table [OFBIZ.GL_ACCOUNT_GROUP] of entity [GlAccountGroup] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,215 |OFBiz-batch-2 |DatabaseUtil |E| Column [GL_ACCOUNT_GROUP_TYPE_ID] of table [OFBIZ.GL_ACCOUNT_GROUP_MEMBER] of entity [GlAccountGroupMember] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,215 |OFBiz-batch-2 |DatabaseUtil |E| Column [GL_ACCOUNT_ID] of table [OFBIZ.GL_ACCOUNT_GROUP_MEMBER] of entity [GlAccountGroupMember] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,215 |OFBiz-batch-2 |DatabaseUtil |E| Column [GL_ACCOUNT_GROUP_TYPE_ID] of table [OFBIZ.GL_ACCOUNT_GROUP_TYPE] of entity [GlAccountGroupType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,215 |OFBiz-batch-2 |DatabaseUtil |E| Column [CUSTOM_TIME_PERIOD_ID] of table [OFBIZ.GL_ACCOUNT_HISTORY] of entity [GlAccountHistory] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,215 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORGANIZATION_PARTY_ID] of table [OFBIZ.GL_ACCOUNT_HISTORY] of entity [GlAccountHistory] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,215 |OFBiz-batch-2 |DatabaseUtil |E| Column [GL_ACCOUNT_ID] of table [OFBIZ.GL_ACCOUNT_HISTORY] of entity [GlAccountHistory] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,216 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORGANIZATION_PARTY_ID] of table [OFBIZ.GL_ACCOUNT_ORGANIZATION] of entity [GlAccountOrganization] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,216 |OFBiz-batch-2 |DatabaseUtil |E| Column [GL_ACCOUNT_ID] of table [OFBIZ.GL_ACCOUNT_ORGANIZATION] of entity [GlAccountOrganization] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,216 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.GL_ACCOUNT_ROLE] of entity [GlAccountRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,216 |OFBiz-batch-2 |DatabaseUtil |E| Column [ROLE_TYPE_ID] of table [OFBIZ.GL_ACCOUNT_ROLE] of entity [GlAccountRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,216 |OFBiz-batch-2 |DatabaseUtil |E| Column [GL_ACCOUNT_ID] of table [OFBIZ.GL_ACCOUNT_ROLE] of entity [GlAccountRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,216 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.GL_ACCOUNT_ROLE] of entity [GlAccountRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,216 |OFBiz-batch-2 |DatabaseUtil |E| Column [GL_ACCOUNT_TYPE_ID] of table [OFBIZ.GL_ACCOUNT_TYPE] of entity [GlAccountType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,216 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORGANIZATION_PARTY_ID] of table [OFBIZ.GL_ACCOUNT_TYPE_DEFAULT] of entity [GlAccountTypeDefault] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,216 |OFBiz-batch-2 |DatabaseUtil |E| Column [GL_ACCOUNT_TYPE_ID] of table [OFBIZ.GL_ACCOUNT_TYPE_DEFAULT] of entity [GlAccountTypeDefault] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,216 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.GL_BUDGET_XREF] of entity [GlBudgetXref] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,216 |OFBiz-batch-2 |DatabaseUtil |E| Column [GL_ACCOUNT_ID] of table [OFBIZ.GL_BUDGET_XREF] of entity [GlBudgetXref] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,216 |OFBiz-batch-2 |DatabaseUtil |E| Column [BUDGET_ITEM_TYPE_ID] of table [OFBIZ.GL_BUDGET_XREF] of entity [GlBudgetXref] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,216 |OFBiz-batch-2 |DatabaseUtil |E| Column [GL_FISCAL_TYPE_ID] of table [OFBIZ.GL_FISCAL_TYPE] of entity [GlFiscalType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,216 |OFBiz-batch-2 |DatabaseUtil |E| Column [GL_JOURNAL_ID] of table [OFBIZ.GL_JOURNAL] of entity [GlJournal] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,216 |OFBiz-batch-2 |DatabaseUtil |E| Column [GL_RECONCILIATION_ID] of table [OFBIZ.GL_RECONCILIATION] of entity [GlReconciliation] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,216 |OFBiz-batch-2 |DatabaseUtil |E| Column [GL_RECONCILIATION_ID] of table [OFBIZ.GL_RECONCILIATION_ENTRY] of entity [GlReconciliationEntry] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,216 |OFBiz-batch-2 |DatabaseUtil |E| Column [ACCTG_TRANS_ENTRY_SEQ_ID] of table [OFBIZ.GL_RECONCILIATION_ENTRY] of entity [GlReconciliationEntry] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,216 |OFBiz-batch-2 |DatabaseUtil |E| Column [ACCTG_TRANS_ID] of table [OFBIZ.GL_RECONCILIATION_ENTRY] of entity [GlReconciliationEntry] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,216 |OFBiz-batch-2 |DatabaseUtil |E| Column [GL_RESOURCE_TYPE_ID] of table [OFBIZ.GL_RESOURCE_TYPE] of entity [GlResourceType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,217 |OFBiz-batch-2 |DatabaseUtil |E| Column [GL_XBRL_CLASS_ID] of table [OFBIZ.GL_XBRL_CLASS] of entity [GlXbrlClass] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,217 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_ID] of table [OFBIZ.GOOD_IDENTIFICATION] of entity [GoodIdentification] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,217 |OFBiz-batch-2 |DatabaseUtil |E| Column [GOOD_IDENTIFICATION_TYPE_ID] of table [OFBIZ.GOOD_IDENTIFICATION] of entity [GoodIdentification] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,217 |OFBiz-batch-2 |DatabaseUtil |E| Column [GOOD_IDENTIFICATION_TYPE_ID] of table [OFBIZ.GOOD_IDENTIFICATION_TYPE] of entity [GoodIdentificationType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,217 |OFBiz-batch-2 |DatabaseUtil |E| Column [DATA_RESOURCE_ID] of table [OFBIZ.IMAGE_DATA_RESOURCE] of entity [ImageDataResource] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,217 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVENTORY_ITEM_ID] of table [OFBIZ.INVENTORY_ITEM] of entity [InventoryItem] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,217 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVENTORY_ITEM_ID] of table [OFBIZ.INVENTORY_ITEM_ATTRIBUTE] of entity [InventoryItemAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,217 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.INVENTORY_ITEM_ATTRIBUTE] of entity [InventoryItemAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,217 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVENTORY_ITEM_DETAIL_SEQ_ID] of table [OFBIZ.INVENTORY_ITEM_DETAIL] of entity [InventoryItemDetail] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,217 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVENTORY_ITEM_ID] of table [OFBIZ.INVENTORY_ITEM_DETAIL] of entity [InventoryItemDetail] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,217 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVENTORY_ITEM_LABEL_ID] of table [OFBIZ.INVENTORY_ITEM_LABEL] of entity [InventoryItemLabel] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,217 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVENTORY_ITEM_ID] of table [OFBIZ.INVENTORY_ITEM_LABEL_APPL] of entity [InventoryItemLabelAppl] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,217 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVENTORY_ITEM_LABEL_TYPE_ID] of table [OFBIZ.INVENTORY_ITEM_LABEL_APPL] of entity [InventoryItemLabelAppl] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,217 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVENTORY_ITEM_LABEL_TYPE_ID] of table [OFBIZ.INVENTORY_ITEM_LABEL_TYPE] of entity [InventoryItemLabelType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,218 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVENTORY_ITEM_ID] of table [OFBIZ.INVENTORY_ITEM_STATUS] of entity [InventoryItemStatus] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,218 |OFBiz-batch-2 |DatabaseUtil |E| Column [STATUS_DATETIME] of table [OFBIZ.INVENTORY_ITEM_STATUS] of entity [InventoryItemStatus] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,218 |OFBiz-batch-2 |DatabaseUtil |E| Column [STATUS_ID] of table [OFBIZ.INVENTORY_ITEM_STATUS] of entity [InventoryItemStatus] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,218 |OFBiz-batch-2 |DatabaseUtil |E| Column [VISIT_ID] of table [OFBIZ.INVENTORY_ITEM_TEMP_RES] of entity [InventoryItemTempRes] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,218 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_STORE_ID] of table [OFBIZ.INVENTORY_ITEM_TEMP_RES] of entity [InventoryItemTempRes] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,218 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_ID] of table [OFBIZ.INVENTORY_ITEM_TEMP_RES] of entity [InventoryItemTempRes] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,218 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVENTORY_ITEM_TYPE_ID] of table [OFBIZ.INVENTORY_ITEM_TYPE] of entity [InventoryItemType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,218 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.INVENTORY_ITEM_TYPE_ATTR] of entity [InventoryItemTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,218 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVENTORY_ITEM_TYPE_ID] of table [OFBIZ.INVENTORY_ITEM_TYPE_ATTR] of entity [InventoryItemTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,218 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVENTORY_ITEM_ID] of table [OFBIZ.INVENTORY_ITEM_VARIANCE] of entity [InventoryItemVariance] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,218 |OFBiz-batch-2 |DatabaseUtil |E| Column [PHYSICAL_INVENTORY_ID] of table [OFBIZ.INVENTORY_ITEM_VARIANCE] of entity [InventoryItemVariance] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,218 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVENTORY_TRANSFER_ID] of table [OFBIZ.INVENTORY_TRANSFER] of entity [InventoryTransfer] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,218 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVOICE_ID] of table [OFBIZ.INVOICE] of entity [Invoice] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,218 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVOICE_ID] of table [OFBIZ.INVOICE_ATTRIBUTE] of entity [InvoiceAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,218 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.INVOICE_ATTRIBUTE] of entity [InvoiceAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,218 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVOICE_ID] of table [OFBIZ.INVOICE_CONTACT_MECH] of entity [InvoiceContactMech] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,218 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTACT_MECH_PURPOSE_TYPE_ID] of table [OFBIZ.INVOICE_CONTACT_MECH] of entity [InvoiceContactMech] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,218 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTACT_MECH_ID] of table [OFBIZ.INVOICE_CONTACT_MECH] of entity [InvoiceContactMech] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,219 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.INVOICE_CONTENT] of entity [InvoiceContent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,219 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVOICE_ID] of table [OFBIZ.INVOICE_CONTENT] of entity [InvoiceContent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,219 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVOICE_CONTENT_TYPE_ID] of table [OFBIZ.INVOICE_CONTENT] of entity [InvoiceContent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,219 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTENT_ID] of table [OFBIZ.INVOICE_CONTENT] of entity [InvoiceContent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,219 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVOICE_CONTENT_TYPE_ID] of table [OFBIZ.INVOICE_CONTENT_TYPE] of entity [InvoiceContentType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,219 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVOICE_ITEM_SEQ_ID] of table [OFBIZ.INVOICE_ITEM] of entity [InvoiceItem] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,219 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVOICE_ID] of table [OFBIZ.INVOICE_ITEM] of entity [InvoiceItem] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,219 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.INVOICE_ITEM_ASSOC] of entity [InvoiceItemAssoc] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,219 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVOICE_ID_FROM] of table [OFBIZ.INVOICE_ITEM_ASSOC] of entity [InvoiceItemAssoc] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,219 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVOICE_ITEM_SEQ_ID_FROM] of table [OFBIZ.INVOICE_ITEM_ASSOC] of entity [InvoiceItemAssoc] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,219 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVOICE_ITEM_ASSOC_TYPE_ID] of table [OFBIZ.INVOICE_ITEM_ASSOC] of entity [InvoiceItemAssoc] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,219 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVOICE_ID_TO] of table [OFBIZ.INVOICE_ITEM_ASSOC] of entity [InvoiceItemAssoc] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,219 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVOICE_ITEM_SEQ_ID_TO] of table [OFBIZ.INVOICE_ITEM_ASSOC] of entity [InvoiceItemAssoc] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,219 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVOICE_ITEM_ASSOC_TYPE_ID] of table [OFBIZ.INVOICE_ITEM_ASSOC_TYPE] of entity [InvoiceItemAssocType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,219 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVOICE_ID] of table [OFBIZ.INVOICE_ITEM_ATTRIBUTE] of entity [InvoiceItemAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,219 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.INVOICE_ITEM_ATTRIBUTE] of entity [InvoiceItemAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,219 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVOICE_ITEM_SEQ_ID] of table [OFBIZ.INVOICE_ITEM_ATTRIBUTE] of entity [InvoiceItemAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,219 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVOICE_ITEM_TYPE_ID] of table [OFBIZ.INVOICE_ITEM_TYPE] of entity [InvoiceItemType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,219 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.INVOICE_ITEM_TYPE_ATTR] of entity [InvoiceItemTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,219 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVOICE_ITEM_TYPE_ID] of table [OFBIZ.INVOICE_ITEM_TYPE_ATTR] of entity [InvoiceItemTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,219 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVOICE_ITEM_TYPE_ID] of table [OFBIZ.INVOICE_ITEM_TYPE_GL_ACCOUNT] of entity [InvoiceItemTypeGlAccount] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,220 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORGANIZATION_PARTY_ID] of table [OFBIZ.INVOICE_ITEM_TYPE_GL_ACCOUNT] of entity [InvoiceItemTypeGlAccount] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,220 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVOICE_TYPE_ID] of table [OFBIZ.INVOICE_ITEM_TYPE_MAP] of entity [InvoiceItemTypeMap] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,220 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVOICE_ITEM_MAP_KEY] of table [OFBIZ.INVOICE_ITEM_TYPE_MAP] of entity [InvoiceItemTypeMap] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,220 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVOICE_ID] of table [OFBIZ.INVOICE_NOTE] of entity [InvoiceNote] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,220 |OFBiz-batch-2 |DatabaseUtil |E| Column [NOTE_ID] of table [OFBIZ.INVOICE_NOTE] of entity [InvoiceNote] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,220 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVOICE_ID] of table [OFBIZ.INVOICE_ROLE] of entity [InvoiceRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,220 |OFBiz-batch-2 |DatabaseUtil |E| Column [ROLE_TYPE_ID] of table [OFBIZ.INVOICE_ROLE] of entity [InvoiceRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,220 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.INVOICE_ROLE] of entity [InvoiceRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,220 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVOICE_ID] of table [OFBIZ.INVOICE_STATUS] of entity [InvoiceStatus] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,220 |OFBiz-batch-2 |DatabaseUtil |E| Column [STATUS_ID] of table [OFBIZ.INVOICE_STATUS] of entity [InvoiceStatus] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,220 |OFBiz-batch-2 |DatabaseUtil |E| Column [STATUS_DATE] of table [OFBIZ.INVOICE_STATUS] of entity [InvoiceStatus] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,220 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVOICE_TERM_ID] of table [OFBIZ.INVOICE_TERM] of entity [InvoiceTerm] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,220 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVOICE_TERM_ID] of table [OFBIZ.INVOICE_TERM_ATTRIBUTE] of entity [InvoiceTermAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,220 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.INVOICE_TERM_ATTRIBUTE] of entity [InvoiceTermAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,220 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVOICE_TYPE_ID] of table [OFBIZ.INVOICE_TYPE] of entity [InvoiceType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,220 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVOICE_TYPE_ID] of table [OFBIZ.INVOICE_TYPE_ATTR] of entity [InvoiceTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,220 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.INVOICE_TYPE_ATTR] of entity [InvoiceTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,220 |OFBiz-batch-2 |DatabaseUtil |E| Column [ITEM_ISSUANCE_ID] of table [OFBIZ.ITEM_ISSUANCE] of entity [ItemIssuance] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,220 |OFBiz-batch-2 |DatabaseUtil |E| Column [ROLE_TYPE_ID] of table [OFBIZ.ITEM_ISSUANCE_ROLE] of entity [ItemIssuanceRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,220 |OFBiz-batch-2 |DatabaseUtil |E| Column [ITEM_ISSUANCE_ID] of table [OFBIZ.ITEM_ISSUANCE_ROLE] of entity [ItemIssuanceRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,220 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.ITEM_ISSUANCE_ROLE] of entity [ItemIssuanceRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,224 |OFBiz-batch-2 |DatabaseUtil |E| Column [RESOURCE_NAME] of table [OFBIZ.JAVA_RESOURCE] of entity [JavaResource] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,225 |OFBiz-batch-2 |DatabaseUtil |E| Column [JOB_INTERVIEW_ID] of table [OFBIZ.JOB_INTERVIEW] of entity [JobInterview] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,225 |OFBiz-batch-2 |DatabaseUtil |E| Column [JOB_INTERVIEW_TYPE_ID] of table [OFBIZ.JOB_INTERVIEW_TYPE] of entity [JobInterviewType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,225 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.JOB_MANAGER_LOCK] of entity [JobManagerLock] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,225 |OFBiz-batch-2 |DatabaseUtil |E| Column [INSTANCE_ID] of table [OFBIZ.JOB_MANAGER_LOCK] of entity [JobManagerLock] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,226 |OFBiz-batch-2 |DatabaseUtil |E| Column [JOB_REQUISITION_ID] of table [OFBIZ.JOB_REQUISITION] of entity [JobRequisition] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,226 |OFBiz-batch-2 |DatabaseUtil |E| Column [JOB_ID] of table [OFBIZ.JOB_SANDBOX] of entity [JobSandbox] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,226 |OFBiz-batch-2 |DatabaseUtil |E| Column [ENTERED_KEYWORD] of table [OFBIZ.KEYWORD_THESAURUS] of entity [KeywordThesaurus] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,226 |OFBiz-batch-2 |DatabaseUtil |E| Column [ALTERNATE_KEYWORD] of table [OFBIZ.KEYWORD_THESAURUS] of entity [KeywordThesaurus] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,226 |OFBiz-batch-2 |DatabaseUtil |E| Column [LINKED_IN_USER_ID] of table [OFBIZ.LINKED_IN_USER] of entity [LinkedInUser] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,226 |OFBiz-batch-2 |DatabaseUtil |E| Column [LOT_ID] of table [OFBIZ.LOT] of entity [Lot] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,226 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.MARKET_INTEREST] of entity [MarketInterest] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,226 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_CLASSIFICATION_GROUP_ID] of table [OFBIZ.MARKET_INTEREST] of entity [MarketInterest] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,226 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_CATEGORY_ID] of table [OFBIZ.MARKET_INTEREST] of entity [MarketInterest] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,226 |OFBiz-batch-2 |DatabaseUtil |E| Column [MARKETING_CAMPAIGN_ID] of table [OFBIZ.MARKETING_CAMPAIGN] of entity [MarketingCampaign] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,227 |OFBiz-batch-2 |DatabaseUtil |E| Column [NOTE_ID] of table [OFBIZ.MARKETING_CAMPAIGN_NOTE] of entity [MarketingCampaignNote] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,227 |OFBiz-batch-2 |DatabaseUtil |E| Column [MARKETING_CAMPAIGN_ID] of table [OFBIZ.MARKETING_CAMPAIGN_NOTE] of entity [MarketingCampaignNote] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,227 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.MARKETING_CAMPAIGN_PRICE] of entity [MarketingCampaignPrice] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,227 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_PRICE_RULE_ID] of table [OFBIZ.MARKETING_CAMPAIGN_PRICE] of entity [MarketingCampaignPrice] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,227 |OFBiz-batch-2 |DatabaseUtil |E| Column [MARKETING_CAMPAIGN_ID] of table [OFBIZ.MARKETING_CAMPAIGN_PRICE] of entity [MarketingCampaignPrice] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,227 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.MARKETING_CAMPAIGN_PROMO] of entity [MarketingCampaignPromo] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,227 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_PROMO_ID] of table [OFBIZ.MARKETING_CAMPAIGN_PROMO] of entity [MarketingCampaignPromo] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,227 |OFBiz-batch-2 |DatabaseUtil |E| Column [MARKETING_CAMPAIGN_ID] of table [OFBIZ.MARKETING_CAMPAIGN_PROMO] of entity [MarketingCampaignPromo] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,227 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.MARKETING_CAMPAIGN_ROLE] of entity [MarketingCampaignRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,227 |OFBiz-batch-2 |DatabaseUtil |E| Column [ROLE_TYPE_ID] of table [OFBIZ.MARKETING_CAMPAIGN_ROLE] of entity [MarketingCampaignRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,227 |OFBiz-batch-2 |DatabaseUtil |E| Column [MARKETING_CAMPAIGN_ID] of table [OFBIZ.MARKETING_CAMPAIGN_ROLE] of entity [MarketingCampaignRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,227 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.MARKETING_CAMPAIGN_ROLE] of entity [MarketingCampaignRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,227 |OFBiz-batch-2 |DatabaseUtil |E| Column [META_DATA_PREDICATE_ID] of table [OFBIZ.META_DATA_PREDICATE] of entity [MetaDataPredicate] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,227 |OFBiz-batch-2 |DatabaseUtil |E| Column [MIME_TYPE_ID] of table [OFBIZ.MIME_TYPE] of entity [MimeType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,227 |OFBiz-batch-2 |DatabaseUtil |E| Column [MIME_TYPE_ID] of table [OFBIZ.MIME_TYPE_HTML_TEMPLATE] of entity [MimeTypeHtmlTemplate] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,227 |OFBiz-batch-2 |DatabaseUtil |E| Column [MRP_ID] of table [OFBIZ.MRP_EVENT] of entity [MrpEvent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,227 |OFBiz-batch-2 |DatabaseUtil |E| Column [EVENT_DATE] of table [OFBIZ.MRP_EVENT] of entity [MrpEvent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,227 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_ID] of table [OFBIZ.MRP_EVENT] of entity [MrpEvent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,227 |OFBiz-batch-2 |DatabaseUtil |E| Column [MRP_EVENT_TYPE_ID] of table [OFBIZ.MRP_EVENT] of entity [MrpEvent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,227 |OFBiz-batch-2 |DatabaseUtil |E| Column [MRP_EVENT_TYPE_ID] of table [OFBIZ.MRP_EVENT_TYPE] of entity [MrpEventType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,227 |OFBiz-batch-2 |DatabaseUtil |E| Column [NEED_TYPE_ID] of table [OFBIZ.NEED_TYPE] of entity [NeedType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,227 |OFBiz-batch-2 |DatabaseUtil |E| Column [NOTE_ID] of table [OFBIZ.NOTE_DATA] of entity [NoteData] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,228 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.O_AUTH2_GIT_HUB] of entity [OAuth2GitHub] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,228 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_STORE_ID] of table [OFBIZ.O_AUTH2_GIT_HUB] of entity [OAuth2GitHub] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,228 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.O_AUTH2_LINKED_IN] of entity [OAuth2LinkedIn] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,228 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_STORE_ID] of table [OFBIZ.O_AUTH2_LINKED_IN] of entity [OAuth2LinkedIn] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,228 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ADJUSTMENT_ID] of table [OFBIZ.ORDER_ADJUSTMENT] of entity [OrderAdjustment] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,228 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.ORDER_ADJUSTMENT_ATTRIBUTE] of entity [OrderAdjustmentAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,228 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ADJUSTMENT_ID] of table [OFBIZ.ORDER_ADJUSTMENT_ATTRIBUTE] of entity [OrderAdjustmentAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,228 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVOICE_ID] of table [OFBIZ.ORDER_ADJUSTMENT_BILLING] of entity [OrderAdjustmentBilling] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,228 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ADJUSTMENT_ID] of table [OFBIZ.ORDER_ADJUSTMENT_BILLING] of entity [OrderAdjustmentBilling] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,228 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVOICE_ITEM_SEQ_ID] of table [OFBIZ.ORDER_ADJUSTMENT_BILLING] of entity [OrderAdjustmentBilling] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,228 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ADJUSTMENT_TYPE_ID] of table [OFBIZ.ORDER_ADJUSTMENT_TYPE] of entity [OrderAdjustmentType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,228 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ADJUSTMENT_TYPE_ID] of table [OFBIZ.ORDER_ADJUSTMENT_TYPE_ATTR] of entity [OrderAdjustmentTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,228 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.ORDER_ADJUSTMENT_TYPE_ATTR] of entity [OrderAdjustmentTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,228 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.ORDER_ATTRIBUTE] of entity [OrderAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,228 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ID] of table [OFBIZ.ORDER_ATTRIBUTE] of entity [OrderAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,228 |OFBiz-batch-2 |DatabaseUtil |E| Column [BLACKLIST_STRING] of table [OFBIZ.ORDER_BLACKLIST] of entity [OrderBlacklist] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,228 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_BLACKLIST_TYPE_ID] of table [OFBIZ.ORDER_BLACKLIST] of entity [OrderBlacklist] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,228 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_BLACKLIST_TYPE_ID] of table [OFBIZ.ORDER_BLACKLIST_TYPE] of entity [OrderBlacklistType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,228 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ID] of table [OFBIZ.ORDER_CONTACT_MECH] of entity [OrderContactMech] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,228 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTACT_MECH_PURPOSE_TYPE_ID] of table [OFBIZ.ORDER_CONTACT_MECH] of entity [OrderContactMech] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,229 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTACT_MECH_ID] of table [OFBIZ.ORDER_CONTACT_MECH] of entity [OrderContactMech] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,229 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_CONTENT_TYPE_ID] of table [OFBIZ.ORDER_CONTENT] of entity [OrderContent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,229 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.ORDER_CONTENT] of entity [OrderContent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,229 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ID] of table [OFBIZ.ORDER_CONTENT] of entity [OrderContent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,229 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTENT_ID] of table [OFBIZ.ORDER_CONTENT] of entity [OrderContent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,229 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ITEM_SEQ_ID] of table [OFBIZ.ORDER_CONTENT] of entity [OrderContent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,229 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_CONTENT_TYPE_ID] of table [OFBIZ.ORDER_CONTENT_TYPE] of entity [OrderContentType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,229 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ITEM_SEQ_ID] of table [OFBIZ.ORDER_DELIVERY_SCHEDULE] of entity [OrderDeliverySchedule] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,229 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ID] of table [OFBIZ.ORDER_DELIVERY_SCHEDULE] of entity [OrderDeliverySchedule] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,229 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ID] of table [OFBIZ.ORDER_HEADER] of entity [OrderHeader] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,229 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ID] of table [OFBIZ.ORDER_HEADER_NOTE] of entity [OrderHeaderNote] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,229 |OFBiz-batch-2 |DatabaseUtil |E| Column [NOTE_ID] of table [OFBIZ.ORDER_HEADER_NOTE] of entity [OrderHeaderNote] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,229 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ID] of table [OFBIZ.ORDER_HEADER_WORK_EFFORT] of entity [OrderHeaderWorkEffort] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,229 |OFBiz-batch-2 |DatabaseUtil |E| Column [WORK_EFFORT_ID] of table [OFBIZ.ORDER_HEADER_WORK_EFFORT] of entity [OrderHeaderWorkEffort] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,229 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ITEM_SEQ_ID] of table [OFBIZ.ORDER_ITEM] of entity [OrderItem] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,229 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ID] of table [OFBIZ.ORDER_ITEM] of entity [OrderItem] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,229 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ITEM_ASSOC_TYPE_ID] of table [OFBIZ.ORDER_ITEM_ASSOC] of entity [OrderItemAssoc] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,230 |OFBiz-batch-2 |DatabaseUtil |E| Column [TO_ORDER_ID] of table [OFBIZ.ORDER_ITEM_ASSOC] of entity [OrderItemAssoc] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,230 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ID] of table [OFBIZ.ORDER_ITEM_ASSOC] of entity [OrderItemAssoc] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,230 |OFBiz-batch-2 |DatabaseUtil |E| Column [TO_ORDER_ITEM_SEQ_ID] of table [OFBIZ.ORDER_ITEM_ASSOC] of entity [OrderItemAssoc] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,230 |OFBiz-batch-2 |DatabaseUtil |E| Column [SHIP_GROUP_SEQ_ID] of table [OFBIZ.ORDER_ITEM_ASSOC] of entity [OrderItemAssoc] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,230 |OFBiz-batch-2 |DatabaseUtil |E| Column [TO_SHIP_GROUP_SEQ_ID] of table [OFBIZ.ORDER_ITEM_ASSOC] of entity [OrderItemAssoc] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,230 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ITEM_SEQ_ID] of table [OFBIZ.ORDER_ITEM_ASSOC] of entity [OrderItemAssoc] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,230 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ITEM_ASSOC_TYPE_ID] of table [OFBIZ.ORDER_ITEM_ASSOC_TYPE] of entity [OrderItemAssocType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,230 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.ORDER_ITEM_ATTRIBUTE] of entity [OrderItemAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,230 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ID] of table [OFBIZ.ORDER_ITEM_ATTRIBUTE] of entity [OrderItemAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,230 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ITEM_SEQ_ID] of table [OFBIZ.ORDER_ITEM_ATTRIBUTE] of entity [OrderItemAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,230 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVOICE_ID] of table [OFBIZ.ORDER_ITEM_BILLING] of entity [OrderItemBilling] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,230 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ID] of table [OFBIZ.ORDER_ITEM_BILLING] of entity [OrderItemBilling] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,230 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVOICE_ITEM_SEQ_ID] of table [OFBIZ.ORDER_ITEM_BILLING] of entity [OrderItemBilling] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,230 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ITEM_SEQ_ID] of table [OFBIZ.ORDER_ITEM_BILLING] of entity [OrderItemBilling] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,230 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ITEM_CHANGE_ID] of table [OFBIZ.ORDER_ITEM_CHANGE] of entity [OrderItemChange] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,230 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ID] of table [OFBIZ.ORDER_ITEM_CONTACT_MECH] of entity [OrderItemContactMech] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,230 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTACT_MECH_PURPOSE_TYPE_ID] of table [OFBIZ.ORDER_ITEM_CONTACT_MECH] of entity [OrderItemContactMech] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,230 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ITEM_SEQ_ID] of table [OFBIZ.ORDER_ITEM_CONTACT_MECH] of entity [OrderItemContactMech] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,230 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ID] of table [OFBIZ.ORDER_ITEM_GROUP] of entity [OrderItemGroup] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,230 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ITEM_GROUP_SEQ_ID] of table [OFBIZ.ORDER_ITEM_GROUP] of entity [OrderItemGroup] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,230 |OFBiz-batch-2 |DatabaseUtil |E| Column [GROUP_ORDER_ID] of table [OFBIZ.ORDER_ITEM_GROUP_ORDER] of entity [OrderItemGroupOrder] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,230 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ID] of table [OFBIZ.ORDER_ITEM_GROUP_ORDER] of entity [OrderItemGroupOrder] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,230 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ITEM_SEQ_ID] of table [OFBIZ.ORDER_ITEM_GROUP_ORDER] of entity [OrderItemGroupOrder] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,230 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ITEM_PRICE_INFO_ID] of table [OFBIZ.ORDER_ITEM_PRICE_INFO] of entity [OrderItemPriceInfo] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,231 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ID] of table [OFBIZ.ORDER_ITEM_ROLE] of entity [OrderItemRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,231 |OFBiz-batch-2 |DatabaseUtil |E| Column [ROLE_TYPE_ID] of table [OFBIZ.ORDER_ITEM_ROLE] of entity [OrderItemRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,231 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.ORDER_ITEM_ROLE] of entity [OrderItemRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,231 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ITEM_SEQ_ID] of table [OFBIZ.ORDER_ITEM_ROLE] of entity [OrderItemRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,231 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ID] of table [OFBIZ.ORDER_ITEM_SHIP_GROUP] of entity [OrderItemShipGroup] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,231 |OFBiz-batch-2 |DatabaseUtil |E| Column [SHIP_GROUP_SEQ_ID] of table [OFBIZ.ORDER_ITEM_SHIP_GROUP] of entity [OrderItemShipGroup] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,231 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ID] of table [OFBIZ.ORDER_ITEM_SHIP_GROUP_ASSOC] of entity [OrderItemShipGroupAssoc] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,231 |OFBiz-batch-2 |DatabaseUtil |E| Column [SHIP_GROUP_SEQ_ID] of table [OFBIZ.ORDER_ITEM_SHIP_GROUP_ASSOC] of entity [OrderItemShipGroupAssoc] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,231 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ITEM_SEQ_ID] of table [OFBIZ.ORDER_ITEM_SHIP_GROUP_ASSOC] of entity [OrderItemShipGroupAssoc] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,231 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ITEM_SEQ_ID] of table [OFBIZ.ORDER_ITEM_SHIP_GRP_INV_RES] of entity [OrderItemShipGrpInvRes] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,231 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVENTORY_ITEM_ID] of table [OFBIZ.ORDER_ITEM_SHIP_GRP_INV_RES] of entity [OrderItemShipGrpInvRes] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,231 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ID] of table [OFBIZ.ORDER_ITEM_SHIP_GRP_INV_RES] of entity [OrderItemShipGrpInvRes] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,231 |OFBiz-batch-2 |DatabaseUtil |E| Column [SHIP_GROUP_SEQ_ID] of table [OFBIZ.ORDER_ITEM_SHIP_GRP_INV_RES] of entity [OrderItemShipGrpInvRes] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,231 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ITEM_TYPE_ID] of table [OFBIZ.ORDER_ITEM_TYPE] of entity [OrderItemType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,231 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.ORDER_ITEM_TYPE_ATTR] of entity [OrderItemTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,231 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ITEM_TYPE_ID] of table [OFBIZ.ORDER_ITEM_TYPE_ATTR] of entity [OrderItemTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,231 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_NOTIFICATION_ID] of table [OFBIZ.ORDER_NOTIFICATION] of entity [OrderNotification] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,231 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_PAYMENT_PREFERENCE_ID] of table [OFBIZ.ORDER_PAYMENT_PREFERENCE] of entity [OrderPaymentPreference] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,231 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ID] of table [OFBIZ.ORDER_PRODUCT_PROMO_CODE] of entity [OrderProductPromoCode] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,231 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_PROMO_CODE_ID] of table [OFBIZ.ORDER_PRODUCT_PROMO_CODE] of entity [OrderProductPromoCode] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,231 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ID] of table [OFBIZ.ORDER_REQUIREMENT_COMMITMENT] of entity [OrderRequirementCommitment] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,231 |OFBiz-batch-2 |DatabaseUtil |E| Column [REQUIREMENT_ID] of table [OFBIZ.ORDER_REQUIREMENT_COMMITMENT] of entity [OrderRequirementCommitment] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,232 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ITEM_SEQ_ID] of table [OFBIZ.ORDER_REQUIREMENT_COMMITMENT] of entity [OrderRequirementCommitment] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,232 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ID] of table [OFBIZ.ORDER_ROLE] of entity [OrderRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,232 |OFBiz-batch-2 |DatabaseUtil |E| Column [ROLE_TYPE_ID] of table [OFBIZ.ORDER_ROLE] of entity [OrderRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,232 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.ORDER_ROLE] of entity [OrderRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,232 |OFBiz-batch-2 |DatabaseUtil |E| Column [SHIPMENT_ID] of table [OFBIZ.ORDER_SHIPMENT] of entity [OrderShipment] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,232 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ID] of table [OFBIZ.ORDER_SHIPMENT] of entity [OrderShipment] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,232 |OFBiz-batch-2 |DatabaseUtil |E| Column [SHIPMENT_ITEM_SEQ_ID] of table [OFBIZ.ORDER_SHIPMENT] of entity [OrderShipment] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,232 |OFBiz-batch-2 |DatabaseUtil |E| Column [SHIP_GROUP_SEQ_ID] of table [OFBIZ.ORDER_SHIPMENT] of entity [OrderShipment] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,232 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ITEM_SEQ_ID] of table [OFBIZ.ORDER_SHIPMENT] of entity [OrderShipment] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,232 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_STATUS_ID] of table [OFBIZ.ORDER_STATUS] of entity [OrderStatus] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,232 |OFBiz-batch-2 |DatabaseUtil |E| Column [FACILITY_ID] of table [OFBIZ.ORDER_SUMMARY_ENTRY] of entity [OrderSummaryEntry] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,232 |OFBiz-batch-2 |DatabaseUtil |E| Column [ENTRY_DATE] of table [OFBIZ.ORDER_SUMMARY_ENTRY] of entity [OrderSummaryEntry] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,232 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_ID] of table [OFBIZ.ORDER_SUMMARY_ENTRY] of entity [OrderSummaryEntry] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,236 |OFBiz-batch-2 |DatabaseUtil |E| Column [TERM_TYPE_ID] of table [OFBIZ.ORDER_TERM] of entity [OrderTerm] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,236 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ID] of table [OFBIZ.ORDER_TERM] of entity [OrderTerm] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,236 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ITEM_SEQ_ID] of table [OFBIZ.ORDER_TERM] of entity [OrderTerm] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,236 |OFBiz-batch-2 |DatabaseUtil |E| Column [TERM_TYPE_ID] of table [OFBIZ.ORDER_TERM_ATTRIBUTE] of entity [OrderTermAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,236 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.ORDER_TERM_ATTRIBUTE] of entity [OrderTermAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,236 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ID] of table [OFBIZ.ORDER_TERM_ATTRIBUTE] of entity [OrderTermAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,236 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ITEM_SEQ_ID] of table [OFBIZ.ORDER_TERM_ATTRIBUTE] of entity [OrderTermAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,236 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_TYPE_ID] of table [OFBIZ.ORDER_TYPE] of entity [OrderType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,236 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_TYPE_ID] of table [OFBIZ.ORDER_TYPE_ATTR] of entity [OrderTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,236 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.ORDER_TYPE_ATTR] of entity [OrderTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,236 |OFBiz-batch-2 |DatabaseUtil |E| Column [DATA_RESOURCE_ID] of table [OFBIZ.OTHER_DATA_RESOURCE] of entity [OtherDataResource] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,237 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.PARTY] of entity [Party] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,237 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.PARTY_ACCTG_PREFERENCE] of entity [PartyAcctgPreference] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,237 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.PARTY_ATTRIBUTE] of entity [PartyAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,237 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.PARTY_ATTRIBUTE] of entity [PartyAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,239 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.PARTY_BENEFIT] of entity [PartyBenefit] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,239 |OFBiz-batch-2 |DatabaseUtil |E| Column [BENEFIT_TYPE_ID] of table [OFBIZ.PARTY_BENEFIT] of entity [PartyBenefit] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,239 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID_TO] of table [OFBIZ.PARTY_BENEFIT] of entity [PartyBenefit] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,239 |OFBiz-batch-2 |DatabaseUtil |E| Column [ROLE_TYPE_ID_TO] of table [OFBIZ.PARTY_BENEFIT] of entity [PartyBenefit] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,239 |OFBiz-batch-2 |DatabaseUtil |E| Column [ROLE_TYPE_ID_FROM] of table [OFBIZ.PARTY_BENEFIT] of entity [PartyBenefit] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,239 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID_FROM] of table [OFBIZ.PARTY_BENEFIT] of entity [PartyBenefit] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,239 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.PARTY_CARRIER_ACCOUNT] of entity [PartyCarrierAccount] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,239 |OFBiz-batch-2 |DatabaseUtil |E| Column [CARRIER_PARTY_ID] of table [OFBIZ.PARTY_CARRIER_ACCOUNT] of entity [PartyCarrierAccount] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,239 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.PARTY_CARRIER_ACCOUNT] of entity [PartyCarrierAccount] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,239 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.PARTY_CLASSIFICATION] of entity [PartyClassification] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,239 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_CLASSIFICATION_GROUP_ID] of table [OFBIZ.PARTY_CLASSIFICATION] of entity [PartyClassification] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,239 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.PARTY_CLASSIFICATION] of entity [PartyClassification] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,239 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_CLASSIFICATION_GROUP_ID] of table [OFBIZ.PARTY_CLASSIFICATION_GROUP] of entity [PartyClassificationGroup] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,239 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_CLASSIFICATION_TYPE_ID] of table [OFBIZ.PARTY_CLASSIFICATION_TYPE] of entity [PartyClassificationType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,239 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.PARTY_CONTACT_MECH] of entity [PartyContactMech] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,240 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTACT_MECH_ID] of table [OFBIZ.PARTY_CONTACT_MECH] of entity [PartyContactMech] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,240 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.PARTY_CONTACT_MECH] of entity [PartyContactMech] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,240 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.PARTY_CONTACT_MECH_PURPOSE] of entity [PartyContactMechPurpose] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,240 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTACT_MECH_PURPOSE_TYPE_ID] of table [OFBIZ.PARTY_CONTACT_MECH_PURPOSE] of entity [PartyContactMechPurpose] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,240 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTACT_MECH_ID] of table [OFBIZ.PARTY_CONTACT_MECH_PURPOSE] of entity [PartyContactMechPurpose] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,240 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.PARTY_CONTACT_MECH_PURPOSE] of entity [PartyContactMechPurpose] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,240 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.PARTY_CONTENT] of entity [PartyContent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,254 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_CONTENT_TYPE_ID] of table [OFBIZ.PARTY_CONTENT] of entity [PartyContent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,254 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.PARTY_CONTENT] of entity [PartyContent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,254 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTENT_ID] of table [OFBIZ.PARTY_CONTENT] of entity [PartyContent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,254 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_CONTENT_TYPE_ID] of table [OFBIZ.PARTY_CONTENT_TYPE] of entity [PartyContentType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,254 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.PARTY_DATA_SOURCE] of entity [PartyDataSource] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,254 |OFBiz-batch-2 |DatabaseUtil |E| Column [DATA_SOURCE_ID] of table [OFBIZ.PARTY_DATA_SOURCE] of entity [PartyDataSource] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,254 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.PARTY_DATA_SOURCE] of entity [PartyDataSource] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,254 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.PARTY_FIXED_ASSET_ASSIGNMENT] of entity [PartyFixedAssetAssignment] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,254 |OFBiz-batch-2 |DatabaseUtil |E| Column [FIXED_ASSET_ID] of table [OFBIZ.PARTY_FIXED_ASSET_ASSIGNMENT] of entity [PartyFixedAssetAssignment] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,255 |OFBiz-batch-2 |DatabaseUtil |E| Column [ROLE_TYPE_ID] of table [OFBIZ.PARTY_FIXED_ASSET_ASSIGNMENT] of entity [PartyFixedAssetAssignment] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,255 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.PARTY_FIXED_ASSET_ASSIGNMENT] of entity [PartyFixedAssetAssignment] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,255 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.PARTY_GEO_POINT] of entity [PartyGeoPoint] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,255 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.PARTY_GEO_POINT] of entity [PartyGeoPoint] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,255 |OFBiz-batch-2 |DatabaseUtil |E| Column [GEO_POINT_ID] of table [OFBIZ.PARTY_GEO_POINT] of entity [PartyGeoPoint] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,255 |OFBiz-batch-2 |DatabaseUtil |E| Column [ROLE_TYPE_ID] of table [OFBIZ.PARTY_GL_ACCOUNT] of entity [PartyGlAccount] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,255 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORGANIZATION_PARTY_ID] of table [OFBIZ.PARTY_GL_ACCOUNT] of entity [PartyGlAccount] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,255 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.PARTY_GL_ACCOUNT] of entity [PartyGlAccount] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,255 |OFBiz-batch-2 |DatabaseUtil |E| Column [GL_ACCOUNT_TYPE_ID] of table [OFBIZ.PARTY_GL_ACCOUNT] of entity [PartyGlAccount] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,255 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.PARTY_GROUP] of entity [PartyGroup] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,255 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.PARTY_ICS_AVS_OVERRIDE] of entity [PartyIcsAvsOverride] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,255 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.PARTY_IDENTIFICATION] of entity [PartyIdentification] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,255 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_IDENTIFICATION_TYPE_ID] of table [OFBIZ.PARTY_IDENTIFICATION] of entity [PartyIdentification] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,255 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_IDENTIFICATION_TYPE_ID] of table [OFBIZ.PARTY_IDENTIFICATION_TYPE] of entity [PartyIdentificationType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,256 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_INVITATION_ID] of table [OFBIZ.PARTY_INVITATION] of entity [PartyInvitation] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,256 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID_TO] of table [OFBIZ.PARTY_INVITATION_GROUP_ASSOC] of entity [PartyInvitationGroupAssoc] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,256 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_INVITATION_ID] of table [OFBIZ.PARTY_INVITATION_GROUP_ASSOC] of entity [PartyInvitationGroupAssoc] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,256 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_INVITATION_ID] of table [OFBIZ.PARTY_INVITATION_ROLE_ASSOC] of entity [PartyInvitationRoleAssoc] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,256 |OFBiz-batch-2 |DatabaseUtil |E| Column [ROLE_TYPE_ID] of table [OFBIZ.PARTY_INVITATION_ROLE_ASSOC] of entity [PartyInvitationRoleAssoc] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,256 |OFBiz-batch-2 |DatabaseUtil |E| Column [CHANGE_DATE] of table [OFBIZ.PARTY_NAME_HISTORY] of entity [PartyNameHistory] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,256 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.PARTY_NAME_HISTORY] of entity [PartyNameHistory] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,256 |OFBiz-batch-2 |DatabaseUtil |E| Column [ROLE_TYPE_ID] of table [OFBIZ.PARTY_NEED] of entity [PartyNeed] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,256 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_NEED_ID] of table [OFBIZ.PARTY_NEED] of entity [PartyNeed] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,256 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.PARTY_NEED] of entity [PartyNeed] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,256 |OFBiz-batch-2 |DatabaseUtil |E| Column [NOTE_ID] of table [OFBIZ.PARTY_NOTE] of entity [PartyNote] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,256 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.PARTY_NOTE] of entity [PartyNote] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,256 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_STORE_ID] of table [OFBIZ.PARTY_PROFILE_DEFAULT] of entity [PartyProfileDefault] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,256 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.PARTY_PROFILE_DEFAULT] of entity [PartyProfileDefault] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,256 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_QUAL_TYPE_ID] of table [OFBIZ.PARTY_QUAL] of entity [PartyQual] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,256 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.PARTY_QUAL] of entity [PartyQual] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,256 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.PARTY_QUAL] of entity [PartyQual] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,256 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_QUAL_TYPE_ID] of table [OFBIZ.PARTY_QUAL_TYPE] of entity [PartyQualType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,257 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.PARTY_RATE_NEW] of entity [PartyRate] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,257 |OFBiz-batch-2 |DatabaseUtil |E| Column [RATE_TYPE_ID] of table [OFBIZ.PARTY_RATE_NEW] of entity [PartyRate] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,257 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.PARTY_RATE_NEW] of entity [PartyRate] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,257 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.PARTY_RELATIONSHIP] of entity [PartyRelationship] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,257 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID_TO] of table [OFBIZ.PARTY_RELATIONSHIP] of entity [PartyRelationship] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,257 |OFBiz-batch-2 |DatabaseUtil |E| Column [ROLE_TYPE_ID_TO] of table [OFBIZ.PARTY_RELATIONSHIP] of entity [PartyRelationship] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,257 |OFBiz-batch-2 |DatabaseUtil |E| Column [ROLE_TYPE_ID_FROM] of table [OFBIZ.PARTY_RELATIONSHIP] of entity [PartyRelationship] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,257 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID_FROM] of table [OFBIZ.PARTY_RELATIONSHIP] of entity [PartyRelationship] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,257 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_RELATIONSHIP_TYPE_ID] of table [OFBIZ.PARTY_RELATIONSHIP_TYPE] of entity [PartyRelationshipType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,257 |OFBiz-batch-2 |DatabaseUtil |E| Column [RESUME_ID] of table [OFBIZ.PARTY_RESUME] of entity [PartyResume] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,257 |OFBiz-batch-2 |DatabaseUtil |E| Column [ROLE_TYPE_ID] of table [OFBIZ.PARTY_ROLE] of entity [PartyRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,257 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.PARTY_ROLE] of entity [PartyRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,257 |OFBiz-batch-2 |DatabaseUtil |E| Column [SKILL_TYPE_ID] of table [OFBIZ.PARTY_SKILL] of entity [PartySkill] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,257 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.PARTY_SKILL] of entity [PartySkill] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,257 |OFBiz-batch-2 |DatabaseUtil |E| Column [STATUS_ID] of table [OFBIZ.PARTY_STATUS] of entity [PartyStatus] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,258 |OFBiz-batch-2 |DatabaseUtil |E| Column [STATUS_DATE] of table [OFBIZ.PARTY_STATUS] of entity [PartyStatus] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,258 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.PARTY_STATUS] of entity [PartyStatus] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,258 |OFBiz-batch-2 |DatabaseUtil |E| Column [TAX_AUTH_GEO_ID] of table [OFBIZ.PARTY_TAX_AUTH_INFO] of entity [PartyTaxAuthInfo] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,258 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.PARTY_TAX_AUTH_INFO] of entity [PartyTaxAuthInfo] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,258 |OFBiz-batch-2 |DatabaseUtil |E| Column [TAX_AUTH_PARTY_ID] of table [OFBIZ.PARTY_TAX_AUTH_INFO] of entity [PartyTaxAuthInfo] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,258 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.PARTY_TAX_AUTH_INFO] of entity [PartyTaxAuthInfo] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,258 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_TYPE_ID] of table [OFBIZ.PARTY_TYPE] of entity [PartyType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,258 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_TYPE_ID] of table [OFBIZ.PARTY_TYPE_ATTR] of entity [PartyTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,258 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.PARTY_TYPE_ATTR] of entity [PartyTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,258 |OFBiz-batch-2 |DatabaseUtil |E| Column [PAY_GRADE_ID] of table [OFBIZ.PAY_GRADE] of entity [PayGrade] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,258 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.PAY_HISTORY] of entity [PayHistory] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,258 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID_TO] of table [OFBIZ.PAY_HISTORY] of entity [PayHistory] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,258 |OFBiz-batch-2 |DatabaseUtil |E| Column [ROLE_TYPE_ID_TO] of table [OFBIZ.PAY_HISTORY] of entity [PayHistory] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,258 |OFBiz-batch-2 |DatabaseUtil |E| Column [EMPL_FROM_DATE] of table [OFBIZ.PAY_HISTORY] of entity [PayHistory] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,258 |OFBiz-batch-2 |DatabaseUtil |E| Column [ROLE_TYPE_ID_FROM] of table [OFBIZ.PAY_HISTORY] of entity [PayHistory] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,258 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID_FROM] of table [OFBIZ.PAY_HISTORY] of entity [PayHistory] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,258 |OFBiz-batch-2 |DatabaseUtil |E| Column [PAYMENT_METHOD_ID] of table [OFBIZ.PAY_PAL_PAYMENT_METHOD] of entity [PayPalPaymentMethod] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,258 |OFBiz-batch-2 |DatabaseUtil |E| Column [PAYMENT_ID] of table [OFBIZ.PAYMENT] of entity [Payment] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,259 |OFBiz-batch-2 |DatabaseUtil |E| Column [PAYMENT_APPLICATION_ID] of table [OFBIZ.PAYMENT_APPLICATION] of entity [PaymentApplication] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,259 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.PAYMENT_ATTRIBUTE] of entity [PaymentAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,259 |OFBiz-batch-2 |DatabaseUtil |E| Column [PAYMENT_ID] of table [OFBIZ.PAYMENT_ATTRIBUTE] of entity [PaymentAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,259 |OFBiz-batch-2 |DatabaseUtil |E| Column [BUDGET_ITEM_SEQ_ID] of table [OFBIZ.PAYMENT_BUDGET_ALLOCATION] of entity [PaymentBudgetAllocation] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,259 |OFBiz-batch-2 |DatabaseUtil |E| Column [BUDGET_ID] of table [OFBIZ.PAYMENT_BUDGET_ALLOCATION] of entity [PaymentBudgetAllocation] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,259 |OFBiz-batch-2 |DatabaseUtil |E| Column [PAYMENT_ID] of table [OFBIZ.PAYMENT_BUDGET_ALLOCATION] of entity [PaymentBudgetAllocation] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,259 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.PAYMENT_CONTENT] of entity [PaymentContent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,259 |OFBiz-batch-2 |DatabaseUtil |E| Column [PAYMENT_ID] of table [OFBIZ.PAYMENT_CONTENT] of entity [PaymentContent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,259 |OFBiz-batch-2 |DatabaseUtil |E| Column [PAYMENT_CONTENT_TYPE_ID] of table [OFBIZ.PAYMENT_CONTENT] of entity [PaymentContent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,259 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTENT_ID] of table [OFBIZ.PAYMENT_CONTENT] of entity [PaymentContent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,259 |OFBiz-batch-2 |DatabaseUtil |E| Column [PAYMENT_CONTENT_TYPE_ID] of table [OFBIZ.PAYMENT_CONTENT_TYPE] of entity [PaymentContentType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,259 |OFBiz-batch-2 |DatabaseUtil |E| Column [PAYMENT_GATEWAY_CONFIG_ID] of table [OFBIZ.PAYMENT_GATEWAY_AUTHORIZE_NET] of entity [PaymentGatewayAuthorizeNet] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,259 |OFBiz-batch-2 |DatabaseUtil |E| Column [PAYMENT_GATEWAY_CONFIG_ID] of table [OFBIZ.PAYMENT_GATEWAY_CLEAR_COMMERCE] of entity [PaymentGatewayClearCommerce] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,259 |OFBiz-batch-2 |DatabaseUtil |E| Column [PAYMENT_GATEWAY_CONFIG_ID] of table [OFBIZ.PAYMENT_GATEWAY_CONFIG] of entity [PaymentGatewayConfig] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,259 |OFBiz-batch-2 |DatabaseUtil |E| Column [PAYMENT_GATEWAY_CONFIG_TYPE_ID] of table [OFBIZ.PAYMENT_GATEWAY_CONFIG_TYPE] of entity [PaymentGatewayConfigType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,259 |OFBiz-batch-2 |DatabaseUtil |E| Column [PAYMENT_GATEWAY_CONFIG_ID] of table [OFBIZ.PAYMENT_GATEWAY_CYBER_SOURCE] of entity [PaymentGatewayCyberSource] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,259 |OFBiz-batch-2 |DatabaseUtil |E| Column [PAYMENT_GATEWAY_CONFIG_ID] of table [OFBIZ.PAYMENT_GATEWAY_EWAY] of entity [PaymentGatewayEway] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,348 |OFBiz-batch-2 |DatabaseUtil |E| Column [PAYMENT_GATEWAY_CONFIG_ID] of table [OFBIZ.PAYMENT_GATEWAY_ORBITAL] of entity [PaymentGatewayOrbital] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,348 |OFBiz-batch-2 |DatabaseUtil |E| Column [PAYMENT_GATEWAY_CONFIG_ID] of table [OFBIZ.PAYMENT_GATEWAY_PAY_PAL] of entity [PaymentGatewayPayPal] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,348 |OFBiz-batch-2 |DatabaseUtil |E| Column [PAYMENT_GATEWAY_CONFIG_ID] of table [OFBIZ.PAYMENT_GATEWAY_PAYFLOW_PRO] of entity [PaymentGatewayPayflowPro] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,348 |OFBiz-batch-2 |DatabaseUtil |E| Column [PAYMENT_GATEWAY_RESP_MSG_ID] of table [OFBIZ.PAYMENT_GATEWAY_RESP_MSG] of entity [PaymentGatewayRespMsg] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,349 |OFBiz-batch-2 |DatabaseUtil |E| Column [PAYMENT_GATEWAY_RESPONSE_ID] of table [OFBIZ.PAYMENT_GATEWAY_RESPONSE] of entity [PaymentGatewayResponse] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,349 |OFBiz-batch-2 |DatabaseUtil |E| Column [PAYMENT_GATEWAY_CONFIG_ID] of table [OFBIZ.PAYMENT_GATEWAY_SAGE_PAY] of entity [PaymentGatewaySagePay] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,349 |OFBiz-batch-2 |DatabaseUtil |E| Column [PAYMENT_GATEWAY_CONFIG_ID] of table [OFBIZ.PAYMENT_GATEWAY_SECURE_PAY] of entity [PaymentGatewaySecurePay] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,349 |OFBiz-batch-2 |DatabaseUtil |E| Column [PAYMENT_GATEWAY_CONFIG_ID] of table [OFBIZ.PAYMENT_GATEWAY_WORLD_PAY] of entity [PaymentGatewayWorldPay] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,349 |OFBiz-batch-2 |DatabaseUtil |E| Column [PAYMENT_GATEWAY_CONFIG_ID] of table [OFBIZ.PAYMENT_GATEWAYI_D_E_A_L] of entity [PaymentGatewayiDEAL] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,349 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORGANIZATION_PARTY_ID] of table [OFBIZ.PAYMENT_GL_ACCOUNT_TYPE_MAP] of entity [PaymentGlAccountTypeMap] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,349 |OFBiz-batch-2 |DatabaseUtil |E| Column [PAYMENT_TYPE_ID] of table [OFBIZ.PAYMENT_GL_ACCOUNT_TYPE_MAP] of entity [PaymentGlAccountTypeMap] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,349 |OFBiz-batch-2 |DatabaseUtil |E| Column [PAYMENT_GROUP_ID] of table [OFBIZ.PAYMENT_GROUP] of entity [PaymentGroup] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,349 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.PAYMENT_GROUP_MEMBER] of entity [PaymentGroupMember] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,349 |OFBiz-batch-2 |DatabaseUtil |E| Column [PAYMENT_GROUP_ID] of table [OFBIZ.PAYMENT_GROUP_MEMBER] of entity [PaymentGroupMember] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,349 |OFBiz-batch-2 |DatabaseUtil |E| Column [PAYMENT_ID] of table [OFBIZ.PAYMENT_GROUP_MEMBER] of entity [PaymentGroupMember] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,349 |OFBiz-batch-2 |DatabaseUtil |E| Column [PAYMENT_GROUP_TYPE_ID] of table [OFBIZ.PAYMENT_GROUP_TYPE] of entity [PaymentGroupType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,349 |OFBiz-batch-2 |DatabaseUtil |E| Column [PAYMENT_METHOD_ID] of table [OFBIZ.PAYMENT_METHOD] of entity [PaymentMethod] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,349 |OFBiz-batch-2 |DatabaseUtil |E| Column [PAYMENT_METHOD_TYPE_ID] of table [OFBIZ.PAYMENT_METHOD_TYPE] of entity [PaymentMethodType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,349 |OFBiz-batch-2 |DatabaseUtil |E| Column [PAYMENT_METHOD_TYPE_ID] of table [OFBIZ.PAYMENT_METHOD_TYPE_GL_ACCOUNT] of entity [PaymentMethodTypeGlAccount] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,349 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORGANIZATION_PARTY_ID] of table [OFBIZ.PAYMENT_METHOD_TYPE_GL_ACCOUNT] of entity [PaymentMethodTypeGlAccount] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,350 |OFBiz-batch-2 |DatabaseUtil |E| Column [PAYMENT_TYPE_ID] of table [OFBIZ.PAYMENT_TYPE] of entity [PaymentType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,350 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.PAYMENT_TYPE_ATTR] of entity [PaymentTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,350 |OFBiz-batch-2 |DatabaseUtil |E| Column [PAYMENT_TYPE_ID] of table [OFBIZ.PAYMENT_TYPE_ATTR] of entity [PaymentTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,350 |OFBiz-batch-2 |DatabaseUtil |E| Column [ROLE_TYPE_ID] of table [OFBIZ.PAYROLL_PREFERENCE] of entity [PayrollPreference] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,350 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.PAYROLL_PREFERENCE] of entity [PayrollPreference] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,350 |OFBiz-batch-2 |DatabaseUtil |E| Column [PAYROLL_PREFERENCE_SEQ_ID] of table [OFBIZ.PAYROLL_PREFERENCE] of entity [PayrollPreference] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,350 |OFBiz-batch-2 |DatabaseUtil |E| Column [PERF_RATING_TYPE_ID] of table [OFBIZ.PERF_RATING_TYPE] of entity [PerfRatingType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,350 |OFBiz-batch-2 |DatabaseUtil |E| Column [PERF_REVIEW_ID] of table [OFBIZ.PERF_REVIEW] of entity [PerfReview] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,350 |OFBiz-batch-2 |DatabaseUtil |E| Column [EMPLOYEE_PARTY_ID] of table [OFBIZ.PERF_REVIEW] of entity [PerfReview] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,350 |OFBiz-batch-2 |DatabaseUtil |E| Column [EMPLOYEE_ROLE_TYPE_ID] of table [OFBIZ.PERF_REVIEW] of entity [PerfReview] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,350 |OFBiz-batch-2 |DatabaseUtil |E| Column [PERF_REVIEW_ID] of table [OFBIZ.PERF_REVIEW_ITEM] of entity [PerfReviewItem] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,350 |OFBiz-batch-2 |DatabaseUtil |E| Column [PERF_REVIEW_ITEM_SEQ_ID] of table [OFBIZ.PERF_REVIEW_ITEM] of entity [PerfReviewItem] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,350 |OFBiz-batch-2 |DatabaseUtil |E| Column [EMPLOYEE_ROLE_TYPE_ID] of table [OFBIZ.PERF_REVIEW_ITEM] of entity [PerfReviewItem] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,350 |OFBiz-batch-2 |DatabaseUtil |E| Column [EMPLOYEE_PARTY_ID] of table [OFBIZ.PERF_REVIEW_ITEM] of entity [PerfReviewItem] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,350 |OFBiz-batch-2 |DatabaseUtil |E| Column [PERF_REVIEW_ITEM_TYPE_ID] of table [OFBIZ.PERF_REVIEW_ITEM_TYPE] of entity [PerfReviewItemType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,350 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.PERFORMANCE_NOTE] of entity [PerformanceNote] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,350 |OFBiz-batch-2 |DatabaseUtil |E| Column [ROLE_TYPE_ID] of table [OFBIZ.PERFORMANCE_NOTE] of entity [PerformanceNote] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,350 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.PERFORMANCE_NOTE] of entity [PerformanceNote] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,350 |OFBiz-batch-2 |DatabaseUtil |E| Column [PERIOD_TYPE_ID] of table [OFBIZ.PERIOD_TYPE] of entity [PeriodType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,350 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.PERSON] of entity [Person] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,350 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.PERSON_TRAINING] of entity [PersonTraining] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,351 |OFBiz-batch-2 |DatabaseUtil |E| Column [TRAINING_CLASS_TYPE_ID] of table [OFBIZ.PERSON_TRAINING] of entity [PersonTraining] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,351 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.PERSON_TRAINING] of entity [PersonTraining] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,351 |OFBiz-batch-2 |DatabaseUtil |E| Column [PHYSICAL_INVENTORY_ID] of table [OFBIZ.PHYSICAL_INVENTORY] of entity [PhysicalInventory] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,351 |OFBiz-batch-2 |DatabaseUtil |E| Column [PICKLIST_ID] of table [OFBIZ.PICKLIST] of entity [Picklist] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,351 |OFBiz-batch-2 |DatabaseUtil |E| Column [PICKLIST_BIN_ID] of table [OFBIZ.PICKLIST_BIN] of entity [PicklistBin] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,351 |OFBiz-batch-2 |DatabaseUtil |E| Column [INVENTORY_ITEM_ID] of table [OFBIZ.PICKLIST_ITEM] of entity [PicklistItem] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,351 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ID] of table [OFBIZ.PICKLIST_ITEM] of entity [PicklistItem] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,351 |OFBiz-batch-2 |DatabaseUtil |E| Column [SHIP_GROUP_SEQ_ID] of table [OFBIZ.PICKLIST_ITEM] of entity [PicklistItem] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,351 |OFBiz-batch-2 |DatabaseUtil |E| Column [PICKLIST_BIN_ID] of table [OFBIZ.PICKLIST_ITEM] of entity [PicklistItem] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,351 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORDER_ITEM_SEQ_ID] of table [OFBIZ.PICKLIST_ITEM] of entity [PicklistItem] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,351 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.PICKLIST_ROLE] of entity [PicklistRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,351 |OFBiz-batch-2 |DatabaseUtil |E| Column [PICKLIST_ID] of table [OFBIZ.PICKLIST_ROLE] of entity [PicklistRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,351 |OFBiz-batch-2 |DatabaseUtil |E| Column [ROLE_TYPE_ID] of table [OFBIZ.PICKLIST_ROLE] of entity [PicklistRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,351 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.PICKLIST_ROLE] of entity [PicklistRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,351 |OFBiz-batch-2 |DatabaseUtil |E| Column [PICKLIST_ID] of table [OFBIZ.PICKLIST_STATUS_HISTORY] of entity [PicklistStatusHistory] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,351 |OFBiz-batch-2 |DatabaseUtil |E| Column [CHANGE_DATE] of table [OFBIZ.PICKLIST_STATUS_HISTORY] of entity [PicklistStatusHistory] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,351 |OFBiz-batch-2 |DatabaseUtil |E| Column [PLATFORM_TYPE_ID] of table [OFBIZ.PLATFORM_TYPE] of entity [PlatformType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,351 |OFBiz-batch-2 |DatabaseUtil |E| Column [PORTAL_PAGE_ID] of table [OFBIZ.PORTAL_PAGE] of entity [PortalPage] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,351 |OFBiz-batch-2 |DatabaseUtil |E| Column [PORTAL_PAGE_ID] of table [OFBIZ.PORTAL_PAGE_COLUMN] of entity [PortalPageColumn] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,351 |OFBiz-batch-2 |DatabaseUtil |E| Column [COLUMN_SEQ_ID] of table [OFBIZ.PORTAL_PAGE_COLUMN] of entity [PortalPageColumn] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,351 |OFBiz-batch-2 |DatabaseUtil |E| Column [PORTAL_PAGE_ID] of table [OFBIZ.PORTAL_PAGE_PORTLET] of entity [PortalPagePortlet] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,351 |OFBiz-batch-2 |DatabaseUtil |E| Column [PORTLET_SEQ_ID] of table [OFBIZ.PORTAL_PAGE_PORTLET] of entity [PortalPagePortlet] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,351 |OFBiz-batch-2 |DatabaseUtil |E| Column [PORTAL_PORTLET_ID] of table [OFBIZ.PORTAL_PAGE_PORTLET] of entity [PortalPagePortlet] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,352 |OFBiz-batch-2 |DatabaseUtil |E| Column [PORTAL_PORTLET_ID] of table [OFBIZ.PORTAL_PORTLET] of entity [PortalPortlet] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,352 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.PORTLET_ATTRIBUTE] of entity [PortletAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,352 |OFBiz-batch-2 |DatabaseUtil |E| Column [PORTAL_PAGE_ID] of table [OFBIZ.PORTLET_ATTRIBUTE] of entity [PortletAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,352 |OFBiz-batch-2 |DatabaseUtil |E| Column [PORTLET_SEQ_ID] of table [OFBIZ.PORTLET_ATTRIBUTE] of entity [PortletAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,352 |OFBiz-batch-2 |DatabaseUtil |E| Column [PORTAL_PORTLET_ID] of table [OFBIZ.PORTLET_ATTRIBUTE] of entity [PortletAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,352 |OFBiz-batch-2 |DatabaseUtil |E| Column [PORTLET_CATEGORY_ID] of table [OFBIZ.PORTLET_CATEGORY] of entity [PortletCategory] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,352 |OFBiz-batch-2 |DatabaseUtil |E| Column [PORTAL_PORTLET_ID] of table [OFBIZ.PORTLET_PORTLET_CATEGORY] of entity [PortletPortletCategory] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,352 |OFBiz-batch-2 |DatabaseUtil |E| Column [PORTLET_CATEGORY_ID] of table [OFBIZ.PORTLET_PORTLET_CATEGORY] of entity [PortletPortletCategory] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,352 |OFBiz-batch-2 |DatabaseUtil |E| Column [POS_TERMINAL_ID] of table [OFBIZ.POS_TERMINAL] of entity [PosTerminal] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,352 |OFBiz-batch-2 |DatabaseUtil |E| Column [POS_TERMINAL_LOG_ID] of table [OFBIZ.POS_TERMINAL_INTERN_TX] of entity [PosTerminalInternTx] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,352 |OFBiz-batch-2 |DatabaseUtil |E| Column [POS_TERMINAL_LOG_ID] of table [OFBIZ.POS_TERMINAL_LOG] of entity [PosTerminalLog] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,352 |OFBiz-batch-2 |DatabaseUtil |E| Column [OPENED_DATE] of table [OFBIZ.POS_TERMINAL_STATE] of entity [PosTerminalState] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,352 |OFBiz-batch-2 |DatabaseUtil |E| Column [POS_TERMINAL_ID] of table [OFBIZ.POS_TERMINAL_STATE] of entity [PosTerminalState] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,352 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTACT_MECH_ID] of table [OFBIZ.POSTAL_ADDRESS] of entity [PostalAddress] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,353 |OFBiz-batch-2 |DatabaseUtil |E| Column [GEO_ID] of table [OFBIZ.POSTAL_ADDRESS_BOUNDARY] of entity [PostalAddressBoundary] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,353 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTACT_MECH_ID] of table [OFBIZ.POSTAL_ADDRESS_BOUNDARY] of entity [PostalAddressBoundary] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,353 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRIORITY_TYPE_ID] of table [OFBIZ.PRIORITY_TYPE] of entity [PriorityType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,353 |OFBiz-batch-2 |DatabaseUtil |E| Column [PROD_CATALOG_ID] of table [OFBIZ.PROD_CATALOG] of entity [ProdCatalog] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,353 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.PROD_CATALOG_CATEGORY] of entity [ProdCatalogCategory] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,353 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_CATEGORY_ID] of table [OFBIZ.PROD_CATALOG_CATEGORY] of entity [ProdCatalogCategory] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,353 |OFBiz-batch-2 |DatabaseUtil |E| Column [PROD_CATALOG_ID] of table [OFBIZ.PROD_CATALOG_CATEGORY] of entity [ProdCatalogCategory] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,353 |OFBiz-batch-2 |DatabaseUtil |E| Column [PROD_CATALOG_CATEGORY_TYPE_ID] of table [OFBIZ.PROD_CATALOG_CATEGORY] of entity [ProdCatalogCategory] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,353 |OFBiz-batch-2 |DatabaseUtil |E| Column [PROD_CATALOG_CATEGORY_TYPE_ID] of table [OFBIZ.PROD_CATALOG_CATEGORY_TYPE] of entity [ProdCatalogCategoryType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,353 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.PROD_CATALOG_INV_FACILITY] of entity [ProdCatalogInvFacility] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,353 |OFBiz-batch-2 |DatabaseUtil |E| Column [FACILITY_ID] of table [OFBIZ.PROD_CATALOG_INV_FACILITY] of entity [ProdCatalogInvFacility] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,353 |OFBiz-batch-2 |DatabaseUtil |E| Column [PROD_CATALOG_ID] of table [OFBIZ.PROD_CATALOG_INV_FACILITY] of entity [ProdCatalogInvFacility] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,353 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.PROD_CATALOG_ROLE] of entity [ProdCatalogRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,353 |OFBiz-batch-2 |DatabaseUtil |E| Column [ROLE_TYPE_ID] of table [OFBIZ.PROD_CATALOG_ROLE] of entity [ProdCatalogRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,353 |OFBiz-batch-2 |DatabaseUtil |E| Column [PROD_CATALOG_ID] of table [OFBIZ.PROD_CATALOG_ROLE] of entity [ProdCatalogRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,354 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.PROD_CATALOG_ROLE] of entity [ProdCatalogRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,354 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONF_ITEM_CONTENT_TYPE_ID] of table [OFBIZ.PROD_CONF_ITEM_CONTENT] of entity [ProdConfItemContent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,354 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.PROD_CONF_ITEM_CONTENT] of entity [ProdConfItemContent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,354 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONFIG_ITEM_ID] of table [OFBIZ.PROD_CONF_ITEM_CONTENT] of entity [ProdConfItemContent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,354 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTENT_ID] of table [OFBIZ.PROD_CONF_ITEM_CONTENT] of entity [ProdConfItemContent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,354 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONF_ITEM_CONTENT_TYPE_ID] of table [OFBIZ.PROD_CONF_ITEM_CONTENT_TYPE] of entity [ProdConfItemContentType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,354 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_ID] of table [OFBIZ.PRODUCT] of entity [Product] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,354 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.PRODUCT_ASSOC] of entity [ProductAssoc] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,354 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_ID] of table [OFBIZ.PRODUCT_ASSOC] of entity [ProductAssoc] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,354 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_ID_TO] of table [OFBIZ.PRODUCT_ASSOC] of entity [ProductAssoc] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,354 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_ASSOC_TYPE_ID] of table [OFBIZ.PRODUCT_ASSOC] of entity [ProductAssoc] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,355 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_ASSOC_TYPE_ID] of table [OFBIZ.PRODUCT_ASSOC_TYPE] of entity [ProductAssocType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,355 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.PRODUCT_ATTRIBUTE] of entity [ProductAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,355 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_ID] of table [OFBIZ.PRODUCT_ATTRIBUTE] of entity [ProductAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,355 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.PRODUCT_AVERAGE_COST] of entity [ProductAverageCost] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,355 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_AVERAGE_COST_TYPE_ID] of table [OFBIZ.PRODUCT_AVERAGE_COST] of entity [ProductAverageCost] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,355 |OFBiz-batch-2 |DatabaseUtil |E| Column [FACILITY_ID] of table [OFBIZ.PRODUCT_AVERAGE_COST] of entity [ProductAverageCost] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,355 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORGANIZATION_PARTY_ID] of table [OFBIZ.PRODUCT_AVERAGE_COST] of entity [ProductAverageCost] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,355 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_ID] of table [OFBIZ.PRODUCT_AVERAGE_COST] of entity [ProductAverageCost] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,355 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_AVERAGE_COST_TYPE_ID] of table [OFBIZ.PRODUCT_AVERAGE_COST_TYPE] of entity [ProductAverageCostType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,355 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_ID] of table [OFBIZ.PRODUCT_CALCULATED_INFO] of entity [ProductCalculatedInfo] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,355 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_CATEGORY_ID] of table [OFBIZ.PRODUCT_CATEGORY] of entity [ProductCategory] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,355 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.PRODUCT_CATEGORY_ATTRIBUTE] of entity [ProductCategoryAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,355 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_CATEGORY_ID] of table [OFBIZ.PRODUCT_CATEGORY_ATTRIBUTE] of entity [ProductCategoryAttribute] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,355 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.PRODUCT_CATEGORY_CONTENT] of entity [ProductCategoryContent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,356 |OFBiz-batch-2 |DatabaseUtil |E| Column [PROD_CAT_CONTENT_TYPE_ID] of table [OFBIZ.PRODUCT_CATEGORY_CONTENT] of entity [ProductCategoryContent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,356 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTENT_ID] of table [OFBIZ.PRODUCT_CATEGORY_CONTENT] of entity [ProductCategoryContent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,356 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_CATEGORY_ID] of table [OFBIZ.PRODUCT_CATEGORY_CONTENT] of entity [ProductCategoryContent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,356 |OFBiz-batch-2 |DatabaseUtil |E| Column [PROD_CAT_CONTENT_TYPE_ID] of table [OFBIZ.PRODUCT_CATEGORY_CONTENT_TYPE] of entity [ProductCategoryContentType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,356 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_CATEGORY_ID] of table [OFBIZ.PRODUCT_CATEGORY_GL_ACCOUNT] of entity [ProductCategoryGlAccount] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,356 |OFBiz-batch-2 |DatabaseUtil |E| Column [ORGANIZATION_PARTY_ID] of table [OFBIZ.PRODUCT_CATEGORY_GL_ACCOUNT] of entity [ProductCategoryGlAccount] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,356 |OFBiz-batch-2 |DatabaseUtil |E| Column [GL_ACCOUNT_TYPE_ID] of table [OFBIZ.PRODUCT_CATEGORY_GL_ACCOUNT] of entity [ProductCategoryGlAccount] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,356 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.PRODUCT_CATEGORY_LINK] of entity [ProductCategoryLink] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,356 |OFBiz-batch-2 |DatabaseUtil |E| Column [LINK_SEQ_ID] of table [OFBIZ.PRODUCT_CATEGORY_LINK] of entity [ProductCategoryLink] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,356 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_CATEGORY_ID] of table [OFBIZ.PRODUCT_CATEGORY_LINK] of entity [ProductCategoryLink] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,356 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.PRODUCT_CATEGORY_MEMBER] of entity [ProductCategoryMember] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,356 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_CATEGORY_ID] of table [OFBIZ.PRODUCT_CATEGORY_MEMBER] of entity [ProductCategoryMember] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,356 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_ID] of table [OFBIZ.PRODUCT_CATEGORY_MEMBER] of entity [ProductCategoryMember] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,356 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.PRODUCT_CATEGORY_ROLE] of entity [ProductCategoryRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,356 |OFBiz-batch-2 |DatabaseUtil |E| Column [ROLE_TYPE_ID] of table [OFBIZ.PRODUCT_CATEGORY_ROLE] of entity [ProductCategoryRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,356 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_CATEGORY_ID] of table [OFBIZ.PRODUCT_CATEGORY_ROLE] of entity [ProductCategoryRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,357 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARTY_ID] of table [OFBIZ.PRODUCT_CATEGORY_ROLE] of entity [ProductCategoryRole] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,357 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.PRODUCT_CATEGORY_ROLLUP] of entity [ProductCategoryRollup] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,357 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_CATEGORY_ID] of table [OFBIZ.PRODUCT_CATEGORY_ROLLUP] of entity [ProductCategoryRollup] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,357 |OFBiz-batch-2 |DatabaseUtil |E| Column [PARENT_PRODUCT_CATEGORY_ID] of table [OFBIZ.PRODUCT_CATEGORY_ROLLUP] of entity [ProductCategoryRollup] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,357 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_CATEGORY_TYPE_ID] of table [OFBIZ.PRODUCT_CATEGORY_TYPE] of entity [ProductCategoryType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,357 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.PRODUCT_CATEGORY_TYPE_ATTR] of entity [ProductCategoryTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,357 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_CATEGORY_TYPE_ID] of table [OFBIZ.PRODUCT_CATEGORY_TYPE_ATTR] of entity [ProductCategoryTypeAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,357 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.PRODUCT_CONFIG] of entity [ProductConfig] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,357 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONFIG_ITEM_ID] of table [OFBIZ.PRODUCT_CONFIG] of entity [ProductConfig] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,357 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_ID] of table [OFBIZ.PRODUCT_CONFIG] of entity [ProductConfig] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,357 |OFBiz-batch-2 |DatabaseUtil |E| Column [SEQUENCE_NUM] of table [OFBIZ.PRODUCT_CONFIG] of entity [ProductConfig] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,357 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONFIG_OPTION_ID] of table [OFBIZ.PRODUCT_CONFIG_CONFIG] of entity [ProductConfigConfig] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,357 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONFIG_ITEM_ID] of table [OFBIZ.PRODUCT_CONFIG_CONFIG] of entity [ProductConfigConfig] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,357 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONFIG_ID] of table [OFBIZ.PRODUCT_CONFIG_CONFIG] of entity [ProductConfigConfig] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,357 |OFBiz-batch-2 |DatabaseUtil |E| Column [SEQUENCE_NUM] of table [OFBIZ.PRODUCT_CONFIG_CONFIG] of entity [ProductConfigConfig] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,357 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONFIG_ITEM_ID] of table [OFBIZ.PRODUCT_CONFIG_ITEM] of entity [ProductConfigItem] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,357 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONFIG_OPTION_ID] of table [OFBIZ.PRODUCT_CONFIG_OPTION] of entity [ProductConfigOption] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,357 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONFIG_ITEM_ID] of table [OFBIZ.PRODUCT_CONFIG_OPTION] of entity [ProductConfigOption] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,357 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONFIG_OPTION_ID] of table [OFBIZ.PRODUCT_CONFIG_OPTION_IACTN] of entity [ProductConfigOptionIactn] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,357 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONFIG_ITEM_ID_TO] of table [OFBIZ.PRODUCT_CONFIG_OPTION_IACTN] of entity [ProductConfigOptionIactn] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,357 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONFIG_ITEM_ID] of table [OFBIZ.PRODUCT_CONFIG_OPTION_IACTN] of entity [ProductConfigOptionIactn] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,357 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONFIG_OPTION_ID_TO] of table [OFBIZ.PRODUCT_CONFIG_OPTION_IACTN] of entity [ProductConfigOptionIactn] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,357 |OFBiz-batch-2 |DatabaseUtil |E| Column [SEQUENCE_NUM] of table [OFBIZ.PRODUCT_CONFIG_OPTION_IACTN] of entity [ProductConfigOptionIactn] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,357 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONFIG_OPTION_ID] of table [OFBIZ.PRODUCT_CONFIG_PRODUCT] of entity [ProductConfigProduct] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,357 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONFIG_ITEM_ID] of table [OFBIZ.PRODUCT_CONFIG_PRODUCT] of entity [ProductConfigProduct] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,358 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_ID] of table [OFBIZ.PRODUCT_CONFIG_PRODUCT] of entity [ProductConfigProduct] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,358 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_ID] of table [OFBIZ.PRODUCT_CONFIG_STATS] of entity [ProductConfigStats] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,358 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONFIG_ID] of table [OFBIZ.PRODUCT_CONFIG_STATS] of entity [ProductConfigStats] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,358 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.PRODUCT_CONTENT] of entity [ProductContent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,358 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_ID] of table [OFBIZ.PRODUCT_CONTENT] of entity [ProductContent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,358 |OFBiz-batch-2 |DatabaseUtil |E| Column [CONTENT_ID] of table [OFBIZ.PRODUCT_CONTENT] of entity [ProductContent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,358 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_CONTENT_TYPE_ID] of table [OFBIZ.PRODUCT_CONTENT] of entity [ProductContent] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,358 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_CONTENT_TYPE_ID] of table [OFBIZ.PRODUCT_CONTENT_TYPE] of entity [ProductContentType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,358 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.PRODUCT_COST_COMPONENT_CALC] of entity [ProductCostComponentCalc] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,358 |OFBiz-batch-2 |DatabaseUtil |E| Column [COST_COMPONENT_TYPE_ID] of table [OFBIZ.PRODUCT_COST_COMPONENT_CALC] of entity [ProductCostComponentCalc] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,358 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_ID] of table [OFBIZ.PRODUCT_COST_COMPONENT_CALC] of entity [ProductCostComponentCalc] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,358 |OFBiz-batch-2 |DatabaseUtil |E| Column [FACILITY_ID] of table [OFBIZ.PRODUCT_FACILITY] of entity [ProductFacility] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,358 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_ID] of table [OFBIZ.PRODUCT_FACILITY] of entity [ProductFacility] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,358 |OFBiz-batch-2 |DatabaseUtil |E| Column [LOCATION_SEQ_ID] of table [OFBIZ.PRODUCT_FACILITY_LOCATION] of entity [ProductFacilityLocation] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,358 |OFBiz-batch-2 |DatabaseUtil |E| Column [FACILITY_ID] of table [OFBIZ.PRODUCT_FACILITY_LOCATION] of entity [ProductFacilityLocation] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,358 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_ID] of table [OFBIZ.PRODUCT_FACILITY_LOCATION] of entity [ProductFacilityLocation] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,358 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_FEATURE_ID] of table [OFBIZ.PRODUCT_FEATURE] of entity [ProductFeature] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,358 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.PRODUCT_FEATURE_APPL] of entity [ProductFeatureAppl] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,358 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_FEATURE_ID] of table [OFBIZ.PRODUCT_FEATURE_APPL] of entity [ProductFeatureAppl] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,358 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_ID] of table [OFBIZ.PRODUCT_FEATURE_APPL] of entity [ProductFeatureAppl] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,358 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.PRODUCT_FEATURE_APPL_ATTR] of entity [ProductFeatureApplAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,358 |OFBiz-batch-2 |DatabaseUtil |E| Column [ATTR_NAME] of table [OFBIZ.PRODUCT_FEATURE_APPL_ATTR] of entity [ProductFeatureApplAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,358 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_FEATURE_ID] of table [OFBIZ.PRODUCT_FEATURE_APPL_ATTR] of entity [ProductFeatureApplAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,358 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_ID] of table [OFBIZ.PRODUCT_FEATURE_APPL_ATTR] of entity [ProductFeatureApplAttr] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,359 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_FEATURE_APPL_TYPE_ID] of table [OFBIZ.PRODUCT_FEATURE_APPL_TYPE] of entity [ProductFeatureApplType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,359 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.PRODUCT_FEATURE_CAT_GRP_APPL] of entity [ProductFeatureCatGrpAppl] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,359 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_CATEGORY_ID] of table [OFBIZ.PRODUCT_FEATURE_CAT_GRP_APPL] of entity [ProductFeatureCatGrpAppl] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,359 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_FEATURE_GROUP_ID] of table [OFBIZ.PRODUCT_FEATURE_CAT_GRP_APPL] of entity [ProductFeatureCatGrpAppl] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,359 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_FEATURE_CATEGORY_ID] of table [OFBIZ.PRODUCT_FEATURE_CATEGORY] of entity [ProductFeatureCategory] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,359 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.PRODUCT_FEATURE_CATEGORY_APPL] of entity [ProductFeatureCategoryAppl] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,359 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_CATEGORY_ID] of table [OFBIZ.PRODUCT_FEATURE_CATEGORY_APPL] of entity [ProductFeatureCategoryAppl] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,359 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_FEATURE_CATEGORY_ID] of table [OFBIZ.PRODUCT_FEATURE_CATEGORY_APPL] of entity [ProductFeatureCategoryAppl] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,359 |OFBiz-batch-2 |DatabaseUtil |E| Column [DATA_RESOURCE_ID] of table [OFBIZ.PRODUCT_FEATURE_DATA_RESOURCE] of entity [ProductFeatureDataResource] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,359 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_FEATURE_ID] of table [OFBIZ.PRODUCT_FEATURE_DATA_RESOURCE] of entity [ProductFeatureDataResource] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,359 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_FEATURE_GROUP_ID] of table [OFBIZ.PRODUCT_FEATURE_GROUP] of entity [ProductFeatureGroup] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,359 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.PRODUCT_FEATURE_GROUP_APPL] of entity [ProductFeatureGroupAppl] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,359 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_FEATURE_ID] of table [OFBIZ.PRODUCT_FEATURE_GROUP_APPL] of entity [ProductFeatureGroupAppl] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,359 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_FEATURE_GROUP_ID] of table [OFBIZ.PRODUCT_FEATURE_GROUP_APPL] of entity [ProductFeatureGroupAppl] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,359 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_FEATURE_ID] of table [OFBIZ.PRODUCT_FEATURE_IACTN] of entity [ProductFeatureIactn] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,359 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_FEATURE_ID_TO] of table [OFBIZ.PRODUCT_FEATURE_IACTN] of entity [ProductFeatureIactn] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,360 |OFBiz-batch-2 |DatabaseUtil |E| Column [PRODUCT_FEATURE_IACTN_TYPE_ID] of table [OFBIZ.PRODUCT_FEATURE_IACTN_TYPE] of entity [ProductFeatureIactnType] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values. 2020-06-07 23:13:28,360 |OFBiz-batch-2 |DatabaseUtil |E| Column [FROM_DATE] of table [OFBIZ.PRODUCT_FEATURE_PRICE] of entity [ProductFeaturePrice] IS NOT a primary key in the database, but IS a primary key in the entity definition. The primary key for this table needs to be re-created or modified to add this column to the primary key. Note that data may need to be added first as a primary key column cannot have an null values.