Re: [Dev] java.net.MalformedURLException: no protocol

2014-09-20 Thread Sajith Kariyawasam
Hi Dinithi, This issue comes because of the square bracket part "[final]" in your path. If you move your project to a path like /home/rajee/Desktop/toodledo/ToodledoESBConnector, it should work without any issue. Otherwise you will have to modify ConfigValidationXMLProcessor.java class' getConfi

Re: [Dev] java.net.MalformedURLException: no protocol

2014-09-19 Thread Udara Liyanage
Hi Dinithi, Error says you have not provided the URL correctly. You have provided just a file path /home/something It does not know you are referring to a file here. So you have to explicitly says you are referring to a file inside computer. Hence you add file:// Touched, not typed. Erroneo

Re: [Dev] java.net.MalformedURLException: no protocol

2014-09-15 Thread Abimaran Kugathasan
Hi, No, file:// should be appended in front of that path. On Mon, Sep 15, 2014 at 4:29 PM, Dinithi De Silva wrote: > Thank you for your response. But I am not clear with your solution. How > can I add the protocol? Do I need to add that to config-validation.xml file? > > Thank you > Dinithi De S

Re: [Dev] java.net.MalformedURLException: no protocol

2014-09-15 Thread Dinithi De Silva
Thank you for your response. But I am not clear with your solution. How can I add the protocol? Do I need to add that to config-validation.xml file? Thank you Dinithi De Silva Associate Software Engineer Mob: +94 716 667 655 On Mon, Sep 15, 2014 at 4:01 PM, Abimaran Kugathasan wrote: > Hi Dini

Re: [Dev] java.net.MalformedURLException: no protocol

2014-09-15 Thread Abimaran Kugathasan
Hi Dinithi, The error says, You haven't add the protocol for associated URL. In your case, it should be file://home/rajee/Desktop/toodledo[final]/ToodledoESBConnector/target/carbontmp1410772636719/wso2esb-4.8.1/repository/conf/etc/config-validation.xml On Mon, Sep 15, 2014 at 3:12 PM, Dinithi De

[Dev] java.net.MalformedURLException: no protocol

2014-09-15 Thread Dinithi De Silva
Hi All, While doing our integration testing to ESB Connector for ToodleDo, we got the following exception. [2014-09-15 14:47:51,995] INFO {org.wso2.carbon.automation.core.utils.coreutils.InputStreamHandler} - java.net.MalformedURLException: no protocol: /home/rajee/Desktop/toodledo[final]/Too