You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix error when running pass-docker with deposit-services enabled:
Description:
Parameter 2 of constructor in org.eclipse.pass.deposit.service.FailedDepositRetry required a bean named 'org.eclipse.pass.deposit.messaging.status.DefaultDepositStatusProcessor' that could not be found.
Action:
Consider defining a bean named 'org.eclipse.pass.deposit.messaging.status.DefaultDepositStatusProcessor' in your configuration.
Fix is to change org.eclipse.pass.deposit.messaging.status.DefaultDepositStatusProcessor to org.eclipse.pass.deposit.status.DefaultDepositStatusProcessor in deposit/deposit-repositories.json
The text was updated successfully, but these errors were encountered:
Fix error when running pass-docker with deposit-services enabled:
Fix is to change
org.eclipse.pass.deposit.messaging.status.DefaultDepositStatusProcessor
toorg.eclipse.pass.deposit.status.DefaultDepositStatusProcessor
in deposit/deposit-repositories.jsonThe text was updated successfully, but these errors were encountered: