Quantcast
Channel: Adobe Community : Popular Discussions - LiveCycle installation, configuration, deployment, and administration
Viewing all 87219 articles
Browse latest View live

[com.adobe.ipp.pdfgclient.ResponseGenerator] IPP-Client

$
0
0
Hi,

I'm using the Pdf-Generator ipp-client to create pdfs.
this works fine.

Is it possible to configure the mail-body of the returned mail?
any other possibilities for configuration?

pdfg-ipp/install does not work stops with the error 'the parameter is incorrect'?

regards
Johannes

Create & Configure Oracle 10g in LiveCycle ES?

$
0
0

I would like to know how to install Adobe LiveCycle ES using Oracle DB step by step from creating a DB for LiveCycle.

 

and how to Configure because documents are told only about the Configure section on Creating Short more telling. Could not understand.

 

Oracle in my customer site is using version 10g.

How to find/reset the admin password?

$
0
0

Hi,

I'm new to this. The admin userid/password that was successfully used in the past in not being recognized now.

 

I was trying to log in to Adobe LiveCycle ES ver 8.2 from http://localhost:8080/adminui/login.faces and receive the message "Username and password do not match".

 

Is there a way for me to reset the userid/password ? I cannot reset a user's password before accessing thie admin account first.

 

Any help is appreciated.

 

Thank You.

Yajiv

"java.lang.OutOfMemoryError: GC overhead limit exceeded" Deploying

$
0
0

Hello,

 

We are setting up a new LiveCycle ES2 server to migrate all our letters and processes from ES.

 

Now I created a few .lca files to do the migration, thay got imported well into ES2. Then I created a new project on the Workbench and imported the files into the workbench and they check them In. the files are checked in but anytime I need to deploy them to have all the letters available I keep getting a:

 

"java.lang.OutOfMemoryError: GC overhead limit exceeded"

 

Any ideas? or better yet how can I migrate from ES to ES2? There is only information on how to upgrade from ES to ES2 but we are setting up new servers with Linux instead of Windows so upgrading is out of the picture.

 

Thank you.

FYI : How to reset the administrator password for the LC server

$
0
0

Issue

If you wish to change the administrator’s password for the LiveCycle server you must do it manually in the database.

 

Reason

The administrator’s password is the only password stored in the database table EDCPrincipalLocalAccountEntity.

 

Solution

To select the correct record run this query:

 

SELECT uidstring, password, salt
FROM adobe.edcprincipallocalaccountentity A, adobe.edcprincipaluserentity B
WHERE A.refuserprincipalid = b.id AND b.uidstring = ‘administrator’;

 

The values in the salt and password field together constitute the password for the administrator account. On a sample installation where the password for the administrator account was “password” the password field was set to:

 

TXScDjEEQCzWccUMUdf8wijx/hE=

 

and the salt field was set to:

 

JNIBnmos3d0WE9W8oquFIQ==

 

To reset your password to “password” run this update command to update the two fields in the EDCPrincipalLocalAccountEntity table with the above values and you should be able to login.

 

UPDATE adobe.edcprincipallocalaccountentity, adobe.edcprincipaluserentity
SET password = ‘TXScDjEEQCzWccUMUdf8wijx/hE=’, salt = ‘JNIBnmos3d0WE9W8oquFIQ==’
WHERE adobe.edcprincipallocalaccountentity.refuserprincipalid = adobe.edcprincipaluserentity.id
AND adobe.edcprincipaluserentity.uidstring = ‘administrator’;

 

You may have to restart the application server for these changes to take affect.

Additional Information

This solution has been verified on a MySQL database with LiveCycle ES 8.0.  The database schema for later versions of LiveCycle ES (8.2.1, 9, 10 etc…), and for other Database types (Oracle, SQL Server) may differ, and may require modifications to the above SQL statements.

In some databases the “edcprincipallocalaccountentity” table does not exist, but is represented by the “edcprincipallocalaccount” table. The information in this technote is provided as-is and should be tested before applying it to a production database.  Performing a full backup of the database before applying any changes is recommended.

Vertical Scrolling Bar

$
0
0

How to i put a large amount of text in a smaller box and have a vertical scrolling bar

Files struck in watched folders input folder

$
0
0

Hi,

 

I have created a Watched folder. When I intentionally dropped files to the watched folders input folder, the files are not moving to stage or any other directories.

 

I have verified the permissions thing and even restarted the jboss twice.

 

Done below steps non sequentially to make the watched folder work.

 

1. Gave full permissions recursively to watched folder
2. Un-deployed and deployed back the watched folder application
3. Removed the application and did a fresh deployment of the watched fodler application
4. Restarted Jboss

 

But nothing helped me.

 

Can some one let me know what should be done for getting rid of this issue

 

 

Regards,

Carter

I need LiveCycle Designer ES 9.0

$
0
0

I need to recreate a modified version of a form that was created in LiveCycle Designer ES 9.0.  How can I accomplish this asap? I do not have the tool.  Where can I buy it?  THANK YOU!


ES SP2 Breaks eMail Notifications

$
0
0
I have upgraded two ES systems to SP2 recently and in both cases once SP2 is installed the Task Notification eMails fail to send.

On the 1st system, a development VM, the failure was silent, but no notification eMails are being sent. I believed that the problem was with our test environment James Mail server as ES did not log any problems.

However today I tried to install SP2 on one of our clients systems and thier eMail notifications also then stopped but on thier system ES threw the following JBoss Server Log error -

2008-04-03 15:16:03,285 ERROR [org.jboss.ejb.plugins.LogInterceptor] RuntimeException in method: public abstract java.lang.Object com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterLocal.doSupports(c om.adobe.idp.dsc.transaction.TransactionDefinition,com.adobe.idp.dsc.transaction.Transacti onCallback) throws com.adobe.idp.dsc.DSCException:
ALC-DSC-020-000: com.adobe.idp.dsc.InvalidStateException: Service: EmailService is not in a RUNNING state
at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:35)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:44)
at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:88)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:44)
at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:113)
at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:102)

I tried JBoss Stop / Start a number of times but the same error ocures. I had to revert to the pre-SP2 JBoss install and the eMails then work correctly.

In both cases the update was form a base 8.0.1 install to SP2 without installing SP1b.

Has anyone else had a problem with Notification eMails after installing SP2 ?

Stuart

Error while initializing database

$
0
0
Hi,
am trying to configure and deploy Livecycle 8 with Websphere 6.1.0.13 and DB2. I used the configuration manager to configure and deploy the three ears. But i get the errors ALC-TTN-103-000 and ALC-TTN-011-021 while trying to bootstrap the database.

The ES and websphere application are in one machime and the db2 is installed in anoter machine. The ip and port are valid. I ran the script in the installation and configuration manual also.

The log from the application server's SystemOut.log is as follows.

[5/19/08 22:10:16:921 IST] 00000034 BootstrapperM A com.adobe.idp.common.errors.Logger$LogConsumer run UserM:: [Thread Hashcode: 830878086] bootstrapPrincipals: called createFoundationRolesAndSysPerms
[5/19/08 22:10:17:156 IST] 0000002c WSRdbManagedC I DSRA0095I: A database transaction that is not tracked by WebSphere is found, attemping to rollback before cleaning connection. This message will be logged once for each DataSource. Subsequent implicit transactions will be resolved automatically.
[5/19/08 22:10:19:734 IST] 00000034 BootstrapperM A com.adobe.idp.common.errors.Logger$LogConsumer run UserM:: [Thread Hashcode: 830878086] bootstrapPrincipals: called create administrator
[5/19/08 22:10:19:812 IST] 00000034 BootstrapperM A com.adobe.idp.common.errors.Logger$LogConsumer run UserM:: [Thread Hashcode: 830878086] bootstrapPrincipals: called create allprin group
[5/19/08 22:10:19:859 IST] 0000002c SystemOut O Creating bootstrap principals successful....
[5/19/08 22:10:19:859 IST] 00000034 BootstrapperM A com.adobe.idp.common.errors.Logger$LogConsumer run UserM:: [Thread Hashcode: 830878086] bootstrapPrincipals: assigned role to admin
[5/19/08 22:10:19:875 IST] 00000034 UMBootstrappe A com.adobe.idp.common.errors.Logger$LogConsumer run UserM:: [Thread Hashcode: 830878086] Creating remote credential stuff ....
[5/19/08 22:10:19:875 IST] 00000034 BootstrapperM A com.adobe.idp.common.errors.Logger$LogConsumer run UserM:: [Thread Hashcode: 830878086] bootstrapRemCred: gotFactory
[5/19/08 22:10:19:921 IST] 00000034 BootstrapperM A com.adobe.idp.common.errors.Logger$LogConsumer run UserM:: [Thread Hashcode: 830878086] bootstrapRemCred: GOT DM
[5/19/08 22:10:19:921 IST] 00000034 BootstrapperM A com.adobe.idp.common.errors.Logger$LogConsumer run UserM:: [Thread Hashcode: 830878086] bootstrapRemCred: got am
[5/19/08 22:10:19:937 IST] 00000034 BootstrapperM A com.adobe.idp.common.errors.Logger$LogConsumer run UserM:: [Thread Hashcode: 830878086] bootstrapRemCred: inmem objects
[5/19/08 22:10:19:953 IST] 00000034 BootstrapperM A com.adobe.idp.common.errors.Logger$LogConsumer run UserM:: [Thread Hashcode: 830878086] bootstrapRemCred: finished inmemobj
[5/19/08 22:10:20:046 IST] 00000034 BootstrapperM A com.adobe.idp.common.errors.Logger$LogConsumer run UserM:: [Thread Hashcode: 830878086] bootstrapRemCred: called create remote cred
[5/19/08 22:10:20:062 IST] 0000002c SystemOut O Creating remote credential stuff successful....
[5/19/08 22:10:20:078 IST] 00000034 BootstrapperM A com.adobe.idp.common.errors.Logger$LogConsumer run UserM:: [Thread Hashcode: 830878086] bootstrapRemCred: assigned role to remotecred user
[5/19/08 22:10:20:093 IST] 00000034 BootstrapperM A com.adobe.idp.common.errors.Logger$LogConsumer run UserM:: [Thread Hashcode: 830878086] bootstrapRemCred: finished successfully
[5/19/08 22:10:20:109 IST] 00000034 UMBootstrappe A com.adobe.idp.common.errors.Logger$LogConsumer run UserM:: [Thread Hashcode: 830878086] Syncing bootstrap data ....
[5/19/08 22:10:20:218 IST] 0000002c UMBootstrappe A com.adobe.livecycle.bootstrap.bootstrappers.UMBootstrapper bootstrap Bootstrap completed.
[5/19/08 22:10:20:234 IST] 00000034 UMBootstrappe A com.adobe.idp.common.errors.Logger$LogConsumer run UserM:: [Thread Hashcode: 830878086] Syncing bootstrap data successful....
[5/19/08 22:10:20:281 IST] 00000034 UMBootstrappe A com.adobe.idp.common.errors.Logger$LogConsumer run UserM:: [Thread Hashcode: 83

how do i clean working root directory in adobe configuratn manager

Add User for Native PDF Conversion fails on Windows 2008 for WebSphere

$
0
0

I'm installing LiveCycle ES3 Generator on Windows 2008 R2 server with WebSphere 8.  When I try to add users for the Native PDF conversion as part of the generator configuration I get an error.  I've included the installer log error and some of the related WebSphere logs below.  Anyone have any sugestions?

 

Configuration Manager Install log:

[2013-03-11 10:03:35,834], WARNING, Thread-11, com.adobe.pdfg.lcm.configure.users.AddPDFGAdminUserTask, Error while adding user to PDFG :ALC-DSC-005-000: com.adobe.idp.dsc.DSCNotSerializableException: Not Serializable

Caused by: ALC-DSC-003-000: com.adobe.idp.dsc.DSCInvocationException: Invocation error.

          at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:152)

          at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor. java:140)

          at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)

          at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassi vationInterceptor.java:53)

          at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)

          at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(Transa ctionInterceptor.java:74)

          at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionBMTAdapterBean.doRequiresNew (EjbTransactionBMTAdapterBean.java:218)

          at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EJSLocalStatelessEjbTransactionBMTAdapter_ 3af08fdf.doRequiresNew(Unknown Source)

          at com.adobe.idp.dsc.transaction.impl.ejb.EjbTransactionProvider.execute(EjbTransactionProvi der.java:133)

          at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor.intercept(TransactionInt erceptor.java:72)

          at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)

          at com.adobe.idp.dsc.interceptor.impl.InvocationStrategyInterceptor.intercept(InvocationStra tegyInterceptor.java:55)

          at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)

          at com.adobe.idp.dsc.interceptor.impl.InvalidStateInterceptor.intercept(InvalidStateIntercep tor.java:37)

          at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)

          at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterc eptor.java:188)

          at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)

          at com.adobe.idp.dsc.interceptor.impl.JMXInterceptor.intercept(JMXInterceptor.java:48)

          at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptor ChainImpl.java:60)

          at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:121)

          at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:131)

          at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.invoke(AbstractMessageReceiv er.java:329)

          at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapSdkEndpoint.invokeCall(SoapSdkEndpoint. java:139)

          at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapSdkEndpoint.invoke(SoapSdkEndpoint.java :81)

          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)

          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)

          at java.lang.reflect.Method.invoke(Method.java:611)

          at org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397)

          at org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186)

          at org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323)

          at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)

          at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)

          at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)

          at org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:454)

          at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)

          at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699)

          at javax.servlet.http.HttpServlet.service(HttpServlet.java:595)

          at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:327)

          at javax.servlet.http.HttpServlet.service(HttpServlet.java:668)

          at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1214)

          at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:774)

          at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:456)

          at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java: 178)

          at com.ibm.ws.webcontainer.filter.WebAppFilterChain.invokeTarget(WebAppFilterChain.java:125)

          at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:92)

          at com.adobe.idp.dsc.provider.impl.soap.axis.InvocationFilter.doFilter(InvocationFilter.java :43)

          at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java: 192)

          at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:89)

          at com.adobe.idp.um.auth.filter.CSRFFilter.doFilter(CSRFFilter.java:86)

          at com.ibm.ws.webcontainer.filter.FilterInstanceWrapper.doFilter(FilterInstanceWrapper.java: 192)

          at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:89)

          at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:926)

          at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java :1023)

          at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.jav a:87)

          at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:895)

          at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1662)

          at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:195)

          at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink .java:458)

          at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.jav a:522)

          at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java: 311)

          at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.ready(HttpInboundLink.java:282)

          at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.sendToDiscriminators(NewConn ectionInitialReadCallback.java:214)

          at com.ibm.ws.tcp.channel.impl.NewConnectionInitialReadCallback.complete(NewConnectionInitia lReadCallback.java:113)

          at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionLi stener.java:165)

          at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)

          at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)

          at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)

          at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)

          at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)

          at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)

          at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1783)

Caused by: ALC-PDG-80000-000: com.adobe.pdfg.exceptions.ConfigException: ALC-PDG-080-000-Connection to failed service.

          at com.adobe.pdfg.config.PDFGConfigServiceImpl.validateUserCredentials(PDFGConfigServiceImpl .java:494)

          at com.adobe.pdfg.config.PDFGConfigServiceImpl.updateUserAccountsSettings(PDFGConfigServiceI mpl.java:870)

          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)

          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)

          at java.lang.reflect.Method.invoke(Method.java:611)

          at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.jav a:118)

          ... 71 more

Caused by: java.lang.IllegalStateException: Connection to failed service.

          at com.adobe.service.ResourcePooler.allocateResource(ResourcePooler.java:96)

          at com.adobe.service.ConnectionFactoryManagerPeer.getConnectionResourceFromPool(ConnectionFa ctoryManagerPeer.java:79)

          at com.adobe.service.J2EEConnectionFactoryManagerPeerImpl.getConnection(J2EEConnectionFactor yManagerPeerImpl.java:103)

          at com.adobe.service.ConnectionFactoryRmiAdapter.getConnection(ConnectionFactoryRmiAdapter.j ava:54)

          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)

          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)

          at java.lang.reflect.Method.invoke(Method.java:611)

          at com.ibm.rmi.util.ProxyUtil$4.run(ProxyUtil.java:609)

          at java.security.AccessController.doPrivileged(AccessController.java:280)

          at com.ibm.rmi.util.ProxyUtil.invokeWithClassLoaders(ProxyUtil.java:606)

          at com.ibm.CORBA.iiop.ClientDelegate.invoke(ClientDelegate.java:1177)

          at $Proxy35.getConnection(Unknown Source)

          at com.adobe.service._ConnectionFactoryRemote_Stub.getConnection(_ConnectionFactoryRemote_St ub.java:59)

          at com.adobe.pdfg.config.PDFGConfigServiceImpl.getColorProfileService(PDFGConfigServiceImpl. java:1252)

          at com.adobe.pdfg.config.PDFGConfigServiceImpl.validateUserCredentials(PDFGConfigServiceImpl .java:487)

          ... 77 more

 

 

          at com.adobe.idp.dsc.provider.impl.base.AbstractResponseHolder.handleException(AbstractRespo nseHolder.java:150)

          at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapSdkBindingStubUtil.deSerializeResponse( SoapSdkBindingStubUtil.java:132)

          at com.adobe.idp.dsc.provider.impl.soap.axis.sdk.SoapAxisDispatcher.doSend(SoapAxisDispatche r.java:132)

          at com.adobe.idp.dsc.provider.impl.base.AbstractMessageDispatcher.send(AbstractMessageDispat cher.java:66)

          at com.adobe.idp.dsc.clientsdk.ServiceClient.invoke(ServiceClient.java:208)

          at com.adobe.pdfg.lcm.configure.users.AddPDFGAdminUserTask.run(AddPDFGAdminUserTask.java:76)

          at java.lang.Thread.run(Thread.java:619)

 

 

 

 

Systemout

[3/11/13 10:03:35:744 EST] 000000de ProcessResour A   ALC-BMC-001-505: Service ColorProfileSvc: Starting native process with command line "C:\\Program Files (x86)\\IBM\\WebSphere\\AppServer\\installedApps\\adobe\\server1\\ColorProfileSvc\\ColorPr ofileService.exe"  -IOR IOR:00bdbdbd0000002249444c3a636f6d2f61646f62652f736572766963652f4d616e616765723a312e3000b dbd000000010000000000000460000102bd0000000b4851324b38454945323500bd0000bdbd0000001f4c4d424 9000000154773e3aa001500050442522d3700080100000000000000bd0000000a000000010000001400bdbdbd0 501000100000000000101000000000049424d0a0000000800bd00011600000100000026000000020002bdbd494 24d04000000050005020102bdbdbd0000001f0000000400bd0003000000200000000400bd00010000002500000 00400bd000300000021000002d80001bdbd000000060002bdbd000000240000001e00bd00260002bdbd0000000 10000000b31302e312e32302e353400bd24bb00400000bdbd0000000806062b1200021e0200000028040100080 6062b1200021e020000001864656661756c7457494d46696c6542617365645265616c6d0000000000000000000 00000000000000042bdbd000000240000001e00bd00660042bdbd000000010000000b31302e312e32302e35340 0bd24ba00400000bdbd0000000806062b1200021e02000000280401000806062b1200021e02000000186465666 1756c7457494d46696c6542617365645265616c6d000000000000000000000000000000000002bdbd000000240 000001e00bd00260002bdbd000000010000000b31302e312e32302e353400bd24bb00400000bdbd00000008060 6678102010101000000280401000806066781020101010000001864656661756c7457494d46696c65426173656 45265616c6d000000000000000000000000000000000042bdbd000000240000001e00bd00660042bdbd0000000 10000000b31302e312e32302e353400bd24ba00400000bdbd00000008060667810201010100000028040100080 6066781020101010000001864656661756c7457494d46696c6542617365645265616c6d0000000000000000000 00000000000000002bdbd000000240000001e00bd00260002bdbd000000010000000b31302e312e32302e35340 0bd24bb00400000bdbd0000000806062b1200021e06000000280401000806062b1200021e06000000186465666 1756c7457494d46696c6542617365645265616c6d000000000000000000000000000000000042bdbd000000240 000001e00bd00660042bdbd000000010000000b31302e312e32302e353400bd24ba00400000bdbd00000008060 62b1200021e06000000280401000806062b1200021e060000001864656661756c7457494d46696c65426173656 45265616c6d0000000000000000000000000000000049424d21000000ba00bd00010000bdbd0000001057494d5 57365725265676973747279000000002149424d20576562537068657265204170706c69636174696f6e2053657 276657200bdbdbd00000008382e352e302e300000000007352f312f313200bd0000000a676d313231382e30310 0bdbd000000452863656c6c293a4851324b3845494532354e6f6465303143656c6c3a286e6f6465293a4851324 b3845494532354e6f646530313a28736572766572293a7365727665723100bdffff0001bdbd000000140000000 800bd00b6400224ba   -AppServer websphere

[3/11/13 10:03:35:787 EST] 000007c2 ProcessResour W   ALC-BMC-001-024: Service ColorProfileSvc: Process ProcessResource@93771607(name=ColorProfileService.exe,pid=0) terminated abnormally with error code {3}

[3/11/13 10:03:35:794 EST] 000000de ProcessResour A   ALC-BMC-001-505: Service ColorProfileSvc: Starting native process with command line "C:\\Program Files (x86)\\IBM\\WebSphere\\AppServer\\installedApps\\adobe\\server1\\ColorProfileSvc\\ColorPr ofileService.exe"  -IOR IOR:00bdbdbd0000002249444c3a636f6d2f61646f62652f736572766963652f4d616e616765723a312e3000b dbd000000010000000000000460000102bd0000000b4851324b38454945323500bd0000bdbd0000001f4c4d424 9000000154773e3aa001500050442522d3800080100000000000000bd0000000a000000010000001400bdbdbd0 501000100000000000101000000000049424d0a0000000800bd00011600000100000026000000020002bdbd494 24d04000000050005020102bdbdbd0000001f0000000400bd0003000000200000000400bd00010000002500000 00400bd000300000021000002d80001bdbd000000060002bdbd000000240000001e00bd00260002bdbd0000000 10000000b31302e312e32302e353400bd24bb00400000bdbd0000000806062b1200021e0200000028040100080 6062b1200021e020000001864656661756c7457494d46696c6542617365645265616c6d0000000000000000000 00000000000000042bdbd000000240000001e00bd00660042bdbd000000010000000b31302e312e32302e35340 0bd24ba00400000bdbd0000000806062b1200021e02000000280401000806062b1200021e02000000186465666 1756c7457494d46696c6542617365645265616c6d000000000000000000000000000000000002bdbd000000240 000001e00bd00260002bdbd000000010000000b31302e312e32302e353400bd24bb00400000bdbd00000008060 6678102010101000000280401000806066781020101010000001864656661756c7457494d46696c65426173656 45265616c6d000000000000000000000000000000000042bdbd000000240000001e00bd00660042bdbd0000000 10000000b31302e312e32302e353400bd24ba00400000bdbd00000008060667810201010100000028040100080 6066781020101010000001864656661756c7457494d46696c6542617365645265616c6d0000000000000000000 00000000000000002bdbd000000240000001e00bd00260002bdbd000000010000000b31302e312e32302e35340 0bd24bb00400000bdbd0000000806062b1200021e06000000280401000806062b1200021e06000000186465666 1756c7457494d46696c6542617365645265616c6d000000000000000000000000000000000042bdbd000000240 000001e00bd00660042bdbd000000010000000b31302e312e32302e353400bd24ba00400000bdbd00000008060 62b1200021e06000000280401000806062b1200021e060000001864656661756c7457494d46696c65426173656 45265616c6d0000000000000000000000000000000049424d21000000ba00bd00010000bdbd0000001057494d5 57365725265676973747279000000002149424d20576562537068657265204170706c69636174696f6e2053657 276657200bdbdbd00000008382e352e302e300000000007352f312f313200bd0000000a676d313231382e30310 0bdbd000000452863656c6c293a4851324b3845494532354e6f6465303143656c6c3a286e6f6465293a4851324 b3845494532354e6f646530313a28736572766572293a7365727665723100bdffff0001bdbd000000140000000 800bd00b6400224ba   -AppServer websphere

[3/11/13 10:03:35:839 EST] 000007c5 ProcessResour W   ALC-BMC-001-024: Service ColorProfileSvc: Process ProcessResource@99362d6c(name=ColorProfileService.exe,pid=0) terminated abnormally with error code {3}

 

 

 

 

SystemErr

[3/11/13 10:03:35:778 EST] 000007c2 SystemErr     R system exception1096024066

[3/11/13 10:03:35:778 EST] 000007c2 SystemErr     R Unknown Exception in doFlush()

[3/11/13 10:03:35:778 EST] 000007c2 SystemErr     R AdobeServer::Logger: flusher terminated abnormaly

[3/11/13 10:03:35:829 EST] 000007c5 SystemErr     R system exception1096024066

[3/11/13 10:03:35:830 EST] 000007c5 SystemErr     R Unknown Exception in doFlush()

AdobeServer::Logger: flusher terminated abnormaly

LiveCycle and Active Directory resilience

$
0
0

Hi, I am an Active Directory administrator with a minimal knowledge of Adobe LiveCycle (sorry!)

 

Our Organisation has purchased a product that uses Adobe LiveCycle for user authentication and management and the third party company implementing it were responsible for synchronising LiveCycle with our Active Directory. We required the third party to provide resilience as the product is a crucial line-of-business application, which they did by configuring LiveCycle to synchronise against two of our Domain Controllers.

 

The two Domain Controllers are on seperate sites (which is good practice for resilience) but what it appears is happening is that LiveCycle is synchronising the users' details from the first Domain Controller (DC1), then overwriting it with the details from the second (DC2). As DC2 is in a seperate site, there is up to a 15 minute delay between a change being made to DC1 and that change being replicated to DC2.

 

What was happening in practice was that the administration staff were adding a user to the Active Directory group that grants access to the product, triggering a synchronisation of LiveCycle with Active Directory and the group membership was overwritten by the details on DC2.

 

Is there any way of configuring LiveCycle to have a list of Active Directory Domain Controllers which it will attempt to connect to in sequence until it finds one that will respond?

 

Many thanks!

java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl cannot be cast to javax.xml.parsers.DocumentBuilderFactory

$
0
0

Hi,

We are upgrading from LiveCycle 7 (I assume it's pre-ES) to ES4 (On Jboss AS 5) and only has a minimal time.

And we're having issues with

 

2014-10-02 08:10:50,110 ERROR [org.apache.axis.utils.XMLUtils] (http-0.0.0.0-80-1) Exception:

java.lang.ClassCastException: org.apache.xerces.jaxp.DocumentBuilderFactoryImpl cannot be cast to javax.xml.parsers.DocumentBuilderFactory

  at javax.xml.parsers.DocumentBuilderFactory.newInstance(Unknown Source)

  at org.apache.axis.utils.XMLUtils.getDOMFactory(XMLUtils.java:221)

  at org.apache.axis.utils.XMLUtils.<clinit>(XMLUtils.java:83)

  at org.apache.axis.configuration.FileProvider.configureEngine(FileProvider.java:179)

  at org.apache.axis.AxisEngine.init(AxisEngine.java:172)

  at org.apache.axis.AxisEngine.<init>(AxisEngine.java:156)

  at org.apache.axis.client.AxisClient.<init>(AxisClient.java:52)

  at org.apache.axis.client.Service.getAxisClient(Service.java:104)

  at org.apache.axis.client.Service.<init>(Service.java:113)

  at org.apache.axis.client.Call.<init>(Call.java:344)

 

A solution that we found in the installation manual is caused by different version of xercesImpl with JBoss AS 5 and suppose to use classloader.

We use classloader as

 

<?xml version="1.0" encoding="UTF-8"?>

<classloading xmlns="urn:jboss:classloading:1.0"

name="FOFMS_MNT.war"

domain="FOFMS_MNT"

export-all="NON_EMPTY"

import-all="true">

</classloading>

 

and now we're getting

(http-0.0.0.0-80-1) FormRenderObject: urlSpec = contentrooturi=file:///D:/FOFMS_Form_Templates/MNT_FormTemplates&applicationwebroot=http://desphapp044.development.local:80/FOFMS_MNT&baseurl=file:///D:/FOFMS_Form_Templates/ MNT_FormTemplates&targeturl=http://desphapp044.development.local:80/FOFMS_MNT/SubmitForm?F ormName=Review Form&FormTemplate=Base_Review_Template.xdp&FormFormat=PDFForm&FormVersion=1.6

2014-10-02 11:12:23,466 ERROR [STDERR] (http-0.0.0.0-80-1) com.adobe.livecycle.formsservice.exception.RenderFormException: ALC-DSC-099-000: com.adobe.idp.dsc.DSCRuntimeException: org.apache.axis.AxisFault: (404)Not Found

2014-10-02 11:12:23,466 ERROR [STDERR] (http-0.0.0.0-80-1) at com.adobe.livecycle.formsservice.client.FormsServiceClient.renderPDFForm(FormsServiceClie nt.java:272)

2014-10-02 11:12:23,466 ERROR [STDERR] (http-0.0.0.0-80-1) at com.indigo.FOFMS.FormRenderObject.getOutputContext(FormRenderObject.java:474)

2014-10-02 11:12:23,466 ERROR [STDERR] (http-0.0.0.0-80-1) at com.indigo.FOFMS.FormRenderObject.getOutputContext(FormRenderObject.java:239)

2014-10-02 11:12:23,466 ERROR [STDERR] (http-0.0.0.0-80-1) at com.indigo.FOFMS.FormRenderObject.render(FormRenderObject.java:114)

2014-10-02 11:12:23,466 ERROR [STDERR] (http-0.0.0.0-80-1) at com.indigo.FOFMS.GetForm.handleRequest(GetForm.java:106)

.

 

What's the correct way to resolve this issue? As without classloader we are getting the xercesImpl and xml-apis conflict which we need both of them. Thus xercesImpl is removed from the lib.

 

thanks

 

yodeny

Adobe LiveCycle Designer ES4

$
0
0

Bought the above product May 2014.  Computer issues on the laptop downloaded the product.  Is there a way to transfer the product to my new laptop?


Livecycle on windows 10

$
0
0

I purchased Livecycle ES4, downloaded it and tried to install it on my Windows 10 computer. Every time I try, I get an ERROR 1722 message. I want my money back or the program to work; also, an answer from Adobe.

Livecycle Designer ES4 11.0 will not install on Windows 10

$
0
0

Our organization purchased ES4 two years ago and installed it on Windows 7 workstations.  We are now looking to upgrade the OS to Windows 10.  I am testing the installation on an isolated test network and have attempted it on virtual workstations (using VMware 5.5) as well as a physical workstation, all running Windows 10.  It seems to progress just fine until time to enter the license key.  I enter our key (again, purchased 2 years ago) and after chewing on that for several minutes it returns an error saying the key is invalid.  Does this installation require internet access?  Other reason the license key would become invalid?  Windows 10 compatibility?

 

Thanks.

 

Mike

USTRANSCOM Test Engineer

workspace or adminui not working in ES server

$
0
0
I have installed ES Server in my localmachine.I am not able to access the workspace and adminui URL.

http://localhost:8080/workspace/
http://localhost:8080/adminui

I have got the following error

HTTP Status 404 - /workspace-server/determine-locale

--------------------------------------------------------------------------------

type Status report

message /workspace-server/determine-locale

description The requested resource (/workspace-server/determine-locale) is not available.

--------------------------------------------------------------------------------

Apache Tomcat/5.5

Livecycle ES - development tools?

$
0
0
I downloaded the trial version of Livecycle ES. I already have Designer included with my Adobe Professional 9 installation. It tells me in order to install the development tools(workbench), i will have to uninstall my Designer installation.
Is therea way for me to test the existing forms I've already created on the server solutions without using the development tools and ditching my current Designer installation?

Import Livecycle Users

$
0
0
Hi all

Suppose I have installed Livecycle 8 Update 1 on two physically different servers. Now I want to import users from one server to other server. How would I do that?

Thanks in advance.
synaqvi
Viewing all 87219 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>