ibm mobilefirst - IBM Worklight connection to HttpAdapter is getting reset -


in app i'm invoking http adapter procedure action perform. procedure not work every time on invocation. connection server gets reset & gives perfect response. please tell me may reason , how handle 1 ?

here exception i'm getting in worklight console,

[error   ] fwlse0099e: error occurred while invoking procedure  [project testapp]user_profile/httprequestfwlse0100e:  parameters: [project testapp]{    "arr": [       {          "body": {             "content": "[{\"text\":\"user\",\"value\":\"08\/31\/2013 17:03:37\"},{\"text\":\"samplename\",\"value\":\"08\/31\/2013 17:03:37\"},{\"text\":\"james\",\"value\":\"08\/31\/2013 17:03:37\"},{\"text\":\"anderson\",\"value\":\"08\/31\/2013 17:03:37\"}]",             "contenttype": "application\/json"          },          "method": "post",          "path": "\/userinfo.svc\/getuserdetails",          "returnedcontenttype": "application\/json"       }    ] } http request failed: java.net.socketexception: connection reset fwlse0101e: caused by:  [project testapp]java.net.socketexception: connection reset com.worklight.common.log.filters.errorfilter  

not sure if solved found similar question , suggestions here: ibm worklight 6.0 - socket exception connection reset.

it says this: according exception, root cause connection reset. there several reasons why happen, 1 being network packets being lost or similar lower level connectivity issues; possible reason sharepoint timing out socket free resources.

the best way troubleshoot kind of problems imo sniffing network connection using tools wireshark or fiddler


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -