We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We have gotten several serialization errors related to InstitutionState for test banks:
InstitutionState
Attempted to serialize message using Java serialization whileakka.actor.allow-java-serializationwas disabled. Check WARNING logs for more details.
Attempted to serialize message using Java serialization while
was disabled. Check WARNING logs for more details.
So far we have only seen these errors happen for FRONTENDTESTBANK9999.
FRONTENDTESTBANK9999
To fix this, we should add a line in common/src/main/resources/serialization.conf for hmda.persistence.institution.InstitutionState like we do for FilingState
hmda.persistence.institution.InstitutionState
FilingState
The text was updated successfully, but these errors were encountered:
rkovalik-raft
No branches or pull requests
We have gotten several serialization errors related to
InstitutionState
for test banks:Attempted to serialize message using Java serialization while
akka.actor.allow-java-serializationwas disabled. Check WARNING logs for more details.
So far we have only seen these errors happen for
FRONTENDTESTBANK9999
.To fix this, we should add a line in common/src/main/resources/serialization.conf for
hmda.persistence.institution.InstitutionState
like we do forFilingState
The text was updated successfully, but these errors were encountered: