Wli 9.2 JPD does not get Deployed - Failed to Configuration Backend Error

Uncategorized

Wli 9.2 JPD does not get Deployed – Failed to Configuration Backend Error

  1. Please check the ProcessTypeProperties.xml ( location DOMAIN_HOME/wliconfig) of every managed server whether there is an entry “Service URI: ” for the jpd that is mentioned in the ProcessNotFoundException.
  2. If there is no such entry, you should undeploy and then deploy your application.
  3. If this does not help please remove all terminated/completed and aborted processes using the following scripts and redeploy your application again.
    =====================================

DELETE FROM WLI_PROCESS_EVENT WHERE PROCESS_INSTANCE in (SELECT PROCESS_INSTANCE FROM
WLI_PROCESS_INSTANCE_INFO WHERE PROCESS_STATUS IN( 1, 3, 5, 7 ));
DELETE FROM WLI_PROCESS_INSTANCE_INFO WHERE PROCESS_INSTANCE in (SELECT PROCESS_INSTANCE FROM
WLI_PROCESS_INSTANCE_INFO WHERE PROCESS_STATUS IN( 1, 3, 5, 7 ));

Leave a Reply

Your email address will not be published. Required fields are marked *