Hi All,
I'm facing a problem,
What i did was. I took an archive from a properly working process on server A and imported it on the server B. I have done end point configurations also. I have configured Service Management everything. Now my problem is, process card is getting displayed on the workspace where as when i tried to start the process by clicking card i'm getting following error:
"An error occurred during the operation (endpoint id 401). (ALC-WKS-007-027)"
My xfaform variable is set as input.
Here is my stack trace: (Complete server log is attached)
2009-04-14 12:41:44,337 INFO [STDOUT] [Flex] [ERROR] Root cause: com.adobe.idp.taskmanager.dsc.client.endpoint.TaskEndpointException: ALC-DSC-003-000: com.adobe.idp.dsc.DSCInvocationException: Invocation error.
at com.adobe.idp.taskmanager.dsc.client.endpoint.TaskEndpointClientImpl.invokeEndp oint(TaskEndpointClientImpl.java:182)
at com.adobe.workspace.endpoints.EndpointActions.invoke(EndpointActions.java:65)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
.
.
.
Caused by: ALC-DSC-003-000: com.adobe.idp.dsc.DSCInvocationException: Invocation error.
at com.adobe.idp.dsc.component.impl.DefaultPOJOInvokerImpl.invoke(DefaultPOJOInvok erImpl.java:210)
at com.adobe.idp.dsc.interceptor.impl.InvocationInterceptor.intercept(InvocationIn terceptor.java:134)
at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestI nterceptorChainImpl.java:44)
.
.
.
Caused by: com.adobe.idp.taskmanager.dsc.client.TaskManagerServiceException: TaskManagerEndpointImpl::createTask():: No Process Template found for service configuration: REP Approval. Only orchestrated Services are supported by for TaskManager Endpoints.
at com.adobe.idp.taskmanager.dsc.service.TaskEndpointManagerImpl.invokeEndpoint(Ta skEndpointManagerImpl.java:311)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.ja va:25)
.
.
.
2009-04-14 12:11:06,706 INFO [STDOUT] [Flex] Error handling message: flex.messaging.MessageException: com.adobe.idp.taskmanager.dsc.client.endpoint.TaskEndpointException : ALC-DSC-003-000: com.adobe.idp.dsc.DSCInvocationException: Invocation error.
incomingMessage: Flex Message (flex.messaging.messages.RemotingMessage)
operation = invoke
clientId = AED27CDB-B30D-2A6A-B6AD-05EB9930ADA2
destination = endpoint-actions
messageId = BCA2B79B-63C7-F4A1-96D8-A35B7019C92E
timestamp = 1239691266659
timeToLive = 1239691266659
body = null
hdr(DSEndpoint) = workspace-polling-amf
hdr(DSId) = AECAF74D-CE1F-A965-1798-67BD54FDA7BF
errorReply: Flex Message (flex.messaging.messages.ErrorMessage)
clientId = AED27CDB-B30D-2A6A-B6AD-05EB9930ADA2
correlationId = BCA2B79B-63C7-F4A1-96D8-A35B7019C92E
destination = endpoint-actions
messageId = AED27D4E-720F-2F2C-0F3B-66A1D5B50E75
timestamp = 1239691266706
timeToLive = 0
body = null
code = Server.Processing
message = com.adobe.idp.taskmanager.dsc.client.endpoint.TaskEndpointException : ALC-DSC-003-000: com.adobe.idp.dsc.DSCInvocationException: Invocation error.
details = null
rootCause = com.adobe.idp.taskmanager.dsc.client.endpoint.TaskEndpointException: ALC-DSC-003-000: com.adobe.idp.dsc.DSCInvocationException: Invocation error.
body = null
extendedData = null
What could be the reason? When we are taking export from one server and importing it on the other server. What are the steps that we need to follow. I followed the steps given in the createfirstapp.pdf (mortgage appln). Kindly give me the solution
Thanks
Deepak