Issue
When attempting to import an LCA archive in the adminui you may receive the following exception:
2008-03-18 09:23:11,808 ERROR [org.jboss.ejb.plugins.LogInterceptor] RuntimeException in method: public abstract java.lang.Object com.adobe.idp.dsc.transaction.impl.ejb.adapter. EjbTransactionCMTAdapterLocal.doRequiresNew(com.adobe.idp.dsc.transaction.TransactionDefinition, com.adobe.idp.dsc.transaction.TransactionCallback) throws com.adobe.idp.dsc.DSCException:ALC-DSC-504-000: com.adobe.idp.dsc.registry.DataTypeNotFoundException: DataType: com.adobe.idp.taskmanager.form.impl.xfa.XFARepositoryFormInstance version:0.0 not found at com.adobe.idp.dsc.registry.datatype.impl.DataTypeRegistryImpl$1.doInTransaction(DataTypeRegistryImpl.java:94) at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTransactionCMTAdapterBean.java:336) at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doRequired(EjbTransactionCMTAdapterBean.java:259) at sun.reflect.GeneratedMethodAccessor295.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) at java.lang.reflect.Method.invoke(Method.java:585)
Reason
This exception occurs when the TaskManager DSC service is not deployed. ProcessManagement usually installs this TaskManager component.
Solution
You should check the deployment directory for your application server and confirm that the file “adobe-taskmanager-dsc.jar” is deployed. Then goto the adminui and ensure the service is running under Services > Applications and Services.



