I get "Failed on 'Executing merge scripts for ..\export\abode=livecycle-jboss.ear'
Failed to merge Ears"
It's ALC-LCM-010-200.
No more information to work from.
Steve
Hi,
In one of our LiveCycle ES installs, we have on WebSphere App Server with an Oracle database, we see that the IDP_JMS_Bus stops every now and then. This of course interrupts the availability of the LCES web services to process client invocations.
When i look at the Messaging Engine(s) list in WAS Admin console for the app server, I see that its status has changed from the green arrow (STARTED) to the "gray circle with diagonal line across" icon indicating 'Unavailable' status.
Below is the recurring message that appears in the SystemOut.log from the Livecycle ES server.
Why does this happen? How to remedy this nuisance? is this a known JMS issue when Oracle is the databse?
[7/23/09 9:58:27:478 EDT] 00000013 XARecoveryDat W WTRN0005W: The XAResource for a transaction participant could not be recreated and transaction recovery may not be able to complete properly. The resource was [com.ibm.ws.sib.ra.recovery.impl.SibRaXaResourceInfo@1689543860 <busName=IDP_JMS_Bus> <meName=NCSUSRADMFP08Node02.server1-IDP_JMS_Bus> <meUuid=72F0B32B6B13CBB3> <userName=null> <password=null> <useServerSubject=false> <providerEndpoints=null>]. The exception stack trace follows: com.ibm.ws.Transaction.XAResourceNotAvailableException: com.ibm.websphere.sib.exception.SIResourceException: CWSIT0088E: There are currently no messaging engines in bus IDP_JMS_Bus running. Additional failure information: CWSIT0103E: No messaging engine was found that matched the following parameters: bus=IDP_JMS_Bus, targetGroup=72F0B32B6B13CBB3, targetType=MEUuid, targetSignificance=Required, transportChain=InboundBasicMessaging, proximity=Bus.
at com.ibm.ws.sib.ra.recovery.impl.SibRaXaResourceFactory.getXAResource(SibRaXaResourceFacto ry.java:99)
at com.ibm.ws.Transaction.JTA.XARecoveryData.getXARminst(XARecoveryData.java:529)
at com.ibm.ws.Transaction.JTA.JTAXAResourceImpl.reconnectRM(JTAXAResourceImpl.java:514)
at com.ibm.ws.Transaction.JTA.JTAXAResourceImpl.commit(JTAXAResourceImpl.java:272)
at com.ibm.ws.Transaction.JTA.RegisteredResources.deliverOutcome(RegisteredResources.java:19 73)
at com.ibm.ws.Transaction.JTA.RegisteredResources.distributeOutcome(RegisteredResources.java :2470)
at com.ibm.ws.Transaction.JTA.RegisteredResources.distributeCommit(RegisteredResources.java: 2791)
at com.ibm.ws.Transaction.JTA.TransactionImpl.recoverCommit(TransactionImpl.java:2767)
at com.ibm.ws.Transaction.JTA.TransactionImpl.recover(TransactionImpl.java:1333)
at com.ibm.ws.Transaction.JTA.RecoveryManager.resync(RecoveryManager.java:1846)
at com.ibm.ws.Transaction.JTA.RecoveryManager.run(RecoveryManager.java:2509)
at java.lang.Thread.run(Thread.java:797)
Caused by: com.ibm.websphere.sib.exception.SIResourceException: CWSIT0088E: There are currently no messaging engines in bus IDP_JMS_Bus running. Additional failure information: CWSIT0103E: No messaging engine was found that matched the following parameters: bus=IDP_JMS_Bus, targetGroup=72F0B32B6B13CBB3, targetType=MEUuid, targetSignificance=Required, transportChain=InboundBasicMessaging, proximity=Bus.
at com.ibm.ws.sib.trm.client.TrmSICoreConnectionFactoryImpl.localBootstrap(TrmSICoreConnecti onFactoryImpl.java:351)
at com.ibm.ws.sib.trm.client.TrmSICoreConnectionFactoryImpl.createConnection(TrmSICoreConnec tionFactoryImpl.java:292)
at com.ibm.ws.sib.trm.client.TrmSICoreConnectionFactoryImpl.createConnection(TrmSICoreConnec tionFactoryImpl.java:210)
at com.ibm.ws.sib.ra.recovery.impl.SibRaXaResourceInfo.createConnection(SibRaXaResourceInfo. java:513)
at com.ibm.ws.sib.ra.recovery.impl.SibRaXaResourceInfo.createXaResource(SibRaXaResourceInfo. java:314)
at com.ibm.ws.sib.ra.recovery.impl.SibRaXaResourceFactory.getXAResource(SibRaXaResourceFacto ry.java:88)
... 11 more
Hi all,
Let me explain my current situation.
We need to enable SSO Kerberos in Windows
Server 2003 for Livecycle with Websphere.
In development environment the Application Server is installed in a Windows based machine (Windows XP/ Windows Server 2003), we test the kerberos successfully.
In client's environment, the Application Server is installed in Unix, we test the kerberos and it failed.
From what I observed,
In Windows environment, we can use any name with format HTTP/xxx with command ktpass e.g.
ktpass HTTP/1.1.1.1@DOMAIN.COM -mappuser spnego
I put it in the Service User field and it will test successfully with Windows Environment.
(Of course, in actual configuration, I put HTTP/<lcesServerName>.domain.com)
In Unix environment, we have the exception "Server not found in kerberos database"
When I read the /etc/hosts file, I saw that the <lcesServerName>.domain.com is mapped to 2 different IP addresses.
10.172.16.16 and 10.0.0.1 with precedence is 10.172.16.16<lcesServerName>.domain.com
i.e. if I ping <lcesServerName>.domain.com it will ping the IP 10.172.16.16.
I thought in Unix, after authenticated successfully, It tries to connect to the real lces server, i.e. <lcesServerName>.domain.com
and because internal Unix cannot connect to external IP (10.172.16.16) then it failed.
Then I tried to create another service user sso.<lcesServerName>.domain.com to map specifically to 10.0.0.1 and livecycle return me the error "No resolver supplied". The same thing happens if I map HTTP/10.0.0.1 to spnego.
The exception is (totaly not related to Livecycle):
================
10/16/09 16:29:17:816 CST] 0000015e ConfigAuthEdi A com.adobe.idp.um.ui.config.ConfigAuthEditAction testKerberosSettings_onClick TRAS0014I: The following exception was logged java.lang.IllegalArgumentException: No resolver supplied
at com.wedgetail.idm.sso.directory.ad.DefaultADConfig.<init>(DefaultADConfig.java:121)
at com.wedgetail.idm.sso.auth.FilterAuthContext.<init>(FilterAuthContext.java:260)
at com.wedgetail.idm.sso.AbstractAuthenticator.getAuthSession(AbstractAuthenticator.java:636 )
at com.wedgetail.idm.sso.AbstractAuthenticator.initAuthenticator(AbstractAuthenticator.java: 509)
at com.wedgetail.idm.sso.AuthFilter.init(AuthFilter.java:105)
=================
I'm sure that the Service User, Service Password, KDC Host and spnego user account are properly configured.
Is there any idea why test kerberos fails in Unix or is it because of Unix or the AD server?
Thank you,
Tuan Anh
We are in the process of installing ES2. After the installation gets over the configuration starts correctly, but gets the error 'ALC-TTN-104-002: Could not connect to bootstrap servlet, the requested URL was not found on the server' during the database initialization. Does anyone have a clue as to what causes this and solutions?
Thanks,
Joby Joy
All,
I'm trying to install LiveCycle on a Solaris 10 sparse zone, with Weblogic 11g & Oracle database. I've gotten as far as the Deploy Live Cycle Components step, which fails as below. Any ideas what's going wrong?
The script prints this before failing:
-bash-3.00$ ./ConfigurationManagerCLI.sh deployLiveCycleComponents -f hl-livecycle-config.txt
===============================================================================
Commandline Launcher
===============================================================================
JAVA_HOME Found! Set to: /app/local/jdk1.6.0_23
------------------------------------------------------
Executing command deployLiveCycleComponents
------------------------------------------------------
Progress: [0%, Loading state from service container ]
Progress: [0%, Deploying DSC adobe-pdfservices-dsc.jar]
Progress: [0%, DSC already running adobe-pdfservices-dsc.jar]
Progress: [1%, Deploying DSC adobe-ejbprovider-dsc.jar]
Progress: [1%, DSC already running adobe-ejbprovider-dsc.jar]
Progress: [3%, Deploying DSC adobe-soapConnector-dsc.jar]
Progress: [3%, DSC already running adobe-soapConnector-dsc.jar]
Progress: [5%, Deploying DSC adobe-restConnector-dsc.jar]
Progress: [5%, DSC already running adobe-restConnector-dsc.jar]
Progress: [7%, Deploying DSC adobe-remotingConnector-dsc.jar]
Progress: [7%, DSC already running adobe-remotingConnector-dsc.jar]
Progress: [9%, Deploying DSC adobe-usermanager-dsc.jar]
Progress: [9%, DSC already running adobe-usermanager-dsc.jar]
Progress: [10%, Deploying DSC adobe-usermanager-util-dsc.jar]
Progress: [10%, DSC already running adobe-usermanager-util-dsc.jar]
Progress: [12%, Deploying DSC adobe-jobmanager-dsc.jar]
Progress: [12%, DSC already running adobe-jobmanager-dsc.jar]
Progress: [14%, Deploying DSC adobe-scheduler-weblogic-dsc.jar]
Progress: [14%, DSC already running adobe-scheduler-weblogic-dsc.jar]
Progress: [16%, Deploying DSC adobe-cacheservice-dsc.jar]
Progress: [16%, DSC already running adobe-cacheservice-dsc.jar]
Progress: [18%, Deploying DSC adobe-event-dsc.jar]
Progress: [18%, DSC already running adobe-event-dsc.jar]
Progress: [20%, Deploying DSC adobe-emailprovider-dsc.jar]
Progress: [20%, DSC already running adobe-emailprovider-dsc.jar]
Progress: [21%, Deploying DSC adobe-fileprovider-dsc.jar]
Progress: [21%, DSC already running adobe-fileprovider-dsc.jar]
Progress: [23%, Deploying DSC adobe-truststore-dsc.jar]
Progress: [23%, DSC already running adobe-truststore-dsc.jar]
Progress: [25%, Deploying DSC adobe-workflow-dsc.jar]
Progress: [27%, Deploying DSC adobe-repository-dsc.jar]
Progress: [28%, Deploying DSC adobe-repository-provider-dsc.jar]
Progress: [30%, Deploying DSC adobe-applicationmanager-dsc.jar]
Progress: [32%, Deploying DSC adobe-businesscalendar-dsc.jar]
Progress: [32%, Failed to deploy component /export/home/oracle/adobe_livecycle_es2/deploy/adobe-businesscalendar-dsc.jar.]
Progress: [34%, Deploying DSC adobe-email-dsc.jar]
Progress: [36%, Deploying DSC adobe-fileutils-dsc.jar]
Progress: [38%, Deploying DSC adobe-ftp-dsc.jar]
Progress: [40%, Deploying DSC adobe-jdbc-dsc.jar]
Progress: [41%, Deploying DSC adobe-jms-dsc.jar]
Progress: [43%, Deploying DSC adobe-ldap-dsc.jar]
Progress: [45%, Deploying DSC adobe-variablelogger-dsc.jar]
Progress: [47%, Deploying DSC adobe-webservice-dsc.jar]
Progress: [47%, Failed to deploy component /export/home/oracle/adobe_livecycle_es2/deploy/adobe-webservice-dsc.jar.]
Progress: [49%, Deploying DSC adobe-xslt-dsc.jar]
Progress: [49%, Failed to deploy component /export/home/oracle/adobe_livecycle_es2/deploy/adobe-xslt-dsc.jar.]
Progress: [50%, Deploying DSC adobe-auditworkflow-dsc.jar]
Progress: [50%, Failed to deploy component /export/home/oracle/adobe_livecycle_es2/deploy/adobe-auditworkflow-dsc.jar.]
Progress: [52%, Deploying DSC adobe-lcdsutil-dsc.jar]
Progress: [52%, Failed to deploy component /export/home/oracle/adobe_livecycle_es2/deploy/adobe-lcdsutil-dsc.jar.]
Progress: [54%, Deploying DSC adobe-backup-restore-dsc.jar]
Progress: [54%, Failed to deploy component /export/home/oracle/adobe_livecycle_es2/deploy/adobe-backup-restore-dsc.jar.]
Progress: [56%, Deploying DSC adobe-usermanager-lookup-dsc.jar]
Progress: [56%, Failed to deploy component /export/home/oracle/adobe_livecycle_es2/deploy/adobe-usermanager-lookup-dsc.jar.]
Progress: [57%, Deploying DSC adobe-workbench-registry-dsc.jar]
Progress: [57%, Failed to deploy component /export/home/oracle/adobe_livecycle_es2/deploy/adobe-workbench-registry-dsc.jar.]
Progress: [60%, Deploying DSC adobe-designtime-dsc.jar]
Progress: [60%, Failed to deploy component /export/home/oracle/adobe_livecycle_es2/deploy/adobe-designtime-dsc.jar.]
Progress: [61%, Deploying DSC adobe-datacaptureinterface-dsc.jar]
Progress: [61%, Failed to deploy component /export/home/oracle/adobe_livecycle_es2/deploy/adobe-datacaptureinterface-dsc.jar.]
Progress: [63%, Deploying DSC adobe-datatypes-util-dsc.jar]
Progress: [63%, Failed to deploy component /export/home/oracle/adobe_livecycle_es2/deploy/adobe-datatypes-util-dsc.jar.]
Progress: [65%, Deploying DSC adobe-licensemanager-dsc.jar]
Progress: [65%, Failed to deploy component /export/home/oracle/adobe_livecycle_es2/deploy/adobe-licensemanager-dsc.jar.]
Progress: [67%, Deploying DSC adobe-usermanager-saml-dsc.jar]
Progress: [67%, Failed to deploy component /export/home/oracle/adobe_livecycle_es2/deploy/adobe-usermanager-saml-dsc.jar.]
Progress: [69%, Deploying DSC adobe-userlist-dsc.jar]
Progress: [69%, Failed to deploy component /export/home/oracle/adobe_livecycle_es2/deploy/adobe-userlist-dsc.jar.]
Progress: [70%, Deploying DSC adobe-launchpad-dsc.jar]
Progress: [70%, Failed to deploy component /export/home/oracle/adobe_livecycle_es2/deploy/adobe-launchpad-dsc.jar.]
Progress: [72%, Deploying DSC adobe-barcodedforms-dsc.jar]
Progress: [72%, Failed to deploy component /export/home/oracle/adobe_livecycle_es2/deploy/adobe-barcodedforms-dsc.jar.]
Progress: [74%, Deploying DSC adobe-formdataintegration-dsc.jar]
Progress: [74%, Failed to deploy component /export/home/oracle/adobe_livecycle_es2/deploy/adobe-formdataintegration-dsc.jar.]
Progress: [76%, Deploying DSC adobe-encryption-dsc.jar]
Progress: [76%, Failed to deploy component /export/home/oracle/adobe_livecycle_es2/deploy/adobe-encryption-dsc.jar.]
Progress: [78%, Deploying DSC adobe-pdfutility-dsc.jar]
Progress: [78%, Failed to deploy component /export/home/oracle/adobe_livecycle_es2/deploy/adobe-pdfutility-dsc.jar.]
Progress: [80%, Deploying DSC adobe-signatures-dsc.jar]
Progress: [80%, Failed to deploy component /export/home/oracle/adobe_livecycle_es2/deploy/adobe-signatures-dsc.jar.]
Progress: [81%, Deploying DSC adobe-forms-dsc.jar]
Progress: [81%, Failed to deploy component /export/home/oracle/adobe_livecycle_es2/deploy/adobe-forms-dsc.jar.]
Progress: [83%, Deploying DSC adobe-assembler-dsc.jar]
Progress: [83%, Failed to deploy component /export/home/oracle/adobe_livecycle_es2/deploy/adobe-assembler-dsc.jar.]
Progress: [85%, Deploying DSC adobe-guides-dsc.jar]
Progress: [85%, Failed to deploy component /export/home/oracle/adobe_livecycle_es2/deploy/adobe-guides-dsc.jar.]
Progress: [87%, Deploying DSC adobe-output-dsc.jar]
Progress: [87%, Failed to deploy component /export/home/oracle/adobe_livecycle_es2/deploy/adobe-output-dsc.jar.]
Progress: [89%, Deploying DSC adobe-convertpdf-dsc.jar]
Progress: [89%, Failed to deploy component /export/home/oracle/adobe_livecycle_es2/deploy/adobe-convertpdf-dsc.jar.]
Progress: [90%, Deploying DSC adobe-docconverter-dsc.jar]
Progress: [90%, Failed to deploy component /export/home/oracle/adobe_livecycle_es2/deploy/adobe-docconverter-dsc.jar.]
Progress: [92%, Deploying DSC adobe-centralmigrationbridge-dsc.jar]
Progress: [92%, Failed to deploy component /export/home/oracle/adobe_livecycle_es2/deploy/adobe-centralmigrationbridge-dsc.jar.]
Progress: [94%, Deploying DSC adobe-reader-extensions-dsc.jar]
Progress: [94%, Failed to deploy component /export/home/oracle/adobe_livecycle_es2/deploy/adobe-reader-extensions-dsc.jar.]
Progress: [96%, Deploying DSC adobe-rightsmanagement-weblogic-dsc.jar]
Progress: [96%, Failed to deploy component /export/home/oracle/adobe_livecycle_es2/deploy/adobe-rightsmanagement-weblogic-dsc.jar.]
Progress: [98%, Deploying DSC adobe-apsscheduler-weblogic-dsc.jar]
Progress: [98%, Failed to deploy component /export/home/oracle/adobe_livecycle_es2/deploy/adobe-apsscheduler-weblogic-dsc.jar.]
com.adobe.livecycle.lcm.core.LCMException[ALC-LCM-030-200]: Failed to deploy component
/export/home/oracle/adobe_livecycle_es2/deploy/adobe-pdfutility-dsc.jar
/export/home/oracle/adobe_livecycle_es2/deploy/adobe-backup-restore-dsc.jar
/export/home/oracle/adobe_livecycle_es2/deploy/adobe-userlist-dsc.jar
/export/home/oracle/adobe_livecycle_es2/deploy/adobe-datatypes-util-dsc.jar
/export/home/oracle/adobe_livecycle_es2/deploy/adobe-centralmigrationbridge-dsc.jar
/export/home/oracle/adobe_livecycle_es2/deploy/adobe-apsscheduler-weblogic-dsc.jar
/export/home/oracle/adobe_livecycle_es2/deploy/adobe-webservice-dsc.jar
/export/home/oracle/adobe_livecycle_es2/deploy/adobe-guides-dsc.jar
/export/home/oracle/adobe_livecycle_es2/deploy/adobe-usermanager-saml-dsc.jar
/export/home/oracle/adobe_livecycle_es2/deploy/adobe-reader-extensions-dsc.jar
/export/home/oracle/adobe_livecycle_es2/deploy/adobe-docconverter-dsc.jar
/export/home/oracle/adobe_livecycle_es2/deploy/adobe-workbench-registry-dsc.jar
/export/home/oracle/adobe_livecycle_es2/deploy/adobe-convertpdf-dsc.jar
/export/home/oracle/adobe_livecycle_es2/deploy/adobe-rightsmanagement-weblogic-dsc.jar
/export/home/oracle/adobe_livecycle_es2/deploy/adobe-encryption-dsc.jar
/export/home/oracle/adobe_livecycle_es2/deploy/adobe-xslt-dsc.jar
/export/home/oracle/adobe_livecycle_es2/deploy/adobe-forms-dsc.jar
/export/home/oracle/adobe_livecycle_es2/deploy/adobe-licensemanager-dsc.jar
/export/home/oracle/adobe_livecycle_es2/deploy/adobe-auditworkflow-dsc.jar
/export/home/oracle/adobe_livecycle_es2/deploy/adobe-signatures-dsc.jar
/export/home/oracle/adobe_livecycle_es2/deploy/adobe-datacaptureinterface-dsc.jar
/export/home/oracle/adobe_livecycle_es2/deploy/adobe-businesscalendar-dsc.jar
/export/home/oracle/adobe_livecycle_es2/deploy/adobe-launchpad-dsc.jar
/export/home/oracle/adobe_livecycle_es2/deploy/adobe-barcodedforms-dsc.jar
/export/home/oracle/adobe_livecycle_es2/deploy/adobe-designtime-dsc.jar
/export/home/oracle/adobe_livecycle_es2/deploy/adobe-usermanager-lookup-dsc.jar
/export/home/oracle/adobe_livecycle_es2/deploy/adobe-lcdsutil-dsc.jar
/export/home/oracle/adobe_livecycle_es2/deploy/adobe-output-dsc.jar
/export/home/oracle/adobe_livecycle_es2/deploy/adobe-formdataintegration-dsc.jar
/export/home/oracle/adobe_livecycle_es2/deploy/adobe-assembler-dsc.jar.
at com.adobe.livecycle.lcm.feature.deployment.DeployDSCs.deployDSCFiles(DeployDSCs.java:419)
at com.adobe.livecycle.lcm.feature.deployment.DeployDSCs.deployDSCs(DeployDSCs.java:151)
at com.adobe.livecycle.lcm.headless.HeadlessLCMImpl.deployDSCFilesLFS(HeadlessLCMImpl.java:2 71)
at com.adobe.livecycle.lcm.cli.DeployLCComponentsCLI.executeCommandLineImpl(DeployLCComponen tsCLI.java:96)
at com.adobe.livecycle.lcm.cli.LCMCLI.execute(LCMCLI.java:295)
at com.adobe.livecycle.lcm.cli.LCMCLI.main(LCMCLI.java:341)
-bash-3.00$
Hi,
I'm new to SSO so i have questions about how to configure a SSO and use for LC ES2.
I want to start by achieving an auto login to either adminui or Right Management UI
In a senario as following:
- MS Active Directory with the domain: domaintest.local
- Added the domain in LC as an Enterprise Domain with ID: dmtest and Name: domaintest
- No issue login into LC adminui with AD user account
From here onwards, what are the things to do?
1. Can i use 'SSO using HTTP headers' in this case?
If yes, how do you get the value for below? is it self define or a reference from some where?
Http header for user's identifier:
HTTP header for domain:
Domain mapping:
2. Apart from configuration on the LC side, what other things i need to do or setup? (e.g. create a webservice which use to pass the HTTP headers?)
FYI, i've not done any for SSO.. i'm starting from blank.
Hope anyone can guide me on SSO or provide me a reference link for a full SSO setup.
Thank you
Hi,
I've got an ES2.5 turnkey installation on Windows 64bit JBoss - it was giving an error when I ran configuration Manager. I'm recording it here for future reference if other people get this error also
On Step one (Configure EAR files), was always giving the error "ALC-LCM-000-000" could not clean working directory
Livecycle was previously installed (and runs OK), but re-running Config Manager always gave this error.
To get around this, I found that once I stopped JBoss, and restarted Configuration Manager without JBoss running, I was able to Configure the EARs without this problem
The Config Manager log always recorded the stack trace error below:
[2011-07-22 10:32:15,135], SEVERE, Thread-5, com.adobe.livecycle.lcm.feature.configureLC.MergeEars2, Could not clean working directory
com.adobe.livecycle.lcm.core.LCMException[ALC-LCM-000-000]: Could not clean working directory
at com.adobe.livecycle.lcm.feature.configureLC.MergeEars2.cleanDirectory(MergeEars2.java:474 )
at com.adobe.livecycle.lcm.feature.configureLC.MergeEars2.init(MergeEars2.java:336)
at com.adobe.livecycle.lcm.feature.configureLC.MergeEars2.mergeEars(MergeEars2.java:192)
at com.adobe.livecycle.lcm.feature.configureLC.MergeEars.mergeEars(MergeEars.java:203)
at com.adobe.livecycle.lcm.feature.configureLC.MergeEars.mergeNativeEars(MergeEars.java:167)
at com.adobe.livecycle.lcm.feature.configureLC.MergeEars.mergeAllEars(MergeEars.java:90)
at com.adobe.livecycle.lcm.feature.configureLC.MergeEarsTask$ActualTask.<init>(MergeEarsTask .java:72)
at com.adobe.livecycle.lcm.feature.configureLC.MergeEarsTask$1.construct(MergeEarsTask.java: 51)
at com.adobe.livecycle.lcm.core.tasks.SwingWorker$2.run(SwingWorker.java:114)
at java.lang.Thread.run(Thread.java:595)
Caused by: java.io.IOException: Unable to delete directory ..\working\configureLC\mergeTmp\tmp.
at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:781)
at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:1079)
at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:811)
at com.adobe.livecycle.lcm.feature.configureLC.MergeEars2.cleanDirectory(MergeEars2.java:466 )
... 9 more
Hello all,
I was working on a form in LiveCycle ES4 when my computer crashed. Windows restarted and when I tried to open the from in LC, the "New Form Assistant" dialog box opened. Regardless of the option I choose in the "New Form Assistant" I receive the error of "INVALID PDF". I am guessing that since my computer crashed while I was in LC and had this particular form open, that somehow the file is now corrupt.
So my question is this, is there anyway to remedy/correct/fix this file? Does anyone know of any software programs available that are able to "fix" a corrupted pdf file?
Thank you in advance for any ideas and or suggestions.
Jason
I've been attempting to deploy ES4 on Windows 2008R2, SQL Server 2008R2 (which is on a separate server), ontop of IBM WebSphere 8.5. I've followed the current Adobe ES4 instructions but I cannot get past the "Datasource Validation" step, receiving the following error:
IDP_DS Fail
Name:IDP_DS
JNDI:
ALC-LCM-120-300: Data source settings failed validation.
RM_DS Fail
Name:EDC_DS
JNDI:
ALC-LCM-120-300: Data source settings failed validation.
I've searched all over the message boards but I cannot find a clear, concise answer for this problem. Please help. This is the output of my System.out log:
Hello, Look for the method to download LiveCycle 4.
Installed Acrobat Pro XI on multiple desktops (upgrading from 9) that had LiveCycle ES 3. The install of XI removed LiveCycle 3. I see from the note below that We can get LiveCycle 4 for install.
Can you help direct us through that process?
Thanks,
Chuck
You’ve probably already heard that LiveCycle Designer will no longer be shipping with Acrobat XI. But don’t panic. For those of you who have been using LiveCycle Designer with Acrobat 8*, Acrobat 9 or Acrobat X and want to upgrade to the latest and greatest, we’re offering a free version of LiveCycle once you upgrade to Acrobat XI, just so you can keep on using the programs you’re used to working with. Just get in touch with us and let us know that you’ve upgraded to Acrobat XI. Our customer service representatives will be happy to provide you with the latest version of LiveCycle Designer so you can continue to get your work done as usual with Acrobat XI.
Hey guys, How many forms can Workspace E4 hold. We have around 3000 forms coming in and we are just wondering if there is a limit in workspace? Thanks
I am trying to install ES3 and ES3 SP2 (it's a fresh install).
When I run "LiveCycle ES3 Component Deployment" many of the jar files fail to deploy. Here are log excerpts from the server log, access.log and the configuration manager log.
The main highlights:
Any help will be appreciated. I am also opening a ticket with Adobe support and will report back here if I get any information.
Thanks!
serverlog:
####<Feb 17, 2013 11:48:00 AM PST> <Info> <ServletContext-/CoreSystemConfigComponent> <mrsblapp00637.np.water.ca.gov> <LCES3dev> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <48b26ee9a37422c2:-201e99a8:13ce9a80dad:-8000-0000000000000055> <1361130480655> <BEA-000000> <JspServlet: param workingDir initialized to: /opt/wls/user_projects/domains/LCES3/servers/LCES3dev/tmp/_WL_user/adobe-livecycle-weblog ic/h5vcq2>
####<Feb 17, 2013 11:48:00 AM PST> <Info> <ServletContext-/CoreSystemConfigComponent> <mrsblapp00637.np.water.ca.gov> <LCES3dev> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <> <48b26ee9a37422c2:-201e99a8:13ce9a80dad:-8000-0000000000000055> <1361130480655> <BEA-000000> <JspServlet: initialization complete>
####<Feb 17, 2013 11:51:15 AM PST> <Info> <JDBC> <mrsblapp00637.np.water.ca.gov> <LCES3dev> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1361130675218> <BEA-001128> <Connection for pool "IDP_DS" has been closed.>
####<Feb 17, 2013 11:57:45 AM PST> <Notice> <Security> <mrsblapp00637.np.water.ca.gov> <LCES3dev> <[ACTIVE] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1361131065068> <BEA-090078> <User _lc_saml_login_ in security realm myrealm has had 5 invalid login attempts, locking account for 30 minutes.>
####<Feb 17, 2013 11:57:45 AM PST> <Notice> <Security> <mrsblapp00637.np.water.ca.gov> <LCES3dev> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<WLS Kernel>> <> <> <1361131065069> <BEA-090078> <User _lc_saml_login_ in security realm myrealm has had 5 invalid login attempts, locking account for 30 minutes.>
####<Feb 17, 2013 11:57:46 AM PST> <Info> <Common> <mrsblapp00637.np.water.ca.gov> <LCES3dev> <[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'> <<anonymous>> <BEA1-0A9E8817856A57175524> <48b26ee9a37422c2:-201e99a8:13ce9a80dad:-8000-0000000000000079> <1361131066945> <BEA-000628> <Created "1" resources for pool "IDP_DS", out of which "1" are available and "0" are unavailable.>
Configuration Manager Log:
[2013-02-17 11:51:18,645], INFO, AWT-EventQueue-0, com.adobe.livecycle.lcm.feature.deployment.DeployDSCsDialog, onEntry()
[2013-02-17 11:57:43,028], INFO, AWT-EventQueue-0, com.adobe.livecycle.lcm.feature.deployment.DeployDSCsDialog, Starting processing
[2013-02-17 11:57:43,033], INFO, AWT-EventQueue-0, com.adobe.livecycle.lcm.feature.lcServer.LCServerConnector, LC Connection properties: {DSC_DEFAULT_SOAP_ENDPOINT=http://mrsblapp00637:7001, DSC_TRANSPORT_PROTOCOL=SOAP, DSC_CREDENTIAL_PASSWORD=********, DSC_CREDENTIAL_USERNAME=administrator, }
[2013-02-17 11:57:43,033], INFO, AWT-EventQueue-0, com.adobe.livecycle.lcm.feature.lcServer.LCServerConnector, Validating connection...
[2013-02-17 11:57:43,129], INFO, AWT-EventQueue-0, com.adobe.livecycle.lcm.feature.deployment.DeployDSCsTask, Starting task: com.adobe.livecycle.lcm.feature.depl
oyment.DeployDSCsTask@18af9b4a
[2013-02-17 11:57:43,386], INFO, Thread-7, com.adobe.livecycle.lcm.feature.deployment.DeployDSCsDialog, Progress: [0%, Loading state from service container ]
[2013-02-17 11:57:43,473], INFO, Thread-7, com.adobe.livecycle.lcm.feature.deployment.DeployDSCsDialog, Progress: [0%, Deploying DSC adobe-pdfservices-dsc.jar]
[2013-02-17 11:57:43,478], INFO, Thread-7, com.adobe.livecycle.lcm.feature.deployment.DeployDSCs, Installing DSC [/opt/adobe/adobe_livecycle_es3/deploy/adobe-pdf
services-dsc.jar, com.adobe.PDFServices, 10.0.4.20120926.1.323123]
[2013-02-17 11:57:43,478], INFO, Thread-7, com.adobe.livecycle.lcm.feature.deployment.DeployDSCs, DSC not installed. DSC will now be installed: com.adobe.PDFServ
ices /opt/adobe/adobe_livecycle_es3/deploy/adobe-pdfservices-dsc.jar
[2013-02-17 11:57:43,719], SEVERE, Thread-7, com.adobe.idp.Document, DOCS001: Unexpected exception. See the stack trace for details.
com.adobe.idp.DocumentError: 401: Unauthorized
at com.adobe.idp.DocumentManagerClient.clientSidePush(DocumentManagerClient.java:363)
...
at java.lang.Thread.run(Thread.java:662)
[2013-02-17 11:57:43,722], SEVERE, Thread-7, com.adobe.idp.Document, DOCS001: Unexpected exception. See the stack trace for details.
com.adobe.idp.DocumentError: 401: Unauthorized
at com.adobe.idp.DocumentManagerClient.clientSidePush(DocumentManagerClient.java:363)
access.log
10.2.68.74 - - [17/Feb/2013:11:51:13 -0800] "POST /soap/sdk HTTP/1.0" 200 265560
10.2.68.74 - - [17/Feb/2013:11:57:43 -0800] "POST /soap/sdk HTTP/1.0" 200 274944
10.2.68.74 - - [17/Feb/2013:11:57:43 -0800] "POST /soap/sdk HTTP/1.0" 200 265560
10.2.68.74 - - [17/Feb/2013:11:57:43 -0800] "PUT /dsc/upload?serviceName=system.component_registry HTTP/1.1" 401 1468
10.2.68.74 - - [17/Feb/2013:11:57:44 -0800] "POST /soap/sdk HTTP/1.0" 200 4588
10.2.68.74 - - [17/Feb/2013:11:57:44 -0800] "POST /soap/sdk HTTP/1.0" 200 5844
10.2.68.74 - - [17/Feb/2013:11:57:44 -0800] "POST /soap/sdk HTTP/1.0" 200 5564
10.2.68.74 - - [17/Feb/2013:11:57:44 -0800] "POST /soap/sdk HTTP/1.0" 200 7776
10.2.68.74 - - [17/Feb/2013:11:57:44 -0800] "POST /soap/sdk HTTP/1.0" 200 54952
10.2.68.74 - - [17/Feb/2013:11:57:44 -0800] "POST /soap/sdk HTTP/1.0" 200 12816
10.2.68.74 - - [17/Feb/2013:11:57:44 -0800] "POST /soap/sdk HTTP/1.0" 200 11672
10.2.68.74 - - [17/Feb/2013:11:57:44 -0800] "PUT /dsc/upload?serviceName=system.component_registry HTTP/1.1" 401 1468
10.2.68.74 - - [17/Feb/2013:11:57:44 -0800] "POST /soap/sdk HTTP/1.0" 200 13176
10.2.68.74 - - [17/Feb/2013:11:57:44 -0800] "PUT /dsc/upload?serviceName=system.component_registry HTTP/1.1" 401 1468
10.2.68.74 - - [17/Feb/2013:11:57:44 -0800] "PUT /dsc/upload?serviceName=system.component_registry HTTP/1.1" 401 1468
10.2.68.74 - - [17/Feb/2013:11:57:45 -0800] "PUT /dsc/upload?serviceName=system.component_registry HTTP/1.1" 401 1468
10.2.68.74 - - [17/Feb/2013:11:57:45 -0800] "POST /soap/sdk HTTP/1.0" 200 30676
10.2.68.74 - - [17/Feb/2013:11:57:45 -0800] "PUT /dsc/upload?serviceName=system.component_registry HTTP/1.1" 401 1468
10.2.68.74 - - [17/Feb/2013:11:57:45 -0800] "PUT /dsc/upload?serviceName=system.component_registry HTTP/1.1" 401 1468
10.2.68.74 - - [17/Feb/2013:11:57:45 -0800] "PUT /dsc/upload?serviceName=system.component_registry HTTP/1.1" 401 1468
10.2.68.74 - - [17/Feb/2013:11:57:46 -0800] "PUT /dsc/upload?serviceName=system.component_registry HTTP/1.1" 401 1468
10.2.68.74 - - [17/Feb/2013:11:57:46 -0800] "POST /soap/sdk HTTP/1.0" 200 20860
10.2.68.74 - - [17/Feb/2013:11:57:46 -0800] "PUT /dsc/upload?serviceName=system.component_registry HTTP/1.1" 401 1468
10.2.68.74 - - [17/Feb/2013:11:57:46 -0800] "PUT /dsc/upload?serviceName=system.component_registry HTTP/1.1" 401 1468
10.2.68.74 - - [17/Feb/2013:11:57:46 -0800] "PUT /dsc/upload?serviceName=system.component_registry HTTP/1.1" 401 1468
10.2.68.74 - - [17/Feb/2013:11:57:46 -0800] "PUT /dsc/upload?serviceName=system.component_registry HTTP/1.1" 401 1468
10.2.68.74 - - [17/Feb/2013:11:57:46 -0800] "PUT /dsc/upload?serviceName=system.component_registry HTTP/1.1" 401 1468
10.2.68.74 - - [17/Feb/2013:11:57:46 -0800] "PUT /dsc/upload?serviceName=system.component_registry HTTP/1.1" 401 1468
10.2.68.74 - - [17/Feb/2013:11:57:46 -0800] "PUT /dsc/upload?serviceName=system.component_registry HTTP/1.1" 401 1468
10.2.68.74 - - [17/Feb/2013:11:57:46 -0800] "PUT /dsc/upload?serviceName=system.component_registry HTTP/1.1" 401 1468
10.2.68.74 - - [17/Feb/2013:11:57:46 -0800] "PUT /dsc/upload?serviceName=system.component_registry HTTP/1.1" 401 1468
10.2.68.74 - - [17/Feb/2013:11:57:46 -0800] "PUT /dsc/upload?serviceName=system.component_registry HTTP/1.1" 401 1468
Hi,
I've been facing a situation where the server log suddenly started throwing the following server errors from the morning:
2013-10-13 08:32:12,775 WARN [org.jgroups.protocols.pbcast.NAKACK] 10.13.32.43:65517] discarded message from non-member 10.13.32.43:56954, my view is [10.13.32.43:65517|2] [10.13.32.43:65517]
2013-10-13 08:32:33,333 WARN [org.jgroups.protocols.pbcast.NAKACK] 10.13.32.43:65517] discarded message from non-member 10.13.32.43:56954, my view is [10.13.32.43:65517|2] [10.13.32.43:65517]
2013-10-13 08:32:33,333 WARN [org.jgroups.protocols.pbcast.NAKACK] 10.13.32.43:65517] discarded message from non-member 10.13.32.43:56954, my view is [10.13.32.43:65517|2] [10.13.32.43:65517]
2013-10-13 08:32:12,715 WARN [org.jgroups.protocols.pbcast.NAKACK] 10.13.32.43:56954] discarded message from non-member 10.13.32.43:65517, my view is [10.13.32.43:56954|0] [10.13.32.43:56954]
2013-10-13 08:32:40,745 WARN [org.jgroups.protocols.pbcast.NAKACK] 10.13.32.43:56954] discarded message from non-member 10.13.32.43:65517, my view is [10.13.32.43:56954|0] [10.13.32.43:56954]
2013-10-13 08:32:40,922 WARN [org.jgroups.protocols.pbcast.NAKACK] 10.13.32.43:56954] discarded message from non-member 10.13.32.43:65517, my view is [10.13.32.43:56954|0] [10.13.32.43:56954]
When tracked back, the issue appeared after the server restart which started off with the following errors:
2013-10-11 23:44:50,263 WARN [org.jgroups.protocols.FD] I was suspected by 10.13.32.43:65517; ignoring the SUSPECT message and sending back a HEARTBEAT_ACK
2013-10-11 23:44:55,095 WARN [org.jgroups.protocols.FD] ping_dest is null: members=[10.13.32.43:65514, 10.13.32.43:65517], pingable_mbrs=[10.13.32.43:65517], local_addr=10.13.32.43:65517
2013-10-11 23:44:56,677 WARN [org.jgroups.protocols.FD] I was suspected by 10.13.32.43:65517; ignoring the SUSPECT message and sending back a HEARTBEAT_ACK
2013-10-11 23:45:02,133 WARN [org.jgroups.protocols.FD] I was suspected by 10.13.32.43:65517; ignoring the SUSPECT message and sending back a HEARTBEAT_ACK
2013-10-11 23:45:09,471 WARN [org.jgroups.protocols.pbcast.GMS] failed to collect all ACKs (1) for view [10.13.32.43:65517|2] [10.13.32.43:65517] after 2000ms, missing ACKs from [10.13.32.43:65517] (received=[10.13.32.43:65514]), local_addr=10.13.32.43:65517
2013-10-11 23:45:10,958 WARN [org.jgroups.protocols.pbcast.GMS] I (10.13.32.43:65514) am not a member of view [10.13.32.43:65517|2] [10.13.32.43:65517], shunning myself and leaving the group (prev_members are [10.13.32.43:65514 10.13.32.43:65517 ], current view is [10.13.32.43:65514|1] [10.13.32.43:65514, 10.13.32.43:65517])
2013-10-11 23:45:20,632 WARN [org.jgroups.protocols.pbcast.NAKACK] 10.13.32.43:65517] discarded message from non-member 10.13.32.43:65514, my view is [10.13.32.43:65517|2] [10.13.32.43:65517]
2013-10-11 23:45:20,989 WARN [org.jgroups.protocols.FD] I was suspected by 10.13.32.43:65517; ignoring the SUSPECT message and sending back a HEARTBEAT_ACK
2013-10-11 23:45:21,192 WARN [org.jgroups.protocols.FD] I was suspected by 10.13.32.43:65517; ignoring the SUSPECT message and sending back a HEARTBEAT_ACK
2013-10-11 23:45:21,395 WARN [org.jgroups.protocols.pbcast.NAKACK] 10.13.32.43:65514] discarded message from non-member 10.13.32.43:65517, my view is [10.13.32.43:65514|1] [10.13.32.43:65514, 10.13.32.43:65517]
2013-10-11 23:45:21,192 ERROR [org.jgroups.protocols.pbcast.NAKACK] sender 10.13.32.43:65514 not found in received_msgs
2013-10-11 23:45:27,698 ERROR [org.jgroups.protocols.pbcast.NAKACK] range is null
2013-10-11 23:45:27,698 ERROR [org.jgroups.protocols.pbcast.NAKACK] sender 10.13.32.43:65517 not found in received_msgs
2013-10-11 23:45:27,888 ERROR [org.jgroups.protocols.pbcast.NAKACK] range is null
2013-10-11 23:45:27,888 WARN [org.jgroups.protocols.VIEW_ENFORCER] exception: QueueClosedException
2013-10-11 23:45:52,667 ERROR [org.jgroups.protocols.pbcast.STABLE] down_handler thread for STABLE was interrupted (in order to be terminated), but is is still alive
2013-10-11 23:46:16,041 ERROR [com.adobe.livecycle.events.RemoteEventThread]
Surprisingly, we never attempted to configure a cluster and we are having a standalone single server environment.
Any one faced this issue earlier?
Any key pointers on how to get rid of it?
Thanks.
Hello all,
I am new to LiveCycle and is tasked with converting a company's form to an interactive fillable PDF form. I went online and found out about livecycle designer.
My question is, do I need to install the livecycle server, workbench and designer to get this done. The aim is to have the data stored in a database when submitted by clients as well.
Is there an easy way to install the livecycle suite in one go?
Additionally, is there a livecycle download available for Mac? or will I need to use a virtual environment?
Looking forward to a response.
Passetta
I can not get LiveCycle's preview mode to work. It has worked in the past, but now with Reader DC i can't use preview mode. How do i get Adobe LiveCycle designer to work with Reader DC?
I am currently running LiveCycle ES4 and am trying to convert static pdf forms to html5 forms for mobile access via a SharePoint server document library. There seems to be a severe lack of knowledge here on my part as there doesn’t appear to be any options to export or save as anything editable via a mobile device.
Upon further research, it also appears that forms manager is necessary to utilize mobile form development, however, the forms manager does not launch, it just gives an error on failing to launch web browser. This prompted me to investigate further which led me to:
https://helpx.adobe.com/livecycle/help/mobile-forms/install-forms-forms-manager.html
Which states:
You can choose to run LiveCycle Configuration Manager by using the ConfigurationManager.bat orConfigurationManager.sh located in [LiveCycle Root]\configurationManager\bin.
This directory does not exist in my root folder
Note:
Adobe® LiveCycle® Mobile Forms ES4 and Adobe® LiveCycle® Forms Manager ES4 are new components in LiveCycle ES4. On upgrading to Adobe® LiveCycle® ES4, Mobile Forms and Forms Manager components are not enabled out of the box. Contact your Account Manager or contact Adobe support at upgrade2LiveCycleES4[at]adobe[dot]com to understand the licensing terms of these new components.
Delivery has failed to these recipients or groups:
upgrade2LiveCycleES4@adobe.com
Your message wasn't delivered because the recipient's e-mail provider rejected it.
Diagnostic information for administrators:
Generating server: DM2PR0201MB0895.namprd02.prod.outlook.com
upgrade2LiveCycleES4@adobe.com
#< #5.7.124 smtp;550 5.7.124 RESOLVER.RST.RestrictedToGroupPermission; not authorized to send to the distribution list because the distribution list is set up to accept mail from list members only, or specific recipients only> #SMTP#
When I chose to use Adobe LiveCycle the sales representative I spoke with had said that the trial might not allow me to save out forms as an html5 format while the paid version most certainly would allow me to achieve what I need. I have bought Adobe LiveCycle ES4 and I still cannot seem to get what I need.
Any direction would be welcomed.
I have the Creative Suite, but do not see LiveCycle as a choice to download. I built forms in it years back and need to make some updates. How do I get LiveCycle? Is it not included in the monthly plan?