Re: [Dev] Getting Error "ServerWorker Error while building message for REST_URL request" for all API requests

2018-03-04 Thread Chamila Adhikarinayake
Hi Vijitha/Chanika, Adding that formatter and builders resolved the issue. Would this be the correct fix or is this a workaround? Chamila. On Sun, Mar 4, 2018 at 11:35 AM, Vijitha Ekanayake wrote: > Hi Chamila, > > The reason that error doesn't print prior to the fix seems to

Re: [Dev] Getting Error "ServerWorker Error while building message for REST_URL request" for all API requests

2018-03-03 Thread Vijitha Ekanayake
Hi Chamila, The reason that error doesn't print prior to the fix seems to be that the default content-type set as the application/x-www-form-urlencoded and product distribution ships with the axis2.xml enabling the relevant builder/formatter for that content-type. Could you try adding following

Re: [Dev] Getting Error "ServerWorker Error while building message for REST_URL request" for all API requests

2018-03-03 Thread Chamila Adhikarinayake
Hi Vijitha, Seems like the PR[1] is causing the issue. It sets content-type to application/octet-stream for requests without a content-type header. Seems like the logic is ok for POST request but not sure why that validation related method is called for all other HTTP methods in [2]. [1]

Re: [Dev] Getting Error "ServerWorker Error while building message for REST_URL request" for all API requests

2018-03-02 Thread Vijitha Ekanayake
++Chanika On Fri, Mar 2, 2018 at 6:30 PM, Nuwan Dias wrote: > Is there a release of EI happening in Q1? Don't you notice this error on > latest versions of EI? > > On Fri, Feb 23, 2018 at 3:46 PM, Vijitha Ekanayake > wrote: > >> This error is generated

Re: [Dev] Getting Error "ServerWorker Error while building message for REST_URL request" for all API requests

2018-03-02 Thread Nuwan Dias
Is there a release of EI happening in Q1? Don't you notice this error on latest versions of EI? On Fri, Feb 23, 2018 at 3:46 PM, Vijitha Ekanayake wrote: > This error is generated within the handleRESTUrlPost(...) method in > ServerWorker class. So I think we need to

Re: [Dev] Getting Error "ServerWorker Error while building message for REST_URL request" for all API requests

2018-02-23 Thread Vijitha Ekanayake
This error is generated within the handleRESTUrlPost(...) method in ServerWorker class. So I think we need to investigate the reason why these GET requests are landed in that method and fix if there is an issue in the logic. Thanks. On Fri, Feb 23, 2018 at 3:20 PM, Chaminda Jayawardena

Re: [Dev] Getting Error "ServerWorker Error while building message for REST_URL request" for all API requests

2018-02-23 Thread Chaminda Jayawardena
True, But I am trying with Jmeter and just tried since suggested above and error is not appeared when it sends with Content-Type :) Yes, have to fix it. Thanks, Chaminda On Fri, Feb 23, 2018 at 3:12 PM, Nuwan Dias wrote: > Well, for GET requests you aren't supposed to have a

Re: [Dev] Getting Error "ServerWorker Error while building message for REST_URL request" for all API requests

2018-02-23 Thread Nuwan Dias
Well, for GET requests you aren't supposed to have a Content-Type header. On Fri, Feb 23, 2018 at 3:11 PM, Chaminda Jayawardena wrote: > Getting this continuously even for the GET requests in > wso2apim-2.1.0-update12. Disappeared once put Content-Type(value as any > format)

Re: [Dev] Getting Error "ServerWorker Error while building message for REST_URL request" for all API requests

2018-02-23 Thread Chaminda Jayawardena
Getting this continuously even for the GET requests in wso2apim-2.1.0-update12. Disappeared once put Content-Type(value as any format) on the header. Thanks, Chaminda On Fri, Feb 23, 2018 at 1:38 PM, Nuwan Dias wrote: > I'm just doing a GET. I also checked with a POST with the

Re: [Dev] Getting Error "ServerWorker Error while building message for REST_URL request" for all API requests

2018-02-23 Thread Nuwan Dias
I'm just doing a GET. I also checked with a POST with the correct Content-Type header as well. On Fri, Feb 23, 2018 at 1:17 PM, Vijitha Ekanayake wrote: > Hi Nuwan, > > According to below code segment, it seems like this happens when request > Content-Type doesn't match with

Re: [Dev] Getting Error "ServerWorker Error while building message for REST_URL request" for all API requests

2018-02-22 Thread Vijitha Ekanayake
Hi Nuwan, According to below code segment, it seems like this happens when request Content-Type doesn't match with the payload. try { soapEnvelope = TransportUtils.createSOAPMessage(msgContext, null, contentType); } catch (Exception e) { log.error("Error while building message for

[Dev] Getting Error "ServerWorker Error while building message for REST_URL request" for all API requests

2018-02-22 Thread Nuwan Dias
Hi, I'm seeing the error "*ServerWorker Error while building message for REST_URL request*" on the logs for all API requests on Synapse version 2.1.7.wso2v40. Any idea what could be causing this? AFAIR this wasn't there on earlier versions. Thanks, NuwanD. -- Nuwan Dias Software Architect -