Import Excel Error !!

1
 Hi all, I use excel importor module to import data to my application, It’s working very well in my local (build-in db) , but on my dev (Pg db) I got error message as below , for 1 table other table is working. This table in local (build-in db) can import without any error,   INFO - ExcelImporter: Statistics, Objects of type 'MyModule.Batman' Created: 1000 Synchronized: 0 Not found: 0 Skipped: 0 INFO - ExcelImporter: Statistics, Objects of type 'MyModule.Batman' Created: 2000 Synchronized: 0 Not found: 0 Skipped: 0 Exception in thread "pool-2-thread-10" java.lang.StackOverflowError CRITICAL - ActionManager: Error in execution of monitored action '{"name":"ExcelImporter.IVK_ImportTemplateDocument","type":"Microflow"}' (execution id: ce036558-9950-4ffd-bb32-31775a021c79, execution type: CLIENT_ASYNC_MONITORED) at com.mendix.basis.component.TransactionCore.commit(TransactionCore.scala:28) at com.mendix.basis.component.TransactionCore.commit$(TransactionCore.scala:27) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:22) at com.mendix.basis.component.TransactionCore.commit(TransactionCore.scala:23) at com.mendix.basis.component.TransactionCore.commit$(TransactionCore.scala:23) at com.mendix.basis.component.InternalCore.commit(InternalCore.scala:22) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges(ChangeItemsExecutor.scala:34) at com.mendix.modules.microflowengine.actions.mxobject.ChangeItemsExecutor.executeChanges$(ChangeItemsExecutor.scala:20) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.executeChanges(ChangeAction.scala:12) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:42) at com.mendix.modules.microflowengine.actions.mxobject.ChangeAction.execute(ChangeAction.scala:12) at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.$anonfun$execute$1(MicroflowObject.scala:31) CRITICAL - ActionManager: java.lang.StackOverflowError: null  
asked
2 answers
6

Hi

Download the previous version of Excel Importer by replacing the existing module.

answered
0

A previous question has been raised regarding this issue https://forum.mendix.com/link/questions/107274 

Check also release notes of the latest version of excel importer.

That might help. 

answered