BCC error while browsing a SKU(s) in ATG10.0.1 I have migrated from ATG2007.1 to ATG10.0.1. But am not able to access the Product,SKU’s Tabs in the BCC of ATG10.0.1. while accessing the SKU’s Tabs in BCC am getting the error: "java.lang.ClassCastException: atg.repository.dp.DerivedPropertyDescriptor cannot be cast to atg.adapter.gsa.GSAPropertyDescriptor" I removed the derivation property for Internationalization in the customCatalog xml, then tabs are working fine. So I created the ATG ticket and I got the new patch for this issue. After I put the new patch (PR_ASSETMGR-170417_10.0.1_v1_lib.jar) it got fixed. Summary of the problems handled by this hotfix: Flex UI assumes displayName is a GSA property (not derived) and tries to precache it when displaying assets
Monday, March 28, 2011
Friday, March 18, 2011
How to troubleshoot "atg.workflow.WorkflowException"
when we run the importRepository or startSqlRepository command most of the time we will get the atg.workflow.WorkflowException.
The following steps we can follow to fix the WorkflowException
Fix: 1. Delete data from these workflow tables:
delete from epub_wf_server_id
delete from epub_coll_workflow
delete from epub_workflow_info
2. Start up BCC and ensure the workflows are correctly created and are accessible.
3. Ensure the ATG importRepository or startSQLRepository instance has /atg/epub/workflow/process/workflowProcessManager.xml configured to point the WPES to the BCC server instance. With XML similar to:
dyn1:88500
4. Run the importRepository or startSQLRepository command.
5. If the problem still occurs, open the workflow in the ACC on the BCC server, make an edit (and then restore the change) and save the workflow. Or run updateAllProcesses method from /atg/epub/workflow/process/WorkflowProcessManager component in Dynamo Admin. By invoking this method it should refresh the 'state' records in epub_coll_workflow table.
6. Enable loggingDebug on /atg/epub/workflow/process/WorkflowProcessManager component if problem still persists.
The following steps we can follow to fix the WorkflowException
Fix: 1. Delete data from these workflow tables:
delete from epub_wf_server_id
delete from epub_coll_workflow
delete from epub_workflow_info
2. Start up BCC and ensure the workflows are correctly created and are accessible.
3. Ensure the ATG importRepository or startSQLRepository instance has /atg/epub/workflow/process/workflowProcessManager.xml configured to point the WPES to the BCC server instance. With XML similar to:
4. Run the importRepository or startSQLRepository command.
5. If the problem still occurs, open the workflow in the ACC on the BCC server, make an edit (and then restore the change) and save the workflow. Or run updateAllProcesses method from /atg/epub/workflow/process/WorkflowProcessManager component in Dynamo Admin. By invoking this method it should refresh the 'state' records in epub_coll_workflow table.
6. Enable loggingDebug on /atg/epub/workflow/process/WorkflowProcessManager component if problem still persists.
Subscribe to:
Comments (Atom)