Posts tagged LCM
How to Fix Error Code 19457 BackingStoreException
0Recently I worked on troubleshotting an issue for a customer who was encountering issues while deploying components.
The following error was seen in the LCM log and no error was seen in the server log:
============
[2012-06-29 03:55:54,681], SEVERE, main, com.adobe.livecycle.lcm.cli.LCMCLI, Failed to deploy component.
Cannot connect to service container.
com.adobe.livecycle.lcm.core.LCMException[ALC-LCM-030-201]: Failed to deploy component.
Cannot connect to service container.
at com.adobe.livecycle.lcm.feature.deployment.DeployDSCs.deployDSCFiles(DeployDSCs.java:303)
…..
…..
…..
at com.adobe.livecycle.lcm.cli.LCMCLI.main(LCMCLI.java:344)
Caused by: ALC-DSC-000-000: com.adobe.idp.dsc.DSCRuntimeException: Internal error.
at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapAxisDispatcher.throwExceptionHandler(SoapAxisDispatcher.java:211)
…..
…..
…..
at com.adobe.livecycle.lcm.feature.deployment.DeployDSCs.deployDSCFiles(DeployDSCs.java:292)
… 5 more
Caused by: com.adobe.idp.common.errors.exception.IDPException| [com.adobe.idp.um.config.util.CachedConfigManager] errorCode:19457
errorCodeHEX:0x4c01 message:Error occured while initializing the configuration
chainedException:java.util.prefs.BackingStoreExceptionchainedExceptionMessage:null chainedException
trace:java.util.prefs.BackingStoreException
at com.adobe.idp.config.AdobeLocalPreferences.flush(AdobeLocalPreferences.java:223)
…..
…..
…..
at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapAxisDispatcher.doSend(SoapAxisDispatcher.java:127)
… 10 more
==============
Read the complete post at Adobe LiveCycle Blog.



