cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

item 8796132081746 no longer valid (was removed): object no longer valid

Former Member
3,404

I'm facing below issue in the cmscockpit. item 8796132081746 no longer valid (was removed): object no longer valid. Above PK is of type composedType but its not found when I search.

Regards Prashanth

Accepted Solutions (0)

Answers (2)

Answers (2)

agrabovskis
Participant
0 Kudos

The PK is for ComposedType. That being the case, the type was removed, and the type system was cleaned up, or someone deleted the type on purpose, and you have a cached (or hardcoded?) value left somewhere.

Alternatively, it might be that the item never existed and due to hardcoded value you're getting an exception (hope not, because that would be really sloppy development, and this particular issue might be only the tip of the iceberg).

It's hard to make any further guesses without stack trace / code samples.

Former Member
0 Kudos

After restarting/ant clean all for all nodes the issue is resolved. Thanks Arvids.

svintha
Explorer
0 Kudos

Hi can you search for particular PK in either backoffice or hmc and check whether this object is available or not . May be this was deleted and tried to access of refresh . If this pk is not accessible in hmc or backoffice then it might have got removed or deleted this could be the issue .

Former Member
0 Kudos

Yes Sai exactly! I'm expecting is there any solution for this kind of issue?

Regards Prashanth