Quantcast
Channel: Mendix Forum Questions
Viewing all articles
Browse latest Browse all 82448

Entity id 'XX' has no corresponding meta object name

$
0
0

 

Hi Team,

 

I am getting below error whenever i try to exceute some activity.

Could anyone please explain what could cause this error?

Is it missing the association for that entity?

 

Stacktrace :

 

2017-03-31 10:30:48.329 ERROR - ActionManager: com.mendix.modules.microflowengine.MicroflowException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: The provided entity id '67' has no corresponding meta object name
        at CFT.AutoSalesforceFileRead (RetrieveByXPath : 'Retrieve InterfaceDefinition from database')
        at CFT.ImportSalesforceFiles (SubMicroflow : 'AutoSalesforceFileRead')

Advanced stacktrace:
        at com.mendix.modules.microflowengine.MicroflowUtil.processException(MicroflowUtil.java:143)

Caused by: com.mendix.core.CoreRuntimeException: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: The provided entity id '67' has no corresponding meta object name
        at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:178)

Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: com.mendix.core.CoreRuntimeException: The provided entity id '67' has no corresponding meta object name
        at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:36)

Caused by: com.mendix.core.CoreRuntimeException: The provided entity id '67' has no corresponding meta object name
        at com.mendix.core.objectmanagement.SchemeManagerImpl.getObjectType(SchemeManagerImpl.java:1435)
        at com.mendix.core.objectmanagement.MendixIdentifier.getObjectType(MendixIdentifier.java:94)
        at com.mendix.core.objectmanagement.MendixObjectImpl.setId(MendixObjectImpl.java:317)
        at com.mendix.core.objectmanagement.SchemeManagerImpl.getInstance(SchemeManagerImpl.java:936)
        at com.mendix.core.action.user.RetrieveXPathAction.executeAction(RetrieveXPathAction.java:53)
        at com.mendix.core.action.user.RetrieveXPathAction.executeAction(RetrieveXPathAction.java:17)
        at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49)
        at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260)
        at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248)
        at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168)
        at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)
        at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:174)
        at com.mendix.core.component.InternalCore.retrieveXPathQuery(InternalCore.java:1151)
        at com.mendix.core.component.InternalCore.retrieveXPathQuery(InternalCore.java:1117)
        at com.mendix.modules.microflowengine.actions.mxobject.RetrieveByXPathAction.execute(RetrieveAction.scala:76)
        at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47)
        at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192)
        at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149)
        at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49)
        at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260)
        at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248)
        at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168)
        at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)
        at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:174)
        at com.mendix.core.component.InternalCore.executeSync(InternalCore.java:465)
        at com.mendix.modules.microflowengine.actions.SubMicroflowAction.execute(SubMicroflowAction.scala:43)
        at com.mendix.modules.microflowengine.microflow.impl.MicroflowObject.execute(MicroflowObject.java:47)
        at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAfterBreakingIfNecessary(MicroflowImpl.java:192)
        at com.mendix.modules.microflowengine.microflow.impl.MicroflowImpl.executeAction(MicroflowImpl.java:149)
        at com.mendix.systemwideinterfaces.core.UserAction.execute(UserAction.java:49)
        at com.mendix.core.actionmanagement.CoreAction.doCall(CoreAction.java:260)
        at com.mendix.core.actionmanagement.CoreAction.call(CoreAction.java:248)
        at com.mendix.core.actionmanagement.ActionManager$1.execute(ActionManager.java:168)
        at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)
        at com.mendix.core.actionmanagement.ActionManager.executeSync(ActionManager.java:174)
        at com.mendix.core.component.InternalCore.execute(InternalCore.java:383)
        at com.mendix.core.actionmanagement.UserScheduledAction.executeScheduledAction(ScheduledAction.scala:65)
        at com.mendix.core.actionmanagement.ScheduledAction$ScheduledRun$$anonfun$run$1.apply(ScheduledAction.scala:127)
        at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2$$anon$1.execute(ActionDispatching.scala:144)
        at com.mendix.util.classloading.Runner.doRunUsingClassLoaderOf(Runner.java:32)
        at com.mendix.core.session.Worker$$anonfun$receive$3$$anonfun$2.apply(ActionDispatching.scala:146)
        at scala.util.Try$.apply(Try.scala:192)
        at com.mendix.core.session.Worker$$anonfun$receive$3.applyOrElse(ActionDispatching.scala:140)
        at akka.actor.Actor$class.aroundReceive(Actor.scala:465)
        at com.mendix.core.session.Worker.aroundReceive(ActionDispatching.scala:136)
        at akka.actor.ActorCell.receiveMessage(ActorCell.scala:516)
        at akka.actor.ActorCell.invoke(ActorCell.scala:487)
        at akka.dispatch.Mailbox.processMailbox(Mailbox.scala:238)
        at akka.dispatch.Mailbox.run(Mailbox.scala:220)
        at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(AbstractDispatcher.scala:393)
        at scala.concurrent.forkjoin.ForkJoinTask.doExec(ForkJoinTask.java:260)
        at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1339)
        at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
        at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
 


Viewing all articles
Browse latest Browse all 82448

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>