The following error is caused when the repository’s lock on a file expires before the service using the lock finishes:
com.wm.app.repo.RepositoryNoLockException: The repo lock on conversation 093120871-0360-Seller seems to have expired before the conversation
finished processing. This is most likely the result of a long-running service in the conversation. This may indicate poor repository configuration.
You can solve this by going into the Repository and changing the ‘Maximum Lock Duration’ to a value longer than your longest running service. You should then change ‘Maximum Lock Wait’ to be one minute longer than ‘Maximum Lock Duration.’ These settings can be found on the IS Admin page under Settings > Repository > Edit Repository Settings.
Probably you should make some tests on your end to understand what is the longest running service you have.
We are not aware of any known problems in the increasing these 2 values hence you should be safe making those changes.
So I recommend increasing this value at least to a value that is bigger than the “normal” and the “abnormal” processing time.
#webMethods#B2B-Integration#Integration-Server-and-ESB