[error] a.p.d.j.DynamoDBJournal - swallowing exception during message send
java.io.NotSerializableException: akka.persistence.dynamodb.journal.DynamoDBJournal
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1184)
at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1548)
at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1509)
at java.io.ObjectOutputStream.writeOrdinaryObject(ObjectOutputStream.java:1432)
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1178)
at java.io.ObjectOutputStream.writeObject(ObjectOutputStream.java:348)
at akka.serialization.JavaSerializer$$anonfun$toBinary$1.apply$mcV$sp(Serializer.scala:297)
at akka.serialization.JavaSerializer$$anonfun$toBinary$1.apply(Serializer.scala:297)
at akka.serialization.JavaSerializer$$anonfun$toBinary$1.apply(Serializer.scala:297)
at scala.util.DynamicVariable.withValue(DynamicVariable.scala:58)
akka.persistence.journal.plugin = "xxx-dynamodb-journal"
akka {
loglevel=DEBUG
receive = on
autoreceive = on
lifecycle = on
log-config-on-start = on
}
akka.actor {
serialize-messages = on
serialize-creators = on
serializers {
avro = "core.serializer.avro.MyPayloadSerializer"
}
serialization-bindings {
"core.eventpersistence.MyPayload" = avro
}
}
trait BuilderRecord extends Serializable {
val recordTimestamp: Instant
}
akka {
actor {
serializers {
builder-records = "report.compute.serialization.BuilderRecordsSerializer"
}
serialization-bindings {
"report.compute.model.br.BuilderRecord" = builder-records
}
}
}
--
>>>>>>>>>> Read the docs: http://akka.io/docs/
>>>>>>>>>> Check the FAQ: http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
---
You received this message because you are subscribed to a topic in the Google Groups "Akka User List" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/akka-user/w6mHmHXaen4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to akka-user+unsubscribe@googlegroups.com.
To post to this group, send email to akka...@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and all its topics, send an email to akka-user+...@googlegroups.com.