Community Tip - You can Bookmark boards, posts or articles that you'd like to access again easily! X
Solved! Go to Solution.
Hi @ysb.
How did you delete the Thing? From doing some research on this, it sounds like the Thing still exists in the database (assuming that it doesn't exist as a ghost entity). Restarting Tomcat should cause the entities persisted in the database to be recreated in memory, and then can be deleted normally.
It may be that your logic is causing the issue, but we would need to know more about your use case, recreation steps, and script to provide further assistance.
Regards.
--Sharon
Hi @ysb.
How did you delete the Thing? From doing some research on this, it sounds like the Thing still exists in the database (assuming that it doesn't exist as a ghost entity). Restarting Tomcat should cause the entities persisted in the database to be recreated in memory, and then can be deleted normally.
It may be that your logic is causing the issue, but we would need to know more about your use case, recreation steps, and script to provide further assistance.
Regards.
--Sharon
Hi @slangley ,
Thanks for your reply. As you said, after restating Tomcat the entities persisted was recreated
and now I can delete it normally.
Many Thanks.
Regards,