Advertisement
Guest User

Untitled

a guest
Jun 3rd, 2014
275
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.75 KB | None | 0 0
  1. INFO 2014-06-03 15:17:04,703 [pool-12-thread-1] com.mulesoft.module.batch.engine.DefaultBatchEngine: Started execution of instance '5ad3e090-eb21-11e3-a63b-041e64ec8c0c' of job 'syncAccountsBatch'
  2. ERROR 2014-06-03 15:17:05,586 [batch-job-syncAccountsBatch-work-manager.01] org.mule.retry.notifiers.ConnectNotifier: Failed to connect/reconnect: Work Descriptor. Root Exception was: An internal error has occurred within the authentication subsystem for the Siebel application. Please contact your system administrator for assistance.(SBL-DAT-00565). Type: class com.siebel.data.SiebelException
  3. INFO 2014-06-03 15:17:05,611 [batch-job-syncAccountsBatch-work-manager.01] com.mulesoft.module.batch.DefaultBatchStep: Found exception processing record on step 'getAccountFromSiebelStep' for job instance '5ad3e090-eb21-11e3-a63b-041e64ec8c0c' of job 'syncAccountsBatch'.
  4. This is the first record to show this exception on this step for this job instance. Subsequent records with the same failureswill not be logged for performance and log readability reasons:
  5.  
  6. ********************************************************************************
  7. Message : Failed to invoke queryBusinessComponents. Message payload is of type: HashMap
  8. Code : MULE_ERROR--2
  9. --------------------------------------------------------------------------------
  10. Exception stack is:
  11. 1. An internal error has occurred within the authentication subsystem for the Siebel application. Please contact your system administrator for assistance.(SBL-DAT-00565) (com.siebel.data.SiebelException)
  12. com.siebel.data.SiebelDataBean:224 (null)
  13. 2. Cannot connect to Siebel server (org.mule.api.ConnectionException)
  14. org.mule.modules.siebel.SiebelBusObjectConnector:163 (http://www.mulesoft.org/docs/site/current3/apidocs/org/mule/api/ConnectionException.html)
  15. 3. Failed to invoke queryBusinessComponents. Message payload is of type: HashMap (org.mule.api.MessagingException)
  16. org.mule.modules.siebel.processors.QueryBusinessComponentsMessageProcessor:196 (http://www.mulesoft.org/docs/site/current3/apidocs/org/mule/api/MessagingException.html)
  17. --------------------------------------------------------------------------------
  18. Root Exception stack trace:
  19. <Exception>
  20. <Major No.>256</Major No.><Minor No.>7668277</Minor No.><Message>An internal error has occurred within the authentication subsystem for the Siebel application. Please contact your system administrator for assistance.(SBL-DAT-00565)</Message><DetailedMessage>Unknown<DetailedMessage>
  21. </Exception>
  22. at com.siebel.data.SiebelDataBean.login(SiebelDataBean.java:224)
  23. at org.mule.modules.siebel.api.DefaultSiebelDataBeanClient.login(DefaultSiebelDataBeanClient.java:27)
  24. at org.mule.modules.siebel.SiebelBusObjectConnector.connect(SiebelBusObjectConnector.java:161)
  25. + 3 more (set debug level logging or '-Dmule.verbose.exceptions=true' for everything)
  26. ********************************************************************************
  27.  
  28. INFO 2014-06-03 15:17:05,671 [batch-job-syncAccountsBatch-work-manager.01] com.mulesoft.module.batch.engine.DefaultBatchEngine: ****************************************************************************************************************************************************************
  29. * - - + Exception Type + - - * - - + Step + - - * - - + Count + - - *
  30. ****************************************************************************************************************************************************************
  31. * com.mulesoft.module.batch.exception.BatchException * getAccountFromSiebelStep * 1 *
  32. ****************************************************************************************************************************************************************
  33.  
  34. INFO 2014-06-03 15:17:05,700 [batch-job-syncAccountsBatch-work-manager.01] com.mulesoft.module.batch.engine.DefaultBatchEngine: instance 5ad3e090-eb21-11e3-a63b-041e64ec8c0c of job syncAccountsBatch has been stopped. Instance status is FAILED_PROCESS_RECORDS
  35. INFO 2014-06-03 15:17:05,730 [batch-job-syncAccountsBatch-work-manager.01] com.mulesoft.module.batch.DefaultBatchStep: Step getAccountFromSiebelStep finished processing all records for instance 5ad3e090-eb21-11e3-a63b-041e64ec8c0c of job syncAccountsBatch
  36. INFO 2014-06-03 15:17:14,093 [pool-12-thread-1] org.mule.api.processor.LoggerMessageProcessor: org.mule.transport.polling.watermark.selector.SelectorWatermarkPollingInterceptor$SelectorIteratorProxy@4b26f29f
  37. INFO 2014-06-03 15:17:14,104 [pool-12-thread-1] com.mulesoft.module.batch.engine.DefaultBatchEngine: Created instance 60c1d250-eb21-11e3-a63b-041e64ec8c0c for batch job syncAccountsBatch
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement