Application Startup

0
Dears,   running the application on local machine is working perfectly, but deploying to my development server raising this error:   INFO - ConnectionBus: Database product information: Oracle Oracle Database 12c Standard Edition Release 12.2.0.1.0 - 64bit Production INFO - ConnectionBus: Database engine version: 12.2 ERROR - M2EE: An error occurred while initializing the Runtime: Could not find child entity with id 5709c975-b28c-4a7a-b61c-8302197aa02f for association ExcelImporter.Column_Template ERROR - M2EE: com.mendix.m2ee.api.AdminException: An error occurred while initializing the Runtime: Could not find child entity with id 5709c975-b28c-4a7a-b61c-8302197aa02f for association ExcelImporter.Column_Template at com.mendix.basis.impl.MxRuntimeImplBase.start(MxRuntimeImplBase.java:348) Caused by: com.mendix.connectionbus.ConnectionBusRuntimeException: Could not find child entity with id 5709c975-b28c-4a7a-b61c-8302197aa02f for association ExcelImporter.Column_Template at com.mendix.connectionbus.modelsynchronization.analysis.mappingreaders.DatabaseMappingReader.handleAssociationResult$1(DatabaseMappingReader.scala:259) ERROR: Executing start did not succeed: result: 1, message: An error occurred while initializing the Runtime: Could not find child entity with id 5709c975-b28c-4a7a-b61c-8302197aa02f for association ExcelImporter.Column_Template, caused by: Could not find child entity with id 5709c975-b28c-4a7a-b61c-8302197aa02f for association ExcelImporter.Column_Template at com.mendix.connectionbus.modelsynchronization.analysis.mappingreaders.DatabaseMappingReader.$anonfun$fillAssociations$5(DatabaseMappingReader.scala:297) at com.mendix.connectionbus.modelsynchronization.analysis.mappingreaders.DatabaseMappingReader.$anonfun$fillAssociations$5$adapted(DatabaseMappingReader.scala:297) at scala.collection.Iterator.foreach(Iterator.scala:941) at scala.collection.Iterator.foreach$(Iterator.scala:941) WARNING: start failed, stopping at com.mendix.connectionbus.util.ResultSetIterator.foreach(ResultSetIterator.scala:5) at com.mendix.connectionbus.modelsynchronization.analysis.mappingreaders.DatabaseMappingReader.$anonfun$fillAssociations$4(DatabaseMappingReader.scala:297) INFO: stopping app... at com.mendix.connectionbus.modelsynchronization.analysis.mappingreaders.DatabaseMappingReader.$anonfun$fillAssociations$4$adapted(DatabaseMappingReader.scala:297) at com.mendix.connectionbus.util.Using$.using(Using.scala:6) INFO: Waiting for the application to shutdown…   what I tried: deleting excel importer module. drop all excel importer manually. change the uniqueness check to runtime.   all these options doesn't work, do you have any idea.   Thanks.
asked
1 answers
0

Hi Liath,

Did you try to restore an older/newer version of the database?

Cheers,

Andries

answered