Hello,
I'm trying to call my custom component from a main workflow process. I'm getting exception
related with NO Credential Set (ALC-DSC-213-000)
com.adobe.idp.jobmanager.ejb.JobManagerBean getServiceClientFactory
SEVERE: JobManager:getServiceClientFactory(userContext):invocation context is null, using null context to create job
2008-07-08 16:37:42,069 INFO [STDOUT] Jul 8, 2008 4:37:42 PM com.adobe.idp.jobmanager.ejb.JobManagerBean doOnMessage
SEVERE: JobManagerBean:onMessage():Exception:ALC-DSC-213-000: com.adobe.idp.dsc.DSCException: No Credential or Context set
2008-07-08 16:37:42,069 INFO [STDOUT] ALC-DSC-213-000: com.adobe.idp.dsc.DSCException: No Credential or Context set
2008-07-08 16:37:42,069 INFO [STDOUT] at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterceptor.java:84)
I'm calling as a web service using a .NET Client(JBoss Turnkey on Windows). In the client, I set a user id and password. If I disconnect the custom component( input to the custom component is a string containing an xml document: output is a string, two maps and a list) the error goes away.
I'm using the examples provided in the SDK help as a guide.
Thanks for any insight on what I might be missing.
Regards,
Jesse
Here is partial of the exception information:
2008-07-08 16:33:51,343 INFO [com.adobe.workflow.AWS] Invoking action synchronously
2008-07-08 16:33:51,423 INFO [STDOUT] Jul 8, 2008 4:33:51 PM com.adobe.idp.workflow.dsc.service.OrchestrationEventListenerService propogateFault
INFO: ProcessManagerSerice:throwEvent()
2008-07-08 16:33:51,493 INFO [com.adobe.idp.scheduler.SchedulerServiceImpl] OneShot Trigger created ----------------------------------------
2008-07-08 16:33:55,539 INFO [STDOUT] Jul 8, 2008 4:33:55 PM com.adobe.idp.event.notification.NotificationManagerImpl retrieveEvent
INFO: retrieving active event for 5910
2008-07-08 16:33:55,539 INFO [STDOUT] Jul 8, 2008 4:33:55 PM com.adobe.idp.event.notification.NotificationManagerImpl retrieveEvent
INFO: retrieved active event for 5910
2008-07-08 16:33:55,549 INFO [STDOUT] Jul 8, 2008 4:33:55 PM com.adobe.idp.event.notification.NotificationManagerImpl sendNotifications
INFO: Total subscriptions retrieved = 0 for event id5910
2008-07-08 16:35:28,164 WARN [com.adobe.idp.common.errors.exception.IDPLoggedException] UserM:GENERIC_WARNING: [Thread Hashcode: 28196774] | [AuthenticationManagerBean] errorCode:12804 errorCodeHEX:0x3204 message:Could not validate SAML Token --- Assertion is not valid. Current time is greater than NOTonOrAfter time specified in the Assertion
2008-07-08 16:37:41,999 INFO [com.adobe.workflow.AWS] Invoking action synchronously
2008-07-08 16:37:42,069 INFO [STDOUT] Jul 8, 2008 4:37:42 PM com.adobe.idp.jobmanager.ejb.JobManagerBean getServiceClientFactory
SEVERE: JobManager:getServiceClientFactory(userContext):invocation context is null, using null context to create job
2008-07-08 16:37:42,069 INFO [STDOUT] Jul 8, 2008 4:37:42 PM com.adobe.idp.jobmanager.ejb.JobManagerBean doOnMessage
SEVERE: JobManagerBean:onMessage():Exception:ALC-DSC-213-000: com.adobe.idp.dsc.DSCException: No Credential or Context set
2008-07-08 16:37:42,069 INFO [STDOUT] ALC-DSC-213-000: com.adobe.idp.dsc.DSCException: No Credential or Context set
2008-07-08 16:37:42,069 INFO [STDOUT] at com.adobe.idp.dsc.interceptor.impl.AuthorizationInterceptor.intercept(AuthorizationInterceptor.java:84)
2008-07-08 16:37:42,069 INFO [STDOUT] at com.adobe.idp.dsc.interceptor.impl.RequestInterceptorChainImpl.proceed(RequestInterceptorChainImpl.java:44)
2008-07-08 16:37:42,069 INFO [STDOUT] at com.adobe.idp.dsc.engine.impl.ServiceEngineImpl.invoke(ServiceEngineImpl.java:113)
2008-07-08 16:37:42,069 INFO [STDOUT] at com.adobe.idp.dsc.routing.Router.routeRequest(Router.java:102)
2008-07-08 16:37:42,069 INFO [STDOUT] at com.adobe.idp.dsc.provider.impl.base.AbstractMessageReceiver.routeMessage(AbstractMessag