Skip to main content
Administrator Guide
Last Updated: 2023-06-23
Reference: Consolidated Report Error Messages

Reference: Consolidated Report Error Messages

Error Message
Example
Description
java.lang.Exception: Win on E2: XSLT job failed
com.capeclear.mediation.MediationException: Custom step id=WaitJobComplete, ref=WaitJobCompleteBean - Error while invoking bean, reason: Win on E2: XSLT job failed. The Job with referenceId <referenceid> has failed as it exceeded the maximum number of retry attempts, 1 Root Cause: java.lang.Exception: Win on E2: XSLT job failed.
Displays when your job has exceeded the maximum number of retry attempts.
HttpAuthenticationRequiredException: Unauthorized
com.capeclear.mediation.MediationException: RetrieveStep id=null encountered a problem sending data to endpoint <endpoint>, reason:HttpAuthenticationRequiredException: Unauthorized.
Displays when you have insufficient privileges to access an attachment.
com.workday.esb.blobitory.BlobitoryException: Tenant wdoms not active
com.capeclear.mediation.MediationException: application=bpelEnterpriseInterfaceBuilder-<version-number> - Failed to store resource in collection eib_xslt_collection in workspace wdoms.
A tenant configuration error. Contact Support and Technical Operations to ensure that the tenant is active.
java.lang.OutOfMemoryError: Java heap space.
com.capeclear.mediation.MediationException: Custom step id=WaitJobComplete, ref=WaitJobCompleteBean - Error while invoking bean, reason: Win on E2: XSLT job failed. Integration Failed. com.capeclear.mediation.MediationException: Xslt step id=transformEIB failed to apply stylesheet mctx:vars/eib.xslt.
Displays when your integration contains poorly written XSLT.
java.xml.transform.TransformConfigurationException
com.capeclear.mediation.MediationException: Custom step id=WaitJobComplete, ref=WaitJobCompleteBean - Error while invoking bean, reason: Win on E2: XSLT job failed. Integration Failed. com.capeclear.mediation.MediationException: Xslt step id=transformEIB stylesheet mctx:vars/eib.xslt located at mctx:vars/eib.xslt is invalid or missing, reason: javax.xml.transform.TransformerConfigurationException: Failed to compile stylesheet. 1 error detected. Error reported by XML parser org.xml.sax.SAXParseException; systemId: mctx:vars/eib.xslt; lineNumber: 960; columnNumber: 5; The markup in the document following the root element must be well-formed. Root Cause: javax.xml.transform.TransformerConfigurationException: Failed to compile stylesheet. 1 error detected.
Displays when your integration contains invalid XSLT.
com.workday.services.server.capeclear.bean.dep.ProcessingException
com.capeclear.mediation.MediationException: application=bpelACHTransformOutbound-21.0.06.267 - Custom step id=aggregateElement, ref=DocumentElementProcessor - Error while invoking bean, reason: document processor step error Root Cause: com.workday.services.server.capeclear.bean.dep.ProcessingException: error transforming SOAP request element, reason:error transforming request element, reason:javax.xml.transform.TransformerException: org.w3c.dom.DOMException: HIERARCHY_REQUEST_ERR: An attempt was made to insert a node where it is not permitted.
Displays when you implement an invalid XSLT processor to create a
SoapElementProcessor
transformer instance.
java.io.FileNotFoundException
com.capeclear.mediation.MediationException: application=<application-name> - Http Out transport id=retrieveSchemaFromOMS encountered error sending to endpoint <endpoint> Root Cause: java.io.FileNotFoundException: <keystore-file-location> (No such file or directory).
Displays when a keystore file missing from the Workday ESB server.
org.jaxen.UnresolvableException
com.capeclear.mediation.MediationException: Error eval step id=ValidatePaygroup expression=props['myprop.empl'] = vars['input.picof'].xpath('/picof:Employee/picof:Status/picof:Pay_Group') failed to evaluate. Reason: unable to resolve property: vars['input.picof'].xpath('/picof:Employee/picof:Status/picof:Pay_Group') Root Cause: org.jaxen.UnresolvableException: Cannot resolve namespace prefix 'picof'.
Displays when the namespace prefix definition is missing from your assembly.
BadRequestException
com.capeclear.mediation.MediationException: Workday Out transport id=CallGetPos encountered problem sending to endpoint 'https://impl-cc.workday.com/ccx/service/mycompany/Staffing/v17' with operation 'Get_Positions_Request'. Details: Code: SOAP-ENV:Client.validationError, Reason: Validation error occurred. Invalid ID value. '?' is not a valid ID value for type = 'Position_ID' Root Cause: BadRequestException : Error code : unknown.
Displays when your integration generates an invalid SOAP request message.
java.net.SocketTimeOutException
com.capeclear.mediation.MediationException: Transport error in email out transport id=emFailureRecords with endpoint=mailto: reason:com.capeclear.capeconnect.transport.TransportException: Transport messaging error: Unable to send message : Exception reading response Root Cause: java.net.SocketTimeoutException: Read timed out.
Displays when your integration contains invalid SMTP details.