java.io.NotSerializableException: org.apache.commons.logging.impl.Jdk14Logger
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Samebug tips
Exception in thread "main" java.io.NotSerializableException: java.util.Hashtable$Enumerator at java.io.ObjectOutputStream.writeObject0(Unknown Source) at java.io.ObjectOutputStream.defaultWriteFields(Unknown Source) at java.io.ObjectOutputStream.writeSe
Your object contains member variables which are themselves not serializable 'ReportDataStoreRegion'. If you really want to serialize your object. One option would be to declare the variable as transient so that it is not serialized.
Solutions on the web
via MuleSoft JIRA by Cris Augusto, 1 year ago
via MuleSoft JIRA by Cris Augusto, 1 year ago
via blogspot.com by Unknown author, 2 years ago
via Google Groups by user717572 via StackOverflow, 6 months ago
via Stack Overflow by user717572
, 2 years agovia Google Groups by user717572 via StackOverflow, 6 months ago
java.io.NotSerializableException: org.apache.commons.logging.impl.Jdk14Logger
at java.io.ObjectOutputStream.writeObject0(ObjectOutputStream.java:1184)
at java.io.ObjectOutputStream.defaultWriteFields(ObjectOutputStream.java:1538)
at java.io.ObjectOutputStream.writeSerialData(ObjectOutputStream.java:1503)