Hi Kesavan,

I guess that you are passing the json as a string to the payload mediator
so that the payload mediator escapes the double quotes, considering them as
special characters.
Could you please share your proxy service so that I guess, I can recommend
you the correct way.

Regards
Senduran

On Tue, Aug 25, 2015 at 5:43 AM, Kesavan Yogarajah <kesav...@wso2.com>
wrote:

> Yes Malaka.
>
> Kesavan Yogarajah
> Associate Software Engineer
> Mobile :+94 (0) 779 758021
> kesav...@wso2.com
> WSO2, Inc.
> lean . enterprise . middleware
>
> On Tue, Aug 25, 2015 at 3:42 PM, Malaka Silva <mal...@wso2.com> wrote:
>
>> Hi Senduran,
>>
>> Can this be due to [1]?
>>
>> @Keerthika/Kesavan - I guess we are using payloadfactory in connector
>> templates in both cases?
>>
>> [1] https://wso2.org/jira/browse/ESBJAVA-3995
>>
>> On Tue, Aug 25, 2015 at 3:36 PM, Keerthika Mahendralingam <
>> keerth...@wso2.com> wrote:
>>
>>> Escape characters appended in payload causing the error in other
>>> connectors also when using the ESB-RC-1 pack.
>>> Please find the log for the Marketo connector:
>>>
>>> [2015-08-25 15:29:03,433] DEBUG - wire >> "POST
>>> /services/createAndUpdateLeads HTTP/1.1[\r][\n]"
>>>
>>> [2015-08-25 15:29:03,434] DEBUG - wire >> "Host: esb.wso2.com:8280
>>> [\r][\n]"
>>>
>>> [2015-08-25 15:29:03,434] DEBUG - wire >> "Connection:
>>> keep-alive[\r][\n]"
>>>
>>> [2015-08-25 15:29:03,434] DEBUG - wire >> "Content-Length: 441[\r][\n]"
>>>
>>> [2015-08-25 15:29:03,435] DEBUG - wire >> "Cache-Control:
>>> no-cache[\r][\n]"
>>>
>>> [2015-08-25 15:29:03,435] DEBUG - wire >> "Origin:
>>> chrome-extension://fdmmgilgnpjigdojojpjoooidkmcomcm[\r][\n]"
>>>
>>> [2015-08-25 15:29:03,435] DEBUG - wire >> "User-Agent: Mozilla/5.0
>>> (Macintosh; Intel Mac OS X 10_9_5) AppleWebKit/537.36 (KHTML, like Gecko)
>>> Chrome/44.0.2403.155 Safari/537.36[\r][\n]"
>>>
>>> [2015-08-25 15:29:03,435] DEBUG - wire >> "Content-Type:
>>> application/json[\r][\n]"
>>>
>>> [2015-08-25 15:29:03,435] DEBUG - wire >> "Accept: */*[\r][\n]"
>>>
>>> [2015-08-25 15:29:03,435] DEBUG - wire >> "Accept-Encoding: gzip,
>>> deflate[\r][\n]"
>>>
>>> [2015-08-25 15:29:03,435] DEBUG - wire >> "Accept-Language:
>>> en-US,en;q=0.8[\r][\n]"
>>>
>>> [2015-08-25 15:29:03,435] DEBUG - wire >> "Cookie:
>>> __ar_v4=LOY73IEDGREW5ABOLPMGGI%3A20141012%3A10%7C3HZ3H74ZSZHCLIQQVDL7FW%3A20141012%3A10%7CCZDVOXTUDJEN7DJK45GUJ6%3A20141012%3A10;
>>> __utmx=62040490.Ai96-XwTT32uGt454LGacQ$80443214-37:;
>>> __utmxx=62040490.Ai96-XwTT32uGt454LGacQ$80443214-37:1432283552:15552000;
>>> __utma=62040490.99968054.1406221425.1425200186.1433095074.3;
>>> __utmz=62040490.1433095074.3.3.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=(not%20provided);
>>> CAKEPHP=0ueo79km0ue216pp32326bibh0;
>>> BIGipServersjgcp-restapi_https=4262002698.47873.0000;
>>> SESS73db9c87576ccc08af28bf2520013ef7=63232bff43562fb56e9d80ca59e15bef;
>>> csrftoken=6a5d43410cf85c55adc8c5d99bfa62b5;
>>> __auc=8de3c8c814769541720b3574cf2; _ga=GA1.2.99968054.1406221425[\r][\n]"
>>>
>>> [2015-08-25 15:29:03,436] DEBUG - wire >> "[\r][\n]"
>>>
>>> [2015-08-25 15:29:03,436] DEBUG - wire >> "{[\n]"
>>>
>>> [2015-08-25 15:29:03,436] DEBUG - wire >> "    "marketoInstanceURL":"
>>> https://667-LPB-079.mktorest.com",[\n]";
>>>
>>> [2015-08-25 15:29:03,436] DEBUG - wire >> "
>>> "clientSecret":"Vgo6rzIiJyPOzTcefP3Zr56tK2hv8fJd",[\n]"
>>>
>>> [2015-08-25 15:29:03,436] DEBUG - wire >> "
>>> "clientId":"01f22a42-0f05-4e7f-b675-550b6de66f91",[\n]"
>>>
>>> [2015-08-25 15:29:03,436] DEBUG - wire >> "   [0x9]"input":[[\n]"
>>>
>>> [2015-08-25 15:29:03,436] DEBUG - wire >> "   [0x9]    {[\n]"
>>>
>>> [2015-08-25 15:29:03,437] DEBUG - wire >> "            "email":"
>>> te...@gmail.com",[\n]"
>>>
>>> [2015-08-25 15:29:03,437] DEBUG - wire >> "
>>> "firstName":"test1",[\n]"
>>>
>>> [2015-08-25 15:29:03,437] DEBUG - wire >> "
>>> "lastName":"test1"[\n]"
>>>
>>> [2015-08-25 15:29:03,437] DEBUG - wire >> "        },[\n]"
>>>
>>> [2015-08-25 15:29:03,437] DEBUG - wire >> "        {[\n]"
>>>
>>> [2015-08-25 15:29:03,437] DEBUG - wire >> "            "email":"
>>> te...@gmail.com",[\n]"
>>>
>>> [2015-08-25 15:29:03,437] DEBUG - wire >> "
>>> "firstName":"test2",[\n]"
>>>
>>> [2015-08-25 15:29:03,437] DEBUG - wire >> "
>>> "lastName":"test1"[\n]"
>>>
>>> [2015-08-25 15:29:03,437] DEBUG - wire >> "        }[\n]"
>>>
>>> [2015-08-25 15:29:03,437] DEBUG - wire >> "    ][\n]"
>>>
>>> [2015-08-25 15:29:03,438] DEBUG - wire >> "}"
>>>
>>> [2015-08-25 15:29:03,450] ERROR - SynapseJsonPath #stringValueOf. Error
>>> evaluating JSON Path <$.action>. Returning empty result. Error>>> invalid
>>> path
>>>
>>> [2015-08-25 15:29:03,452] ERROR - SynapseJsonPath #stringValueOf. Error
>>> evaluating JSON Path <$.lookupField>. Returning empty result. Error>>>
>>> invalid path
>>>
>>> [2015-08-25 15:29:03,452] ERROR - SynapseJsonPath #stringValueOf. Error
>>> evaluating JSON Path <$.asyncProcessing>. Returning empty result. Error>>>
>>> invalid path
>>>
>>> [2015-08-25 15:29:03,452] ERROR - SynapseJsonPath #stringValueOf. Error
>>> evaluating JSON Path <$.partitionName>. Returning empty result. Error>>>
>>> invalid path
>>>
>>> [2015-08-25 15:29:06,066] DEBUG - wire << "GET
>>> /identity/oauth/token?grant_type=client_credentials&client_id=01f22a42-0f05-4e7f-b675-550b6de66f91&client_secret=Vgo6rzIiJyPOzTcefP3Zr56tK2hv8fJd
>>> HTTP/1.1[\r][\n]"
>>>
>>> [2015-08-25 15:29:06,066] DEBUG - wire << "Accept-Language:
>>> en-US,en;q=0.8[\r][\n]"
>>>
>>> [2015-08-25 15:29:06,066] DEBUG - wire << "Cookie:
>>> __ar_v4=LOY73IEDGREW5ABOLPMGGI%3A20141012%3A10%7C3HZ3H74ZSZHCLIQQVDL7FW%3A20141012%3A10%7CCZDVOXTUDJEN7DJK45GUJ6%3A20141012%3A10;
>>> __utmx=62040490.Ai96-XwTT32uGt454LGacQ$80443214-37:;
>>> __utmxx=62040490.Ai96-XwTT32uGt454LGacQ$80443214-37:1432283552:15552000;
>>> __utma=62040490.99968054.1406221425.1425200186.1433095074.3;
>>> __utmz=62040490.1433095074.3.3.utmcsr=google|utmccn=(organic)|utmcmd=organic|utmctr=(not%20provided);
>>> CAKEPHP=0ueo79km0ue216pp32326bibh0;
>>> BIGipServersjgcp-restapi_https=4262002698.47873.0000;
>>> SESS73db9c87576ccc08af28bf2520013ef7=63232bff43562fb56e9d80ca59e15bef;
>>> csrftoken=6a5d43410cf85c55adc8c5d99bfa62b5;
>>> __auc=8de3c8c814769541720b3574cf2; _ga=GA1.2.99968054.1406221425[\r][\n]"
>>>
>>> [2015-08-25 15:29:06,066] DEBUG - wire << "Accept-Encoding: gzip,
>>> deflate[\r][\n]"
>>>
>>> [2015-08-25 15:29:06,067] DEBUG - wire << "Origin:
>>> chrome-extension://fdmmgilgnpjigdojojpjoooidkmcomcm[\r][\n]"
>>>
>>> [2015-08-25 15:29:06,067] DEBUG - wire << "Content-Type:
>>> application/json[\r][\n]"
>>>
>>> [2015-08-25 15:29:06,067] DEBUG - wire << "Accept: */*[\r][\n]"
>>>
>>> [2015-08-25 15:29:06,067] DEBUG - wire << "Cache-Control:
>>> no-cache[\r][\n]"
>>>
>>> [2015-08-25 15:29:06,067] DEBUG - wire << "Host:
>>> 667-LPB-079.mktorest.com:443[\r][\n]"
>>>
>>> [2015-08-25 15:29:06,067] DEBUG - wire << "Connection:
>>> Keep-Alive[\r][\n]"
>>>
>>> [2015-08-25 15:29:06,067] DEBUG - wire << "User-Agent:
>>> Synapse-PT-HttpComponents-NIO[\r][\n]"
>>>
>>> [2015-08-25 15:29:06,067] DEBUG - wire << "[\r][\n]"
>>>
>>> [2015-08-25 15:29:11,473] DEBUG - wire >> "HTTP/1.1 200 OK[\r][\n]"
>>>
>>> [2015-08-25 15:29:11,473] DEBUG - wire >> "Server: nginx[\r][\n]"
>>>
>>> [2015-08-25 15:29:11,473] DEBUG - wire >> "Date: Tue, 25 Aug 2015
>>> 09:58:14 GMT[\r][\n]"
>>>
>>> [2015-08-25 15:29:11,473] DEBUG - wire >> "Content-Type:
>>> application/json;charset=UTF-8[\r][\n]"
>>>
>>> [2015-08-25 15:29:11,473] DEBUG - wire >> "Transfer-Encoding:
>>> chunked[\r][\n]"
>>>
>>> [2015-08-25 15:29:11,473] DEBUG - wire >> "Connection:
>>> keep-alive[\r][\n]"
>>>
>>> [2015-08-25 15:29:11,473] DEBUG - wire >> "Cache-Control:
>>> no-store[\r][\n]"
>>>
>>> [2015-08-25 15:29:11,473] DEBUG - wire >> "Pragma: no-cache[\r][\n]"
>>>
>>> [2015-08-25 15:29:11,474] DEBUG - wire >> "[\r][\n]"
>>>
>>> [2015-08-25 15:29:11,474] DEBUG - wire >> "7f[\r][\n]"
>>>
>>> [2015-08-25 15:29:11,474] DEBUG - wire >>
>>> "{"access_token":"3963d0ea-d9ae-47e1-b371-7ebad401ae2e:sj","token_type":"bearer","expires_in":3599,"scope":"
>>> keerth...@wso2.com"}[\r][\n]"
>>>
>>> [2015-08-25 15:29:11,474] DEBUG - wire >> "0[\r][\n]"
>>>
>>> [2015-08-25 15:29:11,474] DEBUG - wire >> "[\r][\n]"
>>>
>>> [2015-08-25 15:29:11,495] ERROR - ScriptMediator Failed to get the JSON
>>> payload from the input stream. Error>>>
>>>
>>> com.google.gson.stream.MalformedJsonException: Expected name at line 2
>>> column 27 path $.input[0].
>>>
>>> [2015-08-25 15:29:11,497]  INFO - LogMediator To:
>>> http://www.w3.org/2005/08/addressing/anonymous, WSAction: , SOAPAction:
>>> , MessageID: urn:uuid:18dcd420-9768-4625-b738-dbdab1408692, Direction:
>>> request, MESSAGE = Executing default 'fault' sequence, ERROR_CODE = 0,
>>> ERROR_MESSAGE = Failed to get the JSON payload from the input stream.
>>> Error>>>, Payload: {
>>>
>>>                 "input":[{\"lastName\":\"test1\",\"email\":\"
>>> te...@gmail.com
>>> \",\"firstName\":\"test1\"},{\"lastName\":\"test1\",\"email\":\"
>>> te...@gmail.com\",\"firstName\":\"test2\"}]
>>>
>>>                 }
>>>
>>> On Tue, Aug 25, 2015 at 2:25 PM, Kesavan Yogarajah <kesav...@wso2.com>
>>> wrote:
>>>
>>>> Hi All,
>>>> In jira connectoor I need to send json object instead of atomic
>>>> entities.When I send ,ESB RC1 pack behave differently (append escape
>>>> characters).Is this a expected behavior? or am I miss anything?please find
>>>> the wire log below.
>>>>
>>>> [2015-08-25 09:44:49,017] DEBUG - wire >> "POST /services/updateIssue
>>>> HTTP/1.1[\r][\n]"
>>>> [2015-08-25 09:44:49,018] DEBUG - wire >> "Host:
>>>> kesavan-thinkpad-t530:8280[\r][\n]"
>>>> [2015-08-25 09:44:49,018] DEBUG - wire >> "Connection:
>>>> keep-alive[\r][\n]"
>>>> [2015-08-25 09:44:49,018] DEBUG - wire >> "Content-Length: 452[\r][\n]"
>>>> [2015-08-25 09:44:49,018] DEBUG - wire >> "Cache-Control:
>>>> no-cache[\r][\n]"
>>>> [2015-08-25 09:44:49,018] DEBUG - wire >> "Origin:
>>>> chrome-extension://fdmmgilgnpjigdojojpjoooidkmcomcm[\r][\n]"
>>>> [2015-08-25 09:44:49,019] DEBUG - wire >> "User-Agent: Mozilla/5.0
>>>> (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko)
>>>> Chrome/42.0.2311.135 Safari/537.36[\r][\n]"
>>>> [2015-08-25 09:44:49,019] DEBUG - wire >> "Content-Type:
>>>> application/json[\r][\n]"
>>>> [2015-08-25 09:44:49,019] DEBUG - wire >> "Accept: */*[\r][\n]"
>>>> [2015-08-25 09:44:49,019] DEBUG - wire >> "Accept-Encoding: gzip,
>>>> deflate[\r][\n]"
>>>> [2015-08-25 09:44:49,019] DEBUG - wire >> "Accept-Language:
>>>> en-US,en;q=0.8[\r][\n]"
>>>> [2015-08-25 09:44:49,019] DEBUG - wire >> "Cookie: CFID=55267374;
>>>> CFTOKEN=6f91a96bf8f74eda-C7032C97-0E19-597A-2C58EE90A9C69BA4;
>>>> c3a52dd11e=4b1a38dcaa2e362ad44da59630c7272d;
>>>> 2803525351=8b7e7b116412f31cfed6561ef0db5477[\r][\n]"
>>>> [2015-08-25 09:44:49,019] DEBUG - wire >> "[\r][\n]"
>>>> [2015-08-25 09:44:49,019] DEBUG - wire >> "{[\n]"
>>>> [2015-08-25 09:44:49,020] DEBUG - wire >> "[0x9]"username":"admin",[\n]"
>>>> [2015-08-25 09:44:49,020] DEBUG - wire >> "    "password":"jira@jaffna",
>>>> [\n]"
>>>> [2015-08-25 09:44:49,020] DEBUG - wire >> "    "uri":"
>>>> https://jafnnacon.atlassian.net";,  [\n]"
>>>> [2015-08-25 09:44:49,020] DEBUG - wire >> "
>>>> "issueIdOrKey":"TEST-6",[\n]"
>>>> [2015-08-25 09:44:49,020] DEBUG - wire >> "    "issueFields":{[\n]"
>>>> [2015-08-25 09:44:49,020] DEBUG - wire >> "    "update": {[\n]"
>>>> [2015-08-25 09:44:49,020] DEBUG - wire >> "        "summary": [[\n]"
>>>> [2015-08-25 09:44:49,020] DEBUG - wire >> "            {[\n]"
>>>> [2015-08-25 09:44:49,021] DEBUG - wire >> "                "set": "Bug
>>>> in business logic"[\n]"
>>>> [2015-08-25 09:44:49,021] DEBUG - wire >> "            }[\n]"
>>>> [2015-08-25 09:44:49,021] DEBUG - wire >> "          ],[\n]"
>>>> [2015-08-25 09:44:49,021] DEBUG - wire >> "        "labels": [[\n]"
>>>> [2015-08-25 09:44:49,021] DEBUG - wire >> "            {[\n]"
>>>> [2015-08-25 09:44:49,021] DEBUG - wire >> "                "add":
>>>> "triaged"[\n]"
>>>> [2015-08-25 09:44:49,021] DEBUG - wire >> "            },[\n]"
>>>> [2015-08-25 09:44:49,021] DEBUG - wire >> "            {[\n]"
>>>> [2015-08-25 09:44:49,021] DEBUG - wire >> "                "remove":
>>>> "blocker"[\n]"
>>>> [2015-08-25 09:44:49,021] DEBUG - wire >> "            }[\n]"
>>>> [2015-08-25 09:44:49,022] DEBUG - wire >> "        ][\n]"
>>>> [2015-08-25 09:44:49,022] DEBUG - wire >> "    }[\n]"
>>>> [2015-08-25 09:44:49,022] DEBUG - wire >> "}    [\n]"
>>>> [2015-08-25 09:44:49,022] DEBUG - wire >> "}[\n]"
>>>> [2015-08-25 09:44:49,022] DEBUG - wire >> "[\n]"
>>>> [2015-08-25 09:44:49,283]  INFO - TimeoutHandler This engine will
>>>> expire all callbacks after : 120 seconds, irrespective of the timeout
>>>> action, after the specified or optional timeout
>>>> [2015-08-25 09:44:50,363] DEBUG - wire << "PUT /rest/api/2/issue/TEST-6
>>>> HTTP/1.1[\r][\n]"
>>>> [2015-08-25 09:44:50,363] DEBUG - wire << "Accept-Language:
>>>> en-US,en;q=0.8[\r][\n]"
>>>> [2015-08-25 09:44:50,363] DEBUG - wire << "Cookie: CFID=55267374;
>>>> CFTOKEN=6f91a96bf8f74eda-C7032C97-0E19-597A-2C58EE90A9C69BA4;
>>>> c3a52dd11e=4b1a38dcaa2e362ad44da59630c7272d;
>>>> 2803525351=8b7e7b116412f31cfed6561ef0db5477[\r][\n]"
>>>> [2015-08-25 09:44:50,364] DEBUG - wire << "Authorization: Basic
>>>> YWRtaW46amlyYUBqYWZmbmE=[\r][\n]"
>>>> [2015-08-25 09:44:50,364] DEBUG - wire << "Origin:
>>>> chrome-extension://fdmmgilgnpjigdojojpjoooidkmcomcm[\r][\n]"
>>>> [2015-08-25 09:44:50,364] DEBUG - wire << "Content-Type:
>>>> application/json; charset=UTF-8[\r][\n]"
>>>> [2015-08-25 09:44:50,364] DEBUG - wire << "Accept: */*[\r][\n]"
>>>> [2015-08-25 09:44:50,364] DEBUG - wire << "Cache-Control:
>>>> no-cache[\r][\n]"
>>>> [2015-08-25 09:44:50,364] DEBUG - wire << "Transfer-Encoding:
>>>> chunked[\r][\n]"
>>>> [2015-08-25 09:44:50,364] DEBUG - wire << "Host:
>>>> jafnnacon.atlassian.net:443[\r][\n]"
>>>> [2015-08-25 09:44:50,364] DEBUG - wire << "Connection:
>>>> Keep-Alive[\r][\n]"
>>>> [2015-08-25 09:44:50,364] DEBUG - wire << "User-Agent:
>>>> Synapse-PT-HttpComponents-NIO[\r][\n]"
>>>> [2015-08-25 09:44:50,365] DEBUG - wire << "[\r][\n]"
>>>> [2015-08-25 09:44:50,365] DEBUG - wire << "7c[\r][\n]"
>>>> [2015-08-25 09:44:50,365] DEBUG - wire << 
>>>> "*{\"update\":{\"summary\":[{\"set\":\"Bug
>>>> in business
>>>> logic\"}],\"labels\":[{\"add\":\"triaged\"},{\"remove\":\"blocker\"}]}}*
>>>> [\r][\n]"
>>>> [2015-08-25 09:44:50,365] DEBUG - wire << "0[\r][\n]"
>>>> [2015-08-25 09:44:50,365] DEBUG - wire << "[\r][\n]"
>>>> [2015-08-25 09:44:51,880] DEBUG - wire >> "HTTP/1.1 400 Bad
>>>> Request[\r][\n]"
>>>> [2015-08-25 09:44:51,880] DEBUG - wire >> "Server: nginx[\r][\n]"
>>>> [2015-08-25 09:44:51,881] DEBUG - wire >> "Date: Tue, 25 Aug 2015
>>>> 04:14:50 GMT[\r][\n]"
>>>> [2015-08-25 09:44:51,881] DEBUG - wire >> "Content-Type:
>>>> application/json;charset=UTF-8[\r][\n]"
>>>> [2015-08-25 09:44:51,881] DEBUG - wire >> "Transfer-Encoding:
>>>> chunked[\r][\n]"
>>>> [2015-08-25 09:44:51,881] DEBUG - wire >> "Connection:
>>>> keep-alive[\r][\n]"
>>>> [2015-08-25 09:44:51,882] DEBUG - wire >> "X-AREQUESTID:
>>>> 584x2262x1[\r][\n]"
>>>> [2015-08-25 09:44:51,882] DEBUG - wire >> "X-ASEN: SEN-5600441[\r][\n]"
>>>> [2015-08-25 09:44:51,882] DEBUG - wire >> "Set-Cookie:
>>>> JSESSIONID=BE5BDE3D06FE32D4C18DB183082D50FB; Path=/; Secure;
>>>> HttpOnly[\r][\n]"
>>>> [2015-08-25 09:44:51,882] DEBUG - wire >> "Set-Cookie:
>>>> studio.crowd.tokenkey=""; Domain=.jafnnacon.atlassian.net;
>>>> Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; Secure; HttpOnly[\r][\n]"
>>>> [2015-08-25 09:44:51,883] DEBUG - wire >> "X-Seraph-LoginReason:
>>>> OUT[\r][\n]"
>>>> [2015-08-25 09:44:51,883] DEBUG - wire >> "Set-Cookie:
>>>> studio.crowd.tokenkey=gCkJNZ6QnyMA6rKfDDMvtw00; Domain=.
>>>> jafnnacon.atlassian.net; Path=/; Secure; HttpOnly[\r][\n]"
>>>> [2015-08-25 09:44:51,883] DEBUG - wire >> "X-Seraph-LoginReason:
>>>> OK[\r][\n]"
>>>> [2015-08-25 09:44:51,883] DEBUG - wire >> "Set-Cookie:
>>>> atlassian.xsrf.token=BBA6-YLXF-YNES-FSUQ|badff3d81ec7fd75cbe545fa50371194e2e7c6a5|lin;
>>>> Path=/; Secure[\r][\n]"
>>>> [2015-08-25 09:44:51,884] DEBUG - wire >> "X-ASESSIONID:
>>>> 1m4eydy[\r][\n]"
>>>> [2015-08-25 09:44:51,884] DEBUG - wire >> "X-AUSERNAME: admin[\r][\n]"
>>>> [2015-08-25 09:44:51,884] DEBUG - wire >> "X-ATENANT-ID:
>>>> jafnnacon.atlassian.net[\r][\n]"
>>>> [2015-08-25 09:44:51,884] DEBUG - wire >> "Cache-Control: no-cache,
>>>> no-store, no-transform[\r][\n]"
>>>> [2015-08-25 09:44:51,885] DEBUG - wire >> "X-Content-Type-Options:
>>>> nosniff[\r][\n]"
>>>> [2015-08-25 09:44:51,885] DEBUG - wire >> "[\r][\n]"
>>>> [2015-08-25 09:44:51,885] DEBUG - wire >> "c5[\r][\n]"
>>>> [2015-08-25 09:44:51,886] DEBUG - wire >>
>>>> "{"errorMessages":["Unexpected character ('\\' (code 92)): was expecting
>>>> double-quote to start field name\n at [Source:
>>>> org.apache.catalina.connector.CoyoteInputStream@2d4ac1; line: 1,
>>>> column: 3]"]}[\r][\n]"
>>>> [2015-08-25 09:44:51,886] DEBUG - wire >> "0[\r][\n]"
>>>> [2015-08-25 09:44:51,886] DEBUG - wire >> "[\r][\n]"
>>>> [2015-08-25 09:44:51,907]  INFO - LogMediator To:
>>>> http://www.w3.org/2005/08/addressing/anonymous, WSAction: ,
>>>> SOAPAction: , MessageID: urn:uuid:97d84453-3ad4-42bf-8a1a-708dcd296c92,
>>>> Direction: request, Payload: {"errorMessages":["Unexpected character ('\\'
>>>> (code 92)): was expecting double-quote to start field name\n at [Source:
>>>> org.apache.catalina.connector.CoyoteInputStream@2d4ac1; line: 1,
>>>> column: 3]"]}
>>>> [2015-08-25 09:44:51,914] DEBUG - wire << "HTTP/1.1 400 Bad
>>>> Request[\r][\n]"
>>>> [2015-08-25 09:44:51,914] DEBUG - wire << "X-ATENANT-ID:
>>>> jafnnacon.atlassian.net[\r][\n]"
>>>> [2015-08-25 09:44:51,914] DEBUG - wire << "X-ASESSIONID:
>>>> 1m4eydy[\r][\n]"
>>>> [2015-08-25 09:44:51,915] DEBUG - wire << "X-ASEN: SEN-5600441[\r][\n]"
>>>> [2015-08-25 09:44:51,915] DEBUG - wire << "Set-Cookie:
>>>> JSESSIONID=BE5BDE3D06FE32D4C18DB183082D50FB; Path=/; Secure;
>>>> HttpOnly[\r][\n]"
>>>> [2015-08-25 09:44:51,915] DEBUG - wire << "Set-Cookie:
>>>> atlassian.xsrf.token=BBA6-YLXF-YNES-FSUQ|badff3d81ec7fd75cbe545fa50371194e2e7c6a5|lin;
>>>> Path=/; Secure[\r][\n]"
>>>> [2015-08-25 09:44:51,915] DEBUG - wire << "Set-Cookie:
>>>> studio.crowd.tokenkey=""; Domain=.jafnnacon.atlassian.net;
>>>> Expires=Thu, 01-Jan-1970 00:00:10 GMT; Path=/; Secure; HttpOnly[\r][\n]"
>>>> [2015-08-25 09:44:51,915] DEBUG - wire << "Set-Cookie:
>>>> studio.crowd.tokenkey=gCkJNZ6QnyMA6rKfDDMvtw00; Domain=.
>>>> jafnnacon.atlassian.net; Path=/; Secure; HttpOnly[\r][\n]"
>>>> [2015-08-25 09:44:51,916] DEBUG - wire << "Content-Type:
>>>> application/json;charset=UTF-8; charset=UTF-8[\r][\n]"
>>>> [2015-08-25 09:44:51,916] DEBUG - wire << "X-AUSERNAME: admin[\r][\n]"
>>>> [2015-08-25 09:44:51,916] DEBUG - wire << "X-Seraph-LoginReason:
>>>> OK[\r][\n]"
>>>> [2015-08-25 09:44:51,917] DEBUG - wire << "X-Seraph-LoginReason:
>>>> OUT[\r][\n]"
>>>> [2015-08-25 09:44:51,917] DEBUG - wire << "X-AREQUESTID:
>>>> 584x2262x1[\r][\n]"
>>>> [2015-08-25 09:44:51,917] DEBUG - wire << "X-Content-Type-Options:
>>>> nosniff[\r][\n]"
>>>> [2015-08-25 09:44:51,917] DEBUG - wire << "Cache-Control: no-cache,
>>>> no-store, no-transform[\r][\n]"
>>>> [2015-08-25 09:44:51,917] DEBUG - wire << "Date: Tue, 25 Aug 2015
>>>> 04:14:51 GMT[\r][\n]"
>>>> [2015-08-25 09:44:51,918] DEBUG - wire << "Transfer-Encoding:
>>>> chunked[\r][\n]"
>>>> [2015-08-25 09:44:51,918] DEBUG - wire << "Connection: Close[\r][\n]"
>>>> [2015-08-25 09:44:51,918] DEBUG - wire << "[\r][\n]"
>>>> [2015-08-25 09:44:51,918] DEBUG - wire << "c5[\r][\n]"
>>>> [2015-08-25 09:44:51,918] DEBUG - wire <<
>>>> "{"errorMessages":["Unexpected character ('\\' (code 92)): was expecting
>>>> double-quote to start field name\n at [Source:
>>>> org.apache.catalina.connector.CoyoteInputStream@2d4ac1; line: 1,
>>>> column: 3]"]}[\r][\n]"
>>>> [2015-08-25 09:44:51,918] DEBUG - wire << "0[\r][\n]"
>>>> [2015-08-25 09:44:51,918] DEBUG - wire << "[\r][\n]"
>>>>
>>>> Thanks
>>>>
>>>> Kesavan Yogarajah
>>>> Associate Software Engineer
>>>> Mobile :+94 (0) 779 758021
>>>> kesav...@wso2.com
>>>> WSO2, Inc.
>>>> lean . enterprise . middleware
>>>>
>>>> _______________________________________________
>>>> Dev mailing list
>>>> Dev@wso2.org
>>>> http://wso2.org/cgi-bin/mailman/listinfo/dev
>>>>
>>>>
>>>
>>>
>>> --
>>> <dev-requ...@wso2.org>
>>> Keerthika Mahendralingam
>>> Associate Software Engineer
>>> Mobile :+94 (0) 776 121144
>>> keerth...@wso2.com
>>> WSO2, Inc.
>>> lean . enterprise . middleware
>>>
>>
>>
>>
>> --
>>
>> 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.
>>
>
>


-- 
*Senduran *
Software Engineer,
WSO2, Inc.;  http://wso2.com/ <http://wso2.com/>
Mobile: +94 77 952 6548
_______________________________________________
Dev mailing list
Dev@wso2.org
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to