AEM Forms 6.2 JEE Installation on Linux - deployLiveCycleComponents LCA failure | Community
Skip to main content
James_R_Green
New Participant
September 11, 2017
Solved

AEM Forms 6.2 JEE Installation on Linux - deployLiveCycleComponents LCA failure

  • September 11, 2017
  • 1 reply
  • 1463 views

Hi,

I am on the final step of configuring AEM forms 6.2 jee on linux and I am getting some errors.

I am performing the following command:

./ConfigurationManagerCLI.sh deployLiveCycleComponents -f CLI_properties.txt

Originally I was getting errors regarding mysql max_allowed_packet setting which I resolved, the only errors remaining are for deploying the following lcas:

adobe-livecycle-launchpad-assets.lca

adobe-guides.lca

adobe-guides-v2.lca

adobe-emailNotification.lca

adobe-process-management-system.lca

adobe-mobile

In the configurationManager log there is an error saying:

"com.adobe.idp.Document, DOCS001: Unexpected exception. While doing first time passivation for a document."

"Failed to connect to LiveCycle server via HTTP URL: http://localhost:8080/DocumentManager"

If I got to this URL it is not accessible error 500:

"The document pointing to the file "GDS/DocumentManager" could not be found. It may have expired, been removed prematurely, or subject to a network filesystem failure. Consider increasing the document disposal timeout if expiration seems likely."

Anyone seen this before? I think the system will be usable now, but would be good to get everything to deploy.

Thanks,

Jim

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by James_R_Green

I managed to rectify this problem myself by doing the following:

1) shutting down jboss

2) deleting my aemforms database

3) create new aemforms database

4) deleting my crx repository

5) restarting my jboss instance

6) re-running the initializeLiveCycle

7) re-running the deployLiveCycleComponents

This time it went through without error. Perhaps the first run on the deployLiveCycleComponents that failed changed something that it shouldn't have? Who knows.

1 reply

James_R_Green
James_R_GreenAuthorAccepted solution
New Participant
September 12, 2017

I managed to rectify this problem myself by doing the following:

1) shutting down jboss

2) deleting my aemforms database

3) create new aemforms database

4) deleting my crx repository

5) restarting my jboss instance

6) re-running the initializeLiveCycle

7) re-running the deployLiveCycleComponents

This time it went through without error. Perhaps the first run on the deployLiveCycleComponents that failed changed something that it shouldn't have? Who knows.