Hello,
I'm sorry for starting a new topic with a quite common problem but in my case it differs a bit from all of them that were asked on this forum before.
I'm testing an upgrade procedure from es3 to es4. First of all I installed sp2 and all worked very good at that point. After that I performed an in-place upgrade. All passed very well, but now I'm getting an ALC-WKS-007-027 error when I try to start a task which loads a form via Workspace. In server logs I see (I cut log a bit):
<Sep 4, 2013 2:12:14 AM MSK> <Error> <LCDS.Message.General> <BEA-000000> <Exception when invoking service 'remoting-service': flex.messaging.MessageException: com.adobe.idp.dsc.DSCInvocationException : Invocation error. : com.adobe.livecycle.processmanagement.client.ProcessManagementExcepti on: 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 = invokeStartpoint
clientId = D3438060-194A-4B4B-8AA6-3B7149B8CE35
destination = ProcessManagementStartpointService
messageId = 5582337F-0ACC-1211-E79D-E5E21541AD63
timestamp = 1378246333916
timeToLive = 0
body =
[
{startpointId=913}
]
hdr(DSId) = AEE455B8-8FBD-472F-BAB4-28FB91459FE4
hdr(DSEndpoint) = remoting-amf
Exception: flex.messaging.MessageException: com.adobe.idp.dsc.DSCInvocationException : Invocation error. : com.adobe.livecycle.processmanagement.client.ProcessManagementExcepti on: ALC-WKS-005-055: An error occurred while retrieving endpoints based on a collection of endpoint ids.
at com.adobe.idp.dsc.provider.impl.lcr.ServiceInvoker.createFlexExcepFro mLCExcep(ServiceInvoker.java:162)
at com.adobe.idp.dsc.provider.impl.lcr.ServiceInvoker.createFlexExcepFro mLCExcep(ServiceInvoker.java:138)
at com.adobe.idp.dsc.provider.impl.lcr.AdobeGeneralRemotingProvider.invo ke(AdobeGeneralRemotingProvider.java:316)
at flex.messaging.services.RemotingService.serviceMessage(RemotingServic e.java:183)
..........
Caused by: ALC-DSC-003-000: com.adobe.idp.dsc.DSCInvocationException: Invocation error.
at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(Defaul tPOJOInvokerImpl.java:152)
at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(In vocationInterceptor.java:140)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.procee d(RequestInterceptorChainImpl.java:60)
at com.adobe.idp.dsc.interceptor.impl.DocumentPassivationInterceptor.int ercept(DocumentPassivationInterceptor.java:53)
..........
Caused by: com.adobe.livecycle.processmanagement.client.ProcessManagementExcepti on: ALC-WKS-005-055: An error occurred while retrieving endpoints based on a collection of endpoint ids.
at com.adobe.livecycle.processmanagement.services.impl.ProcessManagement StartpointServiceImpl.doInvoke(ProcessManagementStartpointServiceImpl. java:310)
at com.adobe.livecycle.processmanagement.services.impl.ProcessManagement StartpointServiceImpl.invokeStartpoint(ProcessManagementStartpointServ iceImpl.java:242)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(Defaul tPOJOInvokerImpl.java:118)
... 57 more
Caused by: com.adobe.pof.schema.AttributeNotFoundException: Attribute: summary_url does not exist on object-type: workflow.task.
at com.adobe.workflow.boi.BOITaskBase.setSummaryUrl(BOITaskBase.java:162 )
at com.adobe.idp.taskmanager.dsc.service.TaskManagerServiceImpl.createTa sk(TaskManagerServiceImpl.java:460)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
.........
All messages are quite common and general but not the selected line. Google pointed me to that blog and I started to think that I made upgrade in a wrong way and the problem is in my database and I need to initialize it. I made it before but decided to re-run LCM again - still without any effects. I did that upgrade with the official upgrade guide help so I even don't know what's the reason can be and how to fix it. Any thoughts?