Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

coherence 3.6 backup cache

hyang04Aug 3 2010 — edited Aug 10 2010
I'm playing with coherence 3.6 query.sh to backup a cache, and I got the following error:
CohQL> backup cache "ACCOUNT" to file "account"
WARNING: The backup command should not be used on active data set,
as it makes no provisions that ensure data consistency during the backup.
Please see the documentation for more detailed information.

java.io.NotSerializableException: com.tangosol.examples.model.Account

java.lang.RuntimeException: Error in BACKUP
My Account object implements PortableObject, which should be good for serialization. And java.io.Serializable is not recommended to use anyway.

Any suggestions?
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Sep 7 2010
Added on Aug 3 2010
16 comments
2,341 views