StartBinariesGC doesn't work on Nuxeo 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2015 10:11 AM
Hi,
We want migrate nuxeo from 5.8 to 6.0. We got a menu/button to lauch an automation chain which display a document and also run Services -> StartBinariesGC. In Nuxeo 6, we got the error :
"An error occured while executing the chain 'cdc_action_search_inscription': org.nuxeo.ecm.admin.SystemInfoManager.getBinaryManagerStatus()Lorg/nuxeo/ecm/core/storage/sql/BinaryManagerStatus;" when we click on the menu.
Should we removed it from the chain ? Batch operations performed by Nuxeo are enough to remove orphans blob files ?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2015 11:27 AM
Removing orphan blobs is an expensive operation (as it has to scan all the repository) and should only be launched infrequently as an administrative task.
However the code shouldn't produce a stack trace, are you sure all your components have been migrated to 6.0?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2015 11:51 AM
Thank for your replying and for this interresting information about the cost of that operation. We 'll removed it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-15-2015 09:32 AM
I was thinking of JAR file from an older Nuxeo. I'm asking just in case but you haven't given enough information about the stack trace in error for us to diagnose what's happening.
