AEM Forms JEE 6.5 .lca import error | Community
Skip to main content
March 26, 2020
Solved

AEM Forms JEE 6.5 .lca import error

  • March 26, 2020
  • 3 replies
  • 3892 views

I have setup the AEM forms JEE 6.5 server and have tested the IVS applications on it too. However, when I try to import the .lca file , I get the error as shown below. Can some one please guide as to what I maybe missing. Here is the info of the setup. AEM forms JEE 6.5 running on Websphere, connecting to Oracle DB.  TIA!

The following exception was logged ALC-DSC-099-000: com.adobe.livecycle.packmgr.PackageManagerException: java.net.ConnectException: Connection refused (Connection refused)

at com.adobe.livecycle.packmgr.client.PackageManagerServiceClient.importPackage(PackageManagerServiceClient.java:75)
at com.adobe.livecycle.design.service.DesigntimeServiceImpl.executeCrxImport(DesigntimeServiceImpl.java:3004)
at com.adobe.livecycle.design.service.DesigntimeServiceImpl.importApplications(DesigntimeServiceImpl.java:1731)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:90)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
at java.lang.reflect.Method.invoke(Method.java:508)

 

 

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 Mayank_Gandhi

@17377695 Looks like the osgi side is not up or the client sdk is not updated to reflect the server settings correctly. Please update Adobe LiveCycle Client SDK Configuration based on your current application server host and port. Make sure to update the password for the administrator as well in case its not the default i.e password. You need to restart the server post this. 

 

Thanks,

Mayank

 

https://helpx.adobe.com/in/livecycle/help/aem/aem-livecycle-connector.html

3 replies

Mayank_Gandhi
Adobe Employee
Adobe Employee
March 30, 2020

Looks like the OSGi side is not up or the jee connector is unable to make the connection.

 

Can you please try to access hostname:port/lc/crx/de with admin/admin

November 2, 2020

We are also getting the same error on Importing an LCA on a Websphere environment, however we can access the below address

https://aemformstst.aib.pri/lc/crx/de

and can sign in as admin/admin

 

We have the client SDK configured as below and that is allowing us access Workspace and Configuration Manager

Adobe LiveCycle Client SDK Configuration
Manages configuration related to AEM forms JEE
Server Url
https://aemformstst.aib.pri:443

AEM forms JEE server url (dsc.serverurl)
Username
administrator

Name of the user who is used to connect to AEM forms JEE. This user must have administrator rights as it would be used to invoke services in system user mode (dsc.username)
Password
••••••••••

 

What else should we check here?

Mayank_Gandhi
Adobe Employee
Mayank_GandhiAdobe EmployeeAccepted solution
Adobe Employee
April 3, 2020

@17377695 Looks like the osgi side is not up or the client sdk is not updated to reflect the server settings correctly. Please update Adobe LiveCycle Client SDK Configuration based on your current application server host and port. Make sure to update the password for the administrator as well in case its not the default i.e password. You need to restart the server post this. 

 

Thanks,

Mayank

 

https://helpx.adobe.com/in/livecycle/help/aem/aem-livecycle-connector.html

November 2, 2020
We are also getting the same error on Importing an LCA on a Websphere enviornment - could you share what you did to resolve this?