Error Code :0107

37 views
Skip to first unread message

jibanendu rath

unread,
Feb 19, 2013, 7:53:32 PM2/19/13
to json...@googlegroups.com
Hi,
Currently we are sending JSON object which is embedded in HTML page and sending it through a server through Servlet call.
But when I call using curl command it states the following exception
   errorMessage/errorCode: Incomplete or malformed request./0107/Incomplete  or malformed request.
    at com.thetransactioncompany.jsonrpc2.JSONRPC2Parser.parseJSONObject(Unknown Source)
    at com.thetransactioncompany.jsonrpc2.JSONRPC2Parser.parseJSONRPC2Request(Unknown Source)
    at com.thetransactioncompany.jsonrpc2.JSONRPC2Request.parse(Unknown Source)
    at com.thetransactioncompany.jsonrpc2.JSONRPC2Request.parse(Unknown Source)

Please help me out on this

Matt (MPCM)

unread,
Feb 24, 2013, 10:45:31 AM2/24/13
to json...@googlegroups.com
This will be specific to the server you are running/calling, but a json-rpc server should only ever speak in valid JSON, so this output is definitely not being handled correctly.

If your request is invalid, this just happens to also be an invalid way of responding. What does your request look like?
Reply all
Reply to author
Forward
0 new messages