-
Notifications
You must be signed in to change notification settings - Fork 62
Description
Thanks for taking the time to fill out an issue! To help the community solve your issue, please provide answers to the following questions, along with supporting log and configuration files.
We are using AEM 6.5.5 & want to sync content using the Grabbit between environments.
What version of AEM are you running?
6.5.5
How do you produce the issue?
We installed Grabbit 7.1.5 but we are not able to sync the content between multiple author instances.
Does the issue occur consistently?
Yes
Any additional details?
Log errors
`07.09.2020 11:30:07.835 ERROR [10.201.1.216 [1599492607829] GET /grabbit/content HTTP/1.1] org.apache.sling.engine.impl.SlingRequestProcessorImpl service: Uncaught Throwable
java.lang.IllegalArgumentException: Could not deserialize object
at org.springframework.batch.support.SerializationUtils.deserialize(SerializationUtils.java:74)
at org.springframework.batch.core.repository.dao.MapJobExecutionDao.copy(MapJobExecutionDao.java:50)
at org.springframework.batch.core.repository.dao.MapJobExecutionDao.saveJobExecution(MapJobExecutionDao.java:60)
......................
Caused by: java.io.InvalidClassException: filter status: REJECTED
at java.base/java.io.ObjectInputStream.filterCheck(ObjectInputStream.java:1343)
at java.base/java.io.ObjectInputStream.readNonProxyDesc(ObjectInputStream.java:1975)
at java.base/java.io.ObjectInputStream.readClassDesc(ObjectInputStream.java:1851)`