Hi Elilmatha,

I guess this is due to [1]

Previously behavior of ESB is invalid it seems and written test cases
according to that.

Failing test case is it a negative one?

[1] https://wso2.org/jira/browse/ESBJAVA-3698

On Fri, Sep 4, 2015 at 4:30 PM, Elilmatha Sivanesan <elilma...@wso2.com>
wrote:

> Hi all,
>
> Salesbinder connector integration test is running fine with
> wso2esb-4.9.0-BETA-SNAPSHOT ,But not with RC2.
>
> I have shared the wire log of one method, What can be the cause of the
> error.
> Is this the expected behaviour.
>
> with wso2esb-4.9.0-BETA-SNAPSHOT
>
> [2015-09-04 15:08:52,564]  INFO
> {org.wso2.carbon.automation.core.PlatformTestManager} -  Running the test
> method ---
> org.wso2.carbon.connector.integration.test.salesbinder.SalesbinderConnectorIntegrationTest.testCreateAccountWithMandatoryParameters
> ----
> [2015-09-04 15:08:52,605]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:52,605] DEBUG - wire >> "POST /services/salesbinder
> HTTP/1.1[\r][\n]"
> [2015-09-04 15:08:52,606]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:52,605] DEBUG - wire >> "Action:
> urn:createAccount[\r][\n]"
> [2015-09-04 15:08:52,606]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:52,606] DEBUG - wire >> "Accept-Charset: UTF-8[\r][\n]"
> [2015-09-04 15:08:52,606]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:52,606] DEBUG - wire >> "Content-Type:
> application/json[\r][\n]"
> [2015-09-04 15:08:52,606]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:52,606] DEBUG - wire >> "User-Agent:
> Java/1.7.0_79[\r][\n]"
> [2015-09-04 15:08:52,606]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:52,606] DEBUG - wire >> "Host: localhost:8280[\r][\n]"
> [2015-09-04 15:08:52,606]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:52,606] DEBUG - wire >> "Accept: text/html, image/gif,
> image/jpeg, *; q=.2, */*; q=.2[\r][\n]"
> [2015-09-04 15:08:52,606]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:52,606] DEBUG - wire >> "Connection: keep-alive[\r][\n]"
> [2015-09-04 15:08:52,607]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:52,607] DEBUG - wire >> "Content-Length: 115[\r][\n]"
> [2015-09-04 15:08:52,607]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:52,607] DEBUG - wire >> "[\r][\n]"
> [2015-09-04 15:08:52,607]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:52,607] DEBUG - wire >> "{[\n]"
> [2015-09-04 15:08:52,607]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:52,607] DEBUG - wire >> "[0x9]"apiUrl":"
> https://yas.salesbinder.com",[\n]";
> [2015-09-04 15:08:52,607]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:52,607] DEBUG - wire >>
> "[0x9]"apiKey":"046c9968e60bfe7853ee5a1f37849caa9d14937a",[\n]"
> [2015-09-04 15:08:52,607]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:52,607] DEBUG - wire >> "[0x9]"contextId":"2"[\n]"
> [2015-09-04 15:08:52,608]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:52,608] DEBUG - wire >> "}"
> [2015-09-04 15:08:52,673]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:52,673] ERROR - SynapseJsonPath #stringValueOf. Error
> evaluating JSON Path <$.id>. Returning empty result. Error>>> invalid path
> [2015-09-04 15:08:52,674]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:52,674] ERROR - SynapseJsonPath #stringValueOf. Error
> evaluating JSON Path <$.lastName>. Returning empty result. Error>>> invalid
> path
> [2015-09-04 15:08:52,674]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:52,674] ERROR - SynapseJsonPath #stringValueOf. Error
> evaluating JSON Path <$.firstName>. Returning empty result. Error>>>
> invalid path
> [2015-09-04 15:08:52,674]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:52,674] ERROR - SynapseJsonPath #stringValueOf. Error
> evaluating JSON Path <$.email1>. Returning empty result. Error>>> invalid
> path
> [2015-09-04 15:08:52,675]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:52,675] ERROR - SynapseJsonPath #stringValueOf. Error
> evaluating JSON Path <$.price>. Returning empty result. Error>>> invalid
> path
> [2015-09-04 15:08:52,675]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:52,675] ERROR - SynapseJsonPath #stringValueOf. Error
> evaluating JSON Path <$.name>. Returning empty result. Error>>> invalid path
> [2015-09-04 15:08:52,676]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:52,676] ERROR - SynapseJsonPath #stringValueOf. Error
> evaluating JSON Path <$.page>. Returning empty result. Error>>> invalid path
> [2015-09-04 15:08:52,676]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:52,676] ERROR - SynapseJsonPath #stringValueOf. Error
> evaluating JSON Path <$.locationId>. Returning empty result. Error>>>
> invalid path
> [2015-09-04 15:08:52,676]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:52,676] ERROR - SynapseJsonPath #stringValueOf. Error
> evaluating JSON Path <$.issueDate>. Returning empty result. Error>>>
> invalid path
> [2015-09-04 15:08:52,677]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:52,677] ERROR - SynapseJsonPath #stringValueOf. Error
> evaluating JSON Path <$.shippingAddress>. Returning empty result. Error>>>
> invalid path
> [2015-09-04 15:08:52,677]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:52,677] ERROR - SynapseJsonPath #stringValueOf. Error
> evaluating JSON Path <$.officeEmail>. Returning empty result. Error>>>
> invalid path
> [2015-09-04 15:08:52,678]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:52,678] ERROR - SynapseJsonPath #stringValueOf. Error
> evaluating JSON Path <$.cost>. Returning empty result. Error>>> invalid path
> [2015-09-04 15:08:52,678]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:52,678] ERROR - SynapseJsonPath #stringValueOf. Error
> evaluating JSON Path <$.multiple>. Returning empty result. Error>>> invalid
> path
> [2015-09-04 15:08:52,678]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:52,678] ERROR - SynapseJsonPath #stringValueOf. Error
> evaluating JSON Path <$.customerId>. Returning empty result. Error>>>
> invalid path
> [2015-09-04 15:08:52,774]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:52,773]  INFO - TimeoutHandler This engine will expire
> all callbacks after : 120 seconds, irrespective of the timeout action,
> after the specified or optional timeout
> [2015-09-04 15:08:53,657]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:53,657] DEBUG - wire << "POST /api/customers.json
> HTTP/1.1[\r][\n]"
> [2015-09-04 15:08:53,657]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:53,657] DEBUG - wire << "Authorization: Basic
> MDQ2Yzk5NjhlNjBiZmU3ODUzZWU1YTFmMzc4NDljYWE5ZDE0OTM3YTpY[\r][\n]"
> [2015-09-04 15:08:53,657]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:53,657] DEBUG - wire << "Action:
> urn:createAccount[\r][\n]"
> [2015-09-04 15:08:53,658]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:53,658] DEBUG - wire << "Host:yas.salesbinder.com
> [\r][\n]"
> [2015-09-04 15:08:53,658]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:53,658] DEBUG - wire << "Accept-Charset: UTF-8[\r][\n]"
> [2015-09-04 15:08:53,658]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:53,658] DEBUG - wire << "Content-Type: application/json;
> charset=UTF-8[\r][\n]"
> [2015-09-04 15:08:53,658]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:53,658] DEBUG - wire << "Accept: text/html, image/gif,
> image/jpeg, *; q=.2, */*; q=.2[\r][\n]"
> [2015-09-04 15:08:53,658]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:53,658] DEBUG - wire << "Transfer-Encoding:
> chunked[\r][\n]"
> [2015-09-04 15:08:53,659]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:53,659] DEBUG - wire << "Connection: Keep-Alive[\r][\n]"
> [2015-09-04 15:08:53,659]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:53,659] DEBUG - wire << "User-Agent:
> Synapse-PT-HttpComponents-NIO[\r][\n]"
> [2015-09-04 15:08:53,659]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:53,659] DEBUG - wire << "[\r][\n]"
> [2015-09-04 15:08:53,659]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:53,659] DEBUG - wire << "1f[\r][\n]"
> [2015-09-04 15:08:53,659]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:53,659] DEBUG - wire <<
> "{"Customer":{"context_id":"2"}}[\r][\n]"
> [2015-09-04 15:08:53,659]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:53,659] DEBUG - wire << "0[\r][\n]"
> [2015-09-04 15:08:53,659]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:53,659] DEBUG - wire << "[\r][\n]"
> [2015-09-04 15:08:54,057]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:54,057] DEBUG - wire >> "HTTP/1.1 302 Moved
> Temporarily[\r][\n]"
> [2015-09-04 15:08:54,057]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:54,057] DEBUG - wire >> "Server: nginx/1.4.6
> (Ubuntu)[\r][\n]"
> [2015-09-04 15:08:54,057]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:54,057] DEBUG - wire >> "Content-Type: application/json;
> charset=UTF-8[\r][\n]"
> [2015-09-04 15:08:54,057]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:54,057] DEBUG - wire >> "P3P: CP="NOI ADM DEV PSAi COM
> NAV OUR OTRo STP IND DEM"[\r][\n]"
> [2015-09-04 15:08:54,057]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:54,057] DEBUG - wire >> "Date: Fri, 04 Sep 2015 09:30:37
> GMT[\r][\n]"
> [2015-09-04 15:08:54,058]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:54,057] DEBUG - wire >> "Location:
> http://yas.salesbinder.com/api/customers/view/55e964bd-513c-44c9-917c-77eb0ad1a5a6.json[\r][\n]
> "
> [2015-09-04 15:08:54,058]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:54,058] DEBUG - wire >> "Transfer-Encoding:
> chunked[\r][\n]"
> [2015-09-04 15:08:54,058]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:54,058] DEBUG - wire >> "Connection: keep-alive[\r][\n]"
> [2015-09-04 15:08:54,058]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:54,058] DEBUG - wire >> "Set-Cookie:
> X-Mapping-fjhppofk=9624BEE6F1BDD9FB10420B3A368D8791; path=/[\r][\n]"
> [2015-09-04 15:08:54,058]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:54,058] DEBUG - wire >> "Set-Cookie:
> CAKEPHP=66umabsgffleh6fqmen5v19ms7; expires=Tue, 03-Nov-2015 09:30:37 GMT;
> Max-Age=5184000; path=/[\r][\n]"
> [2015-09-04 15:08:54,058]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:54,058] DEBUG - wire >> "X-Powered-By:
> PHP/5.5.9-1ubuntu4.11[\r][\n]"
> [2015-09-04 15:08:54,058]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:54,058] DEBUG - wire >> "[\r][\n]"
> [2015-09-04 15:08:54,058]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:54,058] DEBUG - wire >> "0[\r][\n]"
> [2015-09-04 15:08:54,058]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:54,058] DEBUG - wire >> "[\r][\n]"
> [2015-09-04 15:08:54,072]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:54,072] ERROR - JsonUtil #newJsonPayload. Could not
> save JSON payload. Invalid input stream found. MessageID:
> urn:uuid:8e30298f-e5e0-4475-adbd-d47244c9ef63
> [2015-09-04 15:08:54,078]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:54,078] DEBUG - wire << "HTTP/1.1 302 Moved
> Temporarily[\r][\n]"
> [2015-09-04 15:08:54,079]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:54,079] DEBUG - wire << "Location:
> http://yas.salesbinder.com/api/customers/view/55e964bd-513c-44c9-917c-77eb0ad1a5a6.json[\r][\n]
> "
> [2015-09-04 15:08:54,079]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:54,079] DEBUG - wire << "Set-Cookie:
> CAKEPHP=66umabsgffleh6fqmen5v19ms7; expires=Tue, 03-Nov-2015 09:30:37 GMT;
> Max-Age=5184000; path=/[\r][\n]"
> [2015-09-04 15:08:54,079]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:54,079] DEBUG - wire << "Set-Cookie:
> X-Mapping-fjhppofk=9624BEE6F1BDD9FB10420B3A368D8791; path=/[\r][\n]"
> [2015-09-04 15:08:54,079]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:54,079] DEBUG - wire << "Content-Type: application/json;
> charset=UTF-8; charset=UTF-8[\r][\n]"
> [2015-09-04 15:08:54,079]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:54,079] DEBUG - wire << "Date: Fri, 04 Sep 2015 09:38:54
> GMT[\r][\n]"
> [2015-09-04 15:08:54,079]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:54,079] DEBUG - wire << "Transfer-Encoding:
> chunked[\r][\n]"
> [2015-09-04 15:08:54,079]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:54,079] DEBUG - wire << "Connection: keep-alive[\r][\n]"
> [2015-09-04 15:08:54,079]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:54,079] DEBUG - wire << "[\r][\n]"
> [2015-09-04 15:08:54,079]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:54,079] DEBUG - wire << "0[\r][\n]"
> [2015-09-04 15:08:54,079]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
>  [2015-09-04 15:08:54,079] DEBUG - wire << "[\r][\n]"
> [2015-09-04 15:08:55,537]  INFO
> {org.wso2.carbon.automation.core.PlatformTestManager} -  On test success..
>
> WITH RC2
>
> [2015-09-04 15:12:26,206]  INFO
> {org.wso2.carbon.automation.api.clients.proxy.admin.ProxyServiceAdminClient}
> -  Proxy Added
>
> [2015-09-04 15:12:26,212]  INFO
> {org.wso2.carbon.automation.core.PlatformTestManager} -  Running the test
> method ---
> org.wso2.carbon.connector.integration.test.salesbinder.SalesbinderConnectorIntegrationTest.testCreateAccountWithMandatoryParameters
> ----
>
> [2015-09-04 15:12:26,251]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:26,251] DEBUG - wire >> "POST /services/salesbinder
> HTTP/1.1[\r][\n]"
>
> [2015-09-04 15:12:26,251]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:26,251] DEBUG - wire >> "Action:
> urn:createAccount[\r][\n]"
>
> [2015-09-04 15:12:26,252]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:26,252] DEBUG - wire >> "Accept-Charset: UTF-8[\r][\n]"
>
> [2015-09-04 15:12:26,252]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:26,252] DEBUG - wire >> "Content-Type:
> application/json[\r][\n]"
>
> [2015-09-04 15:12:26,252]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:26,252] DEBUG - wire >> "User-Agent:
> Java/1.7.0_79[\r][\n]"
>
> [2015-09-04 15:12:26,252]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:26,252] DEBUG - wire >> "Host: localhost:8280[\r][\n]"
>
> [2015-09-04 15:12:26,252]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:26,252] DEBUG - wire >> "Accept: text/html, image/gif,
> image/jpeg, *; q=.2, */*; q=.2[\r][\n]"
>
> [2015-09-04 15:12:26,252]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:26,252] DEBUG - wire >> "Connection: keep-alive[\r][\n]"
>
> [2015-09-04 15:12:26,252]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:26,252] DEBUG - wire >> "Content-Length: 115[\r][\n]"
>
> [2015-09-04 15:12:26,252]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:26,252] DEBUG - wire >> "[\r][\n]"
>
> [2015-09-04 15:12:26,252]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:26,252] DEBUG - wire >> "{[\n]"
>
> [2015-09-04 15:12:26,252]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:26,252] DEBUG - wire >> "[0x9]"apiUrl":"
> https://yas.salesbinder.com",[\n]";
>
> [2015-09-04 15:12:26,253]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:26,253] DEBUG - wire >>
> "[0x9]"apiKey":"046c9968e60bfe7853ee5a1f37849caa9d14937a",[\n]"
>
> [2015-09-04 15:12:26,253]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:26,253] DEBUG - wire >> "[0x9]"contextId":"2"[\n]"
>
> [2015-09-04 15:12:26,253]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:26,253] DEBUG - wire >> "}"
>
> [2015-09-04 15:12:26,316]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:26,316] ERROR - SynapseJsonPath #stringValueOf. Error
> evaluating JSON Path <$.id>. Returning empty result. Error>>> invalid path
>
> [2015-09-04 15:12:26,318]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:26,318] ERROR - SynapseJsonPath #stringValueOf. Error
> evaluating JSON Path <$.lastName>. Returning empty result. Error>>> invalid
> path
>
> [2015-09-04 15:12:26,318]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:26,318] ERROR - SynapseJsonPath #stringValueOf. Error
> evaluating JSON Path <$.firstName>. Returning empty result. Error>>>
> invalid path
>
> [2015-09-04 15:12:26,319]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:26,319] ERROR - SynapseJsonPath #stringValueOf. Error
> evaluating JSON Path <$.email1>. Returning empty result. Error>>> invalid
> path
>
> [2015-09-04 15:12:26,319]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:26,319] ERROR - SynapseJsonPath #stringValueOf. Error
> evaluating JSON Path <$.price>. Returning empty result. Error>>> invalid
> path
>
> [2015-09-04 15:12:26,319]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:26,319] ERROR - SynapseJsonPath #stringValueOf. Error
> evaluating JSON Path <$.name>. Returning empty result. Error>>> invalid path
>
> [2015-09-04 15:12:26,320]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:26,320] ERROR - SynapseJsonPath #stringValueOf. Error
> evaluating JSON Path <$.page>. Returning empty result. Error>>> invalid path
>
> [2015-09-04 15:12:26,320]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:26,320] ERROR - SynapseJsonPath #stringValueOf. Error
> evaluating JSON Path <$.locationId>. Returning empty result. Error>>>
> invalid path
>
> [2015-09-04 15:12:26,321]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:26,321] ERROR - SynapseJsonPath #stringValueOf. Error
> evaluating JSON Path <$.issueDate>. Returning empty result. Error>>>
> invalid path
>
> [2015-09-04 15:12:26,321]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:26,321] ERROR - SynapseJsonPath #stringValueOf. Error
> evaluating JSON Path <$.shippingAddress>. Returning empty result. Error>>>
> invalid path
>
> [2015-09-04 15:12:26,321]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:26,321] ERROR - SynapseJsonPath #stringValueOf. Error
> evaluating JSON Path <$.officeEmail>. Returning empty result. Error>>>
> invalid path
>
> [2015-09-04 15:12:26,322]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:26,322] ERROR - SynapseJsonPath #stringValueOf. Error
> evaluating JSON Path <$.cost>. Returning empty result. Error>>> invalid path
>
> [2015-09-04 15:12:26,322]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:26,322] ERROR - SynapseJsonPath #stringValueOf. Error
> evaluating JSON Path <$.multiple>. Returning empty result. Error>>> invalid
> path
>
> [2015-09-04 15:12:26,322]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:26,322] ERROR - SynapseJsonPath #stringValueOf. Error
> evaluating JSON Path <$.customerId>. Returning empty result. Error>>>
> invalid path
>
> [2015-09-04 15:12:26,414]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:26,414]  INFO - TimeoutHandler This engine will expire
> all callbacks after : 120 seconds, irrespective of the timeout action,
> after the specified or optional timeout
>
> [2015-09-04 15:12:27,447]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:27,446] DEBUG - wire << "POST /api/customers.json
> HTTP/1.1[\r][\n]"
>
> [2015-09-04 15:12:27,447]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:27,447] DEBUG - wire << "Authorization: Basic
> MDQ2Yzk5NjhlNjBiZmU3ODUzZWU1YTFmMzc4NDljYWE5ZDE0OTM3YTpY[\r][\n]"
>
> [2015-09-04 15:12:27,447]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:27,447] DEBUG - wire << "Action:
> urn:createAccount[\r][\n]"
>
> [2015-09-04 15:12:27,447]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:27,447] DEBUG - wire << "Host:yas.salesbinder.com
> [\r][\n]"
>
> [2015-09-04 15:12:27,447]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:27,447] DEBUG - wire << "Accept-Charset: UTF-8[\r][\n]"
>
> [2015-09-04 15:12:27,447]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:27,447] DEBUG - wire << "Content-Type: application/json;
> charset=UTF-8[\r][\n]"
>
> [2015-09-04 15:12:27,447]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:27,447] DEBUG - wire << "Accept: text/html, image/gif,
> image/jpeg, *; q=.2, */*; q=.2[\r][\n]"
>
> [2015-09-04 15:12:27,447]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:27,447] DEBUG - wire << "Transfer-Encoding:
> chunked[\r][\n]"
>
> [2015-09-04 15:12:27,448]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:27,447] DEBUG - wire << "Connection: Keep-Alive[\r][\n]"
>
> [2015-09-04 15:12:27,448]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:27,448] DEBUG - wire << "User-Agent:
> Synapse-PT-HttpComponents-NIO[\r][\n]"
>
> [2015-09-04 15:12:27,448]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:27,448] DEBUG - wire << "[\r][\n]"
>
> [2015-09-04 15:12:27,448]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:27,448] DEBUG - wire << "1f[\r][\n]"
>
> [2015-09-04 15:12:27,448]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:27,448] DEBUG - wire <<
> "{"Customer":{"context_id":"2"}}[\r][\n]"
>
> [2015-09-04 15:12:27,448]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:27,448] DEBUG - wire << "0[\r][\n]"
>
> [2015-09-04 15:12:27,448]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:27,448] DEBUG - wire << "[\r][\n]"
>
> [2015-09-04 15:12:27,916]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:27,915] DEBUG - wire >> "HTTP/1.1 302 Moved
> Temporarily[\r][\n]"
>
> [2015-09-04 15:12:27,916]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:27,916] DEBUG - wire >> "Server: nginx/1.4.6
> (Ubuntu)[\r][\n]"
>
> [2015-09-04 15:12:27,916]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:27,916] DEBUG - wire >> "Content-Type: application/json;
> charset=UTF-8[\r][\n]"
>
> [2015-09-04 15:12:27,916]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:27,916] DEBUG - wire >> "P3P: CP="NOI ADM DEV PSAi COM
> NAV OUR OTRo STP IND DEM"[\r][\n]"
>
> [2015-09-04 15:12:27,916]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:27,916] DEBUG - wire >> "Date: Fri, 04 Sep 2015 09:34:46
> GMT[\r][\n]"
>
> [2015-09-04 15:12:27,916]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:27,916] DEBUG - wire >> "Location:
> http://yas.salesbinder.com/api/customers/view/55e965b6-cf48-4f45-accc-09560ad165da.json[\r][\n]
> "
>
> [2015-09-04 15:12:27,917]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:27,916] DEBUG - wire >> "Transfer-Encoding:
> chunked[\r][\n]"
>
> [2015-09-04 15:12:27,917]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:27,917] DEBUG - wire >> "Connection: keep-alive[\r][\n]"
>
> [2015-09-04 15:12:27,917]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:27,917] DEBUG - wire >> "Set-Cookie:
> X-Mapping-fjhppofk=42257DB07FF2AF515F8AC19B7FC6074A; path=/[\r][\n]"
>
> [2015-09-04 15:12:27,917]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:27,917] DEBUG - wire >> "Set-Cookie:
> CAKEPHP=23sk7mnoicifuvlhoae4t5klq0; expires=Tue, 03-Nov-2015 09:34:46 GMT;
> Max-Age=5184000; path=/[\r][\n]"
>
> [2015-09-04 15:12:27,917]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:27,917] DEBUG - wire >> "X-Powered-By:
> PHP/5.5.9-1ubuntu4.11[\r][\n]"
>
> [2015-09-04 15:12:27,917]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:27,917] DEBUG - wire >> "[\r][\n]"
>
> [2015-09-04 15:12:27,917]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:27,917] DEBUG - wire >> "0[\r][\n]"
>
> [2015-09-04 15:12:27,918]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:27,917] DEBUG - wire >> "[\r][\n]"
>
> [2015-09-04 15:12:27,930]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:27,930] ERROR - JsonUtil #newJsonPayload. Could not
> save JSON payload. Invalid input stream found. MessageID:
> urn:uuid:65ce7d95-848b-425d-a922-d262e9cb2820
>
> [2015-09-04 15:12:27,933]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:27,931] ERROR - DeferredMessageBuilder Error building
> message
>
> [2015-09-04 15:12:27,933]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  
> org.apache.axis2.AxisFault:
> No JSON payload provided.
>
> [2015-09-04 15:12:27,933]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.commons.json.JsonStreamBuilder.processDocument(JsonStreamBuilder.java:52)
>
> [2015-09-04 15:12:27,933]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.transport.passthru.util.DeferredMessageBuilder.getDocument(DeferredMessageBuilder.java:138)
>
> [2015-09-04 15:12:27,933]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.transport.passthru.util.RelayUtils.builldMessage(RelayUtils.java:133)
>
> [2015-09-04 15:12:27,933]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.transport.passthru.util.RelayUtils.buildMessage(RelayUtils.java:98)
>
> [2015-09-04 15:12:27,933]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:72)
>
> [2015-09-04 15:12:27,933]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.mediators.template.InvokeMediator.mediate(InvokeMediator.java:154)
>
> [2015-09-04 15:12:27,933]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.mediators.filters.SwitchMediator.mediate(SwitchMediator.java:184)
>
> [2015-09-04 15:12:27,933]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.mediators.base.SequenceMediator.mediate(SequenceMediator.java:267)
>
> [2015-09-04 15:12:27,933]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.core.axis2.Axis2SynapseEnvironment.mediateFromContinuationStateStack(Axis2SynapseEnvironment.java:679)
>
> [2015-09-04 15:12:27,933]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.core.axis2.Axis2SynapseEnvironment.injectMessage(Axis2SynapseEnvironment.java:244)
>
> [2015-09-04 15:12:27,933]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.core.axis2.SynapseCallbackReceiver.handleMessage(SynapseCallbackReceiver.java:525)
>
> [2015-09-04 15:12:27,933]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.core.axis2.SynapseCallbackReceiver.receive(SynapseCallbackReceiver.java:172)
>
> [2015-09-04 15:12:27,933]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:180)
>
> [2015-09-04 15:12:27,933]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.transport.passthru.ClientWorker.run(ClientWorker.java:247)
>
> [2015-09-04 15:12:27,934]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.axis2.transport.base.threads.NativeWorkerPool$1.run(NativeWorkerPool.java:172)
>
> [2015-09-04 15:12:27,934]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>
> [2015-09-04 15:12:27,934]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>
> [2015-09-04 15:12:27,934]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> java.lang.Thread.run(Thread.java:745)
>
> [2015-09-04 15:12:27,934]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:27,933] ERROR - RelayUtils Error while building
> Passthrough stream
>
> [2015-09-04 15:12:27,934]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> org.apache.axis2.AxisFault: No JSON payload provided.
>
> [2015-09-04 15:12:27,934]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.commons.json.JsonStreamBuilder.processDocument(JsonStreamBuilder.java:52)
>
> [2015-09-04 15:12:27,934]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.transport.passthru.util.DeferredMessageBuilder.getDocument(DeferredMessageBuilder.java:138)
>
> [2015-09-04 15:12:27,934]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.transport.passthru.util.RelayUtils.builldMessage(RelayUtils.java:133)
>
> [2015-09-04 15:12:27,934]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.transport.passthru.util.RelayUtils.buildMessage(RelayUtils.java:98)
>
> [2015-09-04 15:12:27,934]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:72)
>
> [2015-09-04 15:12:27,934]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.mediators.template.InvokeMediator.mediate(InvokeMediator.java:154)
>
> [2015-09-04 15:12:27,934]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.mediators.filters.SwitchMediator.mediate(SwitchMediator.java:184)
>
> [2015-09-04 15:12:27,934]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.mediators.base.SequenceMediator.mediate(SequenceMediator.java:267)
>
> [2015-09-04 15:12:27,934]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.core.axis2.Axis2SynapseEnvironment.mediateFromContinuationStateStack(Axis2SynapseEnvironment.java:679)
>
> [2015-09-04 15:12:27,934]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.core.axis2.Axis2SynapseEnvironment.injectMessage(Axis2SynapseEnvironment.java:244)
>
> [2015-09-04 15:12:27,934]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.core.axis2.SynapseCallbackReceiver.handleMessage(SynapseCallbackReceiver.java:525)
>
> [2015-09-04 15:12:27,935]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.core.axis2.SynapseCallbackReceiver.receive(SynapseCallbackReceiver.java:172)
>
> [2015-09-04 15:12:27,935]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:180)
>
> [2015-09-04 15:12:27,935]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.transport.passthru.ClientWorker.run(ClientWorker.java:247)
>
> [2015-09-04 15:12:27,935]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.axis2.transport.base.threads.NativeWorkerPool$1.run(NativeWorkerPool.java:172)
>
> [2015-09-04 15:12:27,935]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>
> [2015-09-04 15:12:27,935]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>
> [2015-09-04 15:12:27,935]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> java.lang.Thread.run(Thread.java:745)
>
> [2015-09-04 15:12:27,935]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:27,934] ERROR - TemplateMediator Error while building
> message
>
> [2015-09-04 15:12:27,935]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> org.apache.axis2.AxisFault: Error while building Passthrough stream
>
> [2015-09-04 15:12:27,935]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.transport.passthru.util.RelayUtils.handleException(RelayUtils.java:283)
>
> [2015-09-04 15:12:27,935]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.transport.passthru.util.RelayUtils.builldMessage(RelayUtils.java:142)
>
> [2015-09-04 15:12:27,935]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.transport.passthru.util.RelayUtils.buildMessage(RelayUtils.java:98)
>
> [2015-09-04 15:12:27,935]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.mediators.AbstractListMediator.mediate(AbstractListMediator.java:72)
>
> [2015-09-04 15:12:27,935]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.mediators.template.InvokeMediator.mediate(InvokeMediator.java:154)
>
> [2015-09-04 15:12:27,935]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.mediators.filters.SwitchMediator.mediate(SwitchMediator.java:184)
>
> [2015-09-04 15:12:27,935]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.mediators.base.SequenceMediator.mediate(SequenceMediator.java:267)
>
> [2015-09-04 15:12:27,935]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.core.axis2.Axis2SynapseEnvironment.mediateFromContinuationStateStack(Axis2SynapseEnvironment.java:679)
>
> [2015-09-04 15:12:27,936]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.core.axis2.Axis2SynapseEnvironment.injectMessage(Axis2SynapseEnvironment.java:244)
>
> [2015-09-04 15:12:27,936]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.core.axis2.SynapseCallbackReceiver.handleMessage(SynapseCallbackReceiver.java:525)
>
> [2015-09-04 15:12:27,936]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.core.axis2.SynapseCallbackReceiver.receive(SynapseCallbackReceiver.java:172)
>
> [2015-09-04 15:12:27,936]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.axis2.engine.AxisEngine.receive(AxisEngine.java:180)
>
> [2015-09-04 15:12:27,936]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.transport.passthru.ClientWorker.run(ClientWorker.java:247)
>
> [2015-09-04 15:12:27,936]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.axis2.transport.base.threads.NativeWorkerPool$1.run(NativeWorkerPool.java:172)
>
> [2015-09-04 15:12:27,936]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
>
> [2015-09-04 15:12:27,936]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
>
> [2015-09-04 15:12:27,936]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> java.lang.Thread.run(Thread.java:745)
>
> [2015-09-04 15:12:27,936]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> Caused by: org.apache.axis2.AxisFault: No JSON payload provided.
>
> [2015-09-04 15:12:27,936]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.commons.json.JsonStreamBuilder.processDocument(JsonStreamBuilder.java:52)
>
> [2015-09-04 15:12:27,936]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.transport.passthru.util.DeferredMessageBuilder.getDocument(DeferredMessageBuilder.java:138)
>
> [2015-09-04 15:12:27,936]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  at
> org.apache.synapse.transport.passthru.util.RelayUtils.builldMessage(RelayUtils.java:133)
>
> [2015-09-04 15:12:27,936]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -  ...
> 15 more
>
> [2015-09-04 15:12:27,937]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:12:27,937]  INFO - LogMediator To:
> http://www.w3.org/2005/08/addressing/anonymous, WSAction: , SOAPAction: ,
> MessageID: urn:uuid:65ce7d95-848b-425d-a922-d262e9cb2820, Direction:
> request, MESSAGE = Executing default 'fault' sequence, ERROR_CODE = 0,
> ERROR_MESSAGE = Error while building message, Envelope: <?xml version='1.0'
> encoding='utf-8'?><soapenv:Envelope xmlns:soapenv="
> http://schemas.xmlsoap.org/soap/envelope/
> "><soapenv:Body/></soapenv:Envelope>
>
> [2015-09-04 15:15:26,364]  INFO
> {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} -
> [2015-09-04 15:15:26,364]  WARN - SourceHandler Connection time out after
> request is read: http-incoming-1
> Thanks.
> --
> *S.Elilmatha*
> Associate  Software Engineer,
>
> WSO2 Inc.; http://wso2.com
> lean.enterprise.middleware
>
> Mobile 0779842221.
>
>


-- 

Best Regards,

Malaka Silva
Senior Tech Lead
M: +94 777 219 791
Tel : 94 11 214 5345
Fax :94 11 2145300
Skype : malaka.sampath.silva
LinkedIn : http://www.linkedin.com/pub/malaka-silva/6/33/77
Blog : http://mrmalakasilva.blogspot.com/

WSO2, Inc.
lean . enterprise . middleware
http://www.wso2.com/
http://www.wso2.com/about/team/malaka-silva/
<http://wso2.com/about/team/malaka-silva/>

Save a tree -Conserve nature & Save the world for your future. Print this
email only if it is absolutely necessary.
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to