Re: [Dev] Errors in the ESB Console which are related to ServerURL property of Carbon

2012-07-31 Thread Asela Pathberiya
On Tue, Jul 31, 2012 at 9:57 AM, Andun Gunawardena an...@wso2.com wrote: Hi all, I have corrected the ESB mediator issue. Attached the patches to https://wso2.org/jira/browse/CARBON-13752 Thanks for providing a patch. I did some modifications and applied. Thanks, Asela. Thanks

Re: [Dev] Errors in the ESB Console which are related to ServerURL property of Carbon

2012-07-31 Thread Asela Pathberiya
On Tue, Jul 31, 2012 at 1:31 PM, Andun Gunawardena an...@wso2.com wrote: Thanks Asela. I have checked, it is OK now. But still need the fix for Entitlement Stub for continue the work. There is no any issue with Entitlement Stub. I guess you mean any other error? Please check, may be fix now.

Re: [Dev] Errors in the ESB Console which are related to ServerURL property of Carbon

2012-07-30 Thread Andun Gunawardena
Hi, I have debugged the org.wso2.carbon.core.util.Utils class's method public static String replaceSystemProperty(String text) and notice that the the argument is passed as https://${carbon.local.ip}:${carbon.management.port}${carbon.context}/services/; and comes out as

Re: [Dev] Errors in the ESB Console which are related to ServerURL property of Carbon

2012-07-30 Thread Afkham Azeez
This means due to some reason the other two System properties are not set. Need to find out why those are not set. On Mon, Jul 30, 2012 at 6:20 PM, Andun Gunawardena an...@wso2.com wrote: Hi, I have debugged the org.wso2.carbon.core.util.Utils class's method public static String

Re: [Dev] Errors in the ESB Console which are related to ServerURL property of Carbon

2012-07-30 Thread Dushan Abeyruwan
Hi I think security guys should answer this, because I see a significant changers in the entitlement mediator compare to 4.0.3 403 configContext = cfgCtx; * serverUrl = getServerURL(serverUrl, msgContext.getConfigurationContext());* client = new

Re: [Dev] Errors in the ESB Console which are related to ServerURL property of Carbon

2012-07-30 Thread Andun Gunawardena
Hi all, I have corrected the ESB mediator issue. Attached the patches to https://wso2.org/jira/browse/CARBON-13752 Thanks AndunSLG On Tue, Jul 31, 2012 at 9:01 AM, Andun Gunawardena an...@wso2.com wrote: Hi All, I think I have found the problem here,the exception which is given below is