Error: Object with the following id couldn’t be retrieved:

0
Following Error message I received to be resolved. As to the message of this Error, who is able to help me out in finding the solution? [MendixIdentifier:: guid=282252365791927 objectType=ContractManagement.ContractDisapprovalReason objectTypeHash=181 dataStoreCode=1 objectStoreId=695]. An error has occurred while handling the request. java.lang.NullPointerException at fS.a(SourceFile:206) at fS.a(SourceFile:165) at fS.execute(SourceFile:139) at ju.a(SourceFile:299) at ju.a(SourceFile:230) at ju.processRequest(SourceFile:174) at fF.a(SourceFile:71) at com.mendix.core.MxRuntime.processRequest(SourceFile:924) at com.mendix.m2ee.server.handler.RuntimeHandler.handle(RuntimeHandler.java:42) at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:113) at org.eclipse.jetty.server.Server.handle(Server.java:334) at org.eclipse.jetty.server.HttpConnection.handleRequest(HttpConnection.java:559) at org.eclipse.jetty.server.HttpConnection$RequestHandler.content(HttpConnection.java:1007) at org.eclipse.jetty.http.HttpParser.parseNext(HttpParser.java:747) at org.eclipse.jetty.http.HttpParser.parseAvailable(HttpParser.java:203) at org.eclipse.jetty.server.HttpConnection.handle(HttpConnection.java:406) at org.eclipse.jetty.io.nio.SelectChannelEndPoint.run(SelectChannelEndPoint.java:462) at org.eclipse.jetty.util.thread.QueuedThreadPool$2.run(QueuedThreadPool.java:436) at java.lang.Thread.run(Unknown Source)
asked
1 answers
2

Basically it means that the object you are trying to retrieve no longer exists.

answered