If you initialize a proxy with a MendixIdentifier
, the initialize method will call Core.retrieveId()
to retrieve the object for the given identifier. In your situation Core.retrieveId()
doesn't return an object, so probably the object doesn't exist anymore.
You can inspect the proxy code to see all the details.