Re: [Dev] CarbonServerManager Waiting for required Module: rampart-core-1.6.1-wso2v24

2018-02-23 Thread Prabushi Samarakoon
Hi Bernard, I followed [1] in a developer-studio-ei-eclipse-jee-mars-2-linux-gtk-x86_64-1.1.0 fresh pack even without any developer studio updates. I was bale to start EI 6.1.1 server as a WSO2 Carbon 4.4 based server without any errors.

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

[Dev] Fwd: Error "Security policy namespace cannot be null." policy is in registry

2018-02-23 Thread Hasunie Adikari
Hi Bernard, The path "gov:localEntries/the-policy-LE.xml" implies that you have put particular the policy.xml file inside* /_system/governance/...* instead of that location you can use the location *_system/config/security.* -- Forwarded message -- From: Bernard Paris

[Dev] Reading file using inbound endpoint

2018-02-23 Thread dhanya
Hi, While using an inbound endpoint for file processing, i am getting the error message that the file could not be renamed even though the file is processed successfully and move to the specified "ProcessedFiles" folder. What could be causing this error message? [2018-02-23 13:24:26,534]

Re: [Dev] WSO2 Identity Server 5.4.1 Update3 Released !!!

2018-02-23 Thread Dinali Dabarera
[+Dev] On Thu, Feb 22, 2018 at 8:24 PM, Dinali Dabarera wrote: > The WSO2 Identity and Access Management team is pleased to announce the > release of WSO2 Identity Server 5.4.1 Update3. > You can build the distribution from the source tag, > > Runtime:

Re: [Dev] CarbonServerManager Waiting for required Module: rampart-core-1.6.1-wso2v24

2018-02-23 Thread Thomas LEGRAND
Hello, I never succeed to start my EI with the developer studio so I start it "manually". However, in [1], you should find a github ticket concerning your problem and a possible solution :) Regards, Thomas [1] https://github.com/wso2/product-ei/issues/251 2018-02-23 11:17 GMT+01:00 Bernard

Re: [Dev] Reading file using inbound endpoint

2018-02-23 Thread dhanya
Hi Shakila, Replaced the file configurations from registry values to hardcoded values as shown below. C:/ C:/Failed C:/ProcessedFiles Error message still persists. Hi Himasha, The permissions seems to be there and the file has already been moved to the required

Re: [Dev] Reading file using inbound endpoint

2018-02-23 Thread Shakila Sasikaran
Hi Danya, Could you please let us know the values of these parameters? Is there any slash character issue in the given URI? transport.vfs.FileURI transport.vfs.MoveAfterProcess Thanks On Fri, Feb 23, 2018 at 2:19 PM, dhanya wrote: > Hi, > > While using an inbound

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

[Dev] CarbonServerManager Waiting for required Module: rampart-core-1.6.1-wso2v24

2018-02-23 Thread Bernard Paris
Hi, I cannot start ei6 anymore from developper studio, here are the logs. Any idea ? Version: Mars.2 Release (4.5.2) Build id: 20160218-0600 note: it starts normally from bash line command ./integrator.sh [2018-02-23 09:14:52,506] [EI-Core] INFO - CarbonCoreActivator Starting WSO2

Re: [Dev] Reading file using inbound endpoint

2018-02-23 Thread Himasha Guruge
Hi Dhanya, Please check if you have necessary permissions(read/write) in ' /C:/ProcessedFiles'. Thanks, Himasha On Fri, Feb 23, 2018 at 2:19 PM, dhanya wrote: > Hi, > > While using an inbound endpoint for file processing, i am getting the > error > message that the

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
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 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] Reading file using inbound endpoint

2018-02-23 Thread Milinda Perera
According to the file URIs, I believe you are using Windows. Could you please try using *'\' instead of '/'. *i.e: C:\ProcessedFiles On Fri, Feb 23, 2018 at 5:43 PM, dhanya wrote: > Hi Shakila, > > Replaced the file configurations from registry values to hardcoded