Entity ID warning after upgrade to Version 4

1
I get this stacktrace: 2013-04-08 13:07:39.437 WARNING - Core: Object with id '[MendixIdentifier:: id=8725724278882715 objectType=Main.Client entityID=31]' could not be retrieved. 2013-04-08 13:07:41.859 WARNING - Core: Object with id '[MendixIdentifier:: id=8725724278882715 objectType=Main.Client entityID=31]' could not be retrieved. 2013-04-08 13:07:41.922 WARNING - Core: Object with id '[MendixIdentifier:: id=8725724278882715 objectType=Main.Client entityID=31]' could not be retrieved. 2013-04-08 13:07:45.453 WARNING - Core: Object with id '[MendixIdentifier:: id=8725724278882715 objectType=Main.Client entityID=31]' could not be retrieved. 2013-04-08 13:07:52.031 WARNING - Core: Object with id '[MendixIdentifier:: id=8725724278882729 objectType=Main.Client entityID=31]' could not be retrieved. 2013-04-08 13:07:58.203 WARNING - Core: Object with id '[MendixIdentifier:: id=8725724278882729 objectType=Main.Client entityID=31]' could not be retrieved. 2013-04-08 13:08:00.391 WARNING - Core: Object with id '[MendixIdentifier:: id=8725724278882729 objectType=Main.Client entityID=31]' could not be retrieved. 2013-04-08 13:08:03.000 WARNING - Core: Object with id '[MendixIdentifier:: id=8725724278882729 objectType=Main.Client entityID=31]' could not be retrieved. 2013-04-08 13:08:03.219 WARNING - Core: Object with id '[MendixIdentifier:: id=8725724278882729 objectType=Main.Client entityID=31]' could not be retrieved. 2013-04-08 13:08:22.641 WARNING - Core: Object with id '[MendixIdentifier:: id=8725724278882729 objectType=Main.Client entityID=31]' could not be retrieved. 2013-04-08 13:08:25.797 WARNING - Core: Object with id '[MendixIdentifier:: id=8725724278882722 objectType=Main.Client entityID=31]' could not be retrieved. 2013-04-08 13:08:55.954 WARNING - Core: Object with id '[MendixIdentifier:: id=8725724278882731 objectType=Main.Client entityID=31]' could not be retrieved. 2013-04-08 13:09:00.689 WARNING - Core: Object with id '[MendixIdentifier:: id=8725724278882731 objectType=Main.Client entityID=31]' could not be retrieved. 2013-04-08 13:09:00.798 WARNING - Core: Object with id '[MendixIdentifier:: id=8725724278882731 objectType=Main.Client entityID=31]' could not be retrieved. 2013-04-08 13:09:14.532 WARNING - Core: Object with id '[MendixIdentifier:: id=8725724278882729 objectType=Main.Client entityID=31]' could not be retrieved. 2013-04-08 13:09:14.845 WARNING - Core: Object with id '[MendixIdentifier:: id=8725724278882731 objectType=Main.Client entityID=31]' could not be retrieved. 2013-04-08 13:09:18.126 WARNING - Core: Object with id '[MendixIdentifier:: id=8725724278882731 objectType=Main.Client entityID=31]' could not be retrieved. 2013-04-08 13:09:23.142 WARNING - Core: Object with id '[MendixIdentifier:: id=8725724278882731 objectType=Main.Client entityID=31]' could not be retrieved. 2013-04-08 13:09:28.330 WARNING - Core: Object with id '[MendixIdentifier:: id=8725724278882722 objectType=Main.Client entityID=31]' could not be retrieved. 2013-04-08 13:09:46.002 WARNING - Core: Object with id '[MendixIdentifier:: id=8725724278882722 objectType=Main.Client entityID=31]' could not be retrieved. 2013-04-08 13:09:46.267 ERROR - Connector: 404 - file not found for file: ui/theme-default/images/loader.gif 2013-04-08 13:09:54.252 WARNING - Core: Object with id '[MendixIdentifier:: id=8725724278882722 objectType=Main.Client entityID=31]' could not be retrieved. 2013-04-08 13:10:05.939 WARNING - Core: Object with id '[MendixIdentifier:: id=8725724278882729 objectType=Main.Client entityID=31]' could not be retrieved. 2013-04-08 13:10:12.564 WARNING - Core: Object with id '[MendixIdentifier:: id=8725724278882729 objectType=Main.Client entityID=31]' could not be retrieved. 2013-04-08 13:10:16.971 WARNING - Core: Object with id '[MendixIdentifier:: id=8725724278882734 objectType=Main.Client entityID=31]' could not be retrieved. 2013-04-08 13:10:19.596 WARNING - Core: Object with id '[MendixIdentifier:: id=8725724278882729 objectType=Main.Client entityID=31]' could not be retrieved. 2013-04-08 13:10:27.658 WARNING - Core: Object with id '[MendixIdentifier:: id=8725724278882729 objectType=Main.Client entityID=31]' could not be retrieved. 2013-04-08 13:10:30.830 WARNING - Core: Object with id '[MendixIdentifier:: id=8725724278882729 objectType=Main.Client entityID=31]' could not be retrieved. 2013-04-08 13:10:30.924 WARNING - Core: Object with id '[MendixIdentifier:: id=8725724278882729 objectType=Main.Client entityID=31]' could not be retrieved. 2013-04-08 13:10:38.471 ERROR - Connector: 404 - file not found for file: mxclientsystem/mxui/nls/mxui_en-za.js 2013-04-08 13:10:38.487 ERROR - Connector: 404 - file not found for file: mxclientsystem/dojo/cldr/nls/en-za/number.js
asked
1 answers
0

This means that you are trying to retrieve an object that is no longer there in the database. Can you pinpoint to where this is happening and what you are trying to retrieve? Because you can then start the search why this object is no longer there.

Regards,

Ronald

answered