


Hello,
I am trying to migrating the 8.x process to ES2 to start to take the advantages of the new ES2 but keep having an issue of configuring the new Start Point.
Here are the steps that I have done by the following steps from the captivate recording "Migrating an Application from Adobe® LiveCycle® ES to ES2" web site:
- Export 8.x process to the .lca file
- Import it in AdminUI ES2
- Create a new application and import all legacy items
- Reset the Deployment ID
- Refactoring the process by adding the new Start Point in ES2 but having issue of selecting a variable in the "Presentation & Data" with the error "incompatible variable 'formData' selected' in the Variable drop down list.
Can any one please advise how to fix this issue.
Thanks in advance,
Han Dao
Views
Replies
Sign in to like this content
Total Likes
Hi
Are you trying to use your old 8.x variable?
As of 9.0, you need to be using a variable of type xml or document on the Presentation & Data tab.
Diana
Views
Replies
Sign in to like this content
Total Likes
Hi Diana,
Because of the incompatible variable, I just created a new xml variable but having an issue of opening form in the workspace ES2 with the below error.
Thanks, Han
Views
Replies
Sign in to like this content
Total Likes
Hi Han
There could be many reasons for the startpoint not rendering...I can't tell from what you have provided.
You need to look in the server log to see what caused the error.
Diana
Views
Replies
Sign in to like this content
Total Likes
Hi Diana,
Here are some errors that I got from the log file:
[8/17/11 10:04:02:999 CDT] 0000006d SystemOut O [LCDS][ERROR] Exception when invoking service 'remoting-service': flex.messaging.MessageException: ALC-WKS-005-055: An error occurred while retrieving endpoints based on a collection of endpoint ids.
incomingMessage: Flex Message (flex.messaging.messages.RemotingMessage)
operation = invoke
parameters = [4E295FB1-25A0-C20E-186D-40A81E0F7E84, 6004]
clientId = B10107EE-BF0C-60F7-BA86-A69EB91FF417
destination = endpoint-actions
messageId = A4A22AC4-17D2-0518-DF87-D8453DA647EA
timestamp = 1313593441327
timeToLive = 0
body = null
hdr(DSId) = B10061D7-370A-EC3F-B14A-945D54D84735
hdr(DSEndpoint) = workspace-polling-amf
Exception: flex.messaging.MessageException: ALC-WKS-005-055: An error occurred while retrieving endpoints based on a collection of endpoint ids.
Caused by: java.lang.RuntimeException: Process asset reference could not be resolved. Is this application/asset deployed? Design Time path: /Process Management (system)/1.0/Submit PDF Form.process
at com.adobe.idp.taskmanager.dsc.util.TLOUtil.getTLORuntimeInfo(TLOUtil.java:249)
at com.adobe.idp.taskmanager.dsc.service.TaskEndpointManagerImpl.processDCIServiceCall(TaskEndpointManagerImpl.java:657)
at com.adobe.idp.taskmanager.dsc.service.TaskEndpointManagerImpl.processDCI(TaskEndpointManagerImpl.java:760)
at com.adobe.idp.taskmanager.dsc.service.TaskEndpointManagerImpl.invokeEndpoint(TaskEndpointManagerImpl.java:616)
at com.adobe.idp.taskmanager.dsc.service.TaskEndpointManagerImpl.invokeEndpoint(TaskEndpointManagerImpl.java:362)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:64)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:615)
at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvokerImpl.java:118)
at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationInterceptor.java:140)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.intercept(DocumentPassivationInterceptor.java:53)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:60)
at com.adobe.idp.dsc.transaction.interceptor.TransactionInterceptor$1.doInTransaction(TransactionInterceptor.java:74)
at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.execute(EjbTransactionCMTAdapterBean.java:357)
at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EjbTransactionCMTAdapterBean.doSupports(EjbTransactionCMTAdapterBean.java:227)
at com.adobe.idp.dsc.transaction.impl.ejb.adapter.EJSLocalStatelessEjbTransactionCMTAdapter_caf58c4f.doSupports(Unknown Source)
Views
Replies
Sign in to like this content
Total Likes
The caused by section tells you what the problem is:
Caused by: java.lang.RuntimeException: Process asset reference could not be resolved. Is this application/asset deployed? Design Time path: /Process Management (system)/1.0/Submit PDF Form.process
Make sure your Process Management (system)/1.0/Submit PDF Form.process is deployed.
This is a system app and should always be deployed.
Diana
Views
Replies
Sign in to like this content
Total Likes
Should it be automatically deployed when the ES 2 is installed? I can see they are available and and active in the Processes list in Workbench ES 9.5.
If that is not the one, can you please advise on how to deploy it to make it works correctly.
Thanks alot again,
Han Dao
Views
Replies
Sign in to like this content
Total Likes
Yes this application should be deployed automatically when you install the server.
Looking in the Processes view in Workbench is not the right place to look.
You should look in the Adminui->Applications and Services->Service Management and confirm that it is in a Running state.
Diana
Views
Replies
Sign in to like this content
Total Likes