March 14, 2020
Estimated Post Reading Time ~

Installing Packages and Disabling Workflow Launchers on Local Instance

How to Work with Packages


Installing Large Packages on Local Instance


ONLY FOR LOCAL INSTANCE
Installing large packages is an extremely slow process and is super taxing on the system and browser.  Often, the installs will end up erroring out or bogging down the server. A better way to install large packages:

1.    See Disable/Enable Workflow Launchers section below
2.    Create install folder under crx-quickstart (/path/to/cq/crx-quickstart/install)
3.    Copy package to install folder
4.    The package will automatically install 
5.    Apparently, you cannot delete the packages from the install folder or this will trigger the uninstallation of the package.  I need to verify it.


Disable/Enable Workflow Launchers on Local Instance


When importing DAM packages, each DAM upload/edit will fire a workflow for the post-processing of metadata and renditions. When installing large packages, the server will likely get bogged down and often the installs fail.  Before installing packages, it’s a great idea to disable the two workflow launchers.  Probably a good idea to reactivate these once you’ve finished installing the packages.

7.    Using the browser search, search for workflowlauncher to locate these:
com.adobe.granite.workflow.core.launcher.WorkflowLauncherImpl
com.adobe.granite.workflow.core.launcher.WorkflowLauncherListener



8.    Click on the square button to disable the service OR the arrow button to activate the service
9.    If you receive a dialog showing “Request Failed”, just refresh the page and check the status of the services again. The action was still honored, in my experience.





By aem4beginner

No comments:

Post a Comment

If you have any doubts or questions, please let us know.