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,456

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

View Entire Topic
agrabovskis
Participant
0 Likes

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 Likes

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