DispatchManager:Error during message dispatch: Project 'AAAAA' was not found

Hi,
After renaming ‘AAAAA’ project, always output error log every second:
'DispatchManager: Error during message dispatch: Project ‘AAAAA’ was not found!
I try to upgrade from 8.1.1 to 8.1.5, but error still appear.
Is there any way to eliminate this error output?

thanks in advance.

Hi @park.dong, this sounds like you are using system.util.sendMessage() somewhere that references this project. It could be from the same project or a different one.

Unfortunately, messages can be quite hard to track down sometimes :sweat_smile:.

1 Like

Matthew, thanks your reply.
I don’t think so. I checked all the code (there is only one project and one code file on my test environment), not find system.util.sendMessage() is used. even I removed the project, that ‘Dispatch’ error still is thrown to log.

@park.dong, are you able to use the Find & Replace tool in designer to check that there are no references to the old project name anywhere? Make sure to configure it to look everywhere.

Do you have anyway Gateway scripts running?

I checked all the source using Find & Replace tool, there is exactly no any references to the old project name. :frowning_face:


In your screenshot of the Find & Replace tool, the search scope is set to currently only look at open resources (e.g. ‘Open Queries (0)’ should be ‘All Queries (x)’, etc.)

Can you set it up to look like this:
image

I’ll admit, it’s a long shot, but it’s still worth a try :slight_smile:

Don’t forget to do this search in every project in the gateway.

1 Like

Many thanks Matthew and Phil. Resolved by checking each file in the project.

1 Like

@matthew.ayre thanks you just just solved my problem!

1 Like