Problem |
Potential
solution / explanation |
Error
parsing HTTP response:Reached end of stream while reading HTTP
response header |
This error
occurs when the connector invokes an HTTP service. It occurs
because your target HTTP service sent an incorrect HTTP response.
Solution: make sure your target HTTP service address is
correct. |
Error in
the url mentioned , unable to extract host and port details
,destination is wrong <destination URL> |
This error
occurs when the connector invokes an HTTP service. It occurs
because you have specified an incorrect end point address for the
HTTP service. Solution: make sure you have specified the correct
address for the HTTP service. |
Failure in
sending event business object <BO Name> with verb
<Verb> to the broker. Received execution status "-1"
and error message:
MapException: Unable to find the map to map
business objects <BO Name> for the connector
controller HTTPConnector
. |
This error
occurs when the integration broker fails to process the event
because the collaboration to which the connector is sending the
event synchronously either does not exist or does not accept the
business object verb. Solution: if you are using a TLO for event
notification, examine the ws_collab object-level ASI of
the TLO. (The name of the TLO is given in the error message.) Check
the value of the ws_collab ASI. Make sure this
collaboration exists and is running. If ws_mode BO level
ASI is set to synch, ws_collab ASI is required.
Check the value of ws_verb object-level ASI. Make sure the
collaboration specified by the ws_collab ASI can be
triggered by the verb specified in the ws_verb ASI. Make
sure this collaboration exists and is running. |
Failed to
transform a request into a request business object. Fault:
Failure in generating request object -
no verb could be set on the request bo
|
This error
occurs during event notification when the connector is unable to
determine the verb of the business object that the connector is
attempting to send to the integration broker. Solution: make sure
you have specified ws_verb object-level ASI for this TLO.
Specify the verb as the value of this ASI. |