Expand my Community achievements bar.

SOLVED

AEM Forms JEE 6.5 .lca import error

Avatar

Level 1

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)

 

 

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

@janejbeans 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

View solution in original post

4 Replies

Avatar

Employee Advisor

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

Avatar

Level 1

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?

Avatar

Correct answer by
Employee Advisor

@janejbeans 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

Avatar

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