Our environment (v18.4) is being very slow and the following exception is constantly rolling in the tomcat stdOut, any ideas what this means?
2020-02-10 21:24:30,022 [Appian Work Item - 2280 - execution01 : MessageEventRequest] ERROR com.appiancorp.naming.ShardRoutingServiceImpl - com.appiancorp.suiteapi.process.exceptions.InvalidObjectTypeIdException: Failed to fetch id block from Service Manager for type P and id -2147483647
All Appian components are green(engines, kafka, zookeeper, data-server, search-server) and we even tried a full environment restart which didn't help.
Discussion posts and replies are publicly visible
Please create a support case and someone will be able to assist you further. It sounds like a bad id is getting passed somewhere. -2147483647 is negative max int, so I suspect that you had an overflow, and that it isn't actually a real id--hence the system's inability to locate a block with that id in it.
Thanks and yes we do have a support case on the issue although for now the issue seems to have went away overnight on it's own without us doing anything more.