Skip to main content

Image import stuck

Root cause: ---------------
This error is due to improper optimizations during project checkin when the number of assets in the project is greater than the /atg/epub/version/VersionManagerService.workspaceOptimizationThresholdAssetCount (default of 500).

Solution:
------------
You can clear the conflict with project in BCC which appears stuck.

Go to the component browser(dynamo admin)

To workaround the error, set the /atg/epub/version/VersionManagerService.workspaceOptimizationThresholdAssetCount PROPERTY to a higher value. Specifically, set the workspaceOptimizationThresholdAssetCount property to a number that is larger than the number of assets in the project.

For example, if the project contains 1000 assets, set the workspaceOptimizationThresholdAssetCount property to 10000.

Comments

Popular posts from this blog

ATG Installation guide step by step

Please find the below environment setup details required for the ATG installation. Step: 1 1. OS: Windows (64-bit) 2. RAM: 8GB minimum  3. JDK 1.8 4. JBoss-eap-6.4 5.   Eclipse mars or neon 6.  Database: Oracle XE 11g Express Edition  7.   Oracle SQL Developer 4.0.3.16  Now its time to follow step 2. (To get all the below software login https://edelivery.oracle.com and download from there) Step 2:   Oracle ATG Web Commerce:  1.  Oracle Commerce ACC (11.2.0.0.0) 2.  Oracle Commerce Platform (11.2.0.0.0) 3.  Oracle Commerce Reference Store (11.2.0.0.0) 4.  Oracle Commerce Store Accelerator (11.2.0.0.0) Oracle Endeca Developer 1.  Oracle Commerce Experience Manager Tools and Frameworks (11.2.0.0.0) 2.  Oracle Commerce Content Acquisition System (11.2.0.0.0) 3.  Oracle Commerce Developer Studio (11.2.0.0.0) 4.  Oracle Commerce Guided Search Platform Services (11.2.0.0.0) 5.  O...

Project is Stuck and not deploying in BCC

If you see below error during project deployment please follow below steps. 1.          Go to the mgmt. schema and run the below query. select * from avm_asset_lock; 2.          If you will find any row, clear that then try to resume the deployment.

ATG Installation guide step by step in Linux environment (CentOS)

Please find the below environment setup details required for the ATG installation. Step: 1 1.  OS: CentOS or any Linux (64-bit) 2.  RAM: 8GB minimum  3.  JDK 1.8 4.  JBoss-eap-6.4 5.   Eclipse mars or neon 6.  Database: Oracle XE 11g Express Edition  7.   Oracle SQL Developer 4.0.3.16  Now its time to follow step 2. (To get all the below software login  https://edelivery.oracle.com  and download from there) Step 2:   Oracle ATG Web Commerce:  1.  Oracle Commerce ACC (11.2.0.0.0) 2.  Oracle Commerce Platform (11.2.0.0.0) 3.  Oracle Commerce Reference Store (11.2.0.0.0) 4.  Oracle Commerce Store Accelerator (11.2.0.0.0) Oracle Endeca Developer 1.  Oracle Commerce Experience Manager Tools and Frameworks (11.2.0.0.0) 2.  Oracle Commerce Content Acquisition System (11.2.0.0.0) 3.  Oracle Commerce Developer Studio (11.2.0.0.0) 4.  Or...